/*	Spacelift Products, Inc.
	
	Copyright 2005, Spacelift Products, Inc.  Programming and hosting by Go Design, http://godesign.com.
	Feel free to report any bugs, errors, or improvements to support@godesign.com.

*/



/*__________________________________________________________________________________/* the basics */


*	{
	margin: 0;
	padding: 0;
	}

html, body	{
	background: #fff;
	}

body	{
	font-size: 75%;
	padding: 2em 0;
	}

p, a, li, dd, dt, address, label, input, textarea	{
	font: 1em/1.5em arial, verdana, sans-serif;
	color: #000;
	}

p	{
	margin: 1em 0;
	}

h2	{
	color: #2b5ca3;
	font: bold 1.5em arial, verdana, sans-serif;
	}

h3	{
	margin-top: 1.2em;
	font: bold 1.2em arial, verdana, sans-serif;
	}

dt	{
	font-weight: bold;
	margin-top: 2em;
	}

ul	{
	margin: 1em 0 0 15px;
	}

blockquote	{
	margin: 1.5em auto;
	padding: 0 0 0 1em;
	border-left: solid 1px #2b5ca3;
	font: italic 1em/1.5em arial, verdana, sans-serif;
}

address	{
	padding-top: .5em;
	}

#slideshow	{
	text-align: center;
	margin-top: 1em;
	padding: 1.5em 0 1em 0;
	border: solid #bcd5d6;
	border-width: 1px 0;
	}

a img	{
	border: solid 1px #2b5ca3;
	}

#wrapper	{
	position: relative;
	margin: 0 auto;
	width: 730px;
	}

#main	{
	float: right;
	width: 435px;
	min-height: 25em;
	padding: 10px 10px 0 20px;
	margin: 15px 0 1em 0;
	border-left: solid 1px #bcd5d6;
	}

#sidebar	{
	float: left;
	width: 250px;
	padding: 25px 10px 0 0;
	}

a:link		{ color: #2b5ca3; text-decoration: none; }
a:visited	{ color: #2b5ca3; text-decoration: none; }
a:hover		{ text-decoration: underline; }
a:active	{ color: #bcd5d6; text-decoration: none; }


/*________________________________________________________________________________/* misc classes */


.trailer	{
	text-align: center;
	padding: 1.5em 0 1em 0;
	border: solid #bcd5d6;
	border-width: 1px 0;
	}

.trailer dt	{
	margin: 0 0 .25em 0;
	}

html>body #main .trailer ul	{
	position: relative;
	left: 50%;
	margin: 1em 0 0 -9em;
	}

.trailer p	{
	margin: 0;
	}

.trailer li	{
	list-style: none;
	width: 9em;
	float: left;
	}

.trailer li a, .trailer li	{
	line-height: 1.2em;
	color: #999;
	}

.trailer li a	{
	font: .95em "lucida grande", arial, verdana, sans-serif;
	}

.trailer li a:link, .trailer li a:visited, .trailer li a:hover, .trailer li a:active	{
	text-decoration: none;
	}

.trailer li a img	{
	border: none;
	padding-bottom: .2em;
	}

.trailer:after	{
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	}

.points li {
	margin: 1em 0;
	}

.thumb	{
	float: left;
	padding: .5em 15px 0 0;
	}

h3.subtitle	{
	line-height: 1.5em;
	text-align: center;
}


/*____________________________________________________________________________________/* branding */


#top	{
	position: relative;
	}

h1	{
	overflow: hidden;
	text-indent: -9999px;
	width: 730px;
	height: 110px;
	background: url(../images/headings/header.jpg) no-repeat top left;
	}

h1 a	{
	display: block;
	width: 260px;
	height: 110px;
	}

#top p	{
	display: none;
	}


/*__________________________________________________________________________________/* navigation */


#nav ul	{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 467px;
	padding-top: 1px;
	background: #2b5ca3;
	list-style: none;
	margin: 0;
	}

#nav li	{
	position: relative;
	float: left;
	width: 20%;
	text-align: center;
	}

#nav li a	{
	color: #fff;
	font: bold .95em arial, verdana, sans-serif;
	display: block;
	height: 22px;
	line-height: 22px;
	text-decoration: none;
	}

#nav li a:hover	{ text-decoration: underline; }
	

#nav li ul	{
	display: none;
	width: 20%;
	height: 200px;	/* opera needs this */
	position: absolute;
	z-index: 100;
	background: none;
	top: 21px;
	left: -3.75em;
	}

#nav li:hover ul, #nav li.sfhover ul	{
	display: block;
	}

#nav li li	{
	clear: both;
	width: 15em;
	background: #bcd5d6;
	border: solid #2b5ca3;
	border-width: 0 1px 1px 1px;
	}

#nav li#nav_news li	{
	border-width: 1px;
	margin-top: -1px;
}

#nav li li a	{
	color: #333;
	height: 20px;
	line-height: 20px;
	}

#nav li li a:hover	{ color: #fff; background: #68c673; text-decoration: none; }

#nav h3	{
	display: none;
	}


/*________________________________________________________________________________________/* home */


#slogan	{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 427px;
	height: 71px;
	background: url(../images/headings/slogan.gif) no-repeat top left;
	margin-top: -.5em;
	}

img.slogan	{
	position: absolute;
	left: 0;
	top: 125px;
	}

#home #main	{
	padding-top: 3em;
	border: none;
	}

#home #sidebar	{
	padding-top: 440px;
	}

#more	{
	clear: both;
	padding: 1.75em 0 1em 0;
	border: solid #bcd5d6;
	border-width: 1px 0;
	}

#more p, #more a	{
	line-height: 1.2em;
	}

#more h3	{
	color: #2b5ca3;
	font: bold 1em arial, verdana, sans-serif;
	margin-top: 0;
	}

#home #tidbit	{
	border-top: none;
	margin-top: 2em;
}

#more img	{
	float: left;
	padding-right: 2em;
	}

#home #footer	{
	border: none;
	padding: 0;
	}

/*_____________________________________________________________________________________/* dealers */


#dealers #slogan	{
	width: 421px;
	height: 50px;
	background: url(../images/headings/dealerslogan.gif) no-repeat top left;
	}

#dealers #facts	{
	margin-left: 0;
}

#dealers #facts li	{
	list-style: none;
	padding: .5em 0;
}


/*______________________________________________________________________________/* press/media */

#press h3	{
	clear: both;
}

#press dl	{
	margin-top: 1em;
}

#press dt img	{
	border: solid 1px #2b5ca3;
}

#press dl:after	{
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

#press dt	{
	margin: 0 1em 0 0;
	float: left;
}


/*__________________________________________________________________________________/* fact sheet */

#factsheet h3	{
	font-size: 1em;
	margin-bottom: -.5em;
}


/*______________________________________________________________________________/* press releases */

.pressrelease h2	{
	font: bold 1.2em/1.5em arial, verdana, sans-serif;
	text-align: center;
	color: #000;
}

.pressrelease address	{
	text-align: center;
}



/*________________________________________________________________________________/* contact form */

form	{
	margin-top: -1em; /* offsets fieldset padding */
}

fieldset	{
	padding-top: 2em;
	border: none;
	}

legend	{
	display: none;
}

label, input, select	{
	float: left;
	width: 10em;
	height: 1.5em;
	display: block;
	margin-bottom: .5em;
	}

input	{
	width: 25em;
	height: 1.3em;
	padding-top: .2em;
	}

select	{
	width: 15em;
	}

label.comments	{
	width: auto;
	}

textarea	{
	width: 100%;
	}

form br	{
	clear: both;
	}

.button	{
	width: 8em;
	height: 2em;
	font-weight: bold;
	}

.error	{
	color: #d00;
	font-size: .95em;
	}

.error li, .error p	{
	color: #d00;
	}

.error p	{
	margin: 0;
	}

.error ul	{
	margin: .5em 0 1em 15px;
	}

.results	{
	margin-top: 4em;
	border-top: solid 1px #bcd5d6;
	padding-top: 1em;
	}

#from input	{
	width: auto;
	margin-right: .5em;
}

#from label	{
	float: none;
	width: 20em;
}

#from #specify	{
	margin-top: 1em;
}

#from #specify label, #from #specify input	{
	width: 15em;
	float: left;
}

#from #specify input	{
	width: 20em;
}


/*______________________________________________________________________________/* privacy policy */


#privacy dl	{
	margin-left: 1em;
	}

#privacy dt	{
	margin: 1.5em 0 -.5em 0;
	}

#privacy h3	{
	margin-top: 1.5em;
	}

.updated	{
	font: italic .95em arial, verdana, sans-serif;
	}

/*_____________________________________________________________________________________/* sidebar */


#sidebar ul	{
	margin: .25em 0 0 15px;
	}

#sidebar h3	{
	margin: 1em 0 -.5em 0;
	padding-top: 1em;
	border-top: solid 1px #bcd5d6;
	}

#sidebar .trailer	{
	text-align: center;
	padding: 0 0 2em 0;
	border: none;
	}

#sidebar .trailer ul	{
	margin-top: 1em;
	}

#tidbit	{
	margin-top: 1em;
	}

#tidbit h3, #tidbit h3 a	{
	color: #2b5ca3;
	font: bold 1em arial, verdana, sans-serif;
	margin-bottom: 0;
	}

#tidbit p	{
	margin-top: .5em;
	font-size: .95em;
	}


/*______________________________________________________________________________________/* footer */


#footer	{
	margin: 2em 0;
	padding-top: 1em;
	border-top: solid 1px #bcd5d6;
	clear: both;
	}

#footer p 	{
	color: #2b5ca3;
	font-size: .9em;
	text-align: center;
	margin: .2em 0;
	}

p.logo, p.logo a	{
	margin: 0;
	padding: 0;
	width: 180px;
	height: 14px;
	}

p.logo	{
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	top: 3em;
	}

p.logo a	{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/gdlogo.gif) no-repeat top left;
	}