/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
p {
	margin-bottom: 1.5em;


}
h2 {
	font-size: 43px;
	margin-bottom: 30px;
	font-weight: normal;
}


h3 {
	margin-bottom: 22px;
}
a, a:visited {
	color: #662613;
	text-decoration: underline;
}
a:hover {
	color: #EA6604;
}



.tagline {
	font-size: 16px;
	color: #662613;
	font-weight: bold;
}
.tagline_subpage {
	font-size: 14px;
	color: #662613;
}
.imgfloat {
	float: left;
	margin: 20px 20px 20px 0px;
}






/* MAIN STYLE */

body {
	background: #EDF5F7 url(images/bg.jpg) repeat-x top;
	color: #422F2B;
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	overflow-x: hidden;
}
#container {
	width: 960px;
	margin: 0 auto;
	line-height: 1.4;
	font-size: 12px;
}
#header {
	height: 440px;
	background: #FFF;

}
#banner_left  {
	width: 644px;
	height: 368px;
	background: url(images/bg_header_left.jpg);
	line-height: 1;
	float: left;
}
#banner_left #preamble  {
	width: 387px;
	margin-left: 238px;
	margin-top: 90px;
	line-height: 1.4;
	color: #333;

}
#banner_right   {
	background: #EDE5DA url(images/button_enter.jpg) no-repeat top;
	height: 368px;
	width: 316px;
	float: left;
}
#banner_right #form_promo{
	margin-top: 85px;
	padding: 15px;
}

#navigation  {
	color: #333;
	height: 61px;
	width: 960px;
	background: #333;
}
#navigation ul  {
	margin: 0 5px;
	padding: 0;
}
#navigation li  {
	float: left;
	height: 61px;
	padding: 0;
	margin: 0;
}
#navigation .divider  {
	width: 1px;
	background: #4B4B4B;
}
#navigation a  {
	background: #333333;
	display: block;
	height: 41px;
	padding: 20px 9px 0;
	color: #EDF5F7;
	text-decoration: none;
	text-align: center;
	margin: 0;
}
#navigation a:hover   {
	color: #333;
	background: #FFF;
}
#navigation .current a {
	color: #333;
	background: #FFF;
}


#main {
	background: #EAE7D8 url(images/bg_main.jpg) repeat-x;
	padding: 25px;
	min-height: 400px;
}
#main #main_left {
	width: 580px;
	margin-right: 25px;
	float: left;
}
#container #main #main_left div .video {
	margin-bottom: 30px;
}




#main #main_right {
	width: 275px;
	float: right;
	background: #DAD4BB;
	padding: 15px;
	min-height: 400px;
}
#main_right .video {
	margin-top: 25px;
	margin-bottom: 25px;
}
.divider_right {
	height: 1px;
	width: 275px;
	border-top: 1px dashed #FFF;
}



.testimony_block {
	background: url(images/bg_testimony.gif) repeat-y;
	padding: 10px;
	min-height: 220px;
	margin-bottom: 30px;
}
.testimony_content {
	width: 290px;
	float: left;
	margin-left: 20px;
	color: #E6E3D2;
}
.testimony_content h2 {
	font-size: 17px;
	margin-bottom: 15px;
}
#main ul {
	margin-left: 25px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#main li {
	font-size: 13px;
	color: #9F591A;
	font-weight: bold;
	background: url(images/icon_bullet.png) no-repeat left top;
	padding-left: 30px;
	margin-bottom: 1.5em;
}

#footer {
	font-size: 11px;
	margin-top: 10px;
	color: #7C7761;
	text-align: right;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ----------- stylized ----------- */
#stylized{
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}
/* POP UP */
#netkevin-overlay { width:100%; height:100%; position:fixed;  _position:absolute; top:0; left:0; z-index:1001; background-color:#000000; overflow: hidden; }
#netkevin-popup { display: none; position:absolute; width:600px; height:350px; z-index:1002;  border: 1px solid #000; background-color: #000; color: #fff; font-family: Tahoma,sans-serif;font-size: 14px; }
#baner_close { color: #cc0000; }