/* CSS Document */
body {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
background-color:#D8D8D6;
/*background-image: url(../images/page_bg.gif);
background-repeat:repeat-x;*/
padding:0px;
margin:0px;
}

#topper{
width:100%;
height:151px;
background-color:#FF3535;
}

.t_black {
	height:101px;
	background-color:#000;
	font-size:15px;
	color:#FF3535;
	font-weight:800;
	}
.nevgbg{
	background-color:#FF3535;
	height:23px;
	}
#nevg {
	font-size:12px;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	}
	
#nevg a {
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	line-height:23px;
	display:block;
	width:119px;
	background-image:url(../images/seprator.gif);
	background-position:right top;
	background-repeat:no-repeat;
	}
#nevg a:hover {
	width:119px;
	font-size:12px;
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	background-color:#000;
	color:#fff;
	line-height:23px;
	}				

#containt_tab {
	background-color:#fff;
	}	
.r_border {
	border-right:1px solid #D8D8D6;
	}
	
p {
	text-align:justify;
	padding:5px 0px 5px 0px;
	margin:0px;
	}
	
a.red_bold {
	font-weight:bold;
	color:#FF3535;
	text-decoration:none;
	}
	
a.red_bold:hover {
	font-weight:bold;
	color:#FF3535;
	text-decoration:underline;
	}	
.b_border {
	border-bottom:1px dotted #ccc;
	padding:0px 0px 13px 0px;
	}
.b_grey{
	height:25px;
	background-color:#D8D8D6;
	}	
.b_black {
	height:61px;
	background-color:#000;
	font-size:11px;
	color:#D8D8D6;
	}
#bot_link {
	font-size:12px;
	color:#fff;
	font-weight:bold;
	}
	
#bot_link a {
	font-size:12px;
	text-decoration:none;
	color:#fff;
	line-height:23px;
	width:119px;
	}
#bot_link a:hover {
	width:119px;
	font-size:12px;
	text-decoration:underline;
	color:#fff;
	line-height:23px;
	}
#footer{
width:100%;
height:151px;
background-color:#FF3535;
}

input {
	background-color:#FFFFFF;
	border:1px solid #878787;
	height:16px;
	width:200px;
	font-size:11px;
	color:#000;
	margin:5px 0px 5px 5px;
	}
textarea {
	background-color:#FFFFFF;
	border:1px solid #878787;
	width:300px;
	font-size:11px;
	color:#000;
	margin:5px 0px 5px 5px;
	}
td.colproduct {
	background-color:#EEEEEE;
	padding:3px;
	border-top:1px solid #D8D8D6;
	}		
td.whproduct {
	background-color:#fff;
	padding:3px;
	border-top:1px solid #D8D8D6;
	}			
a {
	color:#9D9D9C;
	text-decoration:none;
	}
	
a:hover {
	color:#9D9D9C;
	text-decoration:underline;
	}		

input.otherbtn  {
	background-color:#CCCCCC;
	border:1px solid #999;
	width:auto;
	font-weight:600;
	font-size:11px;
	height:22px;
	margin:0px;
	padding:0px;
	}