/* Table of Contents:
	- CSS Imports
	- Global Containers
	- Typography
	- Header Layout
	- Middle Layout
	- Footer Layout
*/

/* CSS Imports
--------------------------------------------------------------------------------------- */
/*@import url("smith-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: #000 url(../img/carbonfiber-bg.jpg) top center no-repeat;
}

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.hidden {
	visibility: hidden;
}

.center {
	text-align: center;
}

clearfix:after {
	content: ".";  
	display: block; 
	height:  0;  
	clear: both; 
	visibility:  hidden;
}

/* Link Styles
--------------------------------------------------------------------------------------- */
a, a:link, a:active {
	color: #33c;
}

a:visited {
	color: #93c;
}

a:hover {
	color: #c30909;
}

a img {
	border: 0;
}

/* Header Layout
--------------------------------------------------------------------------------------- */
#header {
	width: 900px;
	float: left;
	background: url(../img/header-bg.jpg) top left no-repeat;
}

h1 {
	width: 132px;
	height: 115px;
	float: left;
	display: inline; /* FOR IE6 */
	margin: 12px 0 13px 12px;
}

h1 span {
	visibility: hidden;
	position: absolute;
}

#nav {
	width: 896px;
	padding: 2px 2px 12px 2px;
	margin: 0;
	float: left;
	clear: left;
	background: url(../img/topnav-bg.png) top left no-repeat;
	list-style: none;
	height: 28px; /* For IE */
	overflow: hidden; /* For IE */
}

#nav li {
	float: left;
	margin: 0;
}

#nav a {
	display: block;
	font-size: 12px;
	line-height: 28px;
	border-right: solid 1px #c3cf21;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 0 23px;
	white-space: nowrap; /* For IE */
}

#nav li.last a, #sidenav li.last a {
	border: none;
}

#nav a:hover, #sidenav a:hover {
	background: #333;
}

#nav li.current a, #sidenav li.current a {
	background: #fff;
	color: #333;
}



/* Middle Layout
--------------------------------------------------------------------------------------- */
#middle {
	width: 900px;
	float: left;
	clear: left;
	background: url(../img/container-bg.png) top left repeat-y;
}

#sidenav {
	width: 159px;
	margin: 0 25px 0 0;
	padding: 2px 7px 14px 2px;
	float: left;
	display: inline; /* FOR IE6 */
	clear: left;
	background: url(../img/sidenav-bg.png) top left no-repeat;
	list-style: none;
	list-style-position: outside; /* FOR IE6 */
}

#sidenav li {
	height: 30px; /* For IE */
	margin: 0;
}

#sidenav a {
	display: block;
	font-size: 11px;
	line-height: 29px;
	height: 29px; /* For IE */
	border-bottom: solid 1px #c3cf21;
	color: #fff;
	text-decoration: none;
	text-align: right;
	padding: 0 8px;
	white-space: nowrap; /* For IE */
}

p, ul {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	margin: 0 30px 20px 30px;
}

ul {
	margin-left: 46px;
}

ul li {
	margin: 0 0 6px 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 32px;
	color: #333;
	margin: 0 30px 8px 30px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin: 0 30px 4px 30px;
}

#interior {
	width: 692px;
	float: left;
}

#interior p, #interior h2, #interior h3 {
	margin-left: 0;
}

#interior ul {
	margin-left: 16px;
}

#interior ul.cols {
	float: left;
	display: inline; /* FOR IE6 */
}

#interior ul.cols li {
	float: left;
	width: 160px;
}

#interior img.floatright {
	display: inline; /* FOR IE6 */
	margin: 0 30px 30px 30px;
	border: solid 1px #555;
}

#interior p img, #interior ul img {
	border: solid 1px #555;
}

#interior ul img {
	margin-top: 5px;
}

ul.facilities {
	list-style: none;
	margin: 0 10px 18px 0;
	float: right;
	display: inline; /* For IE */
	width: 230px;
}

ul.facilities li {
	float: left;
	display: inline; /* For IE */
	margin: 0 8px 0 0;
}

ul.facilities img {
	border: solid 1px #555;
}

#interior ul.facil {
	width: 420px;
	margin-right: 0;
}

#interior ul.facil li {
	width: 210px;
}

p.tagline {
	font-size: 16px;
	line-height: 24px;
	text-align: right;
}

p.intro {
	font-size: 16px;
	line-height: 30px;
}

#punchbox {
	background: #eee;
	border: solid 1px #c3cf21;
	width: 698px;
	margin: 0 100px 20px 100px;
	padding: 14px 0;
}

#punchbox img {
	float: left;
	display: inline; /* FOR IE6 */
	margin: 0 14px;
}

#punchbox p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}

p.product-key {
	text-align: center;
	margin: 0 0 4px 0;
	clear: both;
	font-size: 14px;
	line-height: 22px;
}

hr {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: 0;
	margin: 10px 28px 14px 0;
	padding: 0;
	color: #ddd;
	background: #ddd;
}

/* Contact Us Page Layout
--------------------------------------------------------------------------------------- */
#contact {
	width: 460px;
	border: solid 1px #c3cf21;
	float: left;
	margin: 0 0 20px 0;
	background: #eee;
}

#contact h3 {
	background: #333;
	color: #fff;
	border-bottom: solid 1px #c3cf21;
	padding: 6px 12px;
	margin: 0 0 9px 0;
}

#contact p {
	margin: 0 12px 9px 12px;
	font-size: 12px;
}

#contact p.privacy {
	width: 160px;
	float: right;
	display: inline;
	font-size: 10px;
	line-height: 14px;
	margin: 12px 18px 0 0;
	padding: 4px 6px;
	border: solid 1px #32347f;
	background: url(../img/blog-transparent.png) top left repeat;
}

#contact label {
	display: block;
	float: left;
	display: inline;
	width: 80px;
	text-align: right;
	margin: 0 4px 0 0;
}

#contact p input, #contact textarea, #contact select {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	background: #fff;
	border: solid 1px #999;
	padding: 1px;
}

#contact textarea:focus, #contact p input:focus, #contact select:focus {
	background: #ffc;
	border: solid 1px #666;
}

.company57 {
	visibility: hidden;
	position: absolute;
}

#contact p.state {
	float: left;
	display: inline;
}

#contact p.zip label {
	width: 25px;
}

#contact p.referral label {
	float: none;
	width: auto;
	text-align: left;
}

#contact p.check {
	margin-left: 92px;
}

#contact p.check label {
	float: none;
	width: auto;
}

.required {
	color: #33c;
}

#contact p.required input {
	border: solid 1px #33c;
	padding: 1px;
}

#COMPANY, #realname, #email {
	width: 275px;
}

#TITLE {
	width: 225px;
}

#ADDRESS, #ADDRESS1, #ADDRESS2, #PHONE, #FAX {
	width: 200px;
}

#CITY {
	width: 175px;
}

#STATE {
	width: 40px;
}

#ZIP {
	width: 60px;
}

#contact p.message label {
	float: none;
	display: block;
	text-align: left;
	width: auto;
}

#MESSAGE {
	width: 400px;
}

#contact div.submit {
	background: #999;
	margin: 0;
	padding: 6px;
	text-align: center;
	border-top: solid 1px #c3cf21;
	clear: both;
}

#contact div.submit input {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
}	


/* Footer Layout
--------------------------------------------------------------------------------------- */
#footer {
	width: 900px;
	clear: left;
	background: url(../img/footer-bg.png) top left no-repeat;
	text-align: center;
	padding: 7px 0 18px 0;
}

#footer p {
	font-size: 11px;
	line-height: 20px;
	color: #fff;
	margin: 0;
}
