@charset "utf-8";
/* CSS Document
	title: SEO Mother
	date : 10-08-09
*/
*{margin:0; padding:0;}
body
{
	font-family:Arial,"Trebuchet MS", Verdana, Georgia, Lucida,Helvetica,Tahoma, sans-serif, "Myriad Pro";
	font-size:12px;
	text-align:center;
	color:#000;
	background:#FFA818 url(../image/top-bg.jpg) repeat-x top; 
 
}

:focus{ outline:none;}
img,fieldset{border:none;}
ul,ol,li{list-style:none;}	
a{	color:#000;	text-decoration:none;}

/*----------start wraper----------*/
#outerWraper{
	width:100%;   
 	background:url(../image/top-bg-banner.jpg) no-repeat center top;
}
 
#wraper{
	width:1000px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
}

.logo{
	width:271px;
	display:block;
 	overflow:hidden;
	float:left;
}
.banner{
	width:900px;
	overflow:hidden;
	display:block;
}

/*---------------Start navigation----------------*/

.navigationLeft{
	width:655px; height:53px;
	background:url(../image/nav-left.gif) no-repeat left top;
	float:left;
	margin:75px 0 0 15px; overflow:hidden;
}
.navigationRight{
	width:655px; height:53px;
	background: url(../image/nav-right.gif) no-repeat right top;
	text-align:left;
}
.navigation{
	width:633px;
	height:43px;
	margin-left:11px;
	background:url(../image/nav-bg.gif) repeat-x;
	padding-top:10px;
}
.navigation li{
	float:left;
	margin-left:2px;
	display:inline;	
}
.navigation li a{
	float:left;
	display:block;
	padding-left:11px;   
}
.navigation li a b{
	float:left;
	display:block;
	padding-right:11px;
}
.navigation li a b b{
	float:left; height:43px;
	display:block;
	font:bold 13px/33px Verdana;
	text-transform:uppercase;
	color:#fff;
	padding:0 8px;
}
.navigation li a:hover, #active a{
	background:url(../image/nav-hover-left.gif) no-repeat left;
}
.navigation li a:hover b, #active a b{
	background:url(../image/nav-hover-right.gif) no-repeat right;
}
.navigation li a:hover b b, #active a b b{
	 background:url(../image/nav-hover-bg.gif) repeat-x;
	 color:#DBDF00;
	 cursor:pointer;
}

/*-----------start main body-----------*/
.mainBody{
	width:950px; 
	float:left;
	background:url(../image/main-body-bg.gif) repeat-y; 
}
.mainBodyTop{
	width:950px; 
	background:url(../image/main-body-top.gif) no-repeat top; 
}
.mainBodyBottom{
	width:935px;    
	background:url(../image/main-body-bottom.gif) no-repeat bottom;
	padding:10px 5px 40px 10px; 
}

/*----------start top panel----------*/
.topPanel{
	width:930px; height:274px;
	background:url(../image/top-panel-bg.jpg)  no-repeat;
	overflow:hidden;
}
.topPanel b{
	font:bold 20px Verdana;
	display:block;
	margin:26px 0 0 525px;
	
}
.topPanel form{
	width:430px;
	margin:30px 0 0 490px;
	overflow:hidden;
	display:inline;
	float:left;
}
.topPanel label{
	width:65px;
	text-align:right; 
	float:left;
	padding-top:4px;
	color:#444444;
	font:normal 12px Verdana;
}
.topPanel input{
	width:217px; height:23px;
	border:#CDCDCD 1px solid;
	float:left;
	background:#fff;
	margin:0 5px 14px 10px;
	padding:3px 3px 0 3px; 
	color:#444444;
}
.topPanel p{
 	clear:both;
}
.topPanel input.btnGetStarted{
	width:97px; height:32px;
	border:none;
	padding:0px; 
 
}
/*-----------start contentArea-------------*/
.contentArea{
	width:935px;
	margin-top:10px;
	overflow:hidden;
}
/*-------------start conText--------------*/
.conTxt{
	width:392px;
	margin:0 19px;
	float:left;
}
.conTxt h4{
	color:#FF7E00;
	font:bold 21px Verdana;
	margin-bottom:16px;
}
.conTxt h2{
	color:#7A7A7A;
	font:bold 17px Verdana;
	margin-bottom:16px;
}
.conTxt p{
	color:#3D3D3B; 
	font:normal 13px/18px Verdana;
	margin-bottom:20px;
}
.conTxt ul{
	 margin:0 0 20px 15px;
}
.conTxt ul li{
	 background:url(../image/conTxt-list-bullet.gif) no-repeat left 10px;
	 font:normal 13px/28px Verdana;
	 color:#3D3D3B; 
	 padding-left:15px;
}

.conTxt input{
	width:286px; height:22px;
	padding:4px 3px 0 4px;
	border:#CDCDCD 1px solid;
	margin-bottom:15px;
	color:#3D3D3B; 
	font:normal 13px Verdana;
}
.conTxt textarea{
	width:287px; height:110px;
	padding:3px 3px 0 3px;
	border:#CDCDCD 1px solid;
	margin-bottom:15px;
	overflow:hidden;
	color:#3D3D3B; 
	font:normal 13px Verdana;
}
.conTxt .contactOption{
	width:15px; height:15px;
	padding:0;
	margin:3px 4px 0 10px;
	border:none; float:left; 
}
.conTxt label{
	float:left;
}
.conTxt .varificationCode{
	display:block;
	margin:15px 0; float:left;
}
.conTxt .btnSubmit{
	width:97px; height:32px;
	padding:0;
	border:none;
}
.conTxt .btnContactUs{
	width:106px; height:26px;
	margin-bottom:55px;
	display:block;
}
.conTxt .btnContactUsWb{
	margin:10px 0 5px 0; 
}

/*------------start sidebar--------------*/
.outerSidebar{
	width:251px;
	background:url(../image/sidebar-bottom.gif) no-repeat left bottom;
	padding-bottom:4px;
 	overflow:hidden;	
	float:left;
}
.sidebar{
	background:url(../image/sidebar-bg.gif) repeat-y;
	padding:0 0 10px 0;
	overflow:hidden; float:left;
}
.sidebar h3{
	color:#fff;
	font:bold 17px Verdana;
	width:231px; height:37px;
	background:url(../image/sidebar-heading-left.jpg) no-repeat;
	padding:9px 0 0 20px;
}
.sidebar .firstItem{
	padding-top:0;
	height:47px;
	line-height:18px;
}
.outerRight{
	width:251px;
	float:left;
	overflow:hidden;
	padding-bottom:4px;
	background:url(../image/right-sidebar-bottom.gif) no-repeat left bottom;
}
.right{
	background:url(../image/sidebar-bg-right.gif) repeat-y;
}
.right h3{
	background:url(../image/sidebar-heading-right.jpg) no-repeat;
}
.right .answerImg {
 	margin:8px 0 0 21px;
	display:block;
}
.right .btnAskQuestion{
	width:161px; height:26px;
	margin:12px 0 19px 39px;
	display:block;
}
.right dl{
	width:216px;
	margin:10px 0 25px 19px;
 
}
.right dl dt{
	color:#335604;
	font:bold 13px Verdana;
	margin-bottom:12px;
}
.right dl dd{
	border-bottom:#959595 1px dashed;
	margin-bottom:10px;
	color:#3D3D3B;
	font:normal 13px Verdana;
	padding:0 16px 14px 0;
}
.right dl .ignore{
	border:none;
}
.sidebar ul{
	width:222px;
	margin:8px 0 20px 20px;
}
.sidebar ul li{
	width:203px;
	border-bottom:#959595 1px dashed;
	background:url(../image/sidebar-bullet.gif) no-repeat left 10px;
	padding-left:19px;
}
.sidebar ul li a{
	color:#000; 
	font:bold 13px Verdana;
	line-height:33px;
}
.sidebar ul li a:hover{
	
}

/*--------------start side slogan----------*/
.slogan{
	width:50px;
	overflow:hidden;
	display:block;
	float:right;
	margin-top:72px;
}

/*--------------start footer-------------------*/
.footer{
	width:985px;
	margin:30px 0 0 0;
	padding:0 0 40px 15px;
	float:left;
}
.footer a{
	color:#000;
	font:normal 13px Verdana;
	padding:0 7px;
}
.footer .ignore{
	padding-left:0;
}
.footer span{
	display:block;
	font:normal 13px Verdana;
	padding-top:5px;
}
.footer .footerLogo{
	display:block;
	float:right;
	padding:0;
	margin-top:-55px;
}
