/*===========================  
	Imports
=========================== */
@import url("./gallery.css");
@import url("./lightbox.css");
@import url("./jquery.tweet.css");
/** Style Changer **/
div#stylechanger {
	height: 106px;
	width:30px;
	position: fixed; 
	top: 140px;
	left: 0;
	background: #EEE;
	border: 1px solid #BBB;
}
div#stylechanger ul {
	padding: 10px 6px;
}
div#stylechanger ul li {
	height: 16px;
	width: 16px;
	border: 1px solid #222;
	margin-bottom: 5px;
}
div#stylechanger ul li a {
	display: block;
	height: 16px;
	width: 16px;
}
div#stylechanger ul li a.blue {
	background: #78A6D5;
}
div#stylechanger ul li a.orange {
	background: #E84B2B;
}
div#stylechanger ul li a.purple {
	background: #DA566B;
}
div#stylechanger ul li a.green {
	background: #78BC00;
}
/*===========================  
	Typography 
=========================== */
h1 {}
h2 {
	font: normal 22px 'Open Sans', sans-serif;
	color: #4b4b4b;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
	margin-top: 25px;
}
h3 {
	font: normal 18px 'Open Sans', sans-serif;
	color: #4b4b4b;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
	margin: 15px 0;
}
q {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #666;
}
cite {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #999;
	display: block;
	float: right;
	margin-top: 20px;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #6a6a6a;
	line-height: 1.6em;
	text-shadow: 0 1px 0 #ffffff;
}
p.support {
	text-align: right;
	font-size: 10px;
	color: #888;
	text-shadow: none;
	margin-top: 20px;
}
p.support span {
	display: block;
	font-size: 14px;
	color: #fff;
}

/*===========================  
	General Styles 
=========================== */
body {}
.tl { text-align: left; }
#tooltip{
	position:absolute;
	border:1px solid #000;
	background:#222;
	padding:2px 5px;
	color:#999;
	text-shadow: none;
	font: normal 12px 'Open Sans', sans-serif;
	display:none;
}
/*===========================  
	Top 
=========================== */
#top { 
	height: 102px;
background-color: #082452;
width: 100%;
}
/*== Logo ==*/
#logo { float: left;
margin-left: 200px;
margin-top: 13px; }
#logo figure > img { margin-top: 22px; }
/*== Top Sub ==*/
#top_sub { height: 24px; margin-bottom: 2px; }
/*===========================  
	Header
=========================== */
header {
	width: 100%;
	height: 396px;
	background: url('../imguc/header_bg.jpg') no-repeat top center;
}
/*== Slider ==*/
#slider {
	height: 595px;
	background: url('../imguc/slider_bg_light.jpg') no-repeat bottom center;
}
#slider figure > img {
	display: block;
	margin: 0 auto;
	margin-top: 45px;
}
/*===========================  
	Content
=========================== */
#content {
	margin-top: 190px;
}
/*== Welcome ==*/
#welcome {
	height: 71px;
	background: url('../imguc/welcome_bg.png') no-repeat bottom center;
	padding-bottom: 50px;
}
/*===========================  
	Download Product
=========================== */
/*== Directions ==*/
#directions figure > img {
	margin: 0 auto;
	margin-top: 35px;
	display: block;
}
/*== Download ==*/
#download_product  {
	position: relative;
	height: 191px;
	background: url('../imguc/download_area_bg.png') no-repeat center center;
}
ul.cta {
	width: 558px;
	height: 191px;
	margin: 0 auto;
}
ul.cta li {
	float: left;
}
ul.cta li.ctabtn {
	width: 230px;
	height: 66px;
	margin-top: 62px;
	text-align: center;
	background: url('../imguc/cta_btn.png') no-repeat top center;
}
ul.cta li.ctabtn a {
	font: bold 18px/66px 'Open Sans', sans-serif;
	color: #002449;
	text-shadow: 0 1px 0 #9fcdfd;
	display: block;
}
	ul.cta li.ctabtn a:hover {
		color: #f0f0f0;
		text-shadow: 0 1px 0 #002449;
	}
ul.cta li.ctabtn a img {
	vertical-align: middle;
	margin-right: 20px;
}
ul.cta li.midsep {
	width: 98px;
	display: block;
	text-indent: -99999px;
}
#download_infos p { 
	font-size: 11px; 
	margin-bottom: 35px;
	text-align: center;
}
/*===========================  
	Features
=========================== */
#features {
	padding-top: 35px;
	background: url('../imguc/features_bg.png') no-repeat top center;
}
#features img {
	display: block;
	margin: 0 auto;
}
#features p {
	padding: 0 10px;
	font-size: 13px;
	line-height: 20px;
}
#features_btns {
	height: 95px;
	background: url('../imguc/features_bot.png') no-repeat bottom center;
}
#features_btns div a,
#gallery_box a  {
	margin: 24px auto;
	display: block;
	width: 132px;
	height: 26px;
	background: rgb(240,240,240);
	background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(211,211,211,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,1)), color-stop(100%,rgba(211,211,211,1)));
	background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(211,211,211,1) 100%);
	background: -o-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(211,211,211,1) 100%);
	background: -ms-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(211,211,211,1) 100%);
	background: linear-gradient(top, rgba(240,240,240,1) 0%,rgba(211,211,211,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#d3d3d3',GradientType=0 );
	border: 1px solid #acacac;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 0 1px #FFF;
	-moz-box-shadow: inset 0 0 0 1px #FFF;
	box-shadow: inset 0 0 0 1px #FFF;
	text-align: center;
	font: italic 12px/26px Georgia, serif;
	color: #525252;
	text-shadow: 0 1px 0 #FFF;
}
#features_btns div a:hover,
#gallery_box a:hover  {
	background: rgb(96,96,96);
	background: -moz-linear-gradient(top,  rgba(96,96,96,1) 1%, rgba(51,51,51,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(96,96,96,1)), color-stop(100%,rgba(51,51,51,1)));
	background: -webkit-linear-gradient(top,  rgba(96,96,96,1) 1%,rgba(51,51,51,1) 100%);
	background: -o-linear-gradient(top,  rgba(96,96,96,1) 1%,rgba(51,51,51,1) 100%);
	background: -ms-linear-gradient(top,  rgba(96,96,96,1) 1%,rgba(51,51,51,1) 100%);
	background: linear-gradient(top,  rgba(96,96,96,1) 1%,rgba(51,51,51,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#333333',GradientType=0 );
	border: 1px solid #2b2b2b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 0 1px #777;
	-moz-box-shadow: inset 0 0 0 1px #777;
	box-shadow: inset 0 0 0 1px #777;
	color: #fff;
	text-shadow: 0 1px 0 #222;
}
/*===========================  
	Gallery
=========================== */
#video {
	display: none;
	width: 600px;
	height: 450px;
	margin: 0 auto 35px auto;
}
#gallery_desc {
	padding-top: 50px;
}
#gallery_box {
	height: 228px;
	background: url('../imguc/gallery_box.png') no-repeat top center;
}
#gallery_box ul li {
	display: inline;
}
#gallery_box a {
	margin-top: 160px;
	margin-left: 86px;
	width: 132px;
	display: inline-block;
}
#images_holder ul li {
	float: left;
}
/*===========================  
	Footer
=========================== */
footer {
	width: 100%;
	margin-top: 15px;
	padding-top: 35px;
	background: #242424;
}
footer p {
	font-family: 'Open Sans', sans-serif;
	color: #666;
	text-shadow: none;
}
footer span.numbers {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #999;
	display: block;
	margin-top: 20px;
} 
footer ul li {
	overflow: hidden;
}
footer ul.testilist {
	margin-right: 15px;
}
footer ul.testilist li {
	margin-bottom: 20px;
}
footer ul.stat li {
	float: left;
	width: 100px;
}
img.foot_title {
	margin-bottom: 30px;
	display: block;
}
/** Form **/
form {
	margin-top: 10px;
}
label {
	font-family: 'Open Sans', sans-serif;
	color: #666;
	font-size: 12px;
	width: 74px;
	display: inline-block;
}
input[type=text] {
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #414141;
	background: transparent;
	height: 26px;
	width: 200px;
	padding: 0 10px;
	margin: 0;
	color: #666;
	font-size: 12px;
	margin-bottom: 8px;
}
input[type=text]:focus {
	outline: none;
}
input[type=submit] {
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #414141;
	margin: 0;
	padding: 0;
	height: 28px;
	width: 80px;
	background: #111;
	color: #999;
	float: right;
}
input[type=submit]:hover {
	background: #222;
	cursor: pointer;
}
/** Footer bottom **/
#footer_bot_holder {
	width: 100%;
	height: 33px;
	margin-top: 30px;
	background: url('../imguc/footbot.png') repeat-x top center;
}
#foot_copy p {
	line-height: 33px;
	color: #999;
	float: left;
}
ul.social {
	float: right;
	height: 16px;
	margin-top: 9px;
}
ul.social li {
	float: left;
	margin-left: 10px;
}