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

img{ behavior: url(js/iepngfix.htc) }

#container{
	width:100%;
	min-height:100%;
}

* html #container{
	height:100%;
}

/* IE7 Only */
*:first-child+html #container{
	margin-left:-1px;
}

#header{
	width:100%;
	height:210px;
	margin:0px auto;
	position:relative;
}

/* IE7 Only */
*:first-child+html #header{
	margin-left:1px;
}

#headercontent{
	width:900px;
	height:111px;
	margin:0px auto;
	background-image:url(../images/header.gif);
	background-position:top center;
	background-repeat:no-repeat;
	position:relative;
}

#quote{
	width:114px;
	height:62px;
	position:absolute;
	z-index:9999;
	left: 763px;
	top: -11px;
}

#menuframe{
	width:900px;
	height:83px;
	margin:0px auto;
	position:relative;
/*	margin-top:-16px;*/
}

/* IE6 Only */
* html #menuframe{
/*	margin-top:0px;*/
}

/* IE7 Only */
*:first-child+html #menuframe{
/*	margin-top:0px;*/
}

#menu{
	width:882px;
	height:27px;
	margin:0px auto;
	padding-left:9px;
	padding-right:9px;
	position:relative;
	background-image:url(../images/background-menu.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#search{
	width:882px;
	height:72px;
	margin:0px auto;
	padding-left:9px;
	padding-right:9px;
	position:relative;
	float: left;
	background-image:url(../images/background-search.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

#search-title{
	width:97px;
	height:72px;
	position:relative;
	float:left;
	background-image:url(../images/background-search-title.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.search-checkbox-set{
	width:350px;
	height:px;
	position:relative;
	float:left;
}
.search-checkbox{
	width:110px;
	height:20px;
	position:relative;
	float:left;
}

#search-right{
	height:72px;
	position:relative;
	float:left;
	background-image:url(../images/background-search-right-line.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin-left:1px;
}

#search-checkbox-1{
	width:20px;
	height:20px;
	position:absolute;
	top:10px;
	left:16px;
}

/* IE6 Only */
* html #search-checkbox-1{
	top:7px;
}

/* IE7 Only */
*:first-child+html #search-checkbox-1{
	top:7px;
}

#search-checkbox-title-1{
	width:65px;
	height:17px;
	position:absolute;
	top:7px;
	left:42px;
	padding-top:5px;
}

/* IE6 Only */
* html #search-checkbox-title-1{
	padding-top:6px;
	height:14px;
}

/* IE7 Only */
*:first-child+html #search-checkbox-title-1{
	padding-top:6px;
	height:14px;
}

#search-input{
	width:168px;
	height:20px;
	position:relative;
	top:27px;
	left:14px;
}
#search-go{
	width:31px;
	height:21px;
	position:absolute;
	top:28px;
	left:192px;
}

#splash{
	width:882px;
	height:270px;
	margin:0px auto;
	position:relative;
	margin-bottom:10px;
	overflow:hidden;
}

#menu-thumbnail{
	width:882px;
	height:309px;
	margin:0px auto;
	position:relative;
	background-image:url(../images/background-menu-thumbnail.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

#menu-thumbnail-vertical {
	width:588px;
	height:100%;
	margin:0px auto;
	float: left;
	position:relative;
	background-image:url(../images/background-menu-thumbnail.gif);
	background-position:top left;
	background-repeat: repeat;
}

#menu-thumbnail-box{
	width:266px;
	height:75px;
	position:relative;
	float:left;
	padding-top:14px;
	padding-left:14px;
	padding-right:14px;
	padding-bottom:14px;
}

#menu-thumbnail-image{
	width:80px;
	height:51px;
	position:absolute;
	background-color:#ffffff;
	padding:2px 2px 2px 2px;
}

#menu-thumbnail-text{
	width:165px;
	height:56px;
	position:absolute;
	left: 113px;
	top: 32px;
}

#frame{
	width:900px;
	height:auto;
	margin:0px auto;
	position:relative;
	padding-bottom:64px; /*sticky footer*/
}

#content{
	width:882px;
	height:auto; /*AUTO*/
	position:relative;
	padding-left:9px;
	padding-right:9px;
	overflow:auto;
}

#space{
	width:882px;
	height:10px;
	position:relative;
	float:left;
	background-color:#ffffff;
	overflow:hidden;
}

#leftnav{
	width:212px;
	height:auto;
	min-height:100%;
	position:relative;
	float:left;
	padding-bottom:20px;
}

#leftnav-header{
	width:212px;
	height:27px;
	position:relative;
	background-image:url(../images/title-products.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

#category{
	width:176px;
	height:auto;
	float:left;
	padding-left:18px;
	padding-right:18px;
	padding-bottom:10px;
	border-bottom:1px solid #9da8ab;
	position:relative;
	margin-top:10px;
}

#right{
	width:650px;
	height:auto; /*AUTO*/
	position:relative;
	float:right;
}

#headingframe{
	width:650px;
	height:30px;
	position:relative;
	float:left;
	border-bottom:1px solid #bfc2c4;
	margin-bottom:20px;
	padding-top:10px;
}

#bottomframe{
	width:650px;
	height:30px;
	position:relative;
	float:right;
	border-top:1px solid #bfc2c4;
	padding-top:10px;
}

#searchresult{
	width:400px;
	height:28px;
	position:relative;
	float:right;
	text-align:right;
	padding-right:18px;
}

#result-title{
	width:650px;
	height:20px;
	position:relative;
	float:left;
	padding-bottom:5px;
	border-bottom:1px solid #c10435;
	margin-bottom:10px;
}

#category-layout{
	width:650px;
	height:auto;
	padding-top:10px;
	position:relative;
	float:left;
}

#content-layout{
	width:650px;
	height:auto;
	position:relative;
	float:left;
}

#product-layout{
	width:632px;
	height:auto;
	padding-top:10px;
	position:relative;
	display:inline-block;
}

#category-image-box-set{
	width:116px;
	height:150px;
	position:relative;
	float:left;
	margin-right:14px;
	margin-bottom:10px;
}

#product-image-box-set{
	width:116px;
	height:150px;
	position:relative;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

#product-image-box{
	width:110px;
	height:110px;
	background-color:#ffffff;
	border: 1px solid #cccccc;
	padding:2px;
	position:relative;
	float:left;
}

#product-image-box-caption{
	white-space: nowrap;
	width:100px;
	overflow: hidden;
	height:30px;
	position:relative;
	float:left;
	margin-top:4px;
}

.product-image-box-quote{
	width:16px;
	height:30px;
	position:relative;
	float:right;
	margin-top:4px;
	text-align:right;
}

#footer{
	width:100%;
	height:64px;
	margin:-64px auto; /*sticky footer*/
	position:relative;
	background-color:#ffffff;
	overflow:auto;
}

#footercontent{
	width:882px;
	height:34px;
	margin-left:9px;
	margin-right:9px;
	padding-top:20px;
	margin:0px auto;
	background-image:url(../images/background-bottom.gif);
	background-position:top;
	background-repeat:repeat-x;
	position:relative;
	margin-top:10px;
	background-color:#ffffff;
}

#footerleft{
	width:441px;
	height:34px;
	text-align:left;
	float:left;
	position:relative;
}

#footerright{
	width:441px;
	height:34px;
	text-align:right;
	float:right;
	position:relative;
}

ul.products{
	list-style-image:url(../images/bullet-circle.gif);
	margin-left:0px;
	padding-left:0px;
	text-indent:0px;
	display:inline;
	margin-top:3px;
	margin-bottom:3px;
	list-style-type: square;
	list-style-position:inside;
}

/* IE7 Only */
*:first-child+html ul.products{
	list-style-image:url(../images/bullet-circle-ie.gif);
	margin-left:0px;
	padding-left:0px;
	text-indent:16px;
	display:inline;
	margin-top:3px;
	margin-bottom:3px;
	list-style-type: square;
	list-style-position:outside;
}

ul.specs{
	list-style-image:url(../images/bullet-circle.gif);
	padding-left:15px;
	list-style-type: none;
	list-style-position:outside;
}

ul.normal{
	list-style-image:url(../images/bullet-circle.gif);
	padding-left:15px;
	list-style-type: none;
	list-style-position:outside;
}

fieldset{
	border:1px solid #cccccc;
	padding:10px 10px 10px 10px;
}

legend{

}

/* IE7 Only */
*:first-child+html legend{
	margin-bottom:10px;
}

select.quoteselect{
	width:200px;
}

textarea.quotetextarea{
	width:100%;
	height:150px;
	overflow:hidden;
	border:1px solid #cccccc;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:16px;
}

input.quoteinput{
	border:1px solid #cccccc;
	width:200px;
	height:17px;
	padding-top:2px;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

/* IE6 Only */
* html #search-checkbox-title-2{
	list-style-image:url(../images/bullet-circle-ie.gif);
	margin-left:0px;
	padding-left:0px;
	text-indent:16px;
	display:inline;
	margin-top:3px;
	margin-bottom:3px;
	list-style-type: square;
	list-style-position:outside;
}


.rollOverImageLink img{
	border:0px;
}

.rollOverImageLink .overImage, .rollOverImageLink .disabledImage{
	display:none;
}	

.rollOverImageLink .overImage{
	position:absolute;
}

				
input.search{
	width:166px;
	height:17px;
	border:1px solid #5e686a;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding-top:2px;
}

.textheader{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#c10435;
	line-height:16px;
	font-weight:bold;
}

.textfooter{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#758284;
}

.textfooter a:link, .textfooter a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#758284;
	text-decoration:none;
}

.textfooter a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-decoration:none;
}

.textsearchresult{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#680101;
	line-height:16px;
	font-weight:bold;
}

.textsearchresult a:link, .textsearchresult a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#680101;
	line-height:16px;
	font-weight:bold;
}

.textsearchresult a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#680101;
	line-height:16px;
	text-decoration:none;
	font-weight:bold;
}

.text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:16px;
}


.text a:link, .text a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#c10435;
	line-height:16px;
	text-decoration:none;
}

.text a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#c10435;
	line-height:16px;
	text-decoration:none;
}

h1{
	font-family:"trebuchet ms", trebuchet, helvetica, arial, sans-serif;
	font-size:16px;
	color:#680101;
	font-weight:bold;
}

.textcaption{
	font-family:"trebuchet ms", trebuchet, helvetica, arial, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:14px;
}

.textcaption a, .textcaption a:visited{
	font-family:"trebuchet ms", trebuchet, helvetica, arial, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:14px;
	text-decoration:none;
}

.textcaption a:hover{
	font-family:"trebuchet ms", trebuchet, helvetica, arial, sans-serif;
	font-size:12px;
	color:#b80a0a;
	line-height:14px;
	text-decoration:none;
}

.textthumbnail{
	font-family:"trebuchet ms", trebuchet, helvetica, arial, sans-serif;
	font-size:12px;
	color:#ffffff;
	line-height:15px;
}

.textthumbnail a, .textthumbnail a:visited{
	font-family:"trebuchet ms", trebuchet, helvetica, arial, sans-serif;
	font-size:12px;
	color:#680101;
	line-height:15px;
	text-decoration:none;
}

.textthumbnail a:hover{
	font-family:"trebuchet ms", trebuchet, helvetica, arial, sans-serif;
	font-size:12px;
	color:#b80a0a;
	line-height:15px;
	text-decoration:none;
}

.textmenuleft{
	font-family:"trebuchet ms", trebuchet, helvetica, arial, sans-serif;
	font-size:12px;
	color:#252525;
}

.textmenuleft_selected {
	font-style: italic;
}

.textmenuleft a, textmenuleft a:visited{
	font-family:"trebuchet ms", trebuchet, helvetica, arial, sans-serif;
	font-size:12px;
	color:#252525;
	text-decoration:none;
}

.textmenuleft a:hover{
	font-family:"trebuchet ms", trebuchet, helvetica, arial, sans-serif;
	font-size:12px;
	color:#b80a0a;
	text-decoration:none;
}

ul#nav{
	background:url(../images/background-nav.gif);
}

ul#nav li{
	float:left;
	list-style-type:none;
}

ul#nav li a{
	height:27px;
	display:block;
	position:absolute;
	top:0px;
	text-indent:-9999px;
	outline:none;
	margin-left:9px;
}

li#navHome a, li#navAboutUs a, li#navProducts a, li#navSpecials a, li#navWholesalers a, li#navFreight a, li#navContact a{
	background:url(../images/background-nav.gif);
}

li#navHome a{ background-position:0 0; width:65px; left:0px;}
li#navHome a:hover{ background-position:0 -27px;}
body#pageHome li#navHome a{ background-position:0 -27px;}

li#navAboutUs a{ background-position:-65px 0; width:93px; left:65px;}
li#navAboutUs a:hover{ background-position:-65px -27px;}
body#pageAboutUs li#navAboutUs a{ background-position:-65px -27px;}

li#navProducts a{ background-position:-158px 0; width:95px; left:158px;}
li#navProducts a:hover{ background-position:-158px -27px;}
body#pageProducts li#navProducts a{ background-position:-158px -27px;}

li#navSpecials a{ background-position:-253px 0; width:91px; left:253px;}
li#navSpecials a:hover{ background-position:-253px -27px;}
body#pageSpecials li#navSpecials a{ background-position:-253px -27px;}

li#navWholesalers a{ background-position:-344px 0; width:117px; left:344px;}
li#navWholesalers a:hover{ background-position:-344px -27px;}
body#pageWholesalers li#navWholesalers a{ background-position:-344px -27px;}

li#navFreight a{ background-position:-461px 0; width:84px; left:461px;}
li#navFreight a:hover{ background-position:-461px -27px;}
body#pageFreight li#navFreight a{ background-position:-461px -27px;}

li#navContact a{ background-position:-545px 0; width:87px; left:545px;}
li#navContact a:hover{ background-position:-545px -27px;}
body#pageContact li#navContact a{ background-position:-545px -27px;}

.formError {
	color: #ff0000;
}

/* ---------------------------------------------------------------
 Jquery Cycle
--------------------------------------------------------------- */

#splash_control{
	position:absolute;
	width:auto;
	height:16px;
	top:244px;
	left:20px;
	z-index:99;
	text-align:center;
}

#splash_control a{
	float: left;
	width: 16px;
	height: 16px; 
	padding-right:8px;
	color: white;
	background-image:url(../images/btn-splash.png);
	background-repeat:no-repeat;
	background-position:top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	line-height:14px;
	text-decoration:none;
}

#splash_control a.activeSlide,
#splash_control a:hover{
	background-image:url(../images/btn-splash-active.png);
	background-repeat:no-repeat;
	background-position:top left;
	color:#3a3a3a;
	text-decoration:none;
}