@charset "utf-8";
/* CSS Document */

html{
	background-image:url(../images/head-bg.jpg);
	background-repeat:repeat-x;
	
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	color:#666;
}

h1,h2{
}

h1{
	font-size:30px;
	line-height:30px;
	color:#e2017b;
	font-weight:normal;
}
#content{
	overflow:hidden;
}
#content p{
	padding:10px 0;
	margin:0;
}
#content h1, #content h2{
	margin:0;
	padding:0;
}
h1 strong{
	color:#999999;
	font-weight:bold;
}
h2{
	color:#999999;
	font-size:20px;
	font-weight:normal;
}
h3{
	color:#333;
	font-size:18px;
	margin:10px 0;
}
ul{
	color:#333;
	font-size:18px;
	list-style-type:none;
}
ul li{
	list-style-type:none;
	background-image:url(../images/tick.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding:3px 0 3px 20px;
}
.wrapper{
	width:960px;
	margin:0 auto;
}

#header{
	height:128px;
	overflow:hidden;
}
#header .logo{
	float:left;
	width:200px;
}
#header .phone{
	float:right;
	width:200px;
	text-align:right;
}
#header .phone a{
	color:#333;
	font-size:12px;
	text-decoration:none;
}

#banner{
	border-bottom:8px solid #404040;
}

#content{
	padding-top:30px;
	float:left;
	width:566px;
	overflow:hidden;
	padding-bottom:30px;
}

#aside{
	float:right;
	width:384px;
	overflow:hidden;
}
.signupform h1{
	font-size:28px;
	line-height:30px;
	color:#999;
	text-shadow:#FFF 1px 1px;
	font-weight:normal;
	background-image:url(../images/bookmark.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
.signupform h1 strong{
	font-weight:bold;
}
.signupform h1 span{
	color:#e2017b;
	font-weight:bold;
}

.signupform{
	background-image:url(../images/formbg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#efefef;
	padding:15px;
}

.signupform div{
	margin:8px 0;
	overflow:hidden;
}
.signupform div span{
	width:100px;
	float:left;
	overflow:hidden;
}
.signupform div span.refer{
	line-height:14px;
	font-size:13px;
}
.signupform div span em{
	color:#C00;
}
.signupform div input{
	width:240px;
	padding:2px;
}
.signupform .submit{
	text-align:right;
}

#content .signupform, #content .signupform h1{
	background:none;
}
#content .signupform .submit{
	text-align:center;
	
}
.button{
	border:1px solid #000; 
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	behavior:url(PIE.htc);
	background:#656565;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#646464), to(#363636));
	background:-moz-linear-gradient(#646464, #363636);
	background:linear-gradient(#646464, #363636);
	-pie-background:linear-gradient(#646464, #363636);
	line-height:24px; 
	font-size:18px;
	color:#FFF;
	text-shadow:#000 1px 1px;
	text-align:center;
}
input.button{
	height:40px;
	width:200px;
}
input.button:hover{
	background:none;
	background-color:#000;
	
}
a.button{
	padding:5px 30px;
	text-decoration:none;
}
a.button:hover{
	background:none;
	background-color:#000;
}
.register{
	margin-top:20px;
	text-align:center;
}

#aside .box{
	padding:10px;
}
#aside #event div{
	overflow:hidden;
	padding:0;
}
#aside #event div span{
	float:left;
	width:55px;
	font-weight:bold;
}
#aside #event p{
	font-weight:bold;
	color:#656565;
	font-size:18px;
	line-height:24px;
}
#aside .divider{
	text-align:center;
	clear:both;
	margin:5px 0;
}
#aside #testimonials p{
	font-size:18px;
	line-height:22px;
	font-style:italic;
	padding-bottom:5px;
	margin-bottom:0;
}
#aside #testimonials p.author{
	font-style:normal;
	font-weight:bold;
	text-align:right;
	padding:0;
	margin:0;
}

#footer{
	color:#333;
	clear:both;
	background-color:#abcf31;
	border-top:6px solid #333;
	overflow:hidden;
}

#footer .ayda{
	float:left;
	width:150px;
	overflow:hidden;
	text-align:center;
	margin-right:20px;
}
#footer .ayda img{
	border:4px solid #FFF;
}
#footer .content{
	float:left;
	width:785px;
	overflow:hidden;
}
#footer h3{
	color:#e2017b;
	font-size:30px;
	font-weight:normal;
	margin:20px 0;
}
#footer h3 strong{
	color:#FFF;
	font-weight:bold;
}
	