/*
 * NovaTek Prophet
 * Homepage Template
 * Revision: 1.0.0
 */
 
html, body 	{ padding: 0; margin: 0; border: 0; }
img	 	 	{ border: 0; vertical-align: bottom; }

html {
	margin-bottom: 1px;
	min-height: 100%;
	height: 100%;
}

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414042;
}

.themeCol {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#banner {
	height: 90px;
	background-image: url('/usr/prophet/images/template/top_banner_bg.png');
	border-bottom: 1px solid #000;
}

.logoAnchor {
	position: absolute;
	top: 24px;
}

#mainBlock {
	height: 344px;
	background-image: url('/usr/prophet/images/template/middle_bg_repeat.png');
}

#mainBlock #mainBlockInner {
	height: 344px;
	background-image: url('/usr/prophet/images/template/middle_bg_main.png');
	background-position: top center;
	background-repeat: no-repeat;
}

#textBox {
	width: 540px;
	padding-top: 10px;
	color: #fff;
}

#textBox h2 {
	font-weight: normal;
	font-size: 26px;
	font-family: 'Adobe Heiti Std R', Arial, Verdana, sans-serif;
	text-shadow: #204497 -1px -1px 2px;
}

#textBox p {
	font-family: 'Segoe UI', Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
}

#screenImg {
	position: absolute;
	top: -25px;
	left: 510px;
}

#cta {
	background-image: url('/usr/prophet/images/template/cta2.png');
	width: 544px;
	height: 77px;
	margin: 5px 0 0 -3px;
}

.offer #cta {
	background-image: url('/usr/prophet/images/template/cta3.png');
}

#cta-acc {
	position: absolute;
	display: block;
	top: 5px;
	left: 5px;
	width: 330px;
	height: 65px;
}

#cta-feat {
	position: absolute;
	display: block;
	top: 5px;
	left: 350px;
	width: 185px;
	height: 28px;
}

#cta-screen {
	position: absolute;
	display: block;
	top: 43px;
	left: 350px;
	width: 185px;
	height: 28px;
}

#cta a:link, #cta a:visited, #cta a:hover, #cta a:active {
	text-decoration: none;
}    

#sign1 { left: -5px; }
#sign2 { left: 283px; }
#sign3 { left: 571px; }

.signBox {
	position: absolute;
	width: 283px; height: 345px;
	top: 308px;
	background-image: url('/usr/prophet/images/template/box_bg.png');
}

.offer .signBox {
	top: 348px;
}

.signBox h3			 	{ text-align: center; margin: 16px 0 3px 0; }
.signBox h3 img.title	{ padding: 0 1px 2px 0; }
.signBox h4				{ text-align: center; color: #7f8184; font-size: 10.5px; font-family: 'Segoe UI', Arial, Helvetica, Verdana, sans-serif; margin: 0 0 18px 0; padding: 0; }
.signBox p 				{ color: #434244; font-size: 12px; font-family: 'Segoe UI', Arial, Helvetica, Verdana, sans-serif; margin: 2px 22px 10px 22px; }

#lower {
	border-top: 1px solid #ccc;
	background-image: url('/usr/prophet/images/template/lower_bg.png');
	height: 236px;
}

#footer {
	width: 842px;
	height: 47px;
	clear: both;
	margin: 60px auto 40px auto;
	background-image: url('/usr/prophet/images/template/footer.png');
	color: #7f8184;
}

#footer.offer {
	margin-top: 100px;
}

#footer p {
	padding: 16px 0 0 14px;
	font-size: 12px;
	font-family: 'Segoe UI', Arial, Helvetica, Verdana, sans-serif;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #7f8184;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #7f8184;
}

#footer img {
	float: right;
	margin: 8px 10px 0 16px;
}

#bannerMenu {
	position: absolute;
	top: 10px;
	left: 650px;
}

#bannerMenu a:link, #bannerMenu a:visited {
	color: #929397;
	text-decoration: none;
}

#bannerMenu a:hover, #bannerMenu a:active {
	color: #929397;
	text-decoration: underline;
}

#header_bottom {
	position: absolute;
	top: 42px;
	right: -10px;
	width: 540px;
	height: 40px;
}

/**
 * Offer only
 */

#offerBox {
	margin-top: 4px;
}

#offerInput {
	width: 217px;
	height: 15px;
	background: none;
	background-image: url(/usr/prophet/images/template/input_box.png);
	border: 0;
	padding: 10px; margin: 0;
	outline: none;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}

#offerSubmit {
	margin: 0 0 0 3px;
}

#offerSubmit img {
	border: 0;
}







