/* GLOBALS */
a, a:hover, h1, h2, h3, body, p
{
	font-family: "Gill Sans", sans-serif;
	color: #FFFFFF;
	line-height: 1.5em;
	display: inline;
	font-size: 10pt;
}

h1	{ font-size: 16pt; }	
h2	{	font-size: 12pt; }
h3	{ font-size: 10pt; }

a						{ text-decoration: none; }
a img				{	text-decoration: none ; border: none;	}
a:hover			{	text-decoration: underline; }
a:hover img {	text-decoration: none; border: none; }

.title 
{
	font-size: 12pt;
	font-weight: bold;
}

body 
{
	background-color: #FFFFFF;
}


/* LAYOUT CONTAINERS AND SPECIFIC MODIFIERS */
.main 
{
	width: 813px;
	margin: 0px auto 0px;
}

.header 
{
	background: url('/ava/staticcontent/images/hn/vo_HD_display_header.png') no-repeat top left;
	
	width: 813px;
	height: 107px;
}

		.header .homenet-logo 
		{
			background: no-repeat center left;
			width: 276px;
			height:83px;
			float: left;
			margin: 24px 0px 0px 30px;
		}
		
		.header .dealer-address 
		{
			float: right;
			text-align: right;
			margin: 25px 35px 0px 0px;
		}

.content 
{
	background: url('/ava/staticcontent/images/hn/vo_HD_display_stretch.png') repeat-y top left;
	width: 813px;
	padding: 10px 30px 0px 30px;
	overflow: hidden;
	clear: both;
}

		.content .video 
		{
			float: left;
			width: 480px;
			height: 334px;
			margin: 10px;
			padding: 0px;
			vertical-align: top;
			border: 0px solid #FFFFFF;
		}
		
		.content .vehicle-info 
		{
			float: left;
			margin: 0px 10px;
			width: 220px;
		}		
				
				.content .vehicle-info .vehicle-description 
				{
					margin: 20px 0px 0px 0px;
				}
				
				.content .vehicle-info .vehicle-contact 
				{
					margin: 20px 0px 20px 0px;
					float: left;
					clear: both;
				}

						.content .vehicle-info .vehicle-contact .vehicle-contact-img 
						{
							float: left;
							width: 70px;
							height: 85px;
							margin: 0px 10px 0px 0px;
							border: 3px solid #FFFFFF;
						}
						
						.content .vehicle-info .vehicle-contact .vehicle-contact-info 
						{
							float: left;
							width: 125px;
						}
				
				.content .vehicle-info .divButton 
				{
					background: url('/ava/staticcontent/images/hn/video_online_arrow.png') no-repeat center left;
					background-color: #0186CB;
					margin: 5px 0px 0px 0px;
					padding: 0px 5px 0px 20px;
					clear: both;
				}
				
				.moreWrapper
				{
					margin-top:10px;
				}

				.moreWrapper .moreDetails
				{
					padding: 5px 10px;
					background: url("/ava/staticcontent/images/hn/vo_display_button_mid.png") repeat-x top;
					height: 32px;
					width: auto;
					display: inline-block;
					float:left;
				}
				
				.moreWrapper .leftMoreDetails
				{
					background: url("/ava/staticcontent/images/hn/vo_display_button_left.png") no-repeat top;
					height: 32px;
					width: 7px;
					display: inline-block;					
					float:left;
				}
				
				.moreWrapper .rightMoreDetails
				{
					background: url("/ava/staticcontent/images/hn/vo_display_button_right.png") no-repeat top;
					height: 32px;
					width: 7px;
					display: inline-block;										
					float:left;
				}
							
					
.footer 
{
	background: url('/ava/staticcontent/images/hn/vo_HD_display_footer.png') no-repeat top left;
	width: 813px;
	height: 195px;
	clear: both;
}

