/* -------------------------------------------------------------
	Untitled
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.3
	Date:			19 July 2007
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Semantic Elements / Defaults
	+ Custom Classes
		- Document Setup
		- Masthead
		- Messaging
		- Sidebar
		- Content
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Semantic Elements / Defaults
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background: #192c00 url(/images/bg.jpg) no-repeat center top;
	font: normal 0.7em/1.6em Verdana, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}

#interior {
	background: #192c00 url(/images/interior_bg.jpg) no-repeat center top;

}

a img, :link img, :visited img {
	border: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:link, a:visited {
	color: #963c00;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}


a.sub:link {color:#ffeec4;

                 text-decoration: none }

a.sub:visited {color:#ffeec4;

                 text-decoration: none }

a.sub:hover {color:#fff;text-decoration: none; }

ul li {

}

h2 {
	font-size: 1.4em;
        padding: 10px 0 0px 23px;
        color: #963c00;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}




/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#index {
	width: 947px;
	margin: 0 auto;
	text-align: left;
}

.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

#content p,
#content ul,
#content ol {
	list-style: none;
}

#home p{
margin: 85px 50px 0 75px;
text-align: justify;
font-size: 1.3em;
}

#interior p {
margin: 10px 23px 10px 23px;
color: #63280f;
}

#interior ul, #interior ol {
list-style: none;
color: #63280f;
}

#interior #content ul, #content ol {

}

#interior #content li {
background: url(/images/bullet.gif) no-repeat 47px 10px;
padding: 4px 0 4px 60px;
}



/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {
background: url(/images/header_home.jpg) no-repeat;
height: 143px;
}

#interior #masthead {
background: url(/images/interior_header.jpg) no-repeat;
height: 188px;
}

#brand, #brand a {
height: 143px;
width: 150px;
}

#interior #brand, #interior #brand a {
height: 170px;
width: 150px;
}




/* --- UI --- */

#ui {
height: 39px;
text-align: center;
}

#ui ul {
white-space:nowrap;
text-align: center;
padding:0;
margin: 0px 0 0 0px;
}

#ui li {
display: inline;
margin-right: 0px;
}

#ui li a {
color:#000;
text-decoration:none;
margin-right: 0px;
float:left;
}

#ui li a:hover {
color:#fff;
}


/*	ui Rollovers
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a.left {
width: 88px;
height: 39px;
background: url(/images/ui_left.jpg) 0 0px no-repeat;
text-indent: -9000em;
}

a.right {
width: 77px;
height: 39px;
background: url(/images/ui_right.jpg) 0 0px no-repeat;
text-indent: -9000em;
}

a.about {
width: 111px;
height: 39px;
background: url(/images/ui_about.jpg) 0 0px no-repeat;
text-indent: -9000em;
}


a:hover.about {
background-position: 0px -39px;
}

a.about_active {
width: 111px;
height: 39px;
text-indent: -9000em;
background: url(/images/ui_about.jpg) 0 -39px no-repeat;
}

a.products {
width: 115px;
height: 39px;
background: url(/images/ui_products.jpg) 0 0px no-repeat;
text-indent: -9000em;
}


a:hover.products {
background-position: 0px -39px;
}

a.products_active {
background: url(/images/ui_products.jpg) 0 -39px no-repeat;
width: 115px;
height: 39px;
text-indent: -9000em;
}

a.specialty {
width: 202px;
height: 39px;
background: url(/images/ui_specialty.jpg) 0 0px no-repeat;
text-indent: -9000em;
}


a:hover.specialty {
background-position: 0px -39px;
}

a.specialty_active {
background: url(/images/ui_specialty.jpg) 0 -39px no-repeat;
width: 202px;
height: 39px;
text-indent: -9000em;
}

a.locations {
width: 125px;
height: 39px;
background: url(/images/ui_locations.jpg) 0 0px no-repeat;
text-indent: -9000em;
}


a:hover.locations {
background-position: 0px -39px;
}

a.locations_active {
width: 125px;
height: 39px;
text-indent: -9000em;
background: url(/images/ui_locations.jpg) 0 -39px no-repeat;
}

a.links {
width: 124px;
height: 39px;
background: url(/images/ui_links.jpg) 0 0 no-repeat;
text-indent: -9000em;
}


a:hover.links {
background-position: 0px -39px;
}

a.links_active {
background: url(/images/ui_links.jpg) 0 -39px no-repeat;
width: 124px;
height: 39px;
text-indent: -9000em;
}

a.contact {
width: 105px;
height: 39px;
background: url(/images/ui_contact.jpg) 0 0 no-repeat;
text-indent: -9000em;
}


a:hover.contact {
background-position: 0px -39px;
}

a.contact_active {
background: url(/images/ui_contact.jpg) 0 -39px no-repeat;
width: 105px;
height: 39px;
text-indent: -9000em;
}


/*	Interior Rollovers
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a.interior_about {
display: block;
width: 264px;
height: 53px;
background: url(/images/ui_about_interior.jpg) 0 0px no-repeat;
text-indent: -9000em;
}


a:hover.interior_about {
background-position: 0px -53px;
}

a.interior_about_active {
display: block;
width: 264px;
height: 53px;
text-indent: -9000em;
background: url(/images/ui_about_interior.jpg) 0 -53px no-repeat;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a.interior_products {
display: block;
width: 264px;
height: 53px;
background: url(/images/ui_products_interior.jpg) 0 0px no-repeat;
text-indent: -9000em;

}


a:hover.interior_products {
background-position: 0px -53px;
}

a.interior_products_active {
display: block;
width: 264px;
height: 53px;
text-indent: -9000em;
background: url(/images/ui_products_interior.jpg) 0 -53px no-repeat;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a.interior_specialty {
display: block;
width: 264px;
height: 53px;
background: url(/images/ui_specialty_interior.jpg) 0 0px no-repeat;
text-indent: -9000em;

}


a:hover.interior_specialty {
background-position: 0px -53px;
}

a.interior_specialty_active {
background: url(/images/ui_specialty_interior.jpg) 0 -53px no-repeat;
display: block;
width: 264px;
height: 53px;
text-indent: -9000em;

}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a.interior_locations {
display: block;
width: 264px;
height: 55px;
background: url(/images/ui_locations_interior.jpg) 0 0px no-repeat;
text-indent: -9000em;

}


a:hover.interior_locations {
background-position: 0px -55px;
}

a.interior_locations_active {
background: url(/images/ui_locations_interior.jpg) 0 -55px no-repeat;
display: block;
width: 264px;
height: 55px;
text-indent: -9000em;

}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a.interior_links {
display: block;
width: 264px;
height: 53px;
background: url(/images/ui_links_interior.jpg) 0 0px no-repeat;
text-indent: -9000em;

}


a:hover.interior_links {
background-position: 0px -53px;
}

a.interior_links_active {
background: url(/images/ui_links_interior.jpg) 0 0 no-repeat;
display: block;
width: 264px;
height: 53px;
text-indent: -9000em;

}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a.interior_contact {
display: block;
width: 264px;
height: 53px;
background: url(/images/ui_contact_interior.jpg) 0 0px no-repeat;
text-indent: -9000em;

}


a:hover.interior_contact {
background-position: 0px -53px;
}

a.interior_contact_active {
background: url(/images/ui_contact_interior.jpg) 0 -53px no-repeat;
display: block;
width: 264px;
height: 53px;
text-indent: -9000em;

}



/*	End Rollovers
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */



/*	Messaging
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#messaging {
height: 197px;
background: url(/images/messaging_bg.jpg) no-repeat;
}



/*	Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
background: #d0b27f url(/images/left_bg.jpg) no-repeat bottom;
float: right;
height: 306px;
}

#sidebar_interior {
background: #d0b27f url(/images/left_bg.jpg) no-repeat bottom;
float: right;
width: 264px;
}

#btn_wrap{
width: 386px;
}

a.engineered {
background: url(/images/btn_engineered.jpg) 0 0 no-repeat;
display: block;
height: 178px;
overflow: hidden;
text-indent: -9000em;
width: 386px;
}

a:hover.engineered {
background-position: 0px -178px;
}

a.specials {
background: url(/images/btn_specials.jpg) 0 0 no-repeat;
display: block;
float: left;
height: 175px;
overflow: hidden;
text-indent: -9000em;
width: 180px;
}

a:hover.specials {
background-position: 0px -175px;
}

a.showroom {
background: url(/images/btn_showroom.jpg) 0 0 no-repeat;
display: block;	
height: 175px;
overflow: hidden;
text-indent: -9000em;
width: 206px;
}

a:hover.showroom {
background-position: 0px -175px;
}

/*	Content / Main Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content_wrap {

}

#left_wrap {
float: left;
width: 311px;
}

#right_wrap {
float: right;
width: 636px;
}

#home #content {
background: url(/images/content_homeBG.jpg) no-repeat;
float: left;
height: 353px;
width: 561px;
}

#interior #content {
float: left;
width: 586px;
font-size: 1.2em;
background: #e9cc83 url(/images/content_bg.jpg) no-repeat top;
}

#left_border {
width: 47px;
margin: 0px 0 0 0;
height: 50px;
float: left;
background: url(/images/leftBorder_bg.png) repeat-y;
}

#right_border {
width: 50px;
margin: 0px 0 0 0;
height: 50px;
float: right;
background: url(/images/rightBorder_bg.png) repeat-y;
}

#heading {
margin: 0px 0 0 0px;
}

#sub {
background: #5a1000 url(/images/sub_bg.gif) repeat-y;
border-bottom: 1px solid #6e2408;
padding: 8px 0 8px 0;
}

#sub ul{
}

#sub li{
color: #ffeec4;
padding: 3px 0 3px 50px;
background: url(/images/sub_bullet.gif) no-repeat 35px 8px
}



/*	Content: General/Miscellaneous
- - - - - - - - - - - - - -  */

#content strong {
	font-weight: bold;
}

#content em {
	font-style: italic;
}


/* --- Image Positioning --- */

.float_left {
	float: left;
	padding: 0 8px 8px 0;
}

.float_right {
	float: right;
	padding: 0 0 8px 8px;
}


/* --- Sitemap --- */

.sitemap_list {
	width: 49%;
	color: #63280f;
	padding: 0;
	float: left;
}

/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
background: url(/images/footer_bg.jpg) no-repeat;
clear: both;
font-size: .9em;
color: #be955c;
height: 74px;
width: 947px;
}

#interior #footer {
background: url(/images/interior_footer.jpg) no-repeat;
height: 238px;
padding-top: 27px;
}

#footer a:link, #footer a:visited,
#footer a:hover, #footer a:active, #footer a:focus {
	color: #be955c;
    text-decoration: none;
}

#copyright {
float: left;
padding: 0 0 0 240px;
margin: 23px 0 0 0px;
}

#credit {
float: right;
padding: 0 240px 0 0;
margin: 23px 0px 0 0;
text-align: right;
}

/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.required {
	color: #f00;
}



form#one {
background:#d0a94d;
width:510px;
padding:10px;
border:1px solid #000;
margin: 20px auto 20px auto;
}

form#one p{
color:#ffeec4;
margin-left: 75px;
}

form#one fieldset {
width:470px;
display:block;
border:1px solid #fff;
padding:10px;
font-family:verdana, sans-serif;
margin-bottom: 20px;
margin-left: 9px;
background: #6a1600 url(/images/form_bg.gif) repeat-x bottom;
line-height:1.5em;
}


form#one legend {
font-family:georgia, sans-serif;
font-size:1.1em;
font-weight:bold;
border:1px solid #6a1600;
margin-bottom:5px;
margin-top: 5px;
padding:3px 5px 3px 5px;
width:254px;
background:#ffeec4;
color: #6a1600;
}

form#one label {
clear:left;
display:block;
float:left;
width:150px;
text-align:right;
padding-right:10px;
color:#ffeec4;
margin-bottom:0.5em;
}

form#one input {
border: none;
padding-left:0.5em;
margin-bottom:0.6em;
border: #d4a947 1px solid;
background: #f7dca4 url(/images/input_bg.gif) repeat-x bottom;
}

form#one select {
margin-left:0.5em;
}

form#one select#inner {
margin-left:1.5em;
}

form#one textarea {
width:410px;
margin-left: 20px;
border: #d4a947 1px solid;
padding:0.5em;
overflow:auto;
background:#f7dca4;
}

form#one option {
background:#6a1600;
color:#ffeec4;
}

form#one optgroup {
background:#6a1600;
color:#ffeec4;
font-family:georgia, serif;
}

form#one a option {
background:#6a1600;
color:#ffeec4;
}


form#one input#search_submit{
width: 75px;
height: 26px;
padding: none;
margin: 0 10px 0 0;
float: right;
border: none;
background: none;
}




form#two {
background:#d0a94d;
width:510px;
padding:10px;
border:1px solid #000;
margin: 20px auto 20px auto;
}

form#two p{
color:#ffeec4;
margin-left: 75px;
}

form#two fieldset {
width:470px;
display:block;
border:1px solid #fff;
padding:10px;
font-family:verdana, sans-serif;
margin-bottom: 20px;
margin-left: 9px;
background: #6a1600 url(/images/form_bg.gif) repeat-x bottom;
line-height:1.5em;
}


form#two legend {
font-family:georgia, sans-serif;
font-size:1.1em;
font-weight:bold;
border:1px solid #6a1600;
margin-bottom:5px;
margin-top: 5px;
padding:3px 5px 3px 5px;
width:254px;
background:#ffeec4;
color: #6a1600;
}

form#two label {
clear:left;
display:block;
float:left;
width:150px;
text-align:right;
padding-right:10px;
color:#ffeec4;
margin-bottom:0.5em;
}

form#two input {
border: none;
padding-left:0.5em;
margin-bottom:0.6em;
border: #d4a947 1px solid;
background: #f7dca4 url(/images/input_bg.gif) repeat-x bottom;
}

form#two select {
margin-left:0.5em;
}

form#two select#inner {
margin-left:1.5em;
}

form#two textarea {
width:410px;
margin-left: 20px;
border: #d4a947 1px solid;
padding:0.5em;
overflow:auto;
background:#f7dca4;
}

form#two option {
background:#6a1600;
color:#ffeec4;
}

form#two optgroup {
background:#6a1600;
color:#ffeec4;
font-family:georgia, serif;
}

form#two a option {
background:#6a1600;
color:#ffeec4;
}


form#two input#search_submit{
width: 75px;
height: 26px;
padding: none;
margin: 0 10px 0 0;
float: right;
border: none;
background: none;
}

#none p{
color: #000;
width: 400px;
font-size: 1.4em;
line-height: 1.5;
}

input.check {
	border: thin solid #FF0000;
}

/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* http://www.access-board.gov/sec508/guide/1194.22.htm#(o) */
#skip {
	position: absolute;
	left: -9000em;
}

.clearfix {
	width: 100%;
	height: 0;
	clear: both;
}

/*


/* --- lightbox --- */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
