/* Table of Contents:
	- CSS Imports
	- Global Containers
	- Typography
	- Header Layout
	- Middle Layout
	- Footer Layout
*/

/* CSS Imports
--------------------------------------------------------------------------------------- */
/*@import url("project-nav.css");
@import url("lightbox.css");*/

/* Global Containers
--------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	text-shadow: rgba(0,0,0,.01) 0 0 0; /* Safari Font Smoothing Fix */
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #fff url(../img/faded-bg.jpg) top left repeat-x;
}

#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.hidden {
	visibility: hidden;
}

clearfix:after {
	content: ".";  
	display: block; 
	height:  0;  
	clear: both; 
	visibility:  hidden;
}

/* Link Styles
--------------------------------------------------------------------------------------- */
a, a:link, a:active {

}

a:visited {

}

a:hover {

}

a img {
	border: 0;
}

/* Header Layout
--------------------------------------------------------------------------------------- */
#header {
	width: 990px;
	height: 110px;
	padding: 0 5px;
	margin: 0 0 3px 0;
	background: url(../img/bg-header-lab.png) top left no-repeat;
	float: left;
}

h1 {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}

h1 img {
	float: left;
	margin: 6px 5px 0 10px;
}

h1 em {
	float: left;
	font-style: normal;
	margin: 64px 0 0 0;
}

h1 span {
	visibility: hidden;
	position: absolute;
}

#dealers, #catalog {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	display: inline;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#dealers {
	width: 120px;
	height: 24px;
	background: url(../img/button-dealers.png) top left no-repeat;
	margin: 17px 40px 0 20px;
	padding: 2px 0 0 0;
}

#catalog {
	width: 180px;
	height: 30px;
	background: url(../img/button-catalog.png) top left no-repeat;
	margin: 14px 16px 0 0;
	padding: 5px 0 0 20px;
}

#dealers:hover, #catalog:hover {
	text-decoration: underline;
}


#header p {
	width: 535px;
	font-size: 10px;
	line-height: 14px;
	color: #666;
	clear: right;
	float: right;
	display: inline;
	margin: 0 16px 0 0;
	text-align: right;
}

/* Middle Layout
--------------------------------------------------------------------------------------- */
#leftcol {
	width: 198px;
	border: solid 1px #999;
	margin: 0 10px 10px 5px;
	float: left;
	display: inline;
	clear: left;
	background: #fff;
}

#leftcol h2 {
	background: #999;
	color: #fff;
	margin: 0 0 4px 0;
	padding: 4px 8px;
	font-weight: normal;
}

#leftcol ul {
	margin: 0 8px;
	list-style: none;
	line-height: 16px;
}

#leftcol li.split {
	border-bottom: solid 1px #999;
	padding: 0 0 8px 0;
}

#leftcol li {
	margin-bottom: 8px;
}

a, a:link, a:active {
	color: #333;
}

a:visited {
	color: #777;
}

#leftcol a:hover {
	color: #e32126;
}

#leftcol li.current a {
	font-weight: bold;
	text-decoration: none;
	color: #e32126;
}

#content {
	width: 746px;
	border: solid 1px #999;
	margin: 0 0 10px 0;
	padding: 10px 16px 0 16px;
	float: left;
	display: inline;
	background: #fff;
	overflow: hidden;
}

p, ul {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 20px 0;
}

ul {
	margin-left: 16px;
}

ul li {
	margin-bottom: 4px;
}

h2 {
	font-size: 18px;
	line-height: 20px;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #999;
	margin: 0 0 6px 0;
	padding: 0 0 4px 0;
	border-bottom: solid 1px #e32126;
}

h3 {

}

#dealer {
	width: 730px;
	float: left;
}

#dealer li {
	width: 240px;
	float: left;
	margin: 0 0 12px 0;
}

#content embed {
	display: block;
	width: 746px;
	height: 1010px;
	border: 1px #333;
	border-style: none solid solid solid;
	margin: 0 0 16px 0;
}

img.floatright {
	margin: 0 0 10px 10px;
}



/* Footer Layout
--------------------------------------------------------------------------------------- */
p.footer {
	font-size: 11px;
	line-height: 16px;
	clear: both;
	width: 1000px;
	text-align: center;
	color: #666;
}
