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

@import url("reset.css");

body{ 
	background:url(../images/bg.jpg) repeat-x center top;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:18px;
	}
p{
	color:#596368;
	text-align:justify;
	}
#container{
	width:960px;
	margin:0 auto;
	}
	
#header{
	margin:24px 0 24px 0;
	height:90px;
	}
	
#header #logo{
	float:left;
}

#header #enter_your{
	padding:0;
	margin:30px 0 0 0;
	float:right;
	width:359px;
}

#header #enter_your .input{
	border:1px solid #e9e5cc;
	padding:7px;
	font-family:"Futura Md BT";
	font-size:16px;
	color:#596368;
	width:253px;
	margin:0 11px 0 0;
	float:left;
}

#header #enter_your .send{
	float:left;
	}
	
#container #menu{
	padding:5px 0 5px 0;
	float:left;
	margin:0 0 0 7px;
}
#container  #menu ul{ margin:0px; padding:0;}
#container #menu li{
	float:left;
	height:40px;
	}
#container #menu li:hover{
	background:#d0aa35;
}
#container #menu .active{
	background:#d0aa35;
}

#container #menu li img{
	margin:14px 17px 14px 17px;
}
/*****************************************************************
					FLASH
*****************************************************************/
#container #flash{
	float:left;
	width:960px;
	margin:23px 0 0 0;
	background:url(../images/-flash.png) no-repeat right top;
}
/*****************************************************************
					FLASH-LEFT
*****************************************************************/

#container #flash #left{
/*	width:333px;
	height:283px;
	background:url(../images/flash-left-bg.png) no-repeat;*/
	font-size:26px;
	font-family:Arial, Helvetica, sans-serif;
}

#container #flash #left .side{
	padding:25px 0 0 28px;
	list-style:none;
	width:300px;
	height:207px;
	background:url(../images/flash-left-bg.png) no-repeat;
}
#container #flash #left .side li{
	width:266px;
	height:34px;
	margin-bottom:3px;
	width:282px;
	height:49px;
	vertical-align:middle;
}
#container #flash #left .side li a{
	width:266px;
	height:34px;
	padding:10px 0 0 16px;
	font:21px "lucida grande", arial, sans-serif;
	color:#fff;
	display:block;
	position:relative;
	background:url(../images/flash-left-li-bg.jpg) no-repeat 240px 58%;
}
#container #flash #left .side li a:hover{
	background:url(../images/flash-left-hover.png) no-repeat;
	text-decoration:underline;
}

#container #flash #left .side li.active{
	background:url(../images/flash-left-hover.png) no-repeat;
}

/*****************************************************************
						CONTENT
*****************************************************************/
#content{
	float:left;
	width:960px;
	background:#FFF;
	}
	
#content .left{
	float:left;
	margin:30px 39px 30px 30px;
}

#content .left .a{
	text-decoration:none;
	color:#596368;
}

#content .left .a:hover{
	background:#596368;
	color:#FFF;
}

#content .left .question{
	background:url(../images/content-left-bg.jpg) no-repeat;
	width:262px;
	margin:0 0 30px 0;
	padding:25px 0 25px 0 ;
	line-height:17px;
	color:#596368;
}

#content .left .question .bro{
	float:left;
	margin:0 10px 0 0;
}
#content .left .question a{
	color:#596368;
}
h2{
	margin:0 0 10px 0;
	}
	
h1{
	margin:0 0 20px 0;
	color:#2AACC2;
	font-family:"Complete in Him","lucida grande",arial,sans-serif;
	font-size:30px;
	}

#content .right{
	float:left;
	margin:30px 30px 30px 0;
	width:597px;
}

#footer{
	float:left;
	background:#273236;
	width:960px;
	opacity:0.5;
	color:#87949b;
	}
	
#footer .left{
	margin:20px;
	float:left;
}

#footer .right{
	margin:20px;
	float:right;
}

#footer .right a{
	color:#FFF;
}

#footer .right a:hover{
	color:#e1ba41;
	border-bottom:1px dashed #e1ba41;
}