@charset "UTF-8";
/* CSS Document */

/*---------------------------------------------
Main Elements 
-----------------------------------------------*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999;
	background-image: url('../images/bg.jpg');
}
a {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #6CF;
}
a:active {
	color: #FFF;
	text-decoration: none;
}

/*---------------------------------------------
Typography 
-----------------------------------------------*/

h1 {
	margin: 0px;
	font-size: 30px;
}

h2 {
	margin: 0px;
	font-size: 30px;
}

h3 {
	font-size: 18px;
	color: #FFF;
	letter-spacing: 1px;
	margin: 0px 0px 20px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 8px;
}

h5 {
	font-size: 12px;
	color: #FFF;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h6 {
	font-size: 8px;
	font-weight: normal;
	color: #222;
	margin: 0px;
}

/*---------------------------------------------
Header & Navigation
-----------------------------------------------*/

#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.logo {
	float: left;
	width: 179px;
}

#navigation {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #222;
	padding: 10px;
	float: right;
	margin-top: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	letter-spacing: 1px;
}
#navigation ul {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#navigation ul li {
	display: inline;
	margin-right: 8px;
	margin-left: 8px;
	list-style-type: none;
}

/*---------------------------------------------
Display Box
-----------------------------------------------*/

#displaybox {
	background-color: #222;
	padding: 20px;
	width: 920px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}

#displaybox p {
	color: white;
	text-align: center;
	margin: 0;
	font-size: 20px;
}

.pointer-down-large {
	text-align: center;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -3px;
}

/*---------------------------------------------
Containers
-----------------------------------------------*/

#container {
	width: 960px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.container-top {
	float: left;
	width: 960px;
}
.container-bottom {
	float: left;
	width: 960px;
}
.content-area {
	float: left;
	width: 920px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(../images/container-center.png);
}
.content-inner {
	float: left;
	width: 900px;
	padding: 10px;
	margin-top: 18px;
	height: 280px;
	background-image: url(../images/container-bg.jpg);
}
.content-inner-bottom {
	float: left;
	width: 900px;
	padding: 10px;
	margin-top: 0px;
	height: 40px;
	background-color: #222222;
	background-image: url(../images/signup-bar.jpg);
}

#video-container {
	width: 475px;
	height: 240px;
	padding: 10px;
	margin: 10px;
	background-image: url(../images/video-container-bg.png);
}

#screenshot-container {
	width: 440px;
	margin-bottom: 10px;
	height: 90px;
}

.screenshot {
	width: 130px;
	float: left;
	height: 80px;
	margin-right: 10px;
	border-style: solid;
	border-width: 3px;
	border-color: #fff;
}

#screenshot-text {
	height: 90px;
	float: left;
	width: 285px;
}






/*---------------------------------------------
FAQ Area
-----------------------------------------------*/

#faq-container {
	background-color: #222;
	padding: 10px 20px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF;
	overflow: hidden;
}

.faq-container-pointer {
	text-align: center;
	width: 960px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: -2px;
	margin-left: auto;
}
.vidbox {
	float: left;
	height: 150px;
	width: 254px;
	border: 5px solid #444;
	margin-top: 3px;
}
.faq-column-one {
	width: 440px;
	margin-top: 10px;
	margin-right: 20px;
	float: left;
}
.faq-column-two {
	width: 440px;
	margin-top: 10px;
	margin-left: 20px;
	float: left;
}
#faq-container  p {
	font-size: 12px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	color: #EEE;
	letter-spacing: 1px;
}

/*---------------------------------------------
Footer
-----------------------------------------------*/

#footer {
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 1px;
}

.footer {
	width: 550px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	letter-spacing: 1px;	
}
.footer-right {
	width: 450px;
	float: right;
	text-align: right;
	letter-spacing: 1px;	
}
.footer-left {
	width: 450px;
    float: left;
	text-align: left;
	letter-spacing: 1px;	
}

a.footer {
	color: #dddddd;
}

a.footer:hover {
	color: #ffffff;
}

