/*************
Preset
*************/

body {
background: #000b1e url(../images/bg.jpg) no-repeat center top;
color: #fff;
font-family:Arial, Verdana, Geneva, sans-serif;
font-size: 62.5%;
font-weight: normal;
line-height: 1.2;
margin: 0;
}


h1 {
	font-size: 2.6em;
	font-weight: bold;
	margin: 0;

}

h2 {
	font-size: 2.4em;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 15px;
}

h3 {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 5px;
}

h4 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 10px;
}

p {
	font-size: 1.2em;
	line-height: 1.64;
	margin: 0 0 15px;
}

ul li, ol li {
	font-size: 1.2em;
	line-height: 1.5;
	margin: 0 0 15px;
}

a:link, a:visited { color: #0099ff; text-decoration: none; }
a:hover { text-decoration: underline; }
hr { background: #336699; border: none; height: 1px; margin: 20px 0; }
hr.hidden { background: none; }


/*************
Header
*************/
#header {
	margin: 20px auto 20px;
	overflow: hidden;
	width: 960px;	
}

#logo {
	background: url(../images/logo.png) no-repeat 30px top;
	float: left;
	height: 85px;
}

#logo span {
	display: block;
	height: 100px;
	margin-right: 20px;
	text-indent: -99999em;
	width: 320px;
}

#main_nav {
	float: left;
	margin: 60px 0 0;
	width: 610px;
}

#main_nav ul {
	float: right;
	
}

#main_nav ul li {
	float: left;
	font-size: 1.4em;
	list-style-type: disc;
	list-style-image: url(../images/main_nav_bullet.png);
	margin-right: 30px;
}

#main_nav ul li a {
	color: #fff;
	padding: 10px;	
}

#main_nav ul li.selected a {
	color: #0099ff;
}

#main_nav ul li a:hover {
	color: #0099ff;
	text-decoration: none;
}


/*************
Billboard
*************/
.billboard {
	border-bottom: 1px solid #000;
	height: 360px;
}

.billboard h2 {
	height: 0;
	margin: 0;
	text-indent: -99999em;	
}

.billboard .button {
	margin: 210px 0 0 50px;
	width: 175px;
}

.billboard .button a {
	background: url(../images/index_billboard_btn.png) no-repeat 0 0;
	display: block;
	height: 54px;	
}

.billboard .button a:hover {
	background-position: 0 -103px;
}

.billboard span {
	display: block;
	text-indent: -99999em;	
}

#index_board .billboard_details {
	background: url(../images/index_billboard_details.png) no-repeat left top;
	float: left;
	width: 475px;
}

#index_board .billboard_img {
	float: left;
	position: relative;
	width: 475px;
}

#index_board .billboard_img img {
	position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0;
	filter:alpha(opacity=0);
}

#index_board .billboard_img img.active {
    z-index:10;
    opacity:1.0;
	filter:alpha(opacity=100);
}

#index_board .billboard_img img.last-active {
    z-index:9;
	opacity: 0;
	filter:alpha(opacity=0);
}







/*************
Page Content
*************/
#page_content {
	background: url(../images/page_content_bg.png) repeat-y center top;
	border: 1px solid #122b49;
	margin: 0 auto 30px;
	width: 958px;	
}

#page_content.with_padding {
	overflow: hidden;
	padding: 50px;
	width: 858px;
}

.span-3-1 {
	float: left;
	margin-right: 24px;
	overflow:hidden;
	width: 270px;
}

.span-3-2 {
	float: left;
	margin-right: 24px;
	width: 564px;
}

.product_list {
	float: left;
	margin: 0 24px 30px 0;
	width: 270px;
}

.product_list img {
	border: 1px solid #336699;
	margin-bottom: 10px;
}

.product_list p strong {
	font-size: 14px;	
}

div.last, #page_content .last {
	margin: 0;	
}

/*************
Promo Wrap
*************/
.promo_wrap {
	background: url(../images/promo_wrap_bg.jpg) no-repeat center top;
	border-top: 1px solid #6699cc;
	height: 320px;
	overflow: hidden;
}

.promo_wrap .item {
	float: left;
	height: 280px;
	padding: 20px;
	width: 199px;	
}


/*************
Form
*************/
form label {
display: block;
margin-bottom: 2px;
}

form .textbox {
background: none repeat scroll 0 0 #fff;
border: 1px solid #336699;
color: #666;
padding: 3px;
width: 50%;
}

form .button {
-moz-border-radius:5px 5px 5px 5px;
-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
background:url(../images/button_gradient.png) repeat-x scroll left bottom #003466;
border:0 none;
color:#FFFFFF;
cursor:pointer;
font-size:12px;
font-weight:bold;
margin-right:10px;
padding:6px 10px 8px;
text-shadow:0 -1px 1px rgba(0, 0, 0, 0.3);
}

form .button:hover {
	background:url(../images/button_gradient.png) repeat-x scroll left bottom #336699;
}

form label.error {
	background: url(../images/form_validation_icon.png) no-repeat left center;
	display: inline;
	color: #fff;
	margin: 0 0 0 5px;
	padding: 0 0 0 18px;
	width: 20%;
}


/*************
Footer
*************/
#footer {
	margin: 0 auto 30px;
	text-align: center;
	width: 960px;	
}

#footer p {
	color: #003366;	
}


/*************
Misc
*************/
div.hover {
	background: url(../images/clickableDiv.png) no-repeat center top;
	cursor: pointer;
}

.item2.hover {
	background: url(../images/clickableDiv.png) no-repeat -95px top;
	cursor: pointer;
}

div.hover a {
	display: block;	
}

#mmp { background: url(../images/side_product_mmp.jpg) no-repeat top center; }
#mp3 { background: url(../images/side_product_mp3.jpg) no-repeat top center; }
#mp4 { background: url(../images/side_product_mp4.jpg) no-repeat top center; }
#mp5 { background: url(../images/side_product_mp5.jpg) no-repeat top center; }
.side_product {
	border: 1px solid #336699;
	height: 95px;
	margin-bottom: 20px;
	padding: 20px;
}

.side_product h3 {
	font-size: 1.3em;
	margin-bottom: 5px;
}