@charset "utf-8";
/* CSS Document */

body{
	position:relative;
	background:url(../gfx/body_bkg.jpg) repeat top center;
	background-attachment:fixed;
	
	
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif, Arial;
	color:#ffffff;
	text-align:center;
}


#ComingSoon{
	position:absolute;
	top:0px;
	left:0px;
	width:188px;
	height:115px;
	background:url(../gfx/coming_soon.png) no-repeat top left;
	z-index:1;
}


#Spacer{
	position:relative;	
	width:1px;
	height:54px;
	margin:0px auto;
}

#Container{
	position:relative;
	width:818px;
	height:510px;
	
	margin:0px auto;
}

#Logo{
	position:relative;
	width:264px;
	height:74px;
	background: url(../gfx/logo.gif) no-repeat top center;
	margin:0px auto;	
}


#Navigation{
	position:absolute;
	width:211px;
	height:38px;
	top:50px;
	left:563px;
	z-index:2;
}

#LeftArrow{
	position:absolute;
	top:325px;
	left:0px;
	width:44px;
	height:79px;
	z-index:0;	
}
#LeftArrow a{
	text-indent:-999999px;
	display:block;
	width:44px;
	height:79px;
	background: url(../gfx/arrow_left_off.gif) no-repeat top left;
}


#RightArrow{
	position:absolute;
	top:325px;
	right:0px;
	width:44px;
	height:79px;
	z-index:0;	
}
#RightArrow a{
	text-indent:-999999px;
	width:44px;
	height:79px;
	display:block;
	
	background: url(../gfx/arrow_right_off.gif) no-repeat top left;
}


#ContentWrapper{
	position:relative;
	width:730px;
	height:372px;
	background: #ffffff url(../gfx/content_bkg_top.gif) no-repeat top center;
	margin:0px auto;
	
}

#Content{
	position:relative;
	margin:0px 14px;
	height:340px;
	width:700px;
	border:1px solid #80aebe;
	text-align:left;	
	
	color:#ffffff;
	overflow:hidden;
}

#Content h1{
	margin:30px 0px 20px 0px;
	font-size:20px;	
	line-height:18px;
	font-weight:bold;
}

#Content h1 span{
	font-weight:normal;
}

#Content h2{
	margin:30px 0px 0px 0px;
	font-size:16px;	
	line-height:18px;
	font-weight:bold;
}

#Content h2 span{
	font-weight:normal;
}



#Content p{
	margin:15px 0px;
	font-size:12px;	
	line-height:17px;
}

#Content p span{
	font-weight:bold;
	color:#004862;
}



#Shadow{
	position:relative;
	width:730px;
	height:16px;
	background: url(../gfx/content_bkg_bottom.png) no-repeat top center;
	margin:0px auto;	
}


#Footer{
	position:relative;
	width:730px;
	height:39px;
	margin:0px auto;
	text-align:center;	
}

#Footer p{
	color:#80aebe;
	font:9px Arial;
	letter-spacing:0.0em;
}


#Content a{
	color:#004862;	
	text-decoration:none;
}

#Content a:hover{
	color:#d3e5ec;	
	text-decoration:none;
}

a.fluxar{
	color:#80aebe;	
	text-decoration:none;
}

a.fluxar:hover{
	color:#066182;	
	text-decoration:underline;
}



.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}