@charset "utf-8";
/* CSS Document */

body	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background-color: #4f4f4f;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	text-align: center;
	}
	
*	{
	margin:0px;
	padding:0px;
	}
	
/* ------------------  PAGE LAYOUT  ------------------- */

#wrapper	{
	width:940px;
	margin:0 auto;
	text-align:left;
	background-image:url(../images/content-bg.jpg);
	}
#topBar	{
	width:940px;
	height:39px;
	background-image:url(../images/B-Bar-Y_Traders.jpg);
	background-repeat:no-repeat;
	float:left;
	}
#titleBar	{
	width:940px;
	height:125px;
	float:left;
	}
#mainNavBar	{
	width:940px;
	height:33px;
	margin:0;
	background-image:url(../images/navBack.jpg);
	background-repeat:no-repeat;
	float:left;
	}
#mainNavWrap	{
	width:940px;
	height:33px;
	margin-left:43px;
	}

#vertDiv	{
	width:940px;
	height:9px;
	background-image:url(../images/men-vert-divide.jpg);
	background-repeat:no-repeat;
	float:left;
	}
#ecommNavBar	{
	width:940px;
	height:33px;
	margin:0;
	background-image:url(../images/ecomm-bar.jpg);
	background-repeat:no-repeat;
	float:left;
	}
#ecommNavWrap	{
	width:393px;
	height:33px;
	}
#contentHead	{
	width:940px;
	height:33px;
	background-image:url(../images/content-top.jpg);
	background-repeat:no-repeat;
	float:left;
	}
#contentWrap	{
	width:940px;
	min-height:250px;
	background-image:url(../images/content-bg.jpg);
	background-repeat:repeat-y;
	float:left;
	}
#pgContent	{
	width:783px;
	margin-left:75px;
	float:left;
	padding-bottom:20px;
	}
#footer	{
	width:940px;
	height:82px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	float:left;
	}
#copyright	{
	font-size:0.7em;
	background-color: #4F4F4F;
	padding-bottom:25px;
	color:#9B9B9B;
	width:940px;
	text-align:center;
	float:left;
	}

#copyright	a:link {
	text-decoration:none;
	color:#9B9B9B;
	}

#copyright	a:visited {
	text-decoration:none;
	color:#9B9B9B;
	}

#copyright	a:hover {
	text-decoration:none;
	color:#FFCC00;
	}
	
#copyright	a:active {
	text-decoration:none;
	color:#9B9B9B;
	}

/* ----------  Menu  ------------------------ */

/* ----------  Main Nav --------------------- */
ul#mainNav{
	width: 854px;
	height: 33px;
	background:url(../images/mainnav.jpg) no-repeat center top;
	position:relative;
}

ul#mainNav li{
	float: left;
	display: inline; /*This line is needed to fix the double-margin bug floats in IE*/
}

ul#mainNav li a{
	display: block;
	height: 33px;
	text-indent: -9999px;
}

ul#mainNav li a:hover{
	background-image:url(../images/mainnav.jpg);
}

li#mainNav_b1 a{
	background-position: 0 -33px;
	width:70px;
}

li#mainNav_b2 a{
	background-position: -70px -33px;
	width:126px;
}

li#mainNav_b3 a{
	background-position: -196px -33px;
	width:128px;
}

li#mainNav_b4 a{
	background-position: -531px -33px;
	width:128px;
	position:relative;
	left:207px;
}

li#mainNav_b5 a{
	background-position: -659px -33px;
	width:69px;
	position:relative;
	left:207px;
}

li#mainNav_b6 a{
	background-position: -728px -33px;
	width:126px;
	position:relative;
	left:207px;
}

/* ----------  eComm Nav --------------------- */
ul#ecomNav{
	width: 393px;
	height: 33px;
	margin-left:272px;
	background:url(../images/ecomm-nav.jpg) no-repeat center top;
	text-align: center;
}

ul#ecomNav li{
	float: left;
	display: inline; /*This line is needed to fix the double-margin bug floats in IE*/
}

ul#ecomNav li a{
	display: block;
	height: 33px;
	text-indent: -9999px;
}


ul#ecomNav li a:hover{
	background-image:url(../images/ecomm-nav.jpg);
}

li#ecomNav_b1 a{
	background-position: 0 -33px;
	width:78px;
}

li#ecomNav_b2 a{
	background-position: -78px -33px;
	width:101px;
}

li#ecomNav_b3 a{
	background-position: -179px -33px;
	width:116px;
}

li#ecomNav_b4 a{
	background-position: -295px -33px;
	width:98px;
}


/*  -----------------------  Text Formatting  --------------------  */

h1	{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #202020;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #84461F;
	padding-bottom: 0px;
	margin-bottom: 20px;
	}

h2	{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #603C28;
	}

h3	{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #603C28;
	}

.faq  {
	margin:0 0 5px 25px;
	}
.faq li {
	font-size:.90em;
	margin:10px 0px 0px 0px;
	}

/*  a:link	{
	color:#932d00;
	text-decoration:underline;
	}
*/	

/*  a:visited	{
	color:#932d00;
	text-decoration:underline;
	}

a:hover	{
	color:#ff3c3c;
	text-decoration:underline;
	}
	
a:active	{
	color:#932d00;
	text-decoration:underline;
	}
*/
address {
	font-style: normal;
	padding:10px 20px; 
}

p	{
	font-size:.90em;
	}

/* --------------- MISC -------------- */

.clearFix {
    	display: block; 
    	height: 0; 
    	clear: both; 
		float:none;
				}

.clearFix:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		float:none;
				}
