/* Begin Structure Styles =============================================== */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #595452;
	font-size: 12px;
	overflow: -moz-scrollbars-vertical;
	background: url(../images/topshim.gif) repeat-x;
}

#wrapper {
	padding: 0px;
	width: 890px;
	margin: 0px auto;
}

#header {
	text-align: left;
	height: 135px;
	background: url(../images/header_shim.gif) no-repeat;
	width: 759px;
	margin: 0px;
	padding: 0px;
	float:left;
}

#top_basket {
	background: url(../images/basket_tel.gif) no-repeat;
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	float: right;
	padding-top: 40px;
	padding-left: 145px;
	padding-bottom:7px;
	width: 295px;	
}

#top_basket ul li {
	display: block;
	list-style-type: none;
	padding: 0 8px 2px 2px;
	margin-left: 1px;
}

#top_basket a {
	text-decoration: none;
	font-weight: bold;
	color: #D82E1B;
}

#top_basket a:hover {
	text-decoration: underline;
	color: #595452;
}

#product_nav_container {
	font-weight: bold;
	padding: 7px 10px 0 0;
	width: 540px;
	height: 23px;
	float: right;
	padding-top: 14px;
}

#product_nav {
	list-style-type: none;
	padding-top: 7px;
	font-size: 12px;
	padding-left: 130px;
}

#product_nav ul li {
	display: inline;
	padding-right: 6px;
	margin-left: 5px;
	padding-left: 6px;
	border-right: 1px solid #FFFFFF;
}

#product_nav ul li.last {
	border: 0;
}

#product_nav a {
	text-decoration: none;
	color: #FFFFFF;
}

#product_nav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer {
	clear: both;
	background: url(../images/footer_shim.gif) no-repeat;
	width: 759px;
	font-size: 11px;
	text-align: center;
	padding: 22px 0 0 0;
	height: 25px;
	color: #FFFFFF;
	float:left;
}

/* End Structure Styles =============================================== */

#outer_content_container {
	text-align: left;
	float: left;
	width: 880px;
}

#content_container {
	float: right;
	margin: 0 0 0 0;
	width: 560px;
}

#efficiencytext {
	line-height: 1.5em;
	padding-left: 25px;
	padding-right: 25px;
}

.main_title {
	margin: 0 0 5px 0;
	padding: 5px 10px 5px 25px;
	float: left;
	width: 525px;
	background: url(../images/menu_heading.gif) no-repeat #D82E1B;
}

.main_title h1 {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

.main_content {
	margin: 0;
	padding: 0;
	float: left;
	width: 560px;
}

.main_content_left {
	margin: 0;
	padding: 0;
	float: left;
	width: 270px;
}

.main_content_right {
	margin: 0;
	padding: 0 5px 0 0;
	float: left;
	width: 265px;
}

.main_content h1, #main_content h2, #main_content h3, #main_content h3, {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

.main_content ul {
	padding-left: 0;
}

.main_content ul li {
	list-style: none;
	background: url(../images/bullet_red.gif) no-repeat 6px 9px; /* new */
	text-align: left;
	display: block;	
	padding: 5px 0 0 20px;
}

.main_content ul li ul li {
	background: url(../images/bullet_square.gif) no-repeat 6px 11px; /* new */
}

.main_content ul li a:link, .main_content ul li a:visited, .main_content ul li a:active {	
	text-decoration: underline;
	font-weight:bold;
}

.main_content ul li a:hover {
	text-decoration: none;
	font-weight:bold;
}

/* Begin Breadcrumb Styles =============================================== */

#breadcrumb {
	margin: 0 0 14px 0;
	padding: 4px 0 8px 0;
	float: left;
	font-size: 10px;
	width: 560px;
	height: 16px;
	color: #7A7675;
	border-bottom: 1px dashed #C70912;
}

#breadcrumb ul {
	margin: 0;
}

#breadcrumb ul li {
	display: inline;
	border-right: 1px solid #7A7675;
	padding-right: 4px;
	margin-left: 4px;	
}

#breadcrumb ul li.last {
	border: 0;
	padding: 0;
}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
	color: #C70912;
}

#breadcrumb a:hover, a.white {
	color: #7A7675;
}

/* End Breadcrumb Styles =============================================== */

/* Begin Left Menu Styles =============================================== */

#left_nav_container {
	margin: 0 5px 0 0;
	padding: 0;
	width: 184px;
	float: left;
}

.left_title {
	margin: 10px 0 0 0;
	padding: 5px 10px 7px 25px;
	float: left;
	width: 149px;
	background: url(../images/menu_heading.gif) no-repeat;
}

.left_content {
	margin: 0;
	padding: 0 10px;
	float: left;
	width: 164px;
}

.left_product_nav {
	margin: 0;
	padding: 0;
	float: left;
	width: 184px;
}

.left_product_nav ul li {
	list-style-type: none;
}

.left_product_nav ul li a {
	color: #000000;
	width: 144px;
	text-align: left;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 7px 5px 7px 35px;	
	text-decoration: none;
	background: url(../images/menu_bg.gif) no-repeat;
	border-bottom:1px dashed #dd2a18;
}

.left_product_nav a:active {
	color: #000000;
	text-decoration: none;
}

.left_product_nav a:visited {
	color: #000000;
	text-decoration: none;
}

.left_product_nav ul li a:hover {
	color: #D82E1B;
	text-decoration: none;
	background: url(../images/menu_over_bg.gif) no-repeat;
}

/* End Left Menu Styles =============================================== */

/* Begin Class Styles =============================================== */

.fontwhite {
	color: #FFFFFF;	
}

.fontgrey {
	color: #999999;	
}

.fontyellow {
	color: #F4D836;	
}

.fontblack {
	color: #000000;	
}

.fontred {
	color: #C70912;	
}

.fontbrown {
	color: #773F21;	
}

.border {
	border: 1px solid #C70912;
}

.borderlight {
	/*border: 1px solid #C2A887;*/
}

.borderright {
	border-right: 1px solid #7399AD;
}

.borderleft {
	border-left: 1px solid #7399AD;
}

.borderbottom {
	border-bottom: 1px dashed #D82E1B;
}

.borderrightdashed {
	border-right: 1px dashed #D82E1B;
}

.backgroundlight {
	background-color: #eeeeee;
}

.backgroundmedium {
	background-color: #A55D37;
}

.backgrounddark {
	background-color: #773F21;
}

.backgroundred {
	background-color: #C70912;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #C70912;
}

a:hover {
	text-decoration: none;
	color: #7A7675;
}

a.grey:link, a.grey:visited, a.grey:active {
	color: #7A7675;
}

a.grey:hover {
	color: #C70912;
}

a.white:link, a.white:visited, a.white:active {
	color: #FFFFFF;
}

a.white:hover {
	color: #FFFFFF;
}

a.black:link, a.black:visited, a.black:active {
	color: #000000;
}

a.black:hover {
	color: #C70912;
}

/* End Class Styles =============================================== */

/** Product List Page Styles Begin ===========================================*/

.prodlistrow {
	margin: 3px 0 0 0;
	padding: 10px 0;
	float: left;
	width: 560px;
	border-bottom: 2px solid #D82E1B;
}

.prodlistcolumn1 {
	float: left;
	padding: 0 15px;
	margin: 0;
	width: 80px;
	border-right: 1px dashed #D82E1B;
}

.prodlistcolumn2 {
	float: left;
	padding: 0 5px 5px 10px;
	margin: 0 0 0 4px;
	width: 426px;	
}

.prodlistcolumn2 ul li {
	list-style: none;
	text-align: left;
	display: block;
	background: url(../images/bullet.gif) no-repeat 0 5px;
	font-size: 10px;
	padding: 1px 0 1px 8px;
}

.prod_detail {
	margin: 4px 0 0 0;
	padding: 0;
	width: 560px;
	float: left;
	border-bottom: 2px solid #D82E1B;
}

.prod_detail_content {
	margin: 0;
	padding: 3px 10px;
	float: left;
	width: 540px;
}

.prod_detail_content_1 {
	float: left;
	width: 210px;
}

.prod_detail_content_2 {
	float: left;
	width: 330px;
	padding-top: 2px;
}

.prod_detail_content_2 ul li {
	list-style: none;
	text-align: left;
	display: block;
	background: url(../images/bullet.gif) no-repeat 0 5px;
	font-size: 11px;
	padding: 1px 0 1px 8px;
}

/** Product List Page Styles End ===========================================*/

/* Begin Basket Styles =============================================== */

.baskettop {
	font-weight: bold;
	color: #FFFFFF;
	background: #7A7675;
	padding: 5px;
}
.basketmiddle {
	padding: 3px;	
}
.basketbottom {
	color: #FFFFFF;
	padding: 3px;
	background: #7A7675;
}

/* End Basket Styles =============================================== */

/* Begin Form Styles =============================================== */

form {
	margin: 0;
	padding: 0;
}

legend { 
	padding: 0 6px;
	color: #C70912;
	font-weight: bold;
}

fieldset, input:focus, textarea:focus {
	border: 1px solid #7A7675;
}

label { 
	display: block; 
	float: left; 
	text-align: right; 
	padding: 0 10px 0 6px; 
	margin-bottom: 0; 
	width: 175px; 
	font-weight: bold; 
}

.input {
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	background-color: #FFFFFF;
	border: 1px #bbbaba solid;
	color: #7A7675;
}

.inputsearch {
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	border: 1px #bbbaba solid;
	color: #7A7675;
	background:url(../images/zoom_search.gif) no-repeat #FFFFFF;
	padding:3px 3px 3px 20px;
	width:120px;
}

.inputsmall {
	font: 10px Verdana, Arial, Helvetica, sans-serif; 
	background-color: #FFFFFF;
	border: 1px #bbbaba solid;
	color: #7A7675;
}

.textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	background-color: #FFFFFF;
	border: 1px #bbbaba solid;
	color: #7A7675;
}

/* End Form Styles =============================================== */

a#full_quote_graphic {
	display: block;
	width: 559px;
	height: 0px !important; 
	height /**/: 76px;
	overflow: hidden;
	padding: 76px 0px 0px 0px;
	background: url("../images/graphics/full_quote_graphic.gif") no-repeat;
}

.case_content {
	display: block;
	float: left;
	width: 560px;
	margin: 0;
	padding: 0;
}

.case_content_left {
	display: block;
	float: left;
	width: 220px;
	margin: 0px 10px 0px 0px;
	padding: 0;
}

.case_content_left ul { margin: 40px 0px 0px 10px; padding: 0px; }
.case_content_left ul li { display: block; list-style: none; background: url(../images/bullet_red.gif) no-repeat 5px 5px; text-align: left;  padding: 0px 0 10px 20px; margin: 0px 0px 10px 0px; border-bottom: solid 1px #d7d6d5; }
.case_content_left ul li a:link, .case_content_left ul li a:visited, .case_content_left ul li a:active { color: #7a7675; text-decoration: none; font-weight:bold; }
.case_content_left ul li a:hover { color: #d82e1b; text-decoration: underline; font-weight:bold; }

.case_content_right {
	display: block;
	float: left;
	width: 310px;
	margin: 0;
	padding: 40px 0px 0px 0px;	
}

.case_content_right h2 { color: #959191; font-size: 18px; }
.case_content_right img { margin: 20px 0px 20px 0px; padding: 0px; border: solid 1px #000000; }
.case_content_right a img { margin: 20px 0px 20px 0px; padding: 0px; border: solid 1px #000000; }
.case_content_right p.blurb { color: #d82e1b; font-size: 14px; font-weight: bold; margin: 0px 0px 15px 0px; }

.studyimage {
	display: block;
	float: left;
	width: 88px;
	height: 88px;
	margin: 0px 15px 15px 0px;
	padding: 0px;
}

#fish_fryer_image {
	display: block;
	float: left;
	background: url("../images/fish_fryer_image.jpg") no-repeat;
	width: 560px;
	height: 436px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}