﻿/*
layout.css

created 2/16/2010
modified 2/17/2010

This file contains the page layout
*/
* {
	margin: 0;
	padding: 0;
}

#wrapper {
	width:900px;
	margin: auto;
	text-align:center;
	height:100%;
	margin-bottom:50px;
	position:relative;
}
#header {
	width:inherit;
	height: 60px;
}
#header_contact {
	width:800px;
	position:absolute;
	top:0;
	right:-400px;
}
#nav {
	width:inherit;
	height: 30px
}
#banner {
	width:inherit;
	height: 120px
}
#pagetitle {
	height:30px;
	padding-right:20px;
	padding-top:10px;
}
#crumbtrail {
	width:inherit;
	height:17px;
	padding-top: 3px;
}
.pageimages {
	float:right;
	clear:both;
	width:inherit;
	text-align:center;
}
#linkwrapper {
	width:inherit;	
}
#highlights {
	height:150px;
	display:inline;
	width:600px;
}
#linkwrapper {
	height:160px;
	float:left;
	clear:left;
	margin-top:25px;
}
#links, #newslinks{
	float:left;
	width:230px;
	height:150px;
}
#highlights{
	float:left;
}
#product_image{
	float:left;
	height:inherit;
	margin-right:20px;
	width:80px;
}
#product_text {
	width:400px;
	float:left;
}
#product_text h1 {
	margin: 10px 0 10px 0;
}
#footer * {
	background-color:black;
}
#footer{
	margin-top:20px;
	width:100%;
	height:40px;
	clear:both;
}
#footer_left{
	float:left;
}
#footer_right {
	float:right;
}
#video {
	width:100%;
	text-align:center;
	margin-top:50px;
}

html body div#wrapper div#linkwrapper div#highlights h2 {
	float:left;
	margin-bottom:10px;
}
html body div#wrapper div#linkwrapper div#highlights div#producthighlight div#product_image {
	float:left;
	clear:left;
}
html body div#wrapper div#linkwrapper div#highlights div#producthighlight div div#product_text h3 {
	margin:10px 0 10px 0;
}
