/*  
Development Name: BEYOND HIGH DEFINITION
Description: Website for BHD
Version: 1
Author: Aaron Shupp of 23k Studios
Author URL: http://www.23k.com

Primary Color: #2C5999

*/


/* IE6 PNG Fix */
img, div { behavior: url(iepngfix.htc) !important  }



/* Global Layout */

body {
	background:url(../images/bg_sparkle.png) top center no-repeat;
	background-color: #353535;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight:normal;
    line-height: 22px;
	min-width:920px;
	margin: 70px 0 10px 0;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0
}

a {
	color: #2C5999;
}

a:hover {
	color: #5981b2;
}

#nostyle {
	padding: 0 auto;
	margin: 0 auto;
}

.buttonLG_hover img{
border: 2px solid #84c5df;
}

.buttonLG_hover:hover img{
border: 2px solid #ffffff;
}



/* REVIEW HIGHLIGHTS */


#review {
	background-color:#FF9;
}

p.review {
	background-color:#FF9;
}




/* LAYOUT */



#wrapper {
	width: 868px;
	background-color:#fff;
	padding: 5px 5px 50px 5px;
	margin: 0 auto;
}

#header {
	width: 868px;
	height: 121px;
	background:#101415;
	margin: 0 auto;
}

div.logospace {
	width: 387px;
	height: 121px;
	float: left;
	display: inline;
}

div.navigation {
	width: 481px;
	height: 121px;
	float: right;
	display: inline;
	overflow: hidden;
}


#billboard {
	width: 868px;
	height: 249px;
	background:#000;
	margin: 0 auto;
	display:block;
}


#body {
	width: 868px;
	background:url(../images/bg_body.png) top center repeat-y;
	margin: 0 auto;
	overflow:auto;
}

#fx_wrapperShadow {
	width: 878px;
	height: 50px;
	background:url(../images/fx_bodyshadow.png) repeat-x top center;
	margin: 0 auto;
}


/* CONTENT */

div.content {
	width: 478px;
	margin: 35px 55px 35px 30px;
	float: right;
	display: inline;
}

div.content h2 {
	font-size: 24px;
	margin-bottom: 20px;
}

div.content h3 {
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	margin: 25px 0 25px 0;
}

div.content ul {
	list-style:url(../images/bullet.png);
	font-size: 13px;
	margin: 0 auto;
	padding-left: 20px;
}


/* FOOTER */

div.footerLegal {
	width: 478px;
	color:#000000;
	font-size: 8px;
	font-weight:bold;
	text-align: right;
	margin: 10px 10px 0 0;
	float: right;
	display: inherit;
}


div.footerBottomNav {
	width: 350px;
	margin: 10px 0 0 10px;
	color:#000000;
	font-weight:bold;
	font-size: 8px;
	text-align: left;
	float: left;
	display: inline;
}




/* SIDEBAR */

div.sidebar {
	width: 270px;
	margin: 35px 15px 35px 15px;
	float: left;
	display: inline;
}


div.sidebar h2 {
	font-size: 24px;
	margin-bottom: 20px;
}

div.sidebar h3 {
	font-size: 15px;
	font-weight:bold;
}

div.module {
	width: 270px;
	margin-bottom: 20px;
}


/* CONTACT */


div.contactBox {
	margin: 0 auto;
	overflow:auto;
}

div.contactQuestion {
	width: 170px;
	float: left;
	display: inline;
	margin-bottom: 10px;
}

div.contactAnswer {
	width: 305px;
	float: right;
	display: inline;
	margin-bottom: 10px;
} 

div.contactAnswer input, textarea {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding: 2px;
	font-size: 14px;
	border:#CCC solid 1px;
	background-color:#FFF;
}

