html {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	min-width: 960px;
	background: #080000 url(images/wall.png) center top repeat-x;
}


body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: georgia, serif;
	/* color: #51768f; */
	color: #61869f;
	font-size:62.5%;
	width: 100%
}

a, a:visited, a:active {
	color: #b0cae0;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

img {
	border: none;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	text-align: center;
	width: 100%;
	min-height: 770px;
	background: transparent url(images/posters.png) center 250px no-repeat;
}

body.about #wrapper {
	background: transparent url(images/posters.png) center 250px no-repeat;
}

body.faq #wrapper {
	background: transparent url(images/posters.png) center 250px no-repeat;
}

body.contact #wrapper {
	background: transparent url(images/posters.png) center 250px no-repeat;
}


#header {
	width: 960px;
	height: 226px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: transparent url(images/header.png) center bottom no-repeat;
}

h1 {
	width: 960px;
	height: 0px;
	padding: 100px 0px 0px 0px;
	overflow: hidden;
}

h3 {
	font-size: 1.6em;
	color: #ffc95c;
	font-weight: normal;
	text-shadow: 2px 2px 0px #1e3345;
}

h3 em {
	display: block;
	color: #df830c;
	font-size: 0.7em;
	font-style: normal;
}



p.presents {
	width: 960px;
	height: 0px;
	padding: 102px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	overflow: hidden;
	background: transparent url(images/presents.png) center top no-repeat;
}


p.tagline {
	width: 960px;
	height: 0px;
	padding: 64px 0px 0px 0px;
	margin: 0px;
	overflow: hidden;

}

#navigation {
	width: 960px;
	height: 105px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: transparent url(images/nav_background.png) center top no-repeat;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigation ul li {
	margin: 0px;
	padding: 0px;
	width: 82px;
	height: 104px;
	float: left;
}

#navigation ul li a {
	display: block;
	width: 82px;
	height: 0px;
	padding: 104px 0px 0px 0px;
	overflow: hidden;
}

#navigation ul li.yourself {
	margin: 3px 0px 0px 10px;
	padding: 0px;
	width: 165px;
	height: 79px;
	float: left;
}

#navigation ul li.yourself a {
	display: block;
	width: 165px;
	height: 0px;
	padding: 79px 0px 0px 0px;
	overflow: hidden;
	background: url(images/yourself_wrench.png) left top no-repeat;
}

#navigation ul li.yourself a:hover {
	background-position: 0px -79px;
}

#navigation ul li.home {
	margin-left: 240px;
}

#navigation ul li.about {
	margin-left: 18px;
}

#navigation ul li.faq {
	margin-left: 18px;
}

#navigation ul li.contact {
	margin-left: 18px;
}

/*unselected nav images */

#navigation ul li.home a {
	background: url(images/nav_home.png) left top no-repeat;
}

#navigation ul li.about a {
	background: url(images/nav_about.png) left top no-repeat;
}

#navigation ul li.faq a {
	background: url(images/nav_faq.png) left top no-repeat;
}

#navigation ul li.contact a {
	background: url(images/nav_contact.png) left top no-repeat;
}


/*selected nav images */

body.home #navigation ul li.home a {
	background: url(images/nav_home_selected.png) left top no-repeat;
}

body.about #navigation ul li.about a {
	background: url(images/nav_about_selected.png) left top no-repeat;
}

body.faq #navigation ul li.faq a {
	background: url(images/nav_faq_selected.png) left top no-repeat;
}

body.contact #navigation ul li.contact a {
	background: url(images/nav_contact_selected.png) left top no-repeat;
}



#content {
	width: 960px;
	min-height: 380px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: transparent url(images/content_background.png) center top repeat-y;
}

#content * {
	z-index: 10;
	position: relative;
}

#content h2 {
	width: 960px;
	height: 0px;
	margin: 0px 0px 30px 0px;
	padding: 50px 0px 0px 0px;
	overflow: hidden;
}

#content #used {
	width: 168px;
	height: 168px;
	position: absolute;
	top: 620px;
	margin: 0px 0px 0px 60px;
	padding: 0px 0px 0px 0px;
	background: transparent url(images/used.png) center top no-repeat;
}

#content #used a {
	display: block;
	width: 168px;
	height: 0px;
	padding: 168px 0px 0px 0px;
	overflow: hidden;
}





#content #news {
	width: 239px;
	position: absolute;
	top: 680px;
	margin: 0px 0px 0px 736px;
	padding: 0px 0px 0px 0px;
}

#content #news h3 {
	width: 239px;
	height: 0px;
	padding: 62px 0px 0px 0px;
	overflow: hidden;
	background: url(images/news_top.png) left top no-repeat;
}

#content #news div.newsbody {
	width: 194px;
	min-height: 130px;
	padding: 10px 22px 30px 23px;
	background: url(images/news_bottom.png) left bottom no-repeat;
}

#content #news div.newsbody p {
	background: none;
	font-size: 1.4em;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	color: #300;
	width: auto;
	height: auto;
	min-height: 0px;
	text-align: center;
	text-shadow: 1px 1px 0px #d6d0c0;
}

#content #news div.newsbody a, #content #news div.newsbody a:visited, #content #news div.newsbody a:active {
	color: #600;
}

#content #news div.newsbody a:hover {
	color: #822;
}




#content p {
	margin: 0px;
	padding: 0px 220px 10px 440px;
	font-size: 1.4em;
	line-height: 1.4em;
}





/* home */

body.home #content h2 {
	margin-bottom: 20px;
	background: transparent url(images/subhead_welcome.png) center top no-repeat;
}

body.home #content p {
	min-height: 429px;
	font-size: 1.7em;
	line-height: 1.6em;
	padding: 15px 237px 35px 450px;
	margin: 0px;
	text-align: justify;
	text-shadow: 2px 2px 0px #071016;
	background: url(images/pump.png) 230px 0px no-repeat;
}

body.home #content p em {
	font-style: normal;
	font-size: 1.1em;
	color: #91b6cf;
	font-variant: small-caps;
}

body.home #content div.yourself {
	margin: -60px 0px 0px 590px;
}


body.home #footer {
	padding-top: 60px;
}


/* about */

body.about #content h2 {
	margin-bottom: 30px;
	padding-top: 52px;
	background: transparent url(images/subhead_about.png) center top no-repeat;
}

body.about div.section {
	margin: 0px 194px 0px 194px;
	padding: 20px 45px 30px 25px;
	background: url(images/divider_horizontal.png) center bottom no-repeat;
}

body.about #content div.section h3 {
	padding: 0px 0px 0px 55px;
	min-height: 30px;
	font-size: 2.0em;
	background: url(images/hand.png) 0px 3px no-repeat;
}

body.about #content div.section h3 span.date {
	color: #61869f;
	font-size: 0.7em;
}

body.about #content div.section h4 {
	margin: 20px 0px 10px 0px;
	padding-left: 55px;
	font-size: 1.6em;
	font-weight: normal;
	color: #fff;
}

body.about #content div.section p {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 55px;
}

body.about #content div.section ul {
	margin: 0px 20px 10px 35px;
	font-size: 1.4em;
}

body.about #content div.section ul li {
	margin-top: 5px;
}


/*faq*/

body.faq #content h2 {
	margin-bottom: 30px;
	padding-top: 52px;
	background: transparent url(images/subhead_faq.png) center top no-repeat;
}

body.faq div.section {
	margin: 0px 194px 0px 194px;
	padding: 20px 45px 30px 25px;
	background: url(images/divider_horizontal.png) center bottom no-repeat;
}

body.faq #content div.section h3 {
	padding: 0px 0px 0px 55px;
	min-height: 30px;
	font-size: 2.0em;
	background: url(images/hand.png) 0px 3px no-repeat;
}

body.faq #content div.section h4 {
	margin: 20px 0px 10px 0px;
	padding-left: 55px;
	font-size: 1.6em;
	font-weight: normal;
	color: #fff;
}


body.faq #content div.section p {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 55px;
}


/*do it yer self*/

body.yerself #content h2 {
	margin-bottom: 30px;
	padding-top: 52px;
	background: transparent url(images/subhead_do-it-yer-self.png) center top no-repeat;
}

body.yerself div.section {
	margin: 0px 194px 0px 194px;
	padding: 20px 45px 30px 25px;
	background: url(images/divider_horizontal.png) center bottom no-repeat;
}

body.yerself #content div.section h3 {
	padding: 0px 0px 0px 55px;
	min-height: 30px;
	font-size: 2.0em;
	background: url(images/hand.png) 0px 3px no-repeat;
}

body.yerself #content div.section h3 span.date {
	color: #61869f;
	font-size: 0.7em;
}

body.yerself #content div.section h4 {
	margin: 20px 0px 10px 0px;
	padding-left: 55px;
	font-size: 1.6em;
	font-weight: normal;
	color: #fff;
}

body.yerself #content div.section p {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 55px;
}

body.yerself #content div.section ul {
	margin: 0px 20px 10px 35px;
	font-size: 1.4em;
}

body.yerself #content div.section ul li {
	margin-top: 5px;
}


/* contact*/

body.contact #content h2 {
	margin-bottom: 10px;
	padding-top: 50px;
	background: transparent url(images/subhead_contact.png) center top no-repeat;
}

body.contact div.quotes {
	margin: 0px 194px 0px 194px;
	padding: 20px 25px 30px 25px;
}

body.contact div.quotes ul, body.contact div.contact ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

body.contact div.quotes ul li {
	float: left;
	width: 230px;
	margin: 0px 10px 30px 10px;
	font-size: 1.8em;
	text-align: center;
	color: #8eb3cc;
	background: url(images/quotes.png) center center no-repeat;
	text-shadow: 2px 2px 0px #070f15;
}


body.contact div.quotes ul li.quote_aots {
	width: 360px;
	font-size: 2.1em;
	padding: 10px 20px 0px 71px;
	margin: 0px 45px 30px 10px;
	background: url(images/quotes_wide.png) 47px 0px no-repeat;
} 
 
 body.contact div.quotes ul li.quote_aots span.credit {
	padding-top: 10px;
	padding-bottom: 5px;
}


body.contact div.quotes ul li.quote_snell {
	width: 360px;
	padding: 0px 20px 0px 71px;
	margin: 0px 45px 30px 10px;
	background: url(images/quotes_wide.png) 47px 0px no-repeat;
}

body.contact div.quotes ul li.quote_snell span.credit {
	padding-top: 10px;
}

body.contact div.quotes ul li.quote_kirk {
	width: 190px;
	padding: 0px 10px 0px 10px;
	margin: 0px 45px 30px 10px;
}

body.contact div.quotes ul li.quote_wisser {
	width: 200px;
	padding: 0px 10px 30px 10px;
	margin: 0px 5px 0px 10px;
}

body.contact div.quotes ul li.quote_rose {
	width: 190px;
	padding: 0px 10px 0px 10px;
	margin: 0px 45px 0px 10px;
}


body.contact div.quotes ul li.quote_claru {
	width: 360px;
	padding: 0px 20px 0px 71px;
	margin: 0px 45px 30px 10px;
	background: url(images/quotes_wide.png) 47px 0px no-repeat;
}



body.contact div.quotes ul li span.credit {
	font-size: 0.8em;
	display: block;
	margin-top: 10px;
	color: #61869f;
}

body.contact div.contact {
	margin: 0px 194px 0px 194px;
	padding: 60px 25px 20px 25px;
	background: url(images/divider_horizontal.png) center top no-repeat;
	clear: both;
}

body.contact div.contact ul li {
	margin: 0px 0px 10px 0px;
	font-size: 1.6em;
	text-align: center;
}

body.contact div.contact ul li a {
	font-variant: small-caps;
}


/* used */

body.used #content h2 {
	margin-bottom: 30px;
	padding-top: 52px;
	background: transparent url(images/subhead_used.png) center top no-repeat;
}

body.used div.section {
	margin: 0px 194px 0px 194px;
	padding: 20px 45px 30px 25px;
	background: url(images/divider_horizontal.png) center bottom no-repeat;
}

body.used #content div.section h3 {
	padding: 0px 0px 0px 55px;
	min-height: 30px;
	font-size: 2.0em;
	background: url(images/hand.png) 0px 3px no-repeat;
}

body.used #content div.section h3 span.date {
	color: #61869f;
	font-size: 0.7em;
}

body.used #content div.section h4 {
	margin: 20px 0px 10px 0px;
	padding-left: 55px;
	font-size: 1.6em;
	font-weight: normal;
	color: #fff;
}

body.used #content div.section p {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 55px;
}

body.used #content div.section ul {
	margin: 0px 20px 10px 35px;
	font-size: 1.4em;
}

body.used #content div.section ul li {
	margin-top: 5px;
}


/* footer */

#footer {
	width: 960px;
	height: 80px;
	padding: 60px 0px 15px 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: transparent url(images/footer.png) center bottom no-repeat;
}

#footer p {
	text-align: center;
	font-size: 1.0em;
	padding: 0px 0px 2px 0px;
	margin: 0px;
	text-transform: uppercase;
	clear: both;
}

#footer p.copyright {
	padding-top: 7px;
}

