@charset "UTF-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#FFFFFF;
	font-size:12px;
}

input[type=text]{
	margin:5px 0 0 0;
	border:1px solid #999999;
	padding:3px;
	background-image:url(/_img/_maincontent/input_bg.jpg);
	background-repeat:repeat-x;
}

input[type=password]{
	margin:5px 0 0 0;
	border:1px solid #999999;
	padding:3px;
	background-image:url(/_img/_maincontent/input_bg.jpg);
	background-repeat:repeat-x;
}

select{
	margin:5px 0 0 0;
	border:1px solid #999999;
	background-image:url(/_img/_maincontent/input_bg.jpg);
	background-repeat:repeat-x;
}

textarea{
	border:1px solid #999999;
	padding:3px;
	margin:10px 0 0 0;
	background-image:url(/_img/_maincontent/input_bg.jpg);
	background-repeat:repeat-x;
}

.requiredField{
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
	}

.buttoncustom{
	border:none;
	behavior: url(/iepngfix.htc);
	}

a:active
{
outline: none;
}

:focus
{
  -moz-outline-style: none;
}

a {
	color:#ffd200;
}
img {
	border: 0px;
}

hr {
	display: block;
	padding: 0px;
	margin: 0px;
	border: 0px;
	color: #3f3f3f;
	background-color: #3f3f3f;
	height: 1px;
}

.main_container .main_content .red_hr {
	margin-bottom: 10px;
	border-top-width: 1px;	
	border-top-style: solid;	
	border-top-color: #ff5400;
	border-bottom-width: 6px;	
	border-bottom-style: solid;	
	border-bottom-color: #3f3f3f;
}

img, div { behavior: url(/iepngfix.htc) }

#logo{
	width:273px;
	padding:15px 0 10px 15px;
	float:left;
	margin:0;

}

#header_info{
	width:546px;
	padding:0 0 20px 15px;
	float:right;
	margin:0;

}
#navigation{
	float:right;

}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ffd200;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3f3f3f;
}

/*
---------------------------------------------------------------------------------------------------------------------------- 
Main Container Styles
---------------------------------------------------------------------------------------------------------------------------- 
*/

div.core_container {
	display: block;
	background-image:url(../_img/_maincontent/bg2.jpg);
	background-repeat:repeat-x;
	background-color: #000000;
}

div.content_container {
	position: relative;
	background-color: #292929;
    width: 990px;
    text-align: left;
    margin: 0 auto;
	border-left:#000000 solid 3px;
	border-right:#000000 solid 3px;
}

.main_container {
	background-color: #000000;
}

#About_RushFlyers {
	display:none;
}

#HomeFeatures{
	padding:0;
	margin:0;
	width:744px;
	height:300px;
}

#LeftColumn{
	width:236px;
	padding:10px 10px 0 0;
	height:100%;
	overflow:hidden;
	float:left;
	background-color:#292929;
	

}

#RightColumn{
	padding:10px 0 0 0;
	width:744px;
	float:left;
	background-color:#292929;

}

#ProductRightColumn{
	padding:10px 0 0 0;
	width:245px;
	float:left;
	background-color:#292929;

}

#ProductMiddleColumn{
	padding:10px 0 0 0;
	width:445px;
	float:left;
	background-color:#292929;

}

#BottomContent{
	width: 990px;
	padding: 10px 0 10px 0;
	margin:0;

}

.clear{clear:both;}

/*
---------------------------------------------------------------------------------------------------------------------------- 
Header Styles
---------------------------------------------------------------------------------------------------------------------------- 
*/

#header {
	background-image: url(../_img/_header/bg_header.jpg);
	background-repeat: no-repeat;
	height: 115px;
	width:990px;
}

#header .header_number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

#header .header_number_yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: bold;
	color: #FFD200;
	padding:0 10px 0 0;
}

#header .header_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 10px;
}

#ContentTitle {
	width:auto;
	padding: 10px 10px 10px 0;
	margin:0;
}

#ContentTitle h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	padding:0 0 5px 0;
	margin:0;
	color: #FFFFFF;
}

#ContentTitle #ContentRuler{
	width:auto;
	height:10px;
	background-color:#333333;
	border-top:#CC0000 solid 1px;
}

/*
---------------------------------------------------------------------------------------------------------------------------- 
Breadcrumb Styles
---------------------------------------------------------------------------------------------------------------------------- 
*/

#breadcrumb {
	height:25px;
	background-color:#000000;
	padding:7px 0 0 20px;
	background-image:url(../_img/_breadcrumb/arrow.jpg);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #b7b7b7;
}

#breadcrumb a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffd200;
	text-decoration: none;
}

#breadcrumb a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffd200;
	text-decoration: underline;
}

/*
---------------------------------------------------------------------------------------------------------------------------- 
Main Content Styles
---------------------------------------------------------------------------------------------------------------------------- 
*/

.main_container .main_content {
	background-color: #292929;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #4f4f4f;
}

.main_container .main_content .main_content_nav .main_content_nav_hdr {
	background-image: url(../_img/_maincontent/category_hdr.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #292929;
	text-indent: 10px;
}

.main_container .main_content .main_content_nav .main_content_nav_text {
	background-color: #005467;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-indent: 5px;
}

.main_container .main_content .main_content_nav .main_content_category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	color: #ffffff;
}

.main_container .main_content .main_content_nav .main_content_category a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	color: #ffffff;
	text-decoration: none;
}

.main_container .main_content .main_content_nav .main_content_category a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	color: #ffffff;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffd200;
}

.main_container .main_content .main_content_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}

.main_container .main_content .emergency {
	background-image: url(../_img/_maincontent/emergency.jpg);
	background-repeat: no-repeat;
}

.main_container .main_content .emergency .emergency_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.main_container .main_content .emergency .emergency_sub_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.main_container .main_content .emergency .emergency_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #292929;

	text-indent: 10px;
}

.main_container .main_content .emergency .emergency_sub_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #292929;
	text-indent: 10px;
}

/*
---------------------------------------------------------------------------------------------------------------------------- 
Home Stuff
---------------------------------------------------------------------------------------------------------------------------- 
*/


#HomePromo1{
	width:350px;
	float:left;
	padding:5px 30px 20px 0;
	margin:0;
}
#HomePromo2{
	width:350px;
	float:left;
	padding:5px 0 20px 0;
	margin:0;
}
/*
---------------------------------------------------------------------------------------------------------------------------- 
Uploader
---------------------------------------------------------------------------------------------------------------------------- 

#uploader{
	background-image:url(/_img/uploader_bg.jpg);
	background-repeat:no-repeat;	
	background-color:#FFFFFF;
	float:left;
	padding:20px;
	color:#333333;
	width:462px;
	margin:0;
	padding:0;

}

*/
#uploaderfooter{
	width:734px;
	height:30px;
	background-image: url(../_img/panel_footer.png);
	background-repeat: no-repeat;
	background-position: top;

}

#uploader {
	width:734px;
	margin: 0;
	color:#333333;
	height:845px;
	padding: 6;
	background-image: url(../_img/panel_uploader.png);
	background-repeat: no-repeat;
	background-position: top;
}

#uploaderform {
	width:340px;
	padding:20px;
	float:left;
}

#uploader h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

#uploader h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ff0000;
	padding:0;
	margin:0;
}

#uploader  a {
	color:#ff0000;
}

#uploaderContinue{
	width: 734px;
	position: absolute;
	left: 475px;
	top: 650px;
}

#uploaderApprovalText{
	width:734px;
	position: absolute;
	left: 235px;
	top: 950px;
}

#uploaderProofImages{
	position: absolute;
	width:340px;
	left: 625px;
	top: 450px;
}

#printguideline{
	float:left;
	width:160px;

}

#printpreview{
	float:left;
}

#previewapprove{
	text-align:center;
	padding:30px 0 50px 0
}

#RightColumn #tips{
	font-size:12px;
	float:left;
	width:236px;
	padding:0 20px 0 0;

}

#RightColumn h2{
	font-size:16px;
	color:#ffd200;
	padding:0 0 10px 0;
	margin:0;

}

/*
---------------------------------------------------------------------------------------------------------------------------- 
Body Content Stuff
---------------------------------------------------------------------------------------------------------------------------- 
*/

#BodyContent{
	width:724px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height:17px;
	color: #ffffff;
	padding:0;
	margin:0 0 20px 0;
	

}

#BodyContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	padding:0;
	margin:0;
}

/*
---------------------------------------------------------------------------------------------------------------------------- 
LEFT COLUMN BOXES
---------------------------------------------------------------------------------------------------------------------------- 
*/

.input_email {font-family:Arial, Helvetica, sans-serif; font-size:10px; 
}
.table_yellow_emergency { 
background-image:url(../_img/_leftcolumn/bg_top_emergency.jpg);
background-repeat:no-repeat;
background-color:#F9D23E;
}
.table_yellow_eco {
background-image:url(../_img/_leftcolumn/bg_top_eco.jpg);	
background-repeat:no-repeat;
background-color:#F9D23E;
}
.table_yellow_email {
background-image:url(../_img/_leftcolumn/bg_top_email.jpg);	
background-repeat:no-repeat;
background-color:#F9D23E;
}
.box_content {padding:70px 10px 15px 10px; background-image:url(../_img/_leftcolumn/bg_boxes_bottom.jpg); background-repeat:no-repeat; background-position:bottom; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000; line-height:16px; text-align:left;
}

.btn_subscribe {
padding-bottom:0;
}

.form_email {
margin-bottom:0;
}

/*
---------------------------------------------------------------------------------------------------------------------------- 
Start Menu Styles
---------------------------------------------------------------------------------------------------------------------------- 
*/

#StartMenu{
	width:236px;
	margin:0;
}

#StartMenu ul{
	list-style:none;
	text-align:left	;
	padding:0;
	margin:0;
}

#StartMenu h1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0 0 10px 0;
	margin:0;
	color:#121212;
	font-size:18px;
}

#StartMenu a {
	text-decoration: none;
}

#StartMenu a:hover {
	color:#feae00;
	text-decoration: none;
}

#StartMenu li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#CCCCCC;
	line-height:10px;
	text-align:left;
	width:auto;
	background-image:url(../_img/_maincontent/arrow_submenu.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	border-bottom: #464646 solid 1px;
}

#StartMenu ul li a {
	color:#cccccc;
	padding:5px 0px 5px 23px;
	display: block;
	text-decoration: none;
}

#StartMenu ul li:hover{
	color:#b7b7b7;
	background-color:#121212;
	background-image:url(../_img/_maincontent/arrow_submenu_on.gif);
	background-repeat:no-repeat;
	text-decoration: none;

}

#categoryHeader{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-image:url(../_img/_maincontent/startmenu_bg.jpg);
	background-repeat:no-repeat;
	padding:8px 0 5px 15px;
	margin:0;
	width:221px;
	height:45px;
	color:#cccccc;
	background-color:#333333;
	font-size:11px;
}

/*
---------------------------------------------------------------------------------------------------------------------------- 
Product Description Styles
---------------------------------------------------------------------------------------------------------------------------- 
*/

.main_container .main_content .product_desc .product_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-style: normal;
	color: #FFFFFF;
}

.main_container .main_content .product_desc .product_headerdesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #ffd200;
}

.main_container .main_content .product_desc .product_details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}

.main_container .main_content .product_desc .product_subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3f3f3f;
}

.main_container .main_content .product_desc .product_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #a7a7a7;
}

.main_container .main_content .product_desc .product_text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #f6c101;
	text-decoration: underline;
}

.main_container .main_content .product_desc .product_text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ed1100;
	text-decoration: none;
}

#product_desc .product_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-style: normal;
	color: #FFFFFF;
}

#product_desc .product_headerdesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #ffd200;
}

#product_desc .product_details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}

#product_desc .product_subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3f3f3f;
}

#product_desc .product_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #a7a7a7;
}

#product_desc .product_text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #f6c101;
	text-decoration: underline;
}

#product_desc .product_text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ed1100;
	text-decoration: none;
}

/*
---------------------------------------------------------------------------------------------------------------------------- 
Product Options Styles
---------------------------------------------------------------------------------------------------------------------------- 
*/

.main_container .main_content .product_options .product_options_top {
	background-image: url(../_img/_maincontent/bg_productoption_top.jpg);
	background-repeat: no-repeat;
}

.main_container .main_content .product_options .product_options_mid {
	background-color: #FFFFFF;
}

.main_container .main_content .product_options .product_options_btm {
	background-image: url(../_img/_maincontent/bg_productoption_btm.jpg);
	background-repeat: no-repeat;
}

.main_container .main_content .product_options .product_options_mid .product_options_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #525252;
}

.main_container .main_content .product_options .product_options_mid .next_step_red_lg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #ed1100;
}

.main_container .main_content .product_options .product_options_mid .next_step_option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #3f3f3f;
}

#product_options .product_options_top {
	background-image: url(../_img/_maincontent/bg_productoption_top.jpg);
	background-repeat: no-repeat;
}

#product_options .product_options_mid {
	background-color: #FFFFFF;
}

#product_options .product_options_btm {
	background-image: url(../_img/_maincontent/bg_productoption_btm.jpg);
	background-repeat: no-repeat;
}

#product_options .product_options_mid .product_options_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: bold;
	color: #525252;
}

#product_options .product_options_mid .product_options_header_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #525252;
}

#product_options .product_options_mid .next_step_red_lg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #ed1100;
}

#product_options .product_options_mid .next_step_option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #3f3f3f;
}

/*
---------------------------------------------------------------------------------------------------------------------------- 
Grey Box Styles
---------------------------------------------------------------------------------------------------------------------------- 
*/

.main_container .main_content .product_options .product_options_mid .grey_bg .grey_bg_top {
	background-image: url(../_img/_maincontent/bg_grey_top.jpg);
	background-repeat: no-repeat;
}

.main_container .main_content .product_options .product_options_mid .grey_bg .grey_bg_btm {
	background-image: url(../_img/_maincontent/bg_grey_btm.jpg);
	background-repeat: no-repeat;
}

.main_container .main_content .product_options .product_options_mid .grey_bg .grey_bg_mid {
	background-color: #eaeaea;
}

.main_container .main_content .product_options .product_options_mid .grey_bg .grey_bg_mid .quote_option_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ed1100;
}

.main_container .main_content .product_options .product_options_mid .grey_bg .grey_bg_mid .quote_option_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #010101;
}

.main_container .main_content .product_options .product_options_mid .grey_bg .grey_bg_mid .quote_option_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #3f3f3f;
}

.main_container .main_content .product_options .product_options_mid .quote_option_dropdown {
	border:1px solid #969696;
	padding: 0px;
	margin: 0px;
 	font-family: Arial, Helvetica, Verdana, sans;
 	font-size: 12px;
 	width: 170px;
 	height: 16px;
 	background: #ffffff;
 	color: #010101;
}

#product_options .product_options_mid .grey_bg .grey_bg_top {
	background-image: url(../_img/_maincontent/bg_grey_top.jpg);
	background-repeat: no-repeat;
}

#product_options .product_options_mid .grey_bg .grey_bg_btm {
	background-image: url(../_img/_maincontent/bg_grey_btm.jpg);
	background-repeat: no-repeat;
}

#product_options .product_options_mid .grey_bg .grey_bg_mid {
	background-color: #eaeaea;
}

#product_options .product_options_mid .grey_bg .grey_bg_mid .quote_option_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ed1100;
}

#product_options .product_options_mid .grey_bg .grey_bg_mid .quote_option_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #010101;
}

#product_options .product_options_mid .grey_bg .grey_bg_mid .quote_option_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #3f3f3f;
}

#product_options .product_options_mid .quote_option_dropdown {
	border:1px solid #969696;
	padding: 2px;
	margin: 0px;
 	font-family: Arial, Helvetica, Verdana, sans;
 	font-size: 12px;
 	width: 180px;
 	background: #ffffff;
 	color: #010101;
}

/*
---------------------------------------------------------------------------------------------------------------------------- 
Yellow Box Styles
---------------------------------------------------------------------------------------------------------------------------- 
*/

.main_container .main_content .product_options .product_options_mid .yellow_bg .yellow_bg_top {
	background-image: url(../_img/_maincontent/bg_yellow_top.jpg);
	background-repeat: no-repeat;
}

.main_container .main_content .product_options .product_options_mid .yellow_bg .yellow_bg_btm {
	background-image: url(../_img/_maincontent/bg_yellow_btm.jpg);
	background-repeat: no-repeat;
}

.main_container .main_content .product_options .product_options_mid .yellow_bg .yellow_bg_mid {
	background-color: #f8f6c4;
}

.main_container .main_content .product_options .product_options_mid .yellow_bg .yellow_bg_mid .quote_option_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ed1100;
}

.main_container .main_content .product_options .product_options_mid .yellow_bg .yellow_bg_mid .quote_option_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #3f3f3f;
}

.main_container .main_content .product_options .product_options_mid .yellow_bg .yellow_bg_mid .quote_option_red_lg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #ed1100;
}

.main_container .main_content .product_options .product_options_mid .yellow_bg .yellow_bg_mid .quote_option_grey_lg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #3f3f3f;
}

#product_options .product_options_mid .yellow_bg .yellow_bg_top {
	background-image: url(../_img/_maincontent/bg_yellow_top.jpg);
	background-repeat: no-repeat;
}

#product_options .product_options_mid .yellow_bg .yellow_bg_btm {
	background-image: url(../_img/_maincontent/bg_yellow_btm.jpg);
	background-repeat: no-repeat;
}

#product_options .product_options_mid .yellow_bg .yellow_bg_mid {
	background-color: #f8f6c4;
}

#product_options .product_options_mid .yellow_bg .yellow_bg_mid .quote_option_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ed1100;
}

.quote_option_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ed1100;
}

.quote_option_red a{
	color: #ed1100;
	text-decoration:none;
}

.quote_option_red a:hover{
	color: #ed1100;
	text-decoration:underline;
}

#product_options .product_options_mid .yellow_bg .yellow_bg_mid .quote_option_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #3f3f3f;
}

#product_options .product_options_mid .yellow_bg .yellow_bg_mid .quote_option_red_lg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #ed1100;
}

#product_options .product_options_mid .yellow_bg .yellow_bg_mid .quote_option_grey_lg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #3f3f3f;
}

/*
---------------------------------------------------------------------------------------------------------------------------- 
Footer Ads Styles
---------------------------------------------------------------------------------------------------------------------------- 
*/

.footer_ads {
	background-color: #292929;
} 

.footer_ads .footer_ads_bg {
	background-image: url(../_img/_footer/bg_footerads.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.footer_ads .footer_ads_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #ed1100;
	padding-bottom: 10px;
}

.footer_ads .footer_ads_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ed1100;
}

.footer_ads .footer_ads_red a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ed1100;
	text-decoration: none;
}

.footer_ads .footer_ads_red a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ed1100;
	text-decoration: none;
}

.footer_ads .footer_ads_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3f3f3f;
}

/*
---------------------------------------------------------------------------------------------------------------------------- 
Footer Styles
---------------------------------------------------------------------------------------------------------------------------- 
*/

#Footer {
	background-image: url(../_img/_footer/bg_footer.jpg);
	background-repeat: no-repeat;
	width: 990px;
	height: 200px;
	background-color:#000000;
}

#Footer .footer_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #dcdcdc;
	padding-top: 10px;
}

#Footer .footer_nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #dcdcdc;
	padding-top: 10px;
	text-decoration: none;
}

#Footer .footer_nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #dcdcdc;
	padding-top: 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffd200;
}

#Footer .footer_num_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #adadad;
}

#Footer .footer_num_yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #ffd200;
}

#Footer .footer_num_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #adadad;
}

#Footer .footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #888888;
}

.main_container .footer {
	background-image: url(../_img/_footer/bg_footer.jpg);
	background-repeat: no-repeat;
}

.main_container .footer .footer_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #dcdcdc;
	padding-top: 10px;
}

.main_container .footer .footer_nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #dcdcdc;
	padding-top: 10px;
	text-decoration: none;
}

.main_container .footer .footer_nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #dcdcdc;
	padding-top: 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffd200;
}

.main_container .footer .footer_num_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #adadad;
}

.main_container .footer .footer_num_yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #ffd200;
}

.main_container .footer .footer_num_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #adadad;
}

.main_container .footer .footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #888888;
}

#RightColumn .login_bg {
	margin: 0px;
	padding: 10px;
	background-image: url(/_img/bg_login.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#loginPanel {
	width:675px;
	height:280px;
	margin: 20px auto 0 auto;
	color:#333333;
	padding: 10px;
	background-image: url(../_img/_maincontent/panel_login.png);
	background-repeat: no-repeat;
	background-position: top;
}

#loginPanel h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

#loginPanel h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ff0000;
	padding:0;
	margin:0;
}

#loginPanel  a {
	color:#ff0000;
}

#ShopContainer {
	width:744px;
	margin:0;
	padding:0 0 0 0;
}

#ShopContainer #col1{
	width:234px;
	float:left;
	display:inline;
	padding:20px 0 0 0;
}

#ShopContainer h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding:0 0 5px 0;
	margin:15px 0 0 0;
	color: #FFFFFF;
}

#ShopContainer #ContentRuler{
	width:auto;
	height:10px;
	background-color:#333333;
	border-top:#ffd200 solid 1px;
	margin:0 0 15px 0;
}

#ShopContainer #colimg{
	height:110px;
	text-align:center;
}

/*
---------------------------------------------------------------------------------------------------------------------------- 
Pricing Page Styles
---------------------------------------------------------------------------------------------------------------------------- 
*/

h1 {
	font-size: 25px;
	color: #FFF;

}

.priceTable {
	width:95%;
	border: 0;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	background-color:#222;

}
.priceTable td {
	padding:6px;

}
.table_header {
	background-color:#333;
	max-height: 30px;
	font-size: 18px;
	color: #FFD200;
	font-weight: bold;
	text-align: left;

}

.td_coating {
	width: 15%;
	background-color:#D20E10;
	font-size: 14px;
	font-weight: bold;

}

.td_qty {
	width: 10%;
	background-color:#D20E10;
	font-size: 14px;
	font-weight: bold;

}

.td_qty25k {
	width: 20%;
	background-color:#D20E10;
	font-size: 14px;
	font-weight: bold;

}

.icon_key {
	vertical-align: middle;
	width:95%;
	border: 0;
	text-align: left;
	font-size: 12px;
	color: #FFF;
	background-color:#333333;

}

/*
---------------------------------------------------------------------------------------------------------------------------- 
Attention Box Styles
---------------------------------------------------------------------------------------------------------------------------- 
*/

.box_attention {
	background-image:url(../_img/_maincontent/attention.jpg);
	background-repeat:no-repeat
}

td.text_attention {
	padding: 55px 17px 17px 17px;
	line-height:normal;
	font-size:9.5pt;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align:justify;

}

span.text_attention {
	font-size:9.5pt;
	font-family:Arial, Helvetica, sans-serif;
	color: #fdca00;
	font-weight: bold;

}

.wbox_attention_header{
	background-image: url(../_img/attention_header.gif);
	background-repeat: no-repeat;
    width: 637px;
    height: 66px;
}

.wbox_attention_footer{
	background-image: url(../_img/attention_footer.gif);
	background-repeat: no-repeat;
    width: 637px;
    height: 22px;
}


/*
---------------------------------------------------------------------------------------------------------------------------- 
Start Upload Disclaimer
---------------------------------------------------------------------------------------------------------------------------- 
*/
	#lightbox {  
	display:none;  
	background:#000000;  
	opacity:0.8;  
	filter:alpha(opacity=80);  
	position:absolute;  
	top:0px;  
	left:0px;  
	min-width:100%;  
	min-height:100%;  
	z-index:999;  
	} 
	#disclaimer-wrap {
		z-index: 1000;
		position: absolute;
		left: 0;
		top: 0;
		margin: 0 auto;
		min-width: 100%;
		min-height: 100%;
	}
	#alert {
	display: none;
		z-index: 1001;
		margin: 0 auto;
		margin-top: 400px;
		padding: 15px;
		border:  10px solid #000;
		text-align: left;
		font-family: sans-serif;
		font-size: 12px;
		line-height: 1.5em;
		background-color: #ff0000;
		color: #fff;
		width: 350px;
		border-radius: 7px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		opacity: 0;
	}
	#alert > div {
		margin: 15px;	
		}
	.attn {
		display: block;
		margin-bottom: 10px;
		font-size: 24px;
		text-transform: uppercase;
		text-shadow: #666 0.1em 0.1em 0.2em
	}
	.close {
		display: block;
		margin-top: 10px;
		padding: 7px;
		width: 75px;
		text-align: center;
		background: #000 url(../_img/btn-disclaimer.jpg) repeat-x 0 0;
		border: 1px solid #ccc;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		text-decoration: none;
		color: #fff;
	}
	.close:hover {
		background: #000 url(../_img/btn-disclaimer-hover.jpg) repeat-x 0 0;
	}
	
/* Start Upload Disclaimer */
