*{
	padding:0px;
	margin:0px;
}
body{
background:url(images/bg.gif) repeat-x left -15px;
font:normal 12px Verdana, Arial, Helvetica, sans-serif;
color:#010101;
line-height:20px;
}
a:focus{
	outline:none;
}
a{
	color:#b71f36;
}
a:hover{
	color:#000000;
	text-decoration:none;
}

.error {
    color: red;
    float: none;
    padding-left: 0.5em;
    vertical-align: top;
}

#wrapper{
	width:1000px;
	margin:0 auto;
}

/*header starts here*/
#header{
	width:1000px;
	float:left;
	clear:both;
}

.headtop{
	width:1000px;
	float:left;
	height:113px;
}
.headtop p#logo{
	float:left;
}
.headtop p#logo a{
	background:url(images/logo.gif) no-repeat left top;
	width:210px;
	height:102px;
	display:block;
	text-indent:-999px;
}

.headtop p#hright{
	float:right;
	padding-top:25px;
	text-align:right;
}

.topmenu{
	width:1000px;
	float:left;
}
.topmenu ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.topmenu li{
	padding:0px 2px 0px 0px;
	margin:0px;
	float:left;
	background:url(images/liner.gif) repeat-y right;
}
.topmenu li.last{
	background:none;
}

.topmenu li a{
	float:left;
	color:#ffffff;
	padding:6px 15px 5px 15px;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}
.topmenu li a:hover{
background:#b71f36;
}
.topmenu li a.here{
background:#b71f36;
}

.banner{
	width:978px;
	float:left;
	background:#ffffff;
	border:1px solid #e3e3e3;
	padding:10px;
	border-bottom:0px;
	position:relative;
}
.inbg{
width:970px;
float:left;
height:257px;
background:url(images/banner.jpg) no-repeat left top;
}
.inbg1{
width:970px;
float:left;
height:257px;
background:url(images/banner1.jpg) no-repeat left top;
}
.inbg2{
width:970px;
float:left;
height:257px;
background:url(images/banner2.jpg) no-repeat left top;
}


/*header ends here*/

/*middle starts here*/
#middle{
	width:978px;
	float:left;
	clear:both;
	background:#ffffff;
	border:1px solid #e3e3e3;
	padding:10px;
	margin-bottom:10px;
	border-top:0px;

}
#middle h1{
font:bold 21px verdana;
color:#000000;
padding:0px 0px 10px 0px;
background:url(images/hbg.gif) repeat-x bottom;
}

#middle h1 span{
	color:#b71f36;
}
#middle h2{
font:bold 18px verdana;
color:#b71f36;
line-height:26px;
padding:10px 0px;
}
#middle p{
padding:5px 0px;
}
#middle ul{
padding:5px 0px;
}
#middle li{
padding:2px 0px 2px 10px;
background:url(images/arrow.gif) no-repeat left 8px;
list-style-type:none;
}



/*middle ends here*/

/*footer starts here*/
#footer{
	width:100%;
	float:left;
	clear:both;
	background:url(images/footbg.png) repeat-x top;
	font-size:12px;
	line-height:18px;
	color:#323232;
	padding:10px 0px;
}
.footdiv{
	width:1000px;
	margin:0 auto;
}
#footer a{
color:#323232;
text-decoration:none;
}
#footer a:hover{
color:#000000;
text-decoration:underline;
}
/*footer ends here*/
