
body {
	margin: 0px;
	padding: 0px;
	font: 11px/18px "Lucida Grande", "Helvetica", "Verdana", sans-serif;
	color: #555;
	background: #444 url('../media/common/body_background.gif') repeat;
}

img { border: 0px; }

hr {
	height: 1px;
	margin: 10px 0px 20px 0px;
	display: block;
	color: #7f7f7f;
	background-color: #7f7f7f;
	border: 0px;
	clear: both;
}

a {
	color: #454545;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	height: 21px;
	margin: 10px 0px 5px 0px;
	padding: 2px 0px 2px 5px;
	background: transparent url('../media/common/h1_background.gif') top left repeat-x;
	color: #222;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	clear: both;
}

h2 {
	margin: 10px 0px 0px 0px;
	color: #555;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	clear: both;
}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

strong {
	color: #555;
	font-weight: bold;
}

.clear { clear: left; }
.right { float: right; }
.left { float: left; }
img.left { margin: 0px 10px 10px 0px; }
.hidden { display:none; }


/* Containers */
#container {
	width: 995px;
	margin: 0px auto;
	padding: 0px;
	background: transparent url('../media/common/container_background.png') top center repeat-y;
	_background: transparent url('../media/common/container_background.gif') top center repeat-y;
}

#header {
	margin: 0px 20px;
}

#body {
	margin: 10px 40px 20px 45px;
	padding: 0px 0px 1px 0px;
}

#left_col {
	width: 660px;
	float: left;
}

#right_col {
	width: 205px;
	margin: 0px 0px 0px 15px;
	float: right;
	overflow: hidden;
}

#footer {
	height: 29px;
	margin: 0px 20px;
	padding: 20px 0px 0px 25px;
	background: url('../media/common/footer_background.gif') bottom center no-repeat;
	clear: both;
}

/* Special Styles */
.file_download {
	padding: 2px 22px 2px 0px;
	color: #555;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
}

.pdf { background: transparent url('../media/icons/pdf.gif') top right no-repeat; }
.dxf { background: transparent url('../media/icons/dxf.gif') top right no-repeat; }

.read_more {
	height: 11px;
	margin: 5px 0px 10px 0px;
	padding: 2px;
	text-align: right;
	background: transparent url('../media/common/read_more_background.gif') top left repeat-x;
}

.read_more a {
	height: 8px;
	display: block;
	background: transparent url('../media/common/read_more.gif') right -9px no-repeat;
}

.read_more a:hover { background-position: right 0px; }
.read_more a span { display: none; }

a.larger {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

/* Form Styles */

#left_col form {
	margin: 10px 0px 10px 0px;
	padding: 5px 15px 15px 25px;
	border: 1px solid #999;
	background: #f0f0f0;
}

#left_col form p {
	clear: both;
}

#left_col form a.submit {
	margin: 20px 0px 0px 320px;
}

#left_col label {
	width: 75px;
	margin: 10px 10px 0px 0px;
	text-align: right;
	font-weight: bold;
	float: left;
}

#left_col .text {
	width: 340px;
	margin: 5px 0px 0px 0px;
	float: left;
}

#left_col textarea {
	width: 422px;
	margin: 5px 0px 0px 0px;
}

.feedback {
	width: 15px;
	height: 15px;
	margin: 0px 0px 5px 5px;
	padding: 0px;
	float: left;
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

.input_accepted {
	background-image: url('../media/icons/check_green.gif');
}

.input_rejected {
	background-image: url('../media/icons/ex_red.gif');
}

.submit {
	width: 100px;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	background: #ddd;
	display: block;
	border: 1px solid #999;
}

.submit:hover {
	background: #fff;
}

/* Newsletter Module */

#newsletter_module label {
	width: 40px;
	margin: 4px 8px 0px 0px;
	text-align: right;
	font-weight: bold;
	float: left;
}

#newsletter_module .text {
	width: 150px;
}

#newsletter_module #submit {
	width: 80px;
	margin: 0px 0px 0px 120px;
}

/* Guarantee Module */

#guarantee_module ul {
	margin: 0px 0px 0px -15px;
	]margin: 0px 0px 0px 20px;
}

#guarantee_module ul li {
	margin: 0px;
}

#guarantee_module h2 {
	text-align: center;
}

/* Testimonial Module */

#testimonial_module p.name {
	text-align: right;
}

/* Test-Drive Module */

#test-drive_module {
	padding-bottom: 10px;
}
