/* -------------------------------------------------------------
	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: #f5a32b url(/images/page_bg.gif) repeat-x;
	font: normal 0.7em/1.6em Verdana, Helvetica, sans-serif;
	color: #5a5a5a;
	text-align: center;
	height: 100%;
}

a img, :link img, :visited img {
	border: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
    width: 100%;
    margin-bottom: 20px;    
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:link, a:visited {
	color: #5a5a5a;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

ul li {
	padding-left: 8px;
	position: relative;
	list-style-type: none;
}

h2 {
        font-family: Lucida Grande, Tahoma, Helvetica, sans-serif, Arial;       
	font-size: 2.1em;
        font-style: italic;
        font-weight: bold;
        color: #fff;
        padding: 10px 0 10px 40px;
        background: #87735a;
        clear: both;
}

h3 {
	font-size: 1.5em;
}

h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #e1a13a;
	font-weight: bold;
    padding-bottom: 10px;
}

h5 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #e1a13a;
	font-weight: bold;
}


/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#index {
	width: 770px;
	margin: 0 auto;
    background: #ffffff;
	text-align: left;
    border: 2px solid black;
    border-top: 4px solid black;
}

.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

#content ul,
#content ol {
	margin-bottom: 15px;
}



/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {
height: 123px;
background: #ffffff url(/images/logo.gif) no-repeat 0 0;
}

#masthead form {
	width: 170px;
	height: 17px;
	float: right;
	clear: right;
        margin: 22px 34px 0 0;
}

#masthead form label {
	position: absolute;
	left: -9000em;
}

#search_submit {
	width: 24px;
	float: left;
        margin-left: 5px;
}

#search_term {
	width: 134px;
	height: 13px;
	margin-right: 0px;
	padding: 2px 0 2px 0px;
	float: left;
}

#brand, #brand a {
}




/* --- UI --- */

#ui {
}



/*	Messaging
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#messaging {
height: 272px;
background: #87735a;
}

body#interior #messaging, body#product #messaging {
height: 35px; 
}



/*	Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
float: left;
margin-top: 30px;
width: 278px;
}

body#interior #sidebar, body#product #sidebar {
float: right;
padding-top: 30px;
margin-top: 0;
width: 263px;
height: auto;
background: url(/images/interior_bg.gif) repeat-y;
}

.buttons {
margin: 0 0 8px 41px;
}

body#interior .buttons, body#product .buttons {
margin: 0 0 8px 26px;
}



/*	Content / Main Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content_wrap {

}

#content {
background: #ffffff;
float: right;
margin-top: 30px;
padding-bottom: 30px;
width: 492px;
}

body#interior #content, body#product #content {
background: #ffffff;
float: left;
margin-top: 25px;
width: 425px;
padding:0 41px 0 41px;
}

#content p{
margin: 0 41px 24px 0;
text-align: justify;
}

body#interior #content p{
margin: 0 30px 24px 0px;
text-align: justify;
}

#heading {
}

/*	Content / Product Page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#product_wrap {
width: 135px;
float: left;
margin: 5px 0 10px 25px;
}

#product_image {
text-align: center;
}

#product_text {
text-align: center;
font-size: .9em;
line-height: 1.1;
}

#product_text a {
text-decoration: none;
}

#product_image img {
margin: 0 0 0px 0px;
border: solid 4px #868688;
}

/*	Content / Detail Page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#detail_wrap {
margin-top: 24px;
margin-bottom: 20px;
}

#detail_image {
margin-top: 0px;
float: left;
width: 200px;
background: #868687;
border-left: 4px solid #868687;
border-top: 4px solid #868687;
border-right: 8px solid #868687;
}

#detail_text {
clear:right;
height: 150px;
background: #868687;
padding-right: 5px;
border-top: 4px solid #868687;
border-bottom: 4px solid #868687;
}

.detail_list li {
color: #fff;
font-size: .9em;
padding-top: 7px;
padding-left: 12px;
position: relative;
list-style-type: none;
line-height: 1.5;
background: url(/images/icon_list.gif) no-repeat 0 12px;

}

.nav {
float: right;
font-weight: bold;
}

.nav a {
text-decoration: none;
}

.arrow {
padding-bottom: 1px;
}


/*	Content: General/Miscellaneous
- - - - - - - - - - - - - -  */

#content strong {
	font-weight: bold;
}

#content em {
	font-style: italic;
}


/* --- Image Positioning --- */

.float_left {
	float: left;
	border: solid 4px #868688;
	margin: 0 4px 10px 4px;
}

.imgleft {
	float: left;
	margin: 0px 8px 0 0;
}

.float_right {
    border: solid 4px #868688;
	float: right;
	margin: 0 0px 0px 14px;
}

.float_right_nobdr {
	float: right;
	margin: 0 0px 0px 14px;
}

.float_left_nobdr {
	float: left;
	margin: 0 14px 0px 0px;
}



/* --- Sitemap --- */

.sitemap_list {
	width: 49%;
	padding: 0;
	float: left;
}




/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	width: 774px;
	height: 60px;
	margin: 0 auto;
    padding-top: 15px;
	clear: both;
	color: #fbd7a2;
	text-align: left;
}

#footer a:link, #footer a:visited,
#footer a:hover, #footer a:active, #footer a:focus {
	color: #fbd7a2;
}

#copyright {
	width: 500px;
	float: left;
}

#credit {
	width: 240px;
	float: right;
	text-align: right;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.required {
	color: #f00;
}

.input_class {
	border: 1px solid #828282;
	font: normal 10px/1.6em Verdana, Helvetica, sans-serif;
	color: #828282;
}


.input_class2 {
	border: 1px solid #a6a192;
	font: normal 10px/1.6em Verdana, Helvetica, sans-serif;
	color: #9d9c97;
}

#contactForm, #newsletterForm {
	width: 350px;
	text-align: right;
	padding-right: 15px;
}

#contactForm .input_class, #newsletterForm .input_class {
	width: 227px;
	height: 14px;
	padding: 0 0 2px 3px;
	font-size: 11px;
	line-height: 1.4em;
}

#contactForm input.input_class,
#contactForm label,
#newsletterForm input.inputclass,
#newsletterForm label {
	text-align: left;
}

#contactForm label,
#newsletterForm label {
	margin-right: 20px;
}

#contactForm fieldset.commentFieldset label {
	position: absolute;
	top: 0;
	right: 235px;
}

#contactForm fieldset.commentFieldset .input_class {
	overflow: auto;
	height: 50px;
}

#contactForm fieldset,
#newsletterForm fieldset {
	position: relative;
}

#contactForm fieldset fieldset,
#newsletterForm fieldset fieldset {
	padding: 2px;
}

#submit {
	margin-right: 2px;
}

.required {
	color: #c00;
}

#contactForm .required,
#newsletterForm .required {
	padding-left: 3px;
	margin-right: -12px;
}





/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* http://www.access-board.gov/sec508/guide/1194.22.htm#(o) */
#skip {
	position: absolute;
	left: -9000em;
}

.clearfix {
	width: 100%;
	height: 30px;
	clear: both;
    background: #87735a url(/images/phone_number.gif) no-repeat 0 0;
}

