@charset "utf-8";
/* CSS Document */
body,html {
	background:url(../images/bg_body.gif);
	margin:0px;
	color:#ffffff;
    font-family:Helvetica, Arial, sans-serif;
}
div,h1,h2,form,ul,li{
	margin:0px;
	padding:0px;
}
a img {border:0px;}
	#wrap {
		width:1003px;
		margin:7px auto;
	}
		#wrap .bgtop{
			background:url(../images/bg_top.gif) no-repeat;
			height:7px;			
		}
		#wrap .bgbottom{
			background:url(../images/bg_bottom.gif) no-repeat;
			height:6px;			
		}
		#wrap .clear{
			clear:both;
		}
	#header {
		height:69px;
		width:982px;
		background:#cf5403;	
	}
	  #header .banner{
		  float:left;
		  padding-left:15px;
	  }
	  #header .logo{
		  float:right;
  		  padding-top:16px;
		  margin-right:16px;
	  }
	 #content {
		 height:570px;
		 background:url(../images/bg_main.jpg) no-repeat;		 
		 padding-top:14px;
	 }
	 #content .logo{
		 text-align:right;	 
	 }
	 #content .textcontent {
		 width:480px;
		 float:right;		 
		 margin-right:50px;
		 font-size:12px;
		 text-align:right;
	 }
	 #content .text{
	 	height:395px;
	 }
	 #content .textcontent span{
		 font-size:15px;		 	     
	 }
	 #content .newsletter{	 
		 width:295px;
		 float:left;
		 text-align:left;
		 background:url(../images/bg_newsleter.gif) repeat-x #000000;
		 padding: 5px 10px 5px 10px;		 
	 }
	 #content .newsletter input{
		 width:288px;
		 height:25px;
		 border-top:1px solid #707070;
		 margin-bottom:4px;
		 padding:0px;
		 font-weight:normal;
		 line-height:25px;
		 font-family: Helvetica, Arial, sans-serif;
		 font-size:11px;		 
	 }
	 #content .newsletter input.btn{
		 width:165px;
		 height:20px;
		 border:0px;
		 margin:0px;
	     padding:0px;	
 		 float:left;
 
	 }
	 #content .newsletter textarea{
		 width:288px;
		 height:54px;
		 border-top:1px solid #707070;
 		 margin-bottom:4px;
		 font-family: Helvetica, Arial, sans-serif;	 	 
		 font-size:11px;
		 font-weight:normal;		 
	 }
	 #content .newsletter a{
		 color:#FFFFFF;
		 text-decoration:none;
		 float:right;
		 margin-right:5px;	 
	 }
 	 #content .newsletter a:hover{
		 text-decoration:underline;
	 }
	 #content .thankyou {
		 float:right;	 
	 }
   #footer {
   }
   #footer .footercontent{
	   background:#000000;
	   width:982px;
	   color:#ce5303;
	   font-size:23px;
	   line-height:42px;
   }
    #footer .footercontent li{
		float:left;
		list-style:none;
			
	}
		