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

body {
	background: url(../images/bg.jpg) repeat #000000;
	margin: auto;
	padding:0;
	font-family:"Century Gothic","Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}
#container {
	width:784px;
	margin:auto;
}
#container2 {
	width:784px;
	float:left;
	margin:80px 0 0 0;
	padding:0;	
}
/*---------------------------------GLOBAL-----------------------------------------------------*/
p {
	padding:5px 0 5px 0;
	margin:0;
}
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#999999;
	text-decoration:none;
}
/*-------------------------------NAVIGATION-----------------------------------------------------*/
#nav {
	float:right;
	width:400px;
	height:33px;
	padding:0;
	margin:0;
	list-style:none;
	font-size:16px;
}
#nav ol {
	padding:0px;
	margin:0;
}
#nav li {
	display:inline;
	font-weight:100;
	float:left;
	color:#ffffff;
	padding:0;
	margin:0;
	text-decoration:none;
}
#nav li a {
	display:inline;
	float:left;
	color:#ffffff;
	padding:8px 0px 0 15px;
	margin:0;
	text-decoration:none;
}
#nav li a:hover {
	color:#ffbcf0;
	padding:8px 0px 0 15px;
	margin:0;
}
#nav li a.free {
	color:#ffbcf0;
}
#nav li a:hover.free {
	color:#ffffff;
}
/*-------------------------------CONTENT-----------------------------------------------------*/
#content-main {
	float:left;
	background-color:#fffff6;
	height:510px;
	width:784px;
	overflow:hidden;
	padding:0;
	margin:0;
}
#headerHome {
	float:left;
	height:237px;
	width:784px;
	padding:0;
	margin:0;
}
#headerAbout {
	background: url(../images/headerAbout.jpg);
	float:left;
	height:169px;
	width:784px;
	padding:0;
	margin:0;
}
#headerAbout a {
	background: url(../images/headerAbout.jpg);
	float:left;
	height:169px;
	width:784px;
	padding:0;
	margin:0;
}
#headerAbout a:hover {
	background: url(../images/headerAbout.jpg);
	float:left;
	height:169px;
	width:784px;
	padding:0;
	margin:0;
}
#content-promo {
	width:764px;
	float:left;
	padding:0 5px 0 5px;
	margin:40px 0 0 0;
}
#content-about {
	width:754px;
	/*height:230px;*/
	/*overflow:auto;*/
	/*overflow-y:scroll;*/
	/*overflow-x:hidden;*/
	float:left;
	color:#666666;
	font-size:12px;
	padding:0 10px 0 10px;
	margin:0px 0 0 0;
	
}
#content-faq {
	width:754px;
	height:257px;
	/*overflow:auto;*/
	overflow-y:scroll;
	overflow-x:hidden;
	float:left;
	color:#666666;
	font-size:12px;
	padding:0 10px 0 10px;
	margin:0px 0 0 0;
	
}
#content-left {
	float:left;
	width:350px;
	padding:0 5px 0 5px;
	margin:0
}
#content-right {
	float:right;
	width:350px;
	padding:0 5px 0 5px;
	margin:0;
}
h1 {
	color:#000000;
	font-size:24px;
	font-weight:100;
	padding:0 0 0px 0;
	margin:0;
}
h2 {
	background: url(../images/flower.jpg);
	background-repeat:no-repeat;
	height:50px;
	width:350px;
	color:#000000;
	font-size:24px;
	font-weight:100;
	float:left;
	padding:5px 0 0px 47px;
	margin:0 0 0 5px;
}
h3 {
	color:#666666;
	font-size:10px;
	font-weight:100;
	width:764px;
	float:left;
	padding:0px 0 0px 47px;
	margin:-23px 0 0 5px;
}
h4 {
	color:#000000;
	font-size:16px;
	font-weight:100;
	width:764px;
	float:left;
	padding:0 0 0px 0px;
	margin:0;
}
.black {
	color:#000000;
}
/*-------------------------------FOOTER-----------------------------------------------------*/
#footer {
	font-size:12px;
	width:784px;
	float:left;
	padding:0 0 0 0;
	margin:5px 0 0 0;
	color:#999999;
}
#footer a {
	color:#999999;
	text-decoration:none;
}
#footer a:hover {
	color:#ffbcf0;
	text-decoration:none;
}
