/*** NOTE: Overides default stylesheet http://www.viewbook.com/shared/viewbook.css*/

body, html {
margin:0;
height:100%;
}

#tour {
position:absolute;
left:-125px;
width:600px;
height:500px;
z-index:20;
}

#logo {
cursor:pointer;
}

#info_bar{
	position:absolute;
        z-index:2;
	left: 710px;
        top:0px;
	width: 171px;
	height:97%;
	padding:12px;
        background-color:#FAFAFC;
        background-color:#171717;
        color:#717171;
        font-size: 11px;
        line-height:16px;
overflow:hidden;
}

#nav_main {
        position:absolute;
        top:170px;
        left:30px;
}

#nav_main ul {
margin:0;
padding:0;
}

#nav_main li
{
float:left;
list-style:none;
padding-right:40px;
}

#nav_main li img {
border:0;
}

#nav_main a {
       font-size:16px;
       color:white;
       text-decoration:none;
       font-weight:normal;
       font-family: Arial,Verdana,sans-serif;
}

#nav_sub {
       position:absolute;
       top:30px;
       left:570px;
       border-left:1px solid #6D6D6D;
       padding-left:8px;
         line-height:16px;
}

#nav_sub a {
       color:#6D6D6D;
       text-decoration:none;
       font-size:11px;
}

#content {
	position: absolute;
	top: 230px;
        left: 134px;
	width: 427px;
}

#demo_video_background {
	 width:425px;
	 height:336px;
	background-color:#45443F;
}

#demo_video {
	position: absolute;
	top: -6px;
	width: 425px;
	height:336px;
	z-index:1;
}

h2 {
        font-weight:normal;
        color:white;
}

h1 {
margin:0;
padding:0;
}

h2 {
margin-top: 10px;
margin-bottom:4px;
padding:0;
font-weight:normal;
}

.small {
font-size:9px;
}

/* forms */

.form_table {
width:170px;
}

.left_cell {
	text-align:left; 
}

.right_cell {
	padding-bottom:5px;
        text-align:right;
        
}


input {
        background:#454545;
        font:11px Arial;
	padding:1px 3px 1px 3px;
	border:0px;
        width:95px;
}


.button {
	font:11px Arial;
	font-weight:bold;
          width:70px;
height:17px;
background-image: url('http://www.viewbook.com/shared/images/button_bg.gif');
}

.button_small {
	margin-top:3px;
	font:9px Arial;
	font-weight:bold;
        width:70px;
        height:16px;
background-image: url('http://www.viewbook.com/shared/images/button_bg.gif');
}



.hidden {
height:1px;
width:1px;
overflow:hidden;

}

.page_subnav {
color:white;
font-size:12px;
width:400px;
}


.page_subnav div {
cursor:pointer;
}

label {
color:#717171;
}


