@import "reset.css";
/****** TYPOGRAPHY AND HTML *****/
body{
	font-family: "Helvetica Nueue", arial, thaoma;	
	font-size: 12px;
	color: #666666;
	background: #ebe7d0;
}
a{
	color: #766b29;
	text-decoration: none;
}
a:hover{
	color:#a09452;
	text-decoration: underline;
}
h2{
	font-size: 18px;
}
h3{
	font-size: 15px;
}


/******** GENERAL CLASSES  *************/
.clear{
	clear: both;
	height: 1px;
	display: block;
}
.alignleft{
	float: left;
}
.alignright{
	 float: right;
}
/********* PAGE ELEMENTS ***************/
#wrap{
	width: 799px;
	background: transparent;
	margin: 20px auto;
}
#header{
	position: relative;	
}
.skyline{
	width: 353px;
	height: 49px;
	background: url(../images/skyline.png) no-repeat;
	position: absolute;
	bottom: -1px;
}
h1.logo a{
	display: block;
	width: 415px;
	height: 29px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	left: 20px;
}
#navigation{
	position: absolute;
	right: 0;
	bottom: -10px;
}
#navigation ul li{
	float: left;
	margin: 0 5px 0 0;
	width: 85px;
	background: url(../images/bg-li-nav.png) no-repeat;
	height: 28px;
	padding: 0 0 2px 0;
	text-align: center;
}
#navigation ul li a{
	color: #999;
	font-size: 1.1em;
	text-decoration: none;
	display: block;
	width: 85px;
	margin: 0;
	padding: 4px 0 0 0;
	height: 28px;
}
#navigation ul li a:hover{
	background: url(../images/bg-li-nav-over.png) no-repeat;
	color: whitesmoke;
}
a.active{
	background: url(../images/bg-li-nav-over.png) no-repeat;
	color: #fff;
}
#wrap-content{
	position: relative;
	z-index: 1;
}
.wrap-top{
	width:799px;
	height: 16px;
	background: url(../images/wrap-top.png) no-repeat;
}
.wrap-center{
	width:799px;
	background: white;
	height: 500px;
}
.content{
	padding: 20px;
	width: 85%;
	margin: auto 10px;
	line-height: 1.5em;
	text-align: justify;
}
.content h1{
	font-size: 24px;
	margin: 0 0 20px 0;
	padding: 0 10px 20px 0;
	border-bottom: 2px solid #999;
}
.content img{
	padding: 0 10px 0 0;
	margin: 0;
	float: left;
}
.content p{
	line-height: 1.6em;
	margin-top: 10px;
	font-size: 1.1em;
}
h2.slogan{
	font-style: italic;
	font-size: 1.3em;
	margin: 50px 10px 10px 10px;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	width: 70%;
}
.reg-text{
	margin: 20px 10px;
	padding-top: 10px;
}
.wrap-bottom{
	width: 799px;
	height: 16px;
	background: url(../images/wrap-bottom.png) no-repeat;
}
#flag{
	width: 94px;
	height: 94px;
	background: url(../images/flag.png) no-repeat;
	position: absolute;
	right: -2px;
	top: 1px;
	z-index: 2;
}
#footer{
	clear: both;
	text-align: right;
	font-size: 0.9em;
	color: #766b29;
	margin: 10px 0;
}
#footer a{
	color: #766b29;
}
#footer a:hover{
	
}
#rightContent{
	float: right;
	width: 300px;
	padding: 10px;
	margin: 0;
}
#rightContent p{
	margin: 10px 0;
	font-size: 1em;
	color: #666666;
	line-height: 1.6em;
	text-align: justify;
	padding: 0 5px;
}
.userLogin{
	float: left;
	}
.userLogin h1{
	position: absolute;
	top: 20px;
	left: 20px;
	padding-bottom: 15px;
	font-size: 24px;
	border-bottom: 1px solid #ccc;
	width: 50%;
}
.userCp{
	clear: both;
	position: relative;
	top: 120px;
	left: 20px;
}
.userCp a{
	display: block;
	padding-top: 10px;
}
.userCpImage{
	display: block;
	margin-left: 10px;
}
.userCpControl{
	float: left;
	margin-right: 50px;
}
#forum-login{
	position: relative;
	top: 0;
	float: left;
	padding: 20px;
	width: 421px;
}
#form-login h1{
	display: block;
	background: url(../images/login-top.png) no-repeat;
	width: 421px;
	height: 40px;
	text-indent: -9999em;
}
#form-login label{
	text-transform: uppercase;	
	display: block;
	float: left;
	margin-right: 30px;
	font-weight: bold;
}
input.form-input{
	margin-right: 20px;
	display: block;
	border: 1px solid #ccc;
	height: 15px;
	background: #f2f2f2;
}
.login{
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 377px;
	margin-left: 1px;
	padding: 20px;
}
.login-bottom{
	width: 421px;
	height: 20px;
	background: url(../images/login-bottom.png) no-repeat;
}
#login{
	position: relative;
	top: 30px;
	right: 0;
	margin: 0;
	float: right;
}
.sub-text-login{
	width: 90%;
	margin:30px 0 0 10px;
	line-height: 1.5em;
	padding: 10px;
}
.passRecover{
	padding: 10px;
	margin: 5px 10px 10px 10px;
	text-align: right;
	font-weight: bold;
	height: 20px;
}
.chi-img{
	padding: 0;
}
#skyline{
	position: relative;
}
#skyline img{
	position: relative;
	bottom: 20px;
	margin: o auto; 
	padding: 5px;
	background: #fff;
	border: 2px solid #e4dfad;
}
#contact_form{
	margin-left: -2px;
	z-index: 1;
	width: 400px;
	margin: 0 10px;
	padding: 10px;
}	
/* contact form  */
.mail{
	width: 400px;
	margin:1px auto;
	padding:0 20px;
}
#formail{
	width: 400px;
	margin: auto;
}
#formail label{
	display: block;
	margin: 10px 0;
}
#text{
	background: #f8f8f8;
}
#sendmail{
	margin-top: 20px;
	display: block;
}
label.error{
	padding:10px;
	border:1px dotted #E9E1AC;
	background : #FDF5C4;
}
.mail_response{
	margin:0 0 20px 0;
	padding:20px;
}
.mail_response h2{
	margin-top:30px;
	padding:10px;
	border-bottom: 2px solid #999;
	width:60%;
	
}
a.back{
	display:block;
	padding:20px;
	color:red;
	background:#FBFBFD;
	border:1px solid #DAE0E4;
	width:60%;
	margin:30px 0 20px 50px;
}
.contactTitle{
	font-size: 24px;
	margin: 0 0 20px 0;
	padding: 0 10px 20px 0;
	border-bottom: 2px solid #999;
}





