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

/****HTML****/

body {
	width: 940px;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	background-color: #000066;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
span { display: none; }


/****HEADER****/

#headerHome {
	width: 940px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
#headerHometop {
	width: 196px;
	background: #FFF;
	float: left;
	clear: both;
}
#headerHomeleft {
	width: 744px;
	float: left;
	background-color: #FFFFFF;
}
#headerHomeright {
	width: 744px;
	float: left;
	background-color: #FFFFFF;
}
#space { height: 20px; clear: left; }


#nav {
	width: 940px;
	height: 30px;
	text-align: center;
	background-color: #990033;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#nav ul{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-left:50px;
}
#nav li{
	/*display: inline;*/
	float:left;
	list-style-type: none;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#nav a{COLOR: #000 font: bolder 11px Helvetica, Arial, sans-serif;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#nav a:link, #nav a:visited  {
	COLOR: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#nav a:hover, #nav a:active, #nav a#current  {
	COLOR: #000066;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
#nav a#current  {
	COLOR: #000066;
	text-decoration: none;
	background-color: #FFFFFF;
}


#nav  a      {
	COLOR: #000066;
	text-decoration: none;
	background-color: #990033;
}
#nav a#current  {
	COLOR: #000066;
	text-decoration: none;
}


/******* SON OF SUCKERFISH DROPDOWNS w/ IE7 FIX ***************/

#nav li ul { /* second-level lists */
	margin-left:-10px;
	margin-top:1px;
	position: absolute;
	background:none;
	width: 150px;
	padding-top:2px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}
	
#nav li ul a {
	background-color: #990033;
	border:none;
	color:#000000;
	width:150px;
	display:block;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	border-bottom:solid 1px #555555;
	}
	
#nav li ul a:hover {
	background-image:none;
	background-color:#006DBD;
	COLOR: #000000;
	}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}	
	
#nav li:hover, #nav li.sfhover {  
	position: static;  
	}  


/**** INTERIOR CONTENT ***********/

#mainInterior {
	width:840px;
	background-color:#FFFFFF;
	flaot:left;
	clear:both;
	padding-left:50px;
	padding-right:50px;
	padding-top:15px;
	padding-bottom:50px;
	}
	
#mainInterior h1 {
	margin:0;
	padding:0;
	font-size:20px;
	color:#006DBD;
	padding-bottom:10px;
	}
	
#mainInterior ul, #mainInterior li {
	list-style:none;
	}
	
#mainInterior li {
	background-image:url(/images/template_graphics/content_ul_background.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:20px;
	}


/******** Category Page Product Matrix ****************/

#product_matrix {
	width:840px;
	}
	
#product_matrix .product {
	width:180px;
	height:140px;
	overflow:hidden;
	padding:5px;
	margin:5px;
	float:left;
	border:solid 1px #999999;
	text-align:center;
	}
	
#product_matrix img {
	width:170px;
	}
	
	
/**** llp_product_table ****************/

	
#llp_product_table {
	width:750px;
	border:solid 1px #999999;
	}		
	
#llp_product_table .table_header {
	background-color:#66CCFF;
	font-weight:bold;
	color:#000000;
	}
	
#llp_product_table .even {
	background-color:#CCCCCC;
	}	

/********* breadcrumbs ************/

#breadcrumbs ul, #breadcrumbs li {
	margin:0;
	padding:0;
	list-style:none;
	}
	
#breadcrumbs ul {
	width:840px;
	height:40px;
	display:block;
	}
	
#breadcrumbs li {
	float:left;
	padding-left:10px;
	padding-right:10px;
	border-left:solid 1px #006DBD;
	background-image:none;
	}


/****CONTENT****/

#mainHome {
	width: 940px;
	background: #FFF;
	float: left;
	clear: both;
}
#mainHomeleft {
	width: 550px;
	background: #FFF;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}


	
#contentHomeleft {
	width: 520px;
	background: #FFF;
	margin: 0px;
	padding: 10px;
	float: left;
}

#mainHome h1 {
	font-size:20px;
	font-weight: bolder;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 3px;
	color: #036FBE;
	}

#burgandyhomeleft {
	width: 520px;
	margin: 0px;
	padding: 10px;
	float: left;
	background-color: #FFFFFF;
}
#burgandyhomeleft  p{
	color: #006DBD;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#greyHomeleft { width: 397px; background: #CCC; margin: 0px 0px 0px 0px; padding: 10px 10px 10px 10px; float: left;}
#leftSpace {
	width: 540px;
	height: 15px;
	float: left;
}

#line { width: 397px; height: 25px; float: left; clear: both;}
#lineGreen { width: 397px; height: 25px; background-color: #d8db6f; float: left; clear: both;}
#headlineGreen { width: 387px;  background-color: #d8db6f; float: left; clear: both;padding: 0px 0px 0px 10px;}
#headlineOrange { width: 387px;  background-color: #ff9900; float: left; clear: both;padding: 0px 0px 0px 10px;}
#headline { width: 387px;  float: left; padding: 0px 0px 0px 10px;clear: both;}
#load { width: 120px; height: 25px; float: left; padding: 0px 0px 0px 10px;}
#yards { width: 122px; height: 25px; text-align: center; float: left; }
#priceBed { width: 122px; height: 25px; text-align: center; float: left; }
#price { width: 82px; height: 25px; padding: 0px 0px 0px 60px; float: left; }

#mainHomeright {
	width: 350px;
	background: #FFF;
	padding: 0px;
	float: right;
	clear: right;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contentHomeright {
	width: 330px;
	background: #FFF;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: both;
}
#homeRightgrey {
	width: 330px;
	background: #CCC;
	margin: 0px;
	padding: 0px;
	text-align: center;
	float: left;
	clear: both;
}
#homeRightgrey a{COLOR: #000 font: bolder 12px Helvetica, Arial, sans-serif; text-decoration: none; padding: 5px; }
#homeRightgrey a:link, #homeRightgrey a:visited  {COLOR: #000; text-decoration: none;}
#homeRightgrey a:hover, #homeRightgrey a:active, #homeRightgrey a#current  {COLOR: #666; text-decoration: underline;}
#homeRightgrey a#current  {COLOR: #000; text-decoration: none;}

#secRightwhite {
	width: 280px;
	background: #FFF;
	padding: 5px;
	text-align: left;
	float: left;
	clear: both;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	font-weight: bold;
	color: #000066;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#secRightblue {
	width: 280px;
	padding: 5px;
	text-align: left;
	float: left;
	clear: both;
	background-color: #006DBD;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
}
/**#sepRight { width: 283px; height: 50px; float: left; clear: both; }**/

#rightSpace {
	width: 330px;
	height: 15px;
	float: left;
	clear: both;
}

.inputField { font-family: Helvetica, Arial, sans-serif; font-size: 10px; color: #000; text-decoration: none; background-color: #FFF; border: thin none #eae5d3; }

#tagBottom {
	width: 940px;
	float:left;
	clear:both;
}
#tagBottom p{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #990033;
	font-weight: bolder;
	text-align: center;
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 25px;
	letter-spacing: .2em;
}

/****FOOTER****/

#footer {
	width: 940px;
	float: left;
	clear: both;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#footer  a:link, #footer a:visited {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
#footer a:hover, #footer a:active, #footer a#current {
	text-decoration: underline;
}

#sep { margin: 0px 0px 0px 0px;  padding: 0px 0px 0px 0px;}
#address {
	margin: 0px;
	text-align: center;
	clear: both;
	float: left;
	width: 940px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


#footer ul, #footer li {
	margin:0;
	padding:0;
	list-style:none;
	}
	
#footer li {
	float:left;
	padding-left:10px;
	padding-right:10px;
	}
	
#footer ul {
	padding-left:280px;
	}
	
/******** SUB FOOTER ********/

#sub_footer {
	text-align:center;
	margin:0 auto;
	font-size:10px;
	}
	
	

/****FIELDS****/

#fieldEmail { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; background: url(images/field_enews.jpg) no-repeat; width: 283px; height: 19px; float: center;}
#emailSubmit { padding: 7px 0px 0px 185px; float: left;}

