@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
ul{
list-style-type:none;

}

body {
	background-image: url(../images/bg-top.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	text-align:center;
	background-color:#282828;
}

#wrapper {
	text-align: left;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
#menu{
	width:1000px;
	height:67px;
}

#menu ul li{
	float:left;
	height:67px;
	
}
#menu ul li a{
	float:left;
	height:45px;
	padding-top:22px;
	padding-left:21px;
	padding-right:21px;
	font-family:Century Gothic;
	font-size:15px;
	color:#cfcfcf;
	text-decoration:none;
	
}
#menu ul li a:hover, #menu ul li.selectedMenu a {
	float:left;
	height:45px;
	background-color:#282828;
	padding-top:22px;
	padding-left:21px;
	padding-right:21px;
	font-family:Century Gothic;
	font-size:15px;
	color:#ffffff;
	text-decoration:none;
	
}

#banner{
	width:1000px;
	height:264px;
}
#logo{
	position:absolute;
	width:404px;
	height:88px;
	top:151px;
	padding-left:10px;
}

#content{
	padding-top:25px;
	width:1000px;
	height:auto;
	background-image:url(../images/pattrurn.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	padding-bottom:50px;
}
#left-content{
	float:left;
	width:590px;
	height:auto;
	padding-left:10px;
}
#heading{
	width:590px;
	height:40px;
	font-family:Century Gothic;
	font-size:19px;
	color:#ffffff;
}
.bgtext{
	font-family:Century Gothic;
	font-size:19px;
	color:#ea0200;
	background-color:#FFF;
}
#inner1{
	width:590px;
	height:auto;
	font-family:"Arial", Gadget, sans-serif;
	font-size:12px;
	color:#FFF;
	line-height:20px;
}
#inner1 a{
	font-family:"Arial", Gadget, sans-serif;
	font-size:11px;
	color:#FFF;
	font-style:italic;
	}
.bgred{
	background-color:#ba2924;
}

.white {
	color:#FFFFFF;
}
#right-content{
	float:right;
	width:345px;
	height:auto;
	padding-right:10px;
	
}
#inner3{
	width:345px;
	height:80px;
}



.pad-top{
	padding-top:20px;
}
.pad-top img{
	border:4px solid #FFF;
}
.ads{
	float:right;
	height: 47px;
	padding-left:18px;
}
#inner4{
	float:right;
	width:306px;
	padding-left:20px;
	text-align:left;
	height:100px;
	background-image:url(../images/round-bar.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.heading2{
	width:306px;
	font-family:Century Gothic;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	padding-top:10px;
	
}
.link2{
	width:306px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	padding-top:4px;
		
}
.link2 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	background-color:#ba2924;
	text-decoration:none;
		
}
.right-box{
	clear:both;
	width:345px;
	height:auto;
	border-top:3px solid #f0f0f0;
	padding-top:30px;
	padding-bottom:30px;
	
}
.iner5{
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#FFF;
}
.iner5 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}
.headings{
	font-family:Century Gothic;
	font-size:19px;
	color:#FFF;
}
.w-r{
	background-color:#FFF;
	color:#ee3533;
}
.floatl{
	height:auto;
	float:left;
}
.floatR{
	height:auto;
	float:right;
}
#footer-main{
	width:auto;
	height:74px;
	background-image:url(../images/footer-bg.png);
	height:74px;
	background-repeat:repeat-x;
}
#footer {
	text-align: left;
	width: 980px;
	height:74px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
#footer #footer-menu {
	float:left;
	width:615px;
	padding-top:18px;
	height:32px;
}
#footer #footer-menu ul li {
	float:left;
}
#footer #footer-menu ul li a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#bababa;
	text-decoration:none;
	padding-right:15px;
}
#footer #footer-menu ul li a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#ca3e24;
	padding-right:15px;
	text-decoration:none;
}

#footer #right-footer{
	float:right;
	width:278px;
	height:35px;
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#b7b7b7;
	padding-top:20px;
}
.textfieldRequiredMsg, .textareaRequiredMsg {
	display:none !important;
}
.clear {	
	clear:both;
}