/*************************
Prodigy Motors
2-26-2007
Jathan MacKenzie
www.jatemack.com
*************************/
body {
	font: 12px verdana,arial,helvetica,geneva,sans-serif,serif;
	text-align: center;
	padding: 0;
	background-color:#000;
	color: #FFF;
	margin:0;
	height:100%;
}


.alt {
display: none;
}

#wrapper {
	margin: 0px auto;
	padding: 0;
	text-align: left;
	width: 800px;
	background-color : #000;
	border: 1px solid #333;
}

#header {
background: #FFF url(../images/header.jpg) no-repeat;
height: 206px;
text-align: center;
}

#header h1 {
margin: 0;
padding: 0;
}

#header h2 {
	margin: 0;
	padding: 0;
	text-align : center;
}



#footer {

	padding-left : 10px;
	padding-bottom : 5px;
	padding-top: 5px;
	color : #f2f2f2;
	clear: both;
	text-align:center;
}




#contentmain {
margin: 0;
padding: 15px;
clear; both;
}

a:hover{
text-decoration : none;
}

#home_top{
	padding: 15px;
}



/* Begin Images */
p img {
	padding: 0;
	margin: 0 5px;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */
/**********************************
****  HEADER NAVIGATION  **********
***********************************/

#headernav {
	padding-left: 8px;
	padding-bottom: 12px;
	padding-right: 8px;
	padding-top: 8px;
	background: #000 url("../images/top_nav_bg.png") repeat-x bottom;
	text-align: center;
	font-size: 12px verdana,arial,helvetica,geneva,sans-serif,serif;
	font-weight: bold;
	text-decoration : none;
	color: #FFF;
	letter-spacing : 1px;
}

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

#headernav ul li { 
display: inline; 
border-left:1px solid #CCCCCC;
margin: 0;
padding: 0;
}

#headernav ul li a {
	padding: 3px 20px 3px;
	margin: 0;
}

#headernav a:link, #headernav a:visited {
	color: #FFF;
	text-decoration: none;
}

#headernav a:hover {
	color: #FFF;
	background: #000;
	text-decoration: none;
}

#headernav a:active {
	color: #FFF
	background: #333333;
}


/******************************
****  MAIN CONTENT AREA  ******
*******************************/

body#home #contentmain {
background: #000;
	border-top: 1px solid #666;
	padding-top: 4px;

}

#main {
	width: 275px;
	padding-left: 10px;
	padding-right:5px;
	float: right;
}

#main2 {
	width: 525px;
	padding-left: 10px;
	padding-right:5px;
	float: right;
}


p{
margin-left : 5px;
}

.center{
	text-align : center;
}
body#count #contentmain h2 {
text-align: left;
}

#contentmain h1, #contentmain  h3, #contentmain  h4 {
	color: white;
}

#contentmain h2 {
	color: #FFF;
	margin: 5px 0;
	padding-left: 5px;
}


#contentmain ul li {
	color: white;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	line-height: 30px;
}

#contentmain ol li {
	color: white;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	line-height: 30px;
}

#contentmain td{
font: smaller Arial, Helvetica, sans-serif;
	
}
.contact {
	text-align: left;
	font-weight: bold;
	color: white;
	padding: 0;
	margin: 0;
}
	/* ------------------------------------------------------------

	sidebar

------------------------------------------------------------ */
#sidebar {
	float: left;
	width: 400px;
	margin: 0 0 20px 0;
	}
	
#sidebar p {	
	margin: 3px 0 15px 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.4em;
	color: #FFF;
	}

#sidebar2 {
	float: left;
	width: 200px;
	margin: 0 0 20px 0;
	}
	
#sidebar2 p {	
	margin: 3px 0 15px 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.4em;
	}


	/* two column style */

div.twocol {
	margin: 0 0 20px 0;
	}
div.twocol-1 {
	float: left;
	width: 42%;
	}
div.twocol-2 {
	float: right;
	width: 48%;
	}
	
	

	
	
/* ------------------------------------------------------------

	misc.

------------------------------------------------------------ */

.hide, hr {
	display: none;
	}
a img {
	border: none;
	}

#wrap-inner:after, 
#header:after,
#contentmain p.page:after,
#sidebar:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

