/* ==========================================
/
/ GENERAL SITE-WIDE STYLES
/
/ ===========================================*/

* {
	margin: 0;
	padding: 0;
	border: none;
	}
	
body {
	font: 1.0em verdana, arial, sans-serif;
	text-align: center;
	background: #bbb url(../images/site/body_bkg.gif) repeat-y 50% 0;
	}

div#mainwrap {
	width: 744px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

/* ==========================================
/
/ MAIN NAVIGATION
/
/ ===========================================*/

/* GENERAL STYLES */

#mainnav {
	position: relative;
	width: 744px;
	height: 76px;
	background: #fff url(../images/nav/nav_map.gif) top left no-repeat;
	}

#mainnav li {
    list-style: none;
    position: absolute;
    top: 0px;
    display: block;
    height: 76px;
    text-indent: -5000px;
    }
    
#mainnav a {
    display: block;
    height: 76px;
    text-indent: -5000px;
    }

/* HOME BUTTON */

#mainnav #home {
	left: 0px;
	width: 132px;
	}

#mainnav #home a:hover {
    background: transparent url(../images/nav/nav_map.gif) 0px -76px no-repeat;
    }

#mainnav #home.current {
    background: transparent url(../images/nav/nav_map.gif) 0px -152px no-repeat;
    }

/* ABOUT THE ROADSTER BUTTON */

#mainnav #about {
	left: 132px;
	width: 116px;
	}

#mainnav #about a:hover {
    background: transparent url(../images/nav/nav_map.gif) -132px -76px no-repeat;
    }

#mainnav #about.current {
    background: transparent url(../images/nav/nav_map.gif) -132px -152px no-repeat;
    }

/* MEET THE ROADSTER BUTTON */
       
#mainnav #meet {
	left: 248px;
	width: 116px;
	}

#mainnav #meet a:hover {
    background: transparent url(../images/nav/nav_map.gif) -248px -76px no-repeat;
    }

#mainnav #meet.current {
    background: transparent url(../images/nav/nav_map.gif) -248px -152px no-repeat;
    }

/* BUY THE ROADSTER BUTTON */
    
#mainnav #buy {
	left: 364px;
	width: 116px;
	}

#mainnav #buy a:hover {
    background: transparent url(../images/nav/nav_map.gif) -364px -76px no-repeat;
    }

#mainnav #buy.current {
    background: transparent url(../images/nav/nav_map.gif) -364px -152px no-repeat;
    }

/* BECOME AN INVESTOR BUTTON */

#mainnav #investors {
	left: 480px;
	width: 116px;
	}

#mainnav #investors a:hover {
    background: transparent url(../images/nav/nav_map.gif) -480px -76px no-repeat;
    }

#mainnav #investors.current {
    background: transparent url(../images/nav/nav_map.gif) -480px -152px no-repeat;
    }

/* BECOME A DEALER BUTTON */
    
#mainnav #dealers {
	left: 596px;
	width: 116px;
	}

#mainnav #dealers a:hover {
    background: transparent url(../images/nav/nav_map.gif) -596px -76px no-repeat;
    }

#mainnav #dealers.current {
    background: transparent url(../images/nav/nav_map.gif) -596px -152px no-repeat;
    }
    
/* ==========================================
/
/ TOP IMAGE (title bar or homepage image)
/
/ ===========================================*/
	
div#pagetitle {
	width: 744px;
	height: 88px;
	background: #09c url(../images/site/pagetitle_bkg.gif) repeat-x;
	}
	
div#homeimage {
	width: 744px;
	background: #bbb;
	height: 304px;
	}

/* ==========================================
/
/ HOMEPAGE TEXT
/
/ ===========================================*/
	
#newscol {
	float: left;
	width: 320px;
	margin: 14px 0px 28px 32px;
	}
	
#newscol p.news {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 8px;
	}
		
#rightcol {
	float: right;
	width: 332px;
	margin: 14px 32px 28px 0px;
	}

div#contentarea_home {
	width: 744px;
	background-color: #fff;
	}
	
#contentarea_home p {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 20px 0;
	color: #333;
	}
	
#homehead_news {
	height: 20px;
	text-indent: -5000px;
	background: url(../images/homepage/head_news.gif) no-repeat;
	margin-bottom: 4px;
	}
	
#homehead_numbers {
	height: 20px;
	text-indent: -5000px;
	background: url(../images/homepage/head_numbers.gif) no-repeat;
	}

/* ==========================================
/
/ INTERIOR MAIN TEXT COLUMN
/
/ ===========================================*/
	
div#maincol {
	width: 496px;
	background-color: #fff;
	float:left;
	/* this padding replaces the need for a .first rule that existed only to
	/  get images to sit flush against the title bar. Too fancy and too much
	/  trouble to be worth doing. But it's here if it's needed. */
	padding-top: 8px;
	}

/*
div#maincol .first {
	margin-top: 8px;
}
*/

div#maincol h1 {
	font-family: verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin:0 16px 4px 32px;
	color: #09c;
	}

div#maincol h1.underline {
	padding: 0 0 6px 32px;
	margin: 0px 0px 8px 0;
	border-bottom: 1px dotted #09c;
	}

div#maincol h1.state {
	color: #996;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	clear: both;
	}

div#maincol h1.space_before {
	margin-top: 20px;	
}
		
div#maincol h2 {
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin:0 16px 0 32px;
	color: #000;
	}

div#maincol h3 {
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	line-height: 20px;
	margin:0 16px 0 32px;
	color: #000;
	}

div#maincol div.bio, div#maincol div.bioNoImage {
	clear: both;
}

div#maincol div.bio h2 {
	margin-left: 148px;
}

div#maincol div.bio h3 {
	margin-left: 148px;
}

div#maincol div.bio p {
	margin-left: 148px;
}

div#maincol div.bioNoImage h2 {
	margin-left: 32px;
}

div#maincol div.bioNoImage h3 {
	margin-left: 32px;
}

div#maincol div.bioNoImage p {
	margin-left: 32px;
}

div#maincol div.bio img {
	margin-top: 5px;
	float: left;
	margin-bottom: 20px;
}
		
div#maincol p {
	font-size: 12px;
	line-height: 20px;
	margin:0 16px 20px 32px;
	color: #333;
	}

div#maincol p.large {
	font-size: 14px;
	line-height: 22px;
	margin:0 16px 20px 32px;
	color: #000;
	}
	
div#maincol p strong {
	font-weight: bold;
	color: #000;
	}
	
div#maincol p a, div#maincol ul li a {
	text-decoration: none;
	border-bottom: 1px solid #bbb;
	color: #09c;
	}
	
div#maincol p a:hover, div#maincol ul li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #09c;
	color: #09c;
	}

div#maincol img.embed {
	float: left;
	margin-right: 16px;
	margin-bottom: 20px;
	margin-top: 5px;
	}

div#maincol dl.captioned_image {
	float: left;
	margin-right: 16px;
	width: 132px;
	margin-bottom: 20px;
	margin-top: 5px;
	}

div#maincol dl.captioned_image dd {
	font-size: 11px;
	line-height: 15px;
	color: #666;
	margin: 6px 0 15px 32px;
	}
	
div#contentarea {
	width: 744px;
	background-color: #fff; 
	background-image: url(../images/site/content_bkg.gif);
	background-repeat: repeat-y;
	}

div#maincol ul {
	margin:0 16px 20px 32px;
}

div#maincol ul li {
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
}

div#maincol table {
	border-bottom: 1px solid #09c;
	margin-bottom: 30px;
	background: #eee;
	}

div#maincol table td {
	font-size: 11px;
	line-height: 15px;
	color: #000;
	text-align: right;
	padding: .5em 1em 1em 1em;
	border-top: 1px solid #09c;
	}
div#maincol table th {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #000;
	vertical-align: bottom;
	text-align: right;
	padding: .5em .5em 1em .5em;
	border-top: 1px solid #09c;
	}

div#maincol p.gallerycaption {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 20px;
	margin-top: 5px;	
}
	
/* ==========================================
/
/ SIDEBAR
/
/ ===========================================*/

div#sidebar {
	width:248px;
	background-color:#ddd;
	float: left;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	}
	
/* The top margin on the <ul> brings the first list item down so that it sits on the same baseline as the main text */
div#sidebar ul {
	margin-top: 5px;
	list-style-type: none;
	margin-bottom: 20px;
	}

div#sidebar ul li {
	padding-left: 16px;
	padding-right: 32px;
	padding-top: 5px;
	padding-bottom: 4px;
	}
	
/* extra padding creates the indent for subnav items*/
div#sidebar ul li.sub {
	padding-left: 32px;
	}
	
div#sidebar ul li#current {
	background: #fff;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #bbb;
	}
	
/* if the "current" nav item is a sub item, the "currentparent" class gets applied to the parent of that item */
div#sidebar ul li#currentparent {
	font-weight: bold;
	}
	
/* We add a border the same color as the background so that it is invisible and so when we reveal the border on hover, the text doesn't shift around since it already had a border on it */
div#sidebar ul li a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	}
	
div#sidebar ul li a:hover {
	color: #000;
	border-bottom: 1px solid #bbb;
	}

/* ==========================================
/
/ FOOTER
/
/ ===========================================*/

div#footer {
	width:744px;
	background-color:#ddd;
	border-top: 1px solid white;
	}
	
div#footer ul {
	margin: 10px 0 20px 32px;
	list-style-type: none;
	}
	
div#footer ul li {
	display: inline;
	font-size: 12px;
	line-height: 14px;
	margin-right: 8px;
	color: #666;
	}
	
div#footer a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	}
	
div#footer a:hover {
	color: #000;
	border-bottom: 1px solid #bbb;
	}

/* ==========================================
/
/ HACKS
/
/ ===========================================*/

span.fix {
	color: #ec008c;
	}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */