/* CSS Document */

body {
font-family: Georgia, Arial, Verdana;
font-size: 12px;
color: #333333;
line-height: 20px;
background: url(images/bg.gif) repeat;
padding: 0px;
margin: 0px;
}

a {
color: #333333;
}

ul,ol, li {
padding: 0px;
margin: 0px;
list-style-type: none;
}

.bold {
font-weight: bold;
}

.big {
font-weight: bold;
font-size: 21px;
}

#container {
margin: 0 auto;
width: 1060px;
height: 800px;
background: url(images/container_bg.gif) no-repeat;
}

 /* ----------- left column ----------- */

#navigation {
background: url(images/left_logo.png) no-repeat;
width: 306px;
height: 803px;
float: left;
display: block;
}

#navigation .logo {
position: relative;
top: 40px;
left: 30px;
width: 255px;
height: 175px;
}

#navigation ul.navigation_position  {
position: relative;
top: 62px;
left: 44px;
width: 190px;
}

#navigation ul.navigation_position li {
padding-top: 13px;
width: 179px;
height: 44px;
}

#navigation .video_position .comingsoon  {
position: relative;
top: 10px;
left: 15px;
}

#navigation .video_position  {
position: relative;
top: 170px;
left: 50px;
width: 190px;
height: 91px;
}

#navigation ul.social_position  {
position: relative;
top: 272px;
left: 44px;
width: 190px;
height: 45px;
}

#navigation ul.social_position li {
display: inline;
width: 45px;
height: 45px;
}

#navigation .pr {
position: relative;
left: 60px;
top: 288px;
}


 /* ----------- mid column ----------- */

#content {
float: left;
width: 477px;
display: block;
}

#content #contact {
position: relative;
left: 00px;
top: 50px;
width: 477px;
height: 30px;
}

#content #copy {
width: 477px;
height: 500px;
z-index: 2;
position: relative;
top: 80px;
}

#content #flash {
height: 617px;
width: 908px;
z-index: 0;
margin-left: -223px;
margin-top: 61px;
}

#content #copy #copy_bg {
background:url(images/copy_repeat.png);
padding: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#content #copy #copy_bg img {
margin: 0px;
padding: 0px;
}


 /* ----------- right column ----------- */

#twitter_updates {
background:url(images/twitter_updates.png) no-repeat;
float: right;
width: 277px;
}

#twitter_updates .content {
color: #333333; 
width: 175px; 
height: 333px; 
padding-top: 125px;
padding-left: 50px; 
font-size: 12px;
}

#twitter_updates li {
padding-top: 10px;
}

 /* ----------- copyright ----------- */

#twitter_updates #copyright {
height: 37px;
position: relative;
top: 250px;
left: 10px;
}

#twitter_updates #ouw_logo {
height: 37px;
position: relative;
left: 60px;
top: 240px;
}

 /* ----------- share ----------- */

#twitter_updates #share {
position: relative;
left: 40px;
top: 50px;
}

 /* ----------- form elements ----------- */
 
.onefortheroad_form {
width:400px;
padding:14px;
z-index: 0;
}

#form_style{
background:#ffffff;
}

#form_style h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}

#form_style p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}

#form_style label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}

#form_style .small{
color:#666666;
display:block;
font-size:10px;
font-weight:normal;
text-align:right;
width:140px;
}

#form_style input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}

#form_style select{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}

#form_style textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}

#form_style 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;
}



 /* ----------- jquery slider ----------- */

#slider{
width: 190px;
margin-left: 4px;
margin-top: -5px;
}	
#slider ul #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}

#slider li { 
	width:160px;
	height:95px;
	overflow:hidden; 
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #000000;
	}

#slider li img {
	border: 1px solid #333333;
	}
	
#prevBtn, #nextBtn{ 
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	top:90px;
	}	
#nextBtn{ 
	left:150px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:20px;
	height:20px;
	background:url(images/previous.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(images/next.png) no-repeat 0 0;	
	}	
