@charset "utf-8";
/* CSS Document */
body{
margin:0px;
background-color:#000000;
}
img{
border:none;
}
.wholesite{
width:1000px;
background-color:#040404;
margin:0px auto;
font-family:Arial, Helvetica, sans-serif;
}
.wholebanner{
width:1000px;
height:138px;
background:url(../images/topbanner-bg.gif) repeat-x;
}
.lefttopbanner{
width:567px;
height:138px;
background:url(../images/topbanner-left.gif) no-repeat;
}
/*old-remove.logo{
width:248px;
height:72px;
position:relative;
top:19px;
left:36px;
}*/
.logo{
width:299px;
height:81px;
position:relative;
top:16px;
left:20px;
border:none;
}
.tollfree{
width:285px;
height:72px;
margin:15px auto;
background:url(../images/toll-free.gif) no-repeat;
}
/*menu starts here*/
.wholemenu{
width:1000px;
height:36px;
}
/*menu ends here*/
/*innerbanner start here*/
.innerbanner{
width:977px;
height:256px;
margin:10px auto;
background:url(../images/banner-general.gif);
clear:both;
}
/*innerbanner ends here*/
/*content part start here*/
.wholecontent{
width:1000px;
margin:0px auto;
}
.content{
color:#ffffff;
}
.content h1{
font-size:14px;
height:25px;
color:#ffffff;
padding:0px 0px 0px 10px;
margin:5px 0px;
line-height:25px;
background:url(../images/heading-bg.gif) no-repeat;
}
.content h2{
color:#3abcdb;
font-size:12px;
padding:0px 0px 0px 15px;
margin:0px;
}
.content h2 a{
color:#3abcdb;
text-decoration:none;
}
.content h3{
font-size:12px;
color:#fbcb6f;
margin:0px;
padding:5px 15px;
}
.content p{
color:#ffffff;
font-size:12px;
padding:10px 0px 10px 15px;/*10px 15px;*/
margin:0px;
text-align:justify; 
}
.content p a{
text-decoration:none;
color:#eaeaea;
}
.text a{
color:#ffffff;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
.text a:hover{
color:#fbcb6f;
}
.list-homepage{
padding:0px;
margin:0px;
color:#b7cbf3;
font-size:11px;
}
.list-homepage li{
padding:0px 15px;
margin:0px;
display:block;
background:url(../images/bullet.gif) no-repeat 5px;
position:relative;
line-height:21px;
list-style:none;
}
.list-homepage li a{
color:#b7cbf3;
}
.field{
border:#444444 solid 1px;
background-color:#333333;
color:#ffffff;
font-size:12px;
width:160px;
}
/*content part ends here*/
/*content right side part*/
.rightcontainer{
width:254px;
margin:0px auto;
}
.rightconhead{
width:254px;
height:35px;
background:url(../images/rightside-head.gif);
}
.rightdowncon{
width:254px;
height:auto;/*270*/
background:url(../images/containerbg-right.gif) no-repeat;
}
.rightdowncon h2{
font-size:12px;
color:#fbcb6f;
padding:5px 0px;
margin:0px;
}
.rightdowncon p{
font-size:11px;
color:#FFFFFF;
padding:5px 0px;
margin:0px;
line-height:21px;
}
.rightdowncon p a{
color:#ffffff;
}
/*content left side part*/
/**/
.table{
border:#3f4b69 solid 1px;
border-collapse:collapse;
margin-top:20px;
}
.table tr, .table td{
border:#3f4b69 solid 1px;
}
/**/
/*footer starts here*/
.wholefooter{
width:1000px;
height:70px;
background:#010102 url(../images/footer-bg.gif) no-repeat;
margin-top:10px;
color:#FFFFFF;
font-size:11px;
}
.wholefooter a{
color:#ffffff;
padding:0px 10px;
text-decoration:none;
}
/*footer ends here*/
/**/

.container {
	width: 990px;
	margin: 0 auto;
	position: relative;
}
ul.topnav {
	list-style: none;
	padding: 0 25px;
	margin: 0;
	float: left;
	width: 950px;
	background: #222;
	font-size: 12px;
	background: url(../images/topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a {
	padding: 10px 15px; /*padding:10px 5px; original*/
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover {
	background: url(../images/topnav_hover.gif) repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {
	background-position: center bottom;
	cursor: pointer;
} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 35px;
	background: #333;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	width: 180px; /*width:170px original */
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 180px; /*width:170px original*/
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #000000 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #202333 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
}
/**/
