@charset "utf-8";
/* CSS Document */

/****************************  GLOBAL FRAMEWORK  **************************************/


#wrapper {margin:auto auto 100px auto; width:1000px;}
body {background:url(../images/bg.jpg) repeat; font-family:Arial, Helvetica, sans-serif; font-size:1em; color:#444;}
.clear {clear:both;}
.red {color: #e51937; }
a {color:#e51937;}

/*******************************  HEADER  **************************************/
#topper {
	width:100%;
	background-color:#333;
	margin:0 0 20px 0;
	overflow: hidden;
	
}
#topper .topper_wrapper {
	width: 1000px;
	margin: 0 auto;
}
#topper .topper_wrapper a, #topper .topper_wrapper span.phone {
	float: right;
	padding: .5em 0 .75em 1em;
	color: #999;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	font-weight: bold;
	text-decoration: none;
	font-size: .8em;
}

#topper .topper_wrapper h1, #topper .topper_wrapper h2 {display:block; color:#fff; top:10px; font-size: .75em; float:left;  color:#ddd; margin:7px 0;}
#topper .topper_wrapper span.tagline {display:block; font-size:.75em; float:left; margin:7px 0 0 5px; color:#bbb; }
#topper .topper_wrapper span.red {color:#e51937; font-weight:bold;}

#topper .topper_wrapper a.gross-logo {
	float: right;
	padding: 0.3em 0 0.3em 1em;
	text-decoration: none;
}
#topper .topper_wrapper a.gross-logo img {
	vertical-align: middle;
}

/**********************************  HEADER LOGOS  **********************************/
#header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}

.federal-signal-logo {
	float: left;
}

.gross-automation-header-logo {
	float: right;
	transform: scale(0.7) translateY(-20px); /* Reduces size by 30% and moves up 20px */
}


#topper .topper_wrapper a#quote_link {
	padding-left: 30px;
	margin-left: 25px;
	background: url(../images/cart_icon.png) no-repeat 0 5px transparent;
}
#topper .topper_wrapper a#quote_link:hover {
	background-position: 0 -25px;
	color: #e51937;
}
#topper .topper_wrapper a#quote_link:active {
	background-position: 0 -55px;
	color: #000;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}
#topper .topper_wrapper a#support_link {
	padding-left: 30px;
	margin-left: 25px;
	background: url(../images/chat_icon.png) no-repeat 0 5px transparent;
}
#topper .topper_wrapper a#support_link:hover {
	background-position: 0 -25px;
	color: #e51937;
}
#topper .topper_wrapper a#support_link:active {
	background-position: 0 -55px;
	color: #000;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}
/**********************************  NAV BAR  **********************************/


div#menu {
position:relative;
z-index:999;
margin: 10px 0 0 0;
}


ul.tabs {
float:left;

padding: 0;
list-style: none;
position: relative;
background-color:#E1E1E1;

border-top:solid 1px #c1c1c1;
border-left:solid 1px #c1c1c1;
border-right:solid 1px #c1c1c1;
border-bottom:solid 2px #e51937;

}

ul.tabs a {color:#777;}

ul.tabs li
{
margin: 0;
padding: 0;
list-style: none;
display: table-cell;
float: left;
position: relative;

}

ul.tabs li h4 a{text-transform:uppercase; padding:5px 24px; text-decoration:none; font-size:.75em; cursor: pointer;}
ul.tabs li h4 {border-right:solid 1px #ccc; z-index:1000;}
ul.tabs li .last{border-right:none;}
ul.tabs li:hover {
	background-color: #ccc;
}
ul.tabs li:hover h4 a{
	color: #666;
}
ul.tabs a
{
position: relative;
 display: block;
}

ul.dropdown
{
margin: 0;
padding:15px 0 15px 20px;
position: absolute;
top: 100%;
width: 200px;
display: none;
left: 0;
background-color:#e4e4e4;
border-top:solid 2px #e51937;
border-left:solid 1px #cbcbcb;
border-right:solid 1px #cbcbcb;
border-bottom:solid 1px #cbcbcb;
font-size:.75em;
}


ul.dropdown ul.dropdown
{
top: 0;
left: 95%;
}

ul.dropdown li
{
margin: 0;
padding: 0;
float: none;
position: relative;
list-style: none;
display: block;
border-bottom:solid 1px #FFF;
}

ul.dropdown li a {display: block; padding:10px 0 10px 10px; text-decoration:none; }
ul.dropdown li a:hover {text-decoration:none; background-color:#e51937; color:#FFFFFF;}

/**********************************  MAIN CONTENT  **********************************/

#content
 {
 width:1000px;
 background-color:#FFF;
 clear:left;
 border: solid 1px #939598;
 margin: 0 0 5px 0;
 padding:0 0 20px 0;
 
 
 }
/**********************************  HOME CONTENT  **********************************/
#content #home {
	margin: 35px;
	height: 100%;
}
#content #home #subfeatures {
	position: relative;
	margin: 35px 0 60px 0;
	padding: 20px;
	border: 1px solid #bbb;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #999;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:100%;
}
#content #home #subfeatures .subfeature{
	float: left;
	width: 429px;
}
#content #home #subfeatures .subfeature h2 {
	color: #e51937;
	margin-bottom: .5em;
	margin-top: 1.5em;
}
#content #home .subfeature p{
	color: #666;
	margin-bottom: 10px;
	line-height: 1.5em;
	font-size: .8em;
}
#content #home #subfeatures .subfeature .subfeature_links{
	border: 1px solid #999;
	border-top-color: #ccc;
	border-bottom-color: #666;
	text-align: right;
	padding: .25em 1em;
	background-color:#EFEFEF;
	background-image: linear-gradient(bottom, rgb(153,153,153) 0%, rgb(239,239,239) 100%);
	background-image: -o-linear-gradient(bottom, rgb(153,153,153) 0%, rgb(239,239,239) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(153,153,153) 0%, rgb(239,239,239) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(153,153,153) 0%, rgb(239,239,239) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(153,153,153) 0%, rgb(239,239,239) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(153,153,153)),
		color-stop(1, rgb(239,239,239))
	);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.6);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.6);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.6);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/******/
#content #home #subfeatures #events .eventopen_link {font-weight: bold; font-size: 26px; float: right; padding-right: 82px;}
/*****/
#content #home #subfeatures .subfeature .subfeature_links a{
	display: block;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	font-size:.8em;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
#content #home #subfeatures .subfeature .subfeature_links a:hover, #content #home #subfeatures .subfeature .subfeature_links a:focus{
	color: #c00;
}
#content #home #subfeatures .subfeature .subfeature_links a:active{
	color: #600;
}
#content #home #subfeatures .subfeature img.catalog_icon {
	position: absolute;
	left: 15px;
	top: 10px;
}

#content #home #subfeatures .subfeature img.product_icon {
	position: absolute;
	left: 485px;
	top: 10px;
}

#content #home #subfeatures #brochure_feature{
	margin-right: 30px;
}
#content #home #subfeatures #brochure_feature h2{
	padding-left: 125px;
}
#content #home #subfeatures #brochure_feature p{
	padding-left: 125px;
}

#content #home #subfeatures #product_feature{
	margin-right: 0px;
}
#content #home #subfeatures #product_feature h2{
	padding-left: 125px;
}
#content #home #subfeatures #product_feature p{
	padding-left: 125px;
}

#content #home h2.about {
	color: #e51937;
	margin-bottom: .5em;
	margin-top: 1.5em;
	margin-left:10px;
	
}

#content #home #home_about {
	width: 715px;
	display: block;
	float: left;
	margin-left: 5px;
	padding: 20px 10px 0px 15px;
	background-color:#edecec;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
	border:solid 1px #ccc;
}

#content #home #home_about img {float:right;}



#content #home ul#home_product_links{float:left; margin:5px 0 0 15px;}

#content #home ul#home_product_links li h3 {
	width: 150px;
	font-size:.9em;
}

#content #home ul#home_product_links li h3 span {
	color:#e51937;
}




#content #home ul#home_product_links li h3 a{
	color: #666;
	text-decoration: none;
	padding: .8em 0;
	display: block;
	font-size: .8em;
	text-transform: uppercase;
	font-weight: bold;
}
#content #home ul#home_product_links li a:hover, #content #home ul#home_product_menu li a:focus{
	color: #333;
}
#content #home ul#home_product_links li a:active{
	color: #900;
}
#content #home ul#home_product_links li a:hover span, #content #home ul#home_product_menu li a:focus span{
	color: #e51937;
}
#content #home ul#home_product_links li a:active span{
	color: #900;
}


/**********************************  BREADCRUMBS  **********************************/
 
p.breadcrumbs {color:#666; font-size:.7em; margin:20px; margin-left:75px;}




/**********************************  PRODUCT SELECTION PAGE  **********************************/
.prod_category, .quoteHeader {
	background-color:#ebebeb;
	width:930px;
 	border-bottom:solid 1px #999;
	padding:8px 0 8px 0;
	margin:35px auto 10px auto;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px; 

 }
 
.prod_category h3, .quoteHeader  {color:#333; padding-left:15px; font-size:1.3em; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);}


#content #wrapper {
	width:885px;
	border-left: solid 5px #e51937;
	margin:15px 35px 50px auto;
	background-color:#EEE;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 0px 0px 0px 10px;
	border-radius: 0px 0px 0px 10px;
	}
	
	
#content #product_selection {float:left; width:655px; padding:25px 0 0 50px; display:block; background-color:#FFF; }
#content #technical_docs {
	float: left;
	width: 665px;
	padding: 0 0 0 40px;
	display: block;
	background-color: #fff;
	min-height: 300px;
}

#side_menu {float:left; background-color:#ababab; width:180px; }
#side_menu ul li a {
	display:block;
	color:#000;
	line-height:25px;
	height:25px;
	font-size:.7em;
	padding:0 0 0 10px;
	border-bottom:solid 1px #FFF;
	text-decoration:none;
	-webkit-transition:background-color .2s ease-in;  
	-moz-transition:background-color .2s ease-in;  
	-o-transition:background-color .2s ease-in;  
	transition:background-color .2s ease-in;
}

#side_menu ul li.active {
	display:block;
	color:#FFF;
	line-height:25px;
	height:25px;
	font-size:.7em;
	font-weight:bold;
	padding:0 0 0 10px;
	border-bottom:solid 1px #FFF;
	text-decoration:none;
	background-color:#e51937;
	}


	
#side_menu ul li:last-child a {border-bottom:none;}
#side_menu ul li a:hover {color:#FFF; background-color:#; font-weight:bold; background-color:#e51937;}

	
#product_selection img, #technical_docs img {float:left; padding:0 10px 0 0; }
#product_selection a, #technical_docs a {text-decoration:none; float:left;}
#product_selection h2 a, #technical_docs h2 a {color:#333333; float:left; font-size:.9em; display:block; width:440px; margin:0 0 10px 0;  border-bottom:solid 1px #e51937;}

#technical_docs h2 a {
	border: none;
}

#product_selection ul li, #technical_docs ul li { margin:0 0 20px; height:auto; float:left; width:620px;}
#product_selection ul li p, #technical_docs ul li p {font-size:.70em; line-height:16px; display:block; float:left; width:440px; }

#technical_docs ul li ul.doc_list li {
	margin-bottom: 10px;

}
#technical_docs ul li ul.doc_list li a {
	font-size: .75em;
	color: #444;
	line-height: 16px;
}	
#technical_docs ul li ul.doc_list li a:hover {
	color: #E51937;
}
#technical_docs ul li ul.doc_list li a span.red {
	font-weight: bold;
}
#technical_docs ul#dwg_accordion, #product_selection ul#dxf_accordion, ul#accordion {
	width: 663px;
	border: 1px solid #ddd;
	margin: 0 0 20px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #aaa;
}
#technical_docs ul#dwg_accordion {

}
#technical_docs ul#dwg_accordion {

}
#technical_docs ul#_accordion {

}
#technical_docs ul#dwg_accordion li, #technical_docs ul#dxf_accordion li, #technical_docs ul#accordion li {
	width: 100%;
	float: none;
	display: block;
	margin: 0;
}
#technical_docs ul#dwg_accordion li{

}
#technical_docs ul#dxf_accordion li {

}
#technical_docs ul#accordion li {

}
#technical_docs ul#dwg_accordion li a, #technical_docs ul#dxf_accordion li a, #technical_docs ul#accordion li a {
	width: auto;
	float: none;
	display: block;
}
#technical_docs ul#dwg_accordion li ul li a, #technical_docs ul#dxf_accordion li ul li a, #technical_docs ul#accordion li ul li a {
	width: auto;
	float: none;
	display: block;
	padding: 4px 10px;
	border-bottom: 1px solid #efefef;
}
#accordion h2, #technical_docs #drawing_dwg h2, #technical_docs #drawing_dxf h2 {
	background: url(../images/expand_icon.gif) no-repeat 98% 50% #efefef;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}
#accordion h2:hover, #technical_docs #drawing_dwg h2:hover, #technical_docs #drawing_dxf h2:hover{
	background-color: #ccc;
	border-top-color: #999;
	border-left-color: #999;
	border-right: 1px solid #ddd;
	border-bottom-color: 1px solid #ddd;
}
#accordion h2:active, #technical_docs #drawing_dwg h2:active, #technical_docs #drawing_dxf h2:active{
	background-color: #999;
	border-top-color: #666;
	border-left-color: #666;
	border-right: 1px solid #aaa;
	border-bottom-color: 1px solid #aaa;
}
#accordion h2 a, #technical_docs #drawing_dwg h2 a, #technical_docs #drawing_dxf h2 a {
	border: none;
	float: none;
	display: block;
	padding: 10px;
	margin: 0;
	font-size:.8em;
}
#product_selection  h5, #technical_docs h5 {
	padding: 10px;
	width: 643px;
	background: #e51937;
	border: 1px solid #600;
	border-bottom: 1px solid #c00;
	color: #fff;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
#product_selection .ui-accordion-content, #technical_docs .ui-accordion-content {
	padding-bottom: 30px;
} 
/**********************************  PRODUCT PAGE  **********************************/


#content #product_info {float:left; width:655px; padding:0px 0 0 50px; display:block; background-color:#FFF; }
#product_info #summary{line-height:1em;}
#product_info div#summary ul{margin-bottom:10px;}


#product_info h1 {display:block; padding:5px 5px 5px 15px; height:20px; line-height:20px; background-color:#666666; color:#e5e5e5; font-size:1em;}
#product_info #summary ul{float:left; list-style-type:square; list-style-position:outside; margin:35px 0 0 30px; font-size:.75em; width:350px; line-height:1.5em; display:inline; padding-left:15px;}


#product_info #summary img {float:left; margin:15px 0 0 5px;}



/**********************************  PRODUCT SHUFFLE */


#product_shuffle {}
ul#product_shuffle  {float:left; width:651px;  background-color:#666666;  border-top:solid 2px #e51937; margin:15px 0 0 0;}
ul#product_shuffle li{display:inline; }
ul#product_shuffle li a {
	display:inline-block;
	
	padding:0 20px 0 20px;
	text-transform:uppercase;
	font-size:.7em;
	line-height:25px;
	height:25px;
	text-decoration:none;
	color:#bab9b9;
	-webkit-transition:background-color .2s ease-in;  
	-moz-transition:background-color .2s ease-in;  
	-o-transition:background-color .2s ease-in;  
	transition:background-color .2s ease-in;
	
	}
	
ul#product_shuffle li a:hover {text-decoration:underline; color:#FFF;}




/**********************************  PRODUCT SHUFFLE - CONTENT */


.quoteButton a {
	font-weight:bold; 
	text-transform:uppercase; 
	font-size:.8em; 
	width:100px;
	text-align:center;
	height:15px;
	color:#e51937;
	-webkit-transition:color .2s ease-in;  
	-moz-transition:color .2s ease-in;  
	-o-transition:color .2s ease-in;  
	transition:color .2s ease-in;
	padding:0 5px 0 0;
	}
	
.quoteButton a:hover {color:#880912;}


#desc, #ordering, #replacement, #agency, #diagrams, #specs{float:left; width:605px; padding:30px 15px 30px 30px; background-color:#EEE;}
#diagrams {background-color:#FFF;}
#diagrams img{display:block; margin:auto;}
#diagrams .nodoc{font-size:.7em; text-transform:uppercase; margin:10px 0 0 0; display:block;}

#desc p, #ordering p, #replacement p, #agency p, #diagrams p, #specs p {margin:0 0 20px 0; font-size:.75em; line-height:1.5em;}
#desc #summary {float:left; width:350px; padding:0 25px 0 0; border-right:solid 1px #dad6d6;}
#desc #links{
	float:left;
	width:175px;
	padding:15px 25px 15px 25px; 
	background-color:#FFF; 
	-moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
	 border-radius: 0px 10px 10px 0px;
 }

#desc #links ul {margin:3px 0 8px 45px;}
#desc #links a {font-size:.7em; font-weight:bold;}
#desc #links a:hover {color:#e51937;}
#desc #links li.pdf {list-style-image:url(../images/PdfIcon.gif); list-style-position:outside;}
#desc #links li.dwg {list-style-image:url(../images/dwgIcon.gif); list-style-position:outside;}
#desc #links li.dxf {list-style-image:url(../images/dxfIcon.gif); list-style-position:outside;}
#desc #links li.sound {font-size:.7em; font-weight:bold; margin-left:-25px;}
#desc #links .soundIcon {top:4px; position:relative; margin:0 1px 0 0;}
#desc #links img.warranty {margin:30px 0 10px 0;}

#diagrams img { text-align:center;}




#replacement table {font-size:.70em; width:600px; margin:10px 0 0 0; }
#replacement table th {text-align:left; padding:0 0 3px 0; background-color:#666; color:#EEE;}
#replacement table td {background-color:#FFF;}
#replacement table td, #replacement table th {border-bottom: solid 1px #bbb; padding:0 5px 0 9px; line-height:15px; height:25px; vertical-align:middle; }


#ordering table#order {font-size:.70em; width:600px; margin:10px 0 50px 0; }
#ordering table#order th {text-align:left; padding:3px 0 3px 0; background-color:#666; color:#EEE; }
#ordering table#order td {background-color:#FFF;}
#ordering table#order td, #ordering table#order th {border-bottom: solid 1px #bbb; padding:0 5px 0 9px; line-height:15px; height:25px; vertical-align:middle; }


#ordering table#extra {font-size:.70em; width:480px; margin:10px 0 50px 0; }
#ordering table#extra th {text-align:left; padding:0 0 3px 0; background-color:#666; color:#EEE;}
#ordering table#extra td {background-color:#FFF;}
#ordering table#extra td, #ordering table#extra th {border-bottom: solid 1px #bbb; padding:0 5px 0 9px; line-height:15px; height:25px; vertical-align:middle; }


#ordering table#extra {font-size:.70em; width:400px; margin:10px 0 50px 0; }
#ordering table#extra th {text-align:left; background-color:#666; color:#EEE; line-height:15px; height:25px; border-bottom: solid 1px #bbb; padding:0 5px 3px 9px;}
#ordering table#extra td {background-color:#FFF; height:25px; line-height:15px; border-bottom: solid 1px #bbb; padding:3px 5px 3px 9px;}


#ordering table#accessories {font-size:.70em; width:480px; margin:10px 0 0 0; }
#ordering table#accessories  th {text-align:left; padding:0 0 3px 0; background-color:#666; color:#EEE;}
#ordering table#accessories  td {background-color:#FFF;}
#ordering table#accessories td, #ordering table#accessories th {border-bottom: solid 1px #bbb; padding:0 5px 0 9px; line-height:15px; height:25px; vertical-align:middle; }

#ordering ul {font-size:.7em; list-style-type:disc; list-style-position:inside; margin:10px 0 40px 0; line-height:1.3em;}
#ordering ul.options {margin:0 0 10px 25px; font-size:1em; list-style-type:circle; }


#specs table {font-size:.70em; width:480px; margin:10px 0 50px 0; }
#specs table th {text-align:left; background-color:#666; color:#EEE; line-height:15px; border-bottom: solid 1px #bbb; padding:0 5px 0 9px;}
#specs table td {background-color:#FFF; line-height:15px; height:25px; border-bottom: solid 1px #bbb; padding:3px 5px 3px 9px;}
#specs p {font-size:1em;margin:0 0 0px 0; }

table#specs_add  {font-size:.70em; width:600px; margin:10px 0 30px 0; }



#agency .nodoc{font-size:.7em; text-transform:uppercase;}
#agency td.static {width:425px;}
#agency table {font-size:.7em; width:600px; margin:10px 0 10px 0; }
#agency table th {text-align:left; padding:0 0 3px 0; background-color:#666; color:#EEE;}
#agency table td {background-color:#FFF;}
#agency table td, #agency table th {border-bottom: solid 1px #bbb; padding:0 5px 0 9px; line-height:15px; height:25px; vertical-align:middle; }



/**********************************  SEARCH  **********************************/
form#search {
	top: 21px;
	float: right;
	margin-right: -2px;
	position: relative;
}
form#search input:focus {
	border: 1px solid #666;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
form#search input {
	width: 240px;
	padding: .2em 5px;
	position:relative;
	bottom:22px;
}


form#search input#findit {
	position: absolute;
	right: 5px;
	bottom:26px;
	width: 15px;
	height: 15px;
	background: url(../images/search.png) no-repeat 0 0 transparent;
	border: none;
	display: block;
	font-size: 0;
	text-indent: -9999px;
	border: none;
	margin-left: 10px;
	padding: 0;
	line-height: 0;
}
form#search input#findit:hover {
	background-position: 0 -20px;
	cursor: pointer;
}
form#search input#findit:active{
	background-position: 0 -40px;
}
.search_results {
	width: 630px;
	float: left;
	margin: 35px 0 35px 50px;
	padding-right: 25px;
}
.search_sidebar {
	padding-left: 25px;
	margin-top: 35px;
	float: left;
}
.search_sidebar img {
	border: 1px solid #666;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	margin-bottom: 35px;
}
/**********************************  CONTACT  **********************************/
#content .contact_info {
	overflow: auto;
	float: left;
	padding: 20px 20px;
	width: 400px;
	display: block;
	margin: 35px 0px 60px 50px;

}
#content .contact_info h4{
	color: #666;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 5px;
}
#content .contact_info p {
	font-size: .8em;
	line-height: 1.3em;
	margin-bottom: .6em;
	color: #999;
	float: left;
	margin-right: 30px;
}
#content .contact_info p.about {
	color: #666;
	margin-top:1em;
}
#content .contact_info p.about_first {
	margin-top: 2em;
}
form#contact{
	overflow: auto;
	margin: 35px 30px 60px 35px;
}
form#contact fieldset {
	float: left;
	padding: 20px 0px 20px 20px;
	width: 411px;
}
form#contact legend{
	margin: 0;
	display: block;
}
form#contact input {
	display: block;
	padding: 5px 7px;
	width: 393px;
	color: #999;
	border: 1px solid #999;
}
form#contact input:focus {
	color: #333;
	border: 1px solid #333;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
form#contact textarea {
	padding: 5px 7px;
	width: 393px;
	height: 12em;
	color: #999;
	border: 1px solid #999;
}
form#contact textarea:focus{
	color:#333;
	border-color: #333;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
form#contact button {
	float: right;
	padding: 7px 25px;
	background: #e51937;
	border: 1px solid #330000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	 border-radius: 5px;
	 text-transform: uppercase;
	 font-weight: bold;
	 letter-spacing: 1px;
	 color: #fff;
	 text-shadow: 1px 1px 1px #300;
}
form#contact button:hover, form#contact button:focus {
	cursor: pointer;
	background: #990000;
	border: 1px solid #000000;
}
form#contact button:focus {
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
form#contact button:active{
	background: #330000;
}
form#contact ol{
	margin-bottom: 10px;
}
form#contact label {
	margin-bottom: 5px;
	display: block;
}
form#contact label  span{
	color: #999;
	margin-left: .5em;
	font-size: .8em;
	font-style: italic;
}
/**********************************  Privacy **********************************/
#content .privacy {
	margin: 35px 0 35px 50px;
	width: 500px;
	padding: 0 10px;

}
#content .privacy h4 {
	margin: 1.2em 0 .25em;
	line-height: 1.5em;
	font-size: 1em;
}
#content .privacy p {
	font-size: .8em;
	margin-bottom: 1em;
	line-height: 1.5em;
}
/**********************************  QUOTE **********************************/
.quote_left {
	float: left;
	width: 735px;
	border-right: 1px solid #ccc;
	margin-top: 50px;
	padding-right: 25px;
}
.quote_right {
	float: left;
	margin: 50px 35px 35px 25px ;
	width: 170px;
}
.quote_right h2 {
	margin-bottom: 10px;
	margin-top: 15px;
	border-bottom: 2px solid #e51937;
}
.quote_right ul li {
	line-height: 1.5em;
	margin-bottom: 15px;
}
#quote_form {
	width: 600px;
	margin: 0 50px;
	font-size: .9em;
}
#quote_form_contact {
	font-size: .9em;
	width: 700px;
	margin: 0 35px 35px;
}

.quote_form_heading {
	background-color:#ebebeb;
 	border-bottom:solid 1px #999;
	padding:8px 0 8px 0;
	margin:35px auto 10px auto;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px; 
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.quote_form_heading h3{
	margin-left: 10px;
	font-size: 1.3em;
}
#quote_table {
	width: 600px;
}
#quote_table tr#quote_form_head th {
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	background-color: #e51937;
	padding: 10px 0;
	border-bottom: 1px solid #999;
	padding-right: 2px;
}
#quote_table tr#quote_form_head th#qty {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;

}
#quote_table tr#quote_form_head th#itm {
}
#quote_table tr#quote_form_head th#dsc {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	border-right: none;

}
#quote_table tr#quote_form_head th#rmv {
	background-color: transparent;
	border-right: none;
	border-bottom: none;
}
#quote_table tr.quote_form_content td.qty {
	width: 50px;
} 
#quote_table tr.quote_form_content td.itm {
	width: 140px;
} 
#quote_table tr.quote_form_content td.dsc {
	width: 460px;
} 
#quote_table tr.quote_form_content td.rmv {
	width: 45px;
}
#quote_table tr.quote_form_content td.qty input{
	width: 50px;
} 
#quote_table tr.quote_form_content td.itm input {
	width: 140px;
} 
#quote_table tr.quote_form_content td.dsc input {
	width: 460px;
	border-right: 1px solid #999;
} 
#quote_table tr.quote_form_content td.rmv input {
	width: 45px;
}
#quote_table tr.quote_form_content td.rmv a {
	margin-bottom: 10px;
}
#quote_table tr.quote_form_content td.rmv img {
	width: 18px;
	position: relative;
	left: 5px;
	top: 4px;
} 
#quote_table tr.quote_form_content td input {
	padding: 7px 0;
	text-align: center;
	border: 1px solid #999;
	border-right: none;
	font-size: .9em;
	border-top: none;
}
#quote_table tr.quote_form_content td.dsc input {
	text-align: left;
	padding-left: 5px;
}
fieldset#quote_form_actions {
	width: 678px;
}
ul.quote_form_actions {
	float: right;
	margin: 40px 15px 100px 0;
}
ul.quote_form_actions li {
	float: right;
}
button#add_button {
	float: right;
	margin-right: 19px;
}
button.quote_button{
	padding: 7px 20px;
	background: #e51937;
	border: 1px solid #330000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #300;
	font-size: .8em;
	margin-top: 15px;
	margin-right: 10px;
}
button.quote_button:hover, button.quote_button:focus{
	cursor: pointer;
	background: #990000;
	border: 1px solid #000000;
}
button.quote_button:focus{
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
button.quote_button:active{
	background: #330000;
}

table#quote_review {
	width: 685px;
	margin: 0 50px 0;
	border-bottom: 1px solid #999;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
table#quote_review tr {
	display: block;
	margin: 0;
}
table#quote_review th {
	padding: 10px 2px 10px 0;
}
table#quote_review tr td {
	text-align: center;
	display: inline-block;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	font-size: .85em;
	padding: .25em 0;
}
table#quote_review tr#quote_review_head  {
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	background-color: #e51937;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
table#quote_review tr td.qty, table#quote_review tr th#qty {
	width: 50px;
}
table#quote_review tr td.qty {
	border-left: 1px solid #999;
}
table#quote_review tr td.itm, table#quote_review tr th#itm {
	width: 140px;
	padding: .25em 0;
}
table#quote_review tr td.dsc, table#quote_review tr th#dsc {
	width: 491px;
	padding: .25em 0;
}
form#quote_form_contact fieldset.quote_info {
	width: 47%;
	margin-right: 6%;
	float: left;
}
form#quote_form_contact fieldset.last {
	margin-right: 0;
	margin-top: 2px;
}
form#quote_form_contact ol li input {
	padding: 7px;
	width: 95%;
	border: 1px solid #ccc;
	margin-top: 5px;
}
form#quote_form_contact ol.csz li{
	float: left;
	margin-top: 1px;
}
form#quote_form_contact ol.csz li#city{
	width: 50%;
	margin-right: 5%;
}
form#quote_form_contact ol.csz li#state{
	width: 20%;
	margin-right: 5%;
}

form#quote_form_contact ol.csz li#zip{
	width: 20%;
}
form#quote_form_contact ol.csz li#state input, 
form#quote_form_contact ol.csz li#zip input{
	width: 85%;
	padding: 7px 5px;
}
form#quote_form_contact ol.csz li ol{
	width: 100%;
	display: block;
	overflow: auto;
}
form#quote_form_contact ol.csz li ol li{
	display: block;
	float: none;
	width: 95%;
}
form#quote_form_contact ol.form_comments {
}
form#quote_form_contact label span {
	font-size: 1em;
	margin-left: .25em;
	color: #f66;
}
form#quote_form_contact p {
	color: #999;
	float: right;
	display: block;
	clear: both;
}
form#quote_form_contact em{
	font-size: 1.2em;
	margin-right: .25em;
	color: #f66;
	font-style: normal;
}
form#quote_form_contact textarea {
	padding: .5em 2%;
	width: 95%;
	height: 11em;
	margin: 5px 0 25px 0;
	border: 1px solid #ccc;
	resize: none;
	resize: none;
}
form#quote_form_contact ul {
	display: block;
	clear: both;
	margin-top: 2em;
}
form#quote_form_contact ul li {
	float: right;
	padding-left: 1em;
}
ol.form_line {
	margin-top: 10px;
}
ol.csz {
	margin-bottom: 10px;
}
#quote_form_top_actions {
	margin: 0;
}
form#quote_form #quote_form_top_actions ul{
	margin: 0;
}
button#edit_quote {
	margin: 0 0 50px;
}
table#quote_review tr.quote_review_content:nth-of-type(odd) {
	background-color: #efefef;
}
table#quote_review caption, form#quote_form_contact legend {
	color:#333;
	font-size:1.3em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
table#quote_review caption {
	margin-bottom: 50px;
}
fieldset#contact_form_actions {
	margin-right: 3px;
}
fieldset#contact_form_actions ul {
	margin: 0;
}
fieldset#contact_form_actions ul li button {
	margin: 0;
}
.valifield {display:block; background-color:#CCC; border: solid 1px #FF0000; font-size:.8em; padding:10px; margin:0 10px 15px 30px; color:#444; line-height:1.3em;}
ul.errors {color:#FF0000;}

/**********************************  CREDIT APP **********************************/
#personal_info {
	display: block;
}
#accounts_payable, #purchasing, #bank_ref, #trade_ref_1, #trade_ref_2, #trade_ref_3 {
	display: block;
}


form#credit {
	width:885px;
	margin: 20px auto 35px;
}
form#credit ul#credit_accordion ol {
	display: block;

	float: right;
	margin-right: 20px;
	width: auto;
}
form#credit ul#credit_accordion ol li ol{
	width: 393px;
}
form#credit ul#credit_accordion ol li{
	display: block;
	float: left;
	margin: 5px 0;
}
form#credit ul#credit_accordion ol li input{
}
form#credit legend {
	border-bottom: 2px solid #ef1937;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
	margin-bottom: 10px;
}
form#credit fieldset {
	padding: 15px 10px 35px;
}

form#credit input {
	display: block;
	padding: 5px 7px;
	color: #999;
	width: 393px;
	margin-left: 2em;
	border: 1px solid #999;
}
form#credit input:focus {
	color: #333;
	border: 1px solid #333;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
form#credit label {
	margin: 5px 0;
	display: block;
	text-align: right;
}
form#credit label span {
	font-style: italic;
	color: #999;
	margin-left: .5em;
	font-size: .8em;
}
form#credit ul#credit_accordion ul.radio {
	width: 409px;
	margin-left: 2em;
	
}
form#credit ul#credit_accordion ul.radio li input{
	width: 20px;
	margin-left: 1em;
	border:none;
}
form#credit ul#credit_accordion ul.radio ol{
	margin-top: 3px;
}
form#credit ul#credit_accordion ul.radio li{
	margin: 1px 0;
}
form#credit ul#credit_accordion ul.radio li label {
	font-style: italic;
	color: #999;
	margin-top: 0;
	width: 140px;
	text-align: right;
}
form#credit a.btn {
	clear: both;
	float: right;
}
form#credit button {
	clear: both;
	margin: 10px 20px 0;
}

form#credit #submit{
	display:block;
	}
	
form#credit button, form#credit a.btn {
	display:none;
	float: right;
	padding: 7px 25px;
	background: #e51937;
	border: 1px solid #330000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #300;
	font-size: .8em;
	margin-top: 15px;
	margin-right: 25px;
}
form#credit button:hover, form#credit button:focus, form#credit a.btn:hover, form#credit a.btn:focus {
	cursor: pointer;
	background: #990000;
	border: 1px solid #000000;
}
form#credit button:focus, form#credit a.btn:focus {
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
form#credit button:active, form#credit a.btn:active{
	background: #330000;
}

form#credit a.editBtn {position:relative; left:840px; top:12px; font-size:.7em; text-transform: uppercase;}




/**********************************  FORM RESPONSE **********************************/
#content .email_success {
	margin: 35px 0 50px 50px;
	width: 500px;
	padding: 0 10px;
	font-size:.8em;
	line-height:1.5em;
}
#content .email_success p {
	margin-bottom: 1.5em;
	
}
#content .email_success a.btn {
	display: block;
	width: 15em;
	padding: .7em 0;
	text-align: center;
	background: #e51937;
	border: 1px solid #330000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #300;
	font-size: .8em;
	margin-top: 70px;
}
#content .email_success a.btn:hover, #content .email_success a.btn:focus {
	cursor: pointer;
	background: #990000;
	border: 1px solid #000000;
}
#content .email_success a.btn:focus {
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
#content .email_success a.btn:active{
	background: #330000;
}


/**********************************  FOOTER **********************************/

.footer {color:#666; font-size:.7em; line-height:18px;}