
/* remember to define focus styles! */
@charset "utf-8";
/* 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, 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%;
	font-family:inherit;
	vertical-align:baseline;
}
/* remember to define focus styles! */
:focus {
	outline:0;
}
ol, ul {
	list-style:none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* CSS Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear {
	clear:both;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/*png fix 
img, div {
	behavior: url(iepngfix.htc)
}
*/
/* End hide from IE-mac */	

body {
	background-image: url(images/background_tile.jpg);
	color:#E7E7E7;
	font-size:.9em;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
}
-->
#wraper {
	width:980px;
	margin:0 auto;
	background:url(images/wraper.png) top center no-repeat;
}
#header {
	width:960px;
	margin:0 auto;
	border-left: 1px #666 solid;
	border-right: 1px #666 solid;
	border-bottom: 1px #666 solid;
	color:#CCCCCC;
	background:#26292E;
}
#header_nav {
	background:#1E2329;
	font-size:8pt;
	text-align:right;
	/* border-bottom: thin #666 solid; thin does not work under ie */
	border-bottom: 1px #666 solid;
	padding: 5px;
}
#header_nav a {
	color:#CCCCCC;
	text-decoration:none;
	padding-left:20px;
	padding-right:20px;
}
#header_nav a:hover {
	background:#CCCCCC;
	color:#333333
}
#logo_area {
	background:url(images/header_back.jpg) top no-repeat;
	height:80px;
}
#logo {
	position:absolute;
	width:150px;
	height:32px;
	text-indent: -5000px;
	background: url(images/vizitnow_logo.png);
	margin: 15px 0 5px 30px;
	z-index: 10;
}
#logo a {
	display:block;
	width:150x;
	height:32px;
	background:transparent;
}
#slogan {
	padding-left:200px;
	margin-top:22px;
	font-size:16pt;
	display:block;
	position:absolute;
	letter-spacing:-1px;
}
#video {
	width:960px;
	height:400px;
	background:url(images/video_area.png) top center;
}

#video_search {
width:960px;
height:600px;
	background:url(images/video_area.png) top center no-repeat;
}
#main_nav {
	background:url(images/background_main_nav.jpg) top center;
	padding-top:20px;
	height:60px;
	border-bottom: 1px #666 solid;
	border-top: 1px #666 solid;
}
ul#nav {
	list-style: none;
	margin:0px;
	float:right;
	width:100%;
}
ul#nav li {
	float: left;
	width:131px;
	height:36px;
	margin-right:5px;
}
ul#nav a {
	color: #F5F5F5;
	display: block;
	float: left;
	text-decoration: none;
	padding: 10px 10px 5px 100px;
	width:131px;
	height:36px;
}
ul#nav a:hover, ul#nav a:hover span {
	background: url(images/background_btn.png) top center no-repeat;
	width:131px;
	height:36px;
}
ul#nav li.current a {
	color: #F5F5F5;
	font-weight: bold;
	padding: 10px 10px 5px 100px;
	width:131px;
	height:36px;
	background: url(images/background_btn_current.png) top center no-repeat;
}
#main {
}
#main_left {
	padding:20px;
	float:left;
	width:640px;
	border-right:1px #666 solid;
	background:#1E1E1E;
	display:block;
}
#main_left h2 {
	font-size:18pt;
	letter-spacing:-1px;
	font-weight:normal;
	padding-bottom:5px;
}
#main_left h3 {
	font-size:14pt;
	font-weight:normal;
	padding-bottom:5px;
}
#main_left p {
	line-height:1.25em;
}
#main_right {
	float:left;
	padding:20px;
}

#main_right  ul{
font-size: 14px;
line-height: 2em;
list-style-position: outside;
list-style-type: square;
padding-left:15px;
}

#footer {
	clear:both;
	height:60px;
	border-top:1px #666 solid;
	padding:20px;
	color:#CCCCCC;
	background:#1E2329;
}

#UnityPrompt {
padding-left:40px;
padding-top: 100px;
color:#333333
}

#UnityPrompt h2 {
font-size:24px;
}

           #contactFormContainer
            {
            	position:relative;
            	padding-right:10px;
            	float:right;
            }
            #contactForm
            {
            	height:400px;
            	width:351px;
            	background-image:url('images/bkg.png');
            	display:none;
            }
            #contactForm fieldset
            {
            	padding:30px;
            	border:none;
            }      
            #contactForm label
            {
            	display:block;
            	color:#ffc400;
            }      
            #contactForm input[type=text]
            {
            	display:block;
            	border:solid 1px #4d3a24;
            	width:100%;
            	margin-bottom:10px;
            	height:24px;
            }  
            #contactForm textarea
            {
            	display:block;
            	border:solid 1px #4d3a24;
            	width:100%;
            	margin-bottom:10px;
            }  
            #contactForm input[type=submit]
            {
            	background-color:#4d3a24;
            	border:solid 1px #23150c;
            	color:#fecd28;
            	padding:5px;
            }                
            #contactLink
            {
            	height:40px;
            	width:351px;
            	background-image:url('images/slidein_button.png');
            	display:block;
            	cursor:pointer;
            }
            #messageSent
            {
            	color:#ff9933;
            	display:none;
            }
