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

img { 
	border:0; 
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/body_bg.gif) repeat-x top;
	background-color: #FFF;
	margin: 0; 
	padding: 0;
	color: #666;
	font-size: 12px;
}

#background {
	background: url(../images/logo.jpg) no-repeat top center;	
}

#container {
	width: 860px;
	margin: 0 auto;
	height: 570px;
	position: relative;
}

.strap {
	color: #d0e7ef;
	height: 160px;
	width: 345px;
	text-align: center;
	font-size: 24px;
	float: right;
	padding: 40px 0 0 0;
	margin-right: 40px;
}

.box {
	width: 455px;
	position: absolute;
	top: 200px;
	left: 0;
}

.white {
	background-color: #FFF;
	padding: 5px;
	height: 330px;
}

#video .white {
	text-align: center;
}


/* Screen info */
.screenInfo {
	float: left;
	width: 140px;
	height: 70px;
	padding: 0 6px 20px 0;
}

.screenShow img {
	border: 1px solid #0099cc;
}

/* General styles */
p {
	padding: 0;
	margin: 0 0 5px 0;
}

.clearFloat {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

/* Link styles */
a:link, a:active, a:visited {
	color: #0099cc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Info styles */
.info {
	width: 355px;
	color: #FFF;
	position: absolute;
	top: 232px;
	left: 480px;
}
.quote {
	font-size: 14px;
	font-style: italic;
	padding-bottom: 10px;
}

input.download {
	width: 161px;
	height: 82px;
	display: block;
	margin-top: 20px;
	padding: 5px;
	border: 0;
	background: url(../images/download_btn.jpg) no-repeat bottom;
}

input.download:hover {
	background-position: top;
}

a.pricing:link, a.pricing:active, a.pricing:visited {
	width: 365px;
	height: 90px;
	display: block;
	margin-top: 20px;
	background: url(../images/pricing_btn.jpg) no-repeat bottom;
}

a.pricing:hover {
	background-position: top;
}

a.pp:link, a.pp:active, a.pp:visited, a.pp:hover {
	width: 365px;
	height: 210px;
	display: block;
	margin-top: 20px;
	background: url(../images/pricing_pop.jpg) no-repeat bottom;
}

.blueBox {
	background: url(../images/blue_bg.jpg) no-repeat top left;
	color: #b3d2df;
	width: 288px;
	height: 60px;
	padding: 10px 5px 0 13px;
	margin-top: 10px;
}

/* Guide styles */
h1 {
	font-size: 20px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 6px 6px;
	color: #000;
}

ul {
	list-style-type: disc;
	padding: 5px 0 0 10px;
	margin: 0;
	font-size: 11px;
}

ol {
	padding: 0 0 5px 30px;
	margin: 0;
}

li {
	padding: 0 0 5px 0;
	margin: 0;
}

.blacky {
	color: #000;
}


/* Nav styles */
#nav {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 43px;
	height: 28px;
	width: 455px;
}

#nav li {
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
}

#flash-video {
	background-color:#FFF;
	width:445px;
	height:330px;
}
a.video:link, a.video:active, a.video:visited {
	background: url(../images/video_btn.jpg) no-repeat bottom;
	display: block;
	width: 74px;
	height: 28px;
}

a.video:hover {
	background-position: top;
}

a.videoSelect:link, a.videoSelect:active, a.videoSelect:visited, a.videoSelect:hover {
	background: url(../images/video_btn.jpg) no-repeat top;
	display: block;
	width: 74px;
	height: 28px;
}

a.screen:link, a.screen:active, a.screen:visited {
	background: url(../images/screen_btn.jpg) no-repeat bottom;
	display: block;
	width: 124px;
	height: 28px;
}

a.screen:hover {
	background-position: top;
}

a.screenSelect:link, a.screenSelect:active, a.screenSelect:visited, a.screenSelect:hover {
	background: url(../images/screen_btn.jpg) no-repeat top;
	display: block;
	width: 124px;
	height: 28px;
}

a.guide:link, a.guide:active, a.guide:visited {
	background: url(../images/guide_btn.jpg) no-repeat bottom;
	display: block;
	width: 73px;
	height: 28px;
}

a.guide:hover {
	background-position: top;
}

a.guideSelect:link, a.guideSelect:active, a.guideSelect:visited, a.guideSelect:hover {
	background: url(../images/guide_btn.jpg) no-repeat top;
	display: block;
	width: 73px;
	height: 28px;
}

/* Footer */

#footer {
	width: 860px;
	margin: 0 auto;
}

.footerInfo {
	width: 220px;
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
}

blockquote {
	font-size: 12px;
	font-style: italic;
	margin: 0;
	padding: 0;
}

.quoteWhite {
	font-size: 11px;
	padding: 0 0 10px 0;
	color: #333;
}

.whiteList li {
	font-size:12px;
	padding: 0 0 15px 0;
	margin: 0;
}

h4 {
	font-weight:normal;
	font-size: 16px;
}



