/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-color: #737E5F;
	background-image: url(images/background_body.gif);
	background-repeat: repeat-y;
	background-position: center;
}

a, a:visited {
	color: #C00;
	text-decoration: none;
}

a:hover, a.active {
	color: #F00;
}

a img {
	border: 0px;
}

form, fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#wrapper {
	background-image: url(images/background_wrapper.gif);
	background-repeat: repeat-x;
}

#main {
	width: 994px;
	margin: 0 auto;
	clear: both;
}

#header {
	background-image: url(images/background_header.jpg);
	background-repeat: no-repeat;
	height: 150px;
	overflow: hidden;
}

#header .businesscard {
	padding-top: 125px;
}

#header .address {
	padding-top: 4px;
	padding-left: 240px;
}

#header .phone {
	font-size: 18px;
	padding-right: 65px;
}

.nav {
	padding-top: 70px;
	background-image: url(images/background_nav_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 200px;
}

.nav .menuitem {
	width: 120px;
	margin: 0 auto;
	clear: both;
	margin-bottom: 10px;
}

.nav .menuitem a {
	display: block;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	background-color: #C00;
	color: white;
	height: 23px;
	width: 118px;
	border: 1px solid white;
}

.nav .menuitem a:hover, .nav .menuitem a.active {
	background-color: white;
	color: black;
	border: 1px solid black;
}

#contentwrapper {
	width: 700px;
	margin: 0 auto;
	clear: both;
	margin-top: 30px;
	background-image: url(images/background_whitebox_content.jpg);
	background-repeat: repeat-y;
}

#contentwrapper .wrappertop {
	background-image: url(images/background_whitebox_top.jpg);
	background-repeat: no-repeat;
}

#contentwrapper .wrapperbottom {
	background-image: url(images/background_whitebox_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 20px;
}

/***** CLASSES *****/

.col184 {
	width: 184px;
}

.col200 {
	width: 200px;
}

.col220 {
	width: 220px;
}

.col700 {
	width: 700px;
}

.col810 {
	width: 810px;
}

.oemred {
	color: #C00;
}

.bg_oemred {
	background-color: #C00;
}

.gallery {
	height: 332px;
	overflow: auto;
	padding: 8px 8px 16px 8px;
	border: 1px solid #333;
}

.gallery a {
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	clear: both;
	margin-bottom: 8px;
}

#quotator_container {
	height: 455px;
	background-image: url(images/quotes/vic.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#quotator {
	height: 275px;
	overflow: hidden;
}

#hp_gallery_container {
	height: 220px;
}

#hp_gallery {
	height: 220px;
	overflow: hidden;
}

#hp_gallery a {
	display: block;
	width: 222px;
	height: 222px;
}

.paddingbottom {
	padding-bottom: 10px;
}