/* CSS Document */


body{
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.6em;
	color:#000000;
	font-weight: normal;
	text-align: left;
}

#container{
	margin-left: auto;
	margin-right: auto;	
	width: 800px;
	text-align: left;
	padding-bottom: 0px;

}

#top_banner{
	position:relative;
	padding-bottom:8px;
    height:auto;
    margin-top:45px;
	margin-left:0;
	text-align:left;
	

}
.logo{
	background-image:url(../images/main-logo.jpg);
	background-repeat:no-repeat;
	width:386px;
	height:57px;
	float:left;
}

.clickbox{
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
	width: 386px;
	height: 57px;
	z-index: 5000;
}

.quote{
	background-image:url(../images/quote.jpg);
	background-repeat:no-repeat;
	margin-top:15px;
	width:295px;
	height:41px;
	float:right;
}


#top_nav{
	width:100%;
	float:left;
	margin:30px 0px 0px 0px;

}

#rotating_image{
	float:left;
	width:575px;
	height:225px;
	background-color:#ccc;
	margin: 20px 0px 20px 0px;
}

#left_content{
	float: right;
	width: 175px;
	height: 185px;
	background-color:#666666;
	font-size:14px;
	color:#FFFFFF;
	margin: 20px 0px 20px 0px;
	padding: 20px;
}


#three_boxes{
	float: left;
	width: 100%;
font-size: 10px;
line-height:1.3em;
}

.left{
	float:left;
	width:132px;
	height:128px;
	background-image:url(../images/2.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	border-top:9px solid #812123;
	padding:10px 10px 0px 110px;


}

.center{
	float:left;
	width:132px;
	height:128px;
	background-image:url(../images/1.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	border-top:9px solid #812123;
	padding:10px 10px 0px 110px;


}

.right{
	float:left;
	width:252px;
	height:128px;
	background-image:url(../images/launch-event.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	border-top:9px solid #812123;
	padding:0px 0px 0px 0px;


}

.vertical_line{
	width:1px;
	border-right:1px solid #999;
	height:138px;
	float:left;
	margin: 0px 10px 0px 10px;
}




 
#footer{
	width: 100%;
	border-top:9px solid #999;
	margin:60px 0px 75px 0px;
	font-size:10px;
	color:#666666;
	line-height:1.4em;
	float:left;
	padding:10px 0px 0px 0px;
	
}

#footer a:link{color: #666; text-decoration: none; font-weight: normal;}
#footer a:visited{color: #666; text-decoration: none; font-weight: normal;}
#footer a:hover{color: #812123; text-decoration: underline; font-weight: normal;}
#footer a:active{color: #666; text-decoration: none; font-weight: normal;}

.foot_left{
	float:left;
	text-align:left;
}

.foot_right{
	float:right;
	text-align:right;
}

#coming_soon{
	float:left;
	text-align:center;
	align:center;
width:100%;
margin-top:30px;
}
	
