body {
	width: 980px;
	margin: 20px auto;
	color: #222;
	font: 13px/18px "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Tahoma, Arial, sans-serif;
	background-color: #FFF;
}

a {
	color: #FF5500;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 1em;
	padding: 0;
}

img { border: none; }

#header {
	position: relative;
	/*height: 334px;*/
	height: 350px;
	background: url("../images/header_bg.jpg") bottom center no-repeat;
}

#header h1, #header h2 { display: none; }

/*#header h3 {
	position: absolute;
	left: 100px;
	width: 574px;
	height: 46px;
	margin-bottom: 0;
	text-indent: -9999px;
	background-image: url("../images/models_reality.png");
}
*/
#header h3 {
	position: absolute;
	left: 86px;
	width: 411px;
	height: 46px;
	margin-bottom: 0;
	text-indent: -9999px;
	background-image: url("../images/jupiter-80_logo.png");
}

/*#bottom { background: url("../images/content_bg.jpg") top center no-repeat; }*/

#bottom h3 { display: none; }

#content {
	width: 800px;
	margin: 0 auto;
	/*padding-top: 434px;*/
	padding-top: 30px;
}

#content p.intro {
	width: 490px;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 20px;
}

#content #sidebar {
	float: right;
	width: 244px;
}

#content #sidebar p {
	margin-bottom: .5em;
	color: #666;
	font-style: italic;
}

#content #sidebar form { margin-bottom: 1.2em; }

#content #sidebar form #email {
	width: 160px;
	margin-right: 4px;
}

#content #sidebar h4 { margin-bottom: .4em; }

#content #sidebar ul {
	margin: 1em 0;
	padding: 0;
	list-style: none;
}

#content #sidebar ul li {
	margin-bottom: .4em;
	padding-left: 16px;
	background: url("../images/arrow.png") no-repeat 2px 6px;
}

#content ul#nav {
	height: 56px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#content ul#nav li {
	float: left;
	margin: 0;
	padding-right: 4px;
}

#content ul#nav li a {
	display: block;
	padding: 7px 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: #D5D5D5 1px solid;
	border-bottom: none;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	
	background-color: #EEE;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#E0E0E0));
	background-image: -moz-linear-gradient(top, #F5F5F5, #E0E0E0);
}

#content ul#nav li a:hover {
	color: #777;
	text-decoration: none;
}

#content ul#nav li a.active {
	color: #777;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#FFF));
	background-image: -moz-linear-gradient(top, #F0F0F0, #FFF);
}

#content h4 {
	clear: both;
	margin-bottom: .5em;
	color: #77738D;
	font-size: 18px;
}

#content h5 {
	clear: both;
	margin-bottom: .3em;
	font-size: 14px;
}

#content p.logo {
	margin-top: 1.2em;
}

#content div.yt_holder {
	width: 390px;
	margin-bottom: 20px;
}

#content div.yt_holder h6 {
	margin: .8em 0 .2em;
	color: #666;
	font-size: 12px;
}

#content div.yt_holder p {
	margin-bottom: 0;
	color: #999;
	font-size: 11px;
	line-height: 13px;
}

#content div.left { float: left; }
#content div.right { float: right; }
#content div.tab p { margin-bottom: 1.2em; }

#content div.quote_box {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: #D5D5D5 1px solid;
}

#content div.quote_box p { margin-bottom: .5em; }

#content div.quote_box p.quote {
	margin: .5em 0 0;
	color: #999;
	font-style: italic;
}

#content #specs dt {
	margin: 4px 0;
	padding: 4px;
	font-weight: bold;
	background-color: #EBEBEC;
}

#content #specs dt.section {
	padding-left: 8px;
	font-size: 14px;
	color: #FFF;
	background-color: #A5ACB2;
	border-bottom: #636366 2px solid;
}

#content #specs dt.comment {
	color: #999;
	font-size: 11px;
	font-weight: normal;
	background-color: #FFF;
}

#content div.cb {
	clear: both;
	height: 1px;
}

#content .tall { margin-bottom:20px; }

#content a.button {
	display: inline-block;
	width: auto;
	margin: .5em 1em 1em 0;
	padding: 12px 20px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-shadow: none;
	background-color: #FF5500;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 3px #333;
	-moz-box-shadow: 0 1px 3px #333;
	-webkit-box-shadow: 0 1px 3px #333;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FF8040), to(#FF5500));
	background-image: -moz-linear-gradient(top, #FF8040, #FF5500);
}

#content a.button:hover {
	text-decoration: none;
	text-shadow: 0 0 3px #FFF;
}

#footer {
	clear: both;
	padding: 20px 0 0;
	color: #999;
	font-size: 12px;
	text-align: center;
}
