body{
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#100101;
	background: #f4f4f4;
}
table { background: white; }


.main_menu{
    color: white;
    text-align: center;
    width:755px;
    background: #111;    
    overflow: auto;
    height: 31px;
/*    border: 1px solid red;*/
}

/*.main_menu a{
    color: white;
    text-decoration: none;
    font-size:12px;
    font-weight: bold;
    padding-right:10px;
}*/
.main_menu_separator{
	padding: 0px;
    padding-top:5px;
    color:white;
    float:left;        
}
.main_menu a{
    color: white;
    text-decoration: none;
    font-size:12px;
    font-weight: bold;
    margin-right:5px;
    margin-left:10px;
    height: 25px;
    padding-top:5px;
/*    padding-left: 5px;*/
    padding-right: 5px;
    display: block;
/*    border: 1px solid red;*/
    float: left;    
}

.main_menu_item a:hover{
    background-color: #2B4091; 
    color: white;
}

.main_menu .main_menu_item{
    /*background: #2E418D;*/
    background: #111;
    height: 21px;
    float:left;
/*    padding:5px;*/    
    line-height: 21px;
/*    border: 1px solid red;*/
}

/*.main_menu_offset{
    margin-left: 130px;
}

.main_menu_offset_2{
    margin-left: 70px;
}*/

.main_menu_offset{
    width: 130px;
    float:left;
    height:21px;
}

.main_menu_offset_2{
    width: 70px;
    float:left;
    height:21px;
}

/*table.main_menu{
	color: white;
}

.main_menu a{
	color: white;
	text-decoration: none;
	font-size:12px;
	font-weight: bold;
	padding: 10px;
	height:26px;
}
.main_menu td{	
	/*background: #2E418D;*/
	background: #111;
	height: 30px;
}*/

.header_heading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#415357;
	}
	
.register_box{
	font-size: 12px;
	border: 1px solid black;
}

.register_box th{
	font-size: 14px;
	padding: 5px;
	color: white;
	font-weight: bold;
	background: #2B4091;
}

.register_box td{
	padding: 5px;
}

.product_box{
	font-size: 12px;
	background: #eee;
}

.product_box th{
	font-size: 14px;
	padding: 5px;
	color: white;
	font-weight: bold;
	background: #444;
	/*background: #2B4091;*/
}

.product_box td{
	padding: 5px;
}



.product_box_in{
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	background: #f8f8f8;
}
.product_box_in .field_title{
	width: 100px;
}
.product_box_in .product_box_in_head, th{
	font-size: 12px;
	padding: 5px;
	color: white;
	font-weight: bold;
	background: #2B4091;
	text-align:left;
	text-transform: capitalize;
}

.product_box_in td{
	padding: 5px;
	border-bottom: 1px solid #ddd;
}


.product_box_in input,select{
	width: 150px;	
	height:18px;
	font-size: 12px;
	font-weight:400;
	padding:0px;
}

.product_box_in textarea{
	width: 250px;	
	height: 80px;
	font-size: 12px;
	font-weight:400;
	padding:0px;
}



.quote_button{
/*    border: 1px solid red;*/
    width: 280px;
    font-size: 11px;
    font-weight: bold;
    padding: 0px;
    background: #f8f8f8;
}
.quote_button td{
    padding: 5px;
    border-bottom: 1px solid #ddd;
}


.button{
	background-color: #2B4091;
	color: white;
	border: 0px;
	padding: 3px;
}

#request_quote_button{
    background-color: #2B4091;
    color: white;
    border: 0px;
    padding: 3px;
}

.upload_box{
	font-size: 12px;
	background: #eee;
}

.upload_box th{
	font-size: 14px;
	padding: 5px;
	color: white;
	font-weight: bold;
	background: #2B4091;
}

.upload_box td{
	padding: 5px;
}

.file_list_box{
    font-size: 12px;
    background: #eee;
}

.file_list_box th{
    font-size: 14px;
    padding: 5px;
    color: white;
    font-weight: bold;
    background: #2B4091;
}

.file_list_box td{
    padding: 5px;
}
.file_list_box  .header_link{
    color: white;
}

.error_message{
	color: red;
	font-size:12px;
	padding: 10px;
}

.error_message_in{
	color: red;
	font-size:12px;
/*	padding: 10px;*/
}

.error_message_js{
	color: red;
	font-size:12px;
	padding: 10px;
	margin-top:10px;
	text-align: left;
/*	border: 1px solid #9EA7AE;*/
}

.box_container{	
	padding-left: 10px;
	padding-right: 15px;
    padding-bottom: 20px;
}


.menu_left{
	width: 120px;
	margin-left: 15px;
/*	margin-top: 30px;*/
/*border: 1px solid red;*/
}
.menu_block{
	margin-bottom: 10px;
}
.menu_head, .product_box_in_head{
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	color: white;
/*	font-weight: bold;*/
	/*background: #2B4091;*/
	background: #555;
}
div.menu_item{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #ddd;    
	background: #f8f8f8;
    overflow: auto;
}
div.menu_item:hover { background-color: #2B4091; color: white; }
div.menu_item:hover a{ color: white; }

.menu_item a{
	color: black;
	text-decoration: none;
}


.quote_block{
	width:190px; 
	height: 48px; 
	background-color:#EDE2CE; 
	border:1px solid black;	
	text-align:center;						 
	padding:3px;
}
.quote_block_desc{
	margin-top:4px;
	font-size: 10px;
	letter-spacing: -0.5px;
}
.quote_block_request{
	font-size: 12px;	
	font-weight: bold;
}

.caption_text{
	font-size: 20px;	
	margin-bottom: 50px;
	text-transform: capitalize;
	letter-spacing: -0.1px;
}

.intro_text{
	font-size: 18px;
	color: #314288;
}

.desc_text{
	font-size: 12px;
	text-align: justify;
}

.legend_text{
	font-size: 10px;
	text-align: justify;
}

.welcome_text{
	font-size:11px;
	font-weight: bold;	
	padding: 5px;
}

.tell_us_text{
	color:#DE2429;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	border: 4px dashed #eee;
	width: 70%;
	margin-bottom: 20px;
}


.footer{
    color: white;
    text-align: center;
    width:756px;
    background: #111;    
    overflow: auto;
    font-size:12px;
    clear:both;
}

.footer a{
    color: white;
    text-decoration: none;    
    font-weight: bold;
/*    padding-right:10px;*/
/*    height:26px;*/
}
.footer .footer_item{
    /*background: #2E418D;*/
    background: #111;
    height: 18px;
    float:left;
    padding:5px;
    line-height: 18px;
/*    border: 1px solid red;*/
}

.footer_offset{
    margin-left: 90px;
}

.footer  .separator{
    padding-left:5px;
    padding-right: 0px;
}
.footer_text{
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 30px;
}




.login_box{
    font-size: 11px;
    font-weight: bold;
    padding: 0px;
    background: #f8f8f8;
    margin: 40px;
}
.login_box .field_title{
    width: 100px;
}
.login_box .login_box_head, th{
    font-size: 12px;
    padding: 5px;
    color: white;
    font-weight: bold;
    background: #2B4091;
    text-align:left;
    text-transform: capitalize;
}

.login_box td{
    padding: 5px;
    border-bottom: 1px solid #ddd;
}


.login_box input{
    width: 150px;    
    height:18px;
    font-size: 12px;
    font-weight:400;
    padding:0px;
}
#btnLogin{
    background-color: #2B4091;
    color: white;
    border: 0px;
    padding: 3px;
    height: 24px;
/*    border: 1px solid black;*/
}

.login_box_error{
    color: red;    
}

.file_successfully_received{
    font-size: 16px;
    font-weight:bold;
    padding: 10px;
}

.upload_info{
    background: #EEEEEE;
    width:430px;
    text-align: left;
    font-size: 14px;
    font-weight:bold;
    padding: 10px;
}

.thank_you_for_quote{
    background: #EEEEEE;
    width:430px;
    text-align: left;
    font-size: 14px;
    font-weight:bold;
    padding: 10px;
}

.credit_cards{
    text-align:center;
    margin-bottom: 10px;
    clear:both;
}

.credit_cards img{
    width: 300px;
    border: 0px;    
}