/********************************************
* Precision Science
* Developed by I-ology
* http://www.i-ology.com
*
* Created 06/23/2008 - MB
*
* General Style Definitions
********************************************/

/*******************************************
* Browser Reset - Created by Eric Meyer
*******************************************/

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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: #4d4d4d;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*******************************************
* Typography - Pulled from BlueprintCSS
*******************************************/

body { font-size: 75%; }

body {
    color: #666; 
    font-family: Arial, Helvetica, Verdana, sans-serif;
    background: #4d4d4d;
}

/* Text Elements
-----------------------------*/

h1,h2,h4,h5,h6 { 
  color: #78a22f; 
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 1.75em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1em; margin-bottom: 0.75em; font-weight: bold; }
h3 { font-size: 1em; line-height: 1; margin-bottom: 0.75em; color: #666; font-weight: bold; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

p           { margin: 0 0 1em 0; }
p.last      { margin-bottom: 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img         { margin: 0 0 1.5em; }

a:focus, 
a:hover     { color: #78a22f; text-decoration: none; }
a           { color: #78a22f; outline: none; }

ul, ol      { margin:0 1.5em 1.5em 2.5em; }
ul          { list-style-type: none; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

strong      { font-weight: bold; }

/*******************************************
* Layout Definitions
*******************************************/

#gray {
    background: #f8f8f8 url(/images/header_bg.gif) top center repeat-x;
}

#container {
}

#logo img {
    width: 225px;
    height: 209px;
    margin-bottom: 40px;
    background: url(/images/logo_print.gif) top center no-repeat;
}

#header {
    display: none;
}

#content-main {
    font-size: 12px;
    line-height: 16px;
}

#sidebar {
    display: none;
}

#certified-logos {
    display: none;
}

.divider {
    display: none;
}

.view-all {
    display: none;
}

#content-photo {
    display: none;
}

#interior-video {
    display: none;
}

#interior-image {
    display: none;
}

/*********************************
* Lists
*********************************/

ul#content li { 
    margin: 0 0 10px -30px;
    padding-left: 15px;
    background: url(/images/bullet.gif) 0 4px no-repeat;
}

ul#content li ul {
    list-style: none;
}

ul#content li ul li {
    margin-top: 10px;
    font-weight: normal;
}

/*******************************************
* Titles & Headers
*******************************************/

#hdr-certified {
    display: none;
}


/*******************************************
* Promos
*******************************************/

#promo-speak-with-us {
    display: none;
}

#promo-email {
    display: none;
}

#promo-take-tour {
    display: none;
}

#promo-download-brochure {
    display: none;
}

/*********************************
* Main Navigation
*********************************/

#nav {
    display: none;
}


/*********************************
* Secondary Navigation
*********************************/

#subnav {
    display: none;
}

/*********************************
* Footer Definitions
*********************************/

#footer {

}

#footer a {
    font-size: 11px;
    color: #cccccc;
}

#footer-width {
    width: 970px;
    margin: 0 auto;
}

#footer-left {
    display: none;
}

#footer-right {
    display: none;
}

#footer-right img {
    display: none;
}
