/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
body
{
	margin: 0px;
	padding: 20px;
	background-color: white;
	/*	Default text styles	----------------------------*/
	font-family: verdana,arial,sans-serif;
	color: #333;
	background-image: url(/images/nav_back.jpg);
	background-repeat: repeat-x;
	background-position: left 100px;
}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:					#A30234;
}

a:hover
{
	text-decoration: underline;
}

/*---------------------------------------------------------------------------------------------------------
//	Red Rooster Fabrics structure
//-------------------------------------------------------------------------------------------------------*/
/*	horizontal centering	*/
#center-x
{
	/*	Do not modify		----------------------------*/
/*	margin-right:			auto;
	margin-left:			auto;
*/
	/*	Customize			----------------------------*/
	width:					760px;
}

#header
{
	width:					900px;
	height: 170px;
}

table#body
{
	border-collapse:		collapse;
	width:					900px;
}

col#col-left
{
	width:					90px;
}

col#col-content
{
	width:					auto;
}

/*	See sectionnav CSS tempaltes for td#left	*/

/*	Optional sitebar	*/
td#content
{
	width:					auto;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear: both;
	margin: 30px 0px 50px 0px;
	padding: 0em 1em;
	line-height: 2.0em;
	font-family: verdana,arial,sans serif;
	font-size: 0.7em;
	text-align: center;
}

#footer p
{
	clear:					both;
}

#footer ul
{
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
}

#footer li
{
	float:					left;
	padding:				5px 10px;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:					0px 0px 1.4em 0px;
	padding:				0px;

	font-weight:			bold;
	font-size:				1em;
}

h2
{
	margin:					0em;
	padding:				0px;
	
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				0.7em;

}

h3
{
	margin:					1.7em 0em 0em 0em;
	line-height:			1.7em;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				0.70em;
}

/*	Standard body style	*/
.bodytext
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
	line-height:			1.7em;
	font-family:			verdana,arial,sans serif;
	font-size:				0.70em;
}

blockquote
{
	margin:					1em 3em;
	border-top:				1px solid rgb(221,204,204);
	border-bottom:			1px solid rgb(221,204,204);
	padding:				0.5em 0em;
	font-family:			times new roman,times;
	font-size:				1.15em;
	font-style:				italic;
	line-height:			1.4em;
	color:					rgb(153,51,51);
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	width: 180px;
	padding: 45px 20px 20px 20px;
}

.sidebar
{
	line-height:			1.4em;
	font-family:			verdana,sans serif;
	font-size:				0.65em;
}


/*---------------------------------------------------------------------------------------------------------
//	Table Data
//-------------------------------------------------------------------------------------------------------*/
table.smallgallery, table.largegallery
{
	clear: right;
	border-collapse: collapse;
}

table.smallgallery td, table.largegallery td
{
	line-height:			1.7em;
	font-family:			verdana,arial,sans serif;
	font-size:				0.70em;
	vertical-align: 		bottom;
	padding-right:			10px;
	padding-bottom:			20px;
}

table.smallgallery td.one { width: 64px }
table.smallgallery td.two { width: 150px;}

table.smallgallery td a,
table.largegallery td a
{ color: black }


table.largegallery td
{
	text-align: center;
	vertical-align: top;
	width: 213px;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	DHTML menu styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
ul.menublock,ul.submenublock
{
	/*	Do not modify		----------------------------*/
	position:			absolute;
	z-index:				200;
	visibility:			hidden;
	margin:				0px;
	padding:				0px;
	list-style-type:		none;
	display:				none;
	
	/*	Customizeable options	------------------------*/
	width:					140px;
	border-top:				1px solid rgb(204,204,204);
	border-bottom:			none;
	background-color:		rgb(238,238,238);
}

/*	Do not modify	*/
ul.menublock li, ul.submenublock li
{
	display:				inline;
}

ul.menublock a,ul.submenublock a
{
	display:					block;
	width:					auto;
	height:					21px;
	border-bottom:			1px solid rgb(204,204,204);
	padding:					0px 8px;
	line-height:				21px;
	white-space:				nowrap;
	font-family:				verdana,arial,sans serif;
	font-size:				10px;
}

.menublock a:hover,
.submenublock a:hover,
a.highlight
{
	text-decoration: underline;
}

/*	Makes arrow indicator for links with submenu	*/
a.showsub,
a.showsub:hover,
{
	background-image:		url( /images/arrow0.gif );
	background-position:	center right;
	background-repeat:		no-repeat;
}

/*	Menu item mouseover	*/
a.showsub:hover,
{
	background-image:		url( /images/arrow1.gif );
}



/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MISCELLANEOUS DEFAULTS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:				none;
}

/*	Hidden elements	*/
.hdn
{
	display:				none;
}

/*	because HTML should have this as the default	*/
td
{
	vertical-align:			top;
	padding:				0px;
}

/*	prevent ugly purple borders around linked images	*/
img
{
	border:					0px;
}

/*	do not underline links	*/
a
{
	text-decoration:		none;
}

/*	shortcomings of the formatter	*/
p
{
	margin:					0px;
}

/*	IE will allocate space for these if there are not display:none -  POSJ	*/
map
{
	display:				none;
}

sup
{
	vertical-align:			super;
	font-size:				0.75em;
}

.quilt-pattern
{
	float: right;
	padding-right:20px;
}

.list-table td
{
	width: 270px;
	padding-right: 10px;
}
