/*Reset
------------------------------------------------------------ */

ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
margin:0;
padding:0;
}
ul, ol {
list-style:none outside none;
}
* :focus { outline: 0; }

a:link, a:visited
{
	color: #3786df;
}
a:hover
{
	color: white;
}
/*Structure
------------------------------------------------------------ */
body
{
	background:none repeat scroll 0 0 #F0F0F0;
	color: #DDDDDD;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height:1.2em;
}
#content
{
	background:none repeat scroll 0 0 #333434;
	border-left:2px solid #D4D4D4;
	border-right:2px solid #D4D4D4;
	padding:0;
	margin:0 auto;
	padding-top: 10px;
	text-align:left;
	width:950px;
}

/*Nav
------------------------------------------------------------ */
.nav 
{
	float:right;
	margin:5px 70px 20px 0;
	background-color:#505050;
	font-size:0.8em;	
	border: 2px solid  #797979;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}
.nav a
{	
	color:white;
	text-decoration: none;
}
.nav a:hover	
{
	color:#3786DF
}
.nav ul li
{
	float:left;		
}
.nav ul li a 
{
	padding: 3px 12px 3px 12px;
}

.nav li {
	border-right: 1px solid #797979;
}
/*Banner
------------------------------------------------------------ */	
#newName
{
	font-size:0.8em;
	font-style:italic;
	padding-left:30px;
	padding-top:10px;
	float:left;
}
#banner
{
	border: 2px solid black;
	background: url(../images/banner-bg.png) repeat-x;
	height:332px;
	color: white;
	margin-top: 10px;
}
#download {
	padding-left:500px;
}
#banner a
{
	color:white;
	text-decoration: none;
}
#banner a:hover
{
	color:#D16809;
}
#screencast-img
{
	position:relative;
	width:261px;
	height:67px;
	top:315px;
	left:-5px;
	border:none;
	background-image: url(images/watch-the-screencast.png);   
}
#screencast-img:hover
{
	background-image: url(images/watch-the-screencast-hover.png);   
}
/*Title
------------------------------------------------------------ */	
#title
{
	padding:30px 40px;
}

h1
{
	padding-top: 30px;
	padding-left: 60px;
	letter-spacing: 1px;
	font: normal normal 3.2em/1.3em Georgia, "Times New Roman", Times, serif;
	color:#269FFF; 
	font-style: italic; 
}

#newdescription
{
	float:right;
	color: #BBBBBB;
	font-size:0.9em;
	font-style: italic;
	line-height:1.3em;
	padding:4px 140px 15px 20px;
}

h2#subtitle
{
	font: 1.2em Georgia,Times,Serif;
	padding-top: 20px;
	padding-left: 75px;
	width: 730px;
}
.h2plus
{
	color: #D16809;
	font-weight: bold;
	font-size: 1.2em;
}

#strip
{
	padding-top:40px; 
	padding-left:70px;
}

#screencast
{
	padding-left:10px; 
	padding-top:10px; 
	float:right; 
	width:300px;
}
h3
{
	font: 1.3em Georgia,Times,Serif;
}

h4
{
	font-size: 1.5em;
	padding-bottom:8px;
	padding-top:4px;
	font-weight: normal;
	font-style: normal;
}
/*Spec Boxes
------------------------------------------------------------ */

#spec-boxes
{
	padding-top:15px;	
	font: 0.75em "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-left: 40px;

}
.spec-box
{
	float:left;
	height: 110px;
	margin: 0 8px;
	width:170px;
	padding: 10px 15px 0;
}
.spec-box p
{
	padding-left:8px;
	color: #DDDDDD;
}
.spec-box a
{
	text-decoration:none;
}
	
.spec-box-hover
{
	background-color:#3A3C3C;
}
.current_spec_box
{
	background-color:#3A3C3C;			
	border: 2px solid #3786DF;
	border-bottom: 1px solid #3A3C3C;
		
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;		
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;		
}
.spec-box img, 	#download img
{
	border:none;	
}
.spec-box h4
{
	text-decoration:underline;
}
.spec-box h4:hover
{
	color:white;
}
.current_spec_box h4
{
	text-decoration:none;
	color:white;
}
#introMovieContainer {
display:none;
height:500px;
padding-bottom:40px;
padding-left:80px;
padding-top:10px;

}
#watch-video
{
	float: right;
		font: 0.9em "Lucida Grande", Lucida, Verdana, sans-serif;
	vertical-align: middle;
}

/*Detail
------------------------------------------------------------ */
#resizeDetail, #moveDetail, #switchDetail
{
	display:none;
}
.detail
{
	font-size:0.8em;
	background-color:#3A3C3C;
	padding:25px 50px;
	border-top: 2px solid #3786DF;
	border-bottom: 2px solid #3786DF;	
	height:280px;
}
.detail h3
{
	font-size:1.5em;
	padding-bottom:12px;
}
.detail p
{
	padding-top:10px;	
}
.detail-left
{
	float:left; 
	width:500px; 
	padding-right:20px;
}
.detail-right
{
	float:right; 
	width:300px;
}
.starPoints li {
	display: block;
	margin: 5px 0 0 0;
	padding: 0 0 0 17px;
	background: url(../images/list-star.gif) no-repeat 0 .3em;
}
/*Footer
------------------------------------------------------------ */
#footernew
{
	padding:25px 0 0 50px;
	height: 60px;
}
#author
{
	width:410px; 
	float:left; 
	font-size:0.7em; 
	padding-top:2px;
}
