@charset "utf-8";
											/* Basics */
body{
	margin:0px;
	padding:0px;
	background:url(../images/bg_body.gif) repeat-x #b4b4b4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#535353;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clearB{
	clear:both;
}
.marginA{
	margin:auto;
}
a img{
	border:0px;
}
form{
	padding:0px;
	margin:0px;
}
p, h1, h2, h3, h4, h5{
	padding:0px 0px 13px 0px;
	margin:0px;
	font-weight:normal;
}
h1{
	font-size:26px;
	padding-bottom:5px;
	border-bottom:1px solid #e1e1e1;
	color:#cd1403;
	margin-bottom:15px;
}
h2{
	font-size:20px;
	color:#292929;
}
h3{
	font-size:16px;
	font-weight:bolder;
	color:#2c2c2c;
	padding-bottom:0px;
}
.content ul{
	padding:0px 0px 0px 40px;
	margin:0px;
	list-style-image:url(../images/img_list.gif);
}
.content li{
	padding-bottom:13px;
	color:#000000;
}
.content li span{
	color:#535353;
}
											/* Containers */
#cont{
	width:950px;
}											
											/* Header */
#header{
/*	background:url(../images/bg_header.jpg) no-repeat;*/
	height:181px;
}
#number{
	height:31px;
	color:#434343;
	font-size:18px;
	text-align:right;
	padding:6px 10px 0px 0px;
}
#number span{
	color:#dc200f;
	font-weight:bolder;
}
#logo{
	height:100px;
/*	padding:12px 0px 0px 14px;*/
}
#menubox{
	height:45px;
	padding:0px 0px 0px 20px;
}
.searchbox{
	background:url(../images/bg_search.gif) no-repeat top;
	width:201px;
	height:20px;
	margin-top:8px;
	padding:8px 0px 0px 10px;
}
.inputsearch{
	background:none;
	border:none;
	color:#a0a0a0;
	font-size:11px;
	font-style:italic;
	width:170px;
}
.menu{
	height:45px;
	width:450px;
}
.menu ul{
	list-style:none;
	text-align:center;
	margin:0px;
	padding:0px;
}
.menu ul li{
	display:block;
	float:left;
	padding-left:2px;
	background:url(../images/hmenu_border.gif) no-repeat top left;
}
.menu ul li a{
	display:block;
	float:left;
	padding:12px 13px 0px 13px;
	color:#ffffff;
	text-decoration:none;
	font-size:13px;
	height:32px;
}
.menu ul li a:hover{
	background:url(../images/menu_hover.gif) repeat-x;
	color:#c01303;
}
#nb a{
	border:0px !important;
}										
											/* Body */
#body{
	background:url(../images/bg_contentbody.gif) repeat-y;
	min-height:380px;
	height:auto !important;
	height:380px;
}
#shadowleft{
	position:absolute;
	width:184px;
	height:1px;
}
#shadowright{
	position:absolute;
	height:1px;
	width:186px;
}
.col1{
	width:184px;
}
.col2{
	width:580px;	
}
.col3{
	width:186px;
}
.content_img{
	padding:0px 10px 10px 10px;
}
.img_box{
	padding-bottom:20px;
}
.content{
	padding:0px 10px;
}
.rightside{
	padding:10px 20px;
	width:146px;
}
.rightside p{
	font-weight:bolder;
	font-style:italic;
	line-height:140%;
	color:#3c3838;
}
.rightside p a{
	color:#e21a09;
	text-decoration:none;
}
#quoter{
	color:#1a1a1a;
	font-size:12px;
	font-style:normal;
	padding-top:0px;
}
#quoter span{
	color:#f6f3f3;
	font-size:10px;
	line-height:80%;
	display:block;
}
.quote1{
	position:relative;
	right:15px;
}
.quote2{
	position:relative;
	left:35px;
}
.cback{
	background:url(../images/bg_callmebak.gif) no-repeat top left #a6a6a6;
	color:#FFFFFF;
	padding:0px 0px 30px 0px;
}
.cbtab{
	padding:70px 0px 0px 7px;
}
.inputx{
	width:115px;
	height:17px;
	border:1px solid #FFFFFF;
	padding:5px 0px 0px 5px;
	background:url(../images/bg_inputx.gif) no-repeat;
}
.sendx{
	position:absolute;
	margin:10px 0px 0px 20px;
}				
											/* Footer */
#footer{
	background:url(../images/bg_footer.gif) no-repeat;
	height:48px;
	text-align:center;
	font-size:11px;
	padding-top:50px;
	line-height:140%;
}
#footer a{
	text-decoration:none;
	color:#535353;
}
/*newly added*/
.t_white_a{
height:36px;
background-image:url(../images/white_band.gif);
background-repeat:no-repeat;
}
.t_red_a{
height:45px;
background-image:url(../images/red_band.gif);
background-repeat:no-repeat;
}
