
/*Carisma CSS Sheet*/

/*Global*/
*{
	margin: 0px;
	padding: 0px;
}
html, body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #000;
	font-weight: normal;
}
#container{
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	background-color: #000;
	border: 1px solid #272a27;
	border-width: 0px 1px;
}

/*Typography*/
p, li{
	color:#7f7f7f;
	font-size: 1em;
	font-weight: normal;
}


/*Anchor Tags*/
a:link{
	color:#7f7f7f;
	text-decoration: underline;
}
a:visited{
	color:#7f7f7f;
	text-decoration: underline;
}
a:hover{
	color:#fff;
	text-decoration: underline;
}
a:active{
	color:#7f7f7f;
	text-decoration: underline;
}

/*Standard Classes*/
.hidden{
	display:none;
}
.clearme{
	clear:both;
}
/*Header*/
#header{
	width:900px;
}
#header h1{
	float: left;
}
#header a{
	width: 533px;
	height: 114px;
	display: block;
	background: url(images/header.jpg) no-repeat 0 0;
}
#flash{
	width: 367px;
	height: 114px;
	background: url(images/flash.jpg) no-repeat 0 0;
/*	margin-left: 533px;*/
	float:left;
	display:block;
}

/*Navigation*/
#navigation {
	width: 900px;
	height: 26px;
	background: url(images/nav_bg.gif) repeat-x 0 0;
	display: block;
	clear: left;
}
#navigation ul li{
	display: inline;
	list-style-type: none;
	float:left;
	padding: 0 10px;
}
.top_nav{
	display:none;
}
#nav_home a{
	width: 44px;
	height: 26px;
	display: block;
	background: url(images/nav_home.gif) no-repeat 0 0;
}
#nav_home a:hover{
	width: 44px;
	height: 26px;
	display: block;
	background: url(images/nav_home.gif) no-repeat 0 -26px;
}
#nav_about a{
	width: 66px;
	height: 26px;
	display: block;
	background: url(images/nav_about.gif) no-repeat 0 0;
}
#nav_about a:hover{
	width: 66px;
	height: 26px;
	display: block;
	background: url(images/nav_about.gif) no-repeat 0 -26px;
}
#nav_cars a{
	width: 88px;
	height: 26px;
	display: block;
	background: url(images/nav_cars.gif) no-repeat 0 0;
}
#nav_cars a:hover{
	width: 88px;
	height: 26px;
	display: block;
	background: url(images/nav_cars.gif) no-repeat 0 -26px;
}
#nav_services a{
	width: 62px;
	height: 26px;
	display: block;
	background: url(images/nav_services.gif) no-repeat 0 0;
}
#nav_services a:hover{
	width: 62px;
	height: 26px;
	display: block;
	background: url(images/nav_services.gif) no-repeat 0 -26px;
}
#nav_parts a{
	width: 37px;
	height: 26px;
	display: block;
	background: url(images/nav_parts.gif) no-repeat 0 0;
}
#nav_parts a:hover{
	width: 37px;
	height: 26px;
	display: block;
	background: url(images/nav_parts.gif) no-repeat 0 -26px;
}
#nav_links a{
	width: 36px;
	height: 26px;
	display: block;
	background: url(images/nav_links.gif) no-repeat 0 0;
}
#nav_links a:hover{
	width: 36px;
	height: 26px;
	display: block;
	background: url(images/nav_links.gif) no-repeat 0 -26px;
}
#nav_contact a{
	width: 64px;
	height: 26px;
	display: block;
	background: url(images/nav_contact.gif) no-repeat 0 0;
}
#nav_contact a:hover{
	width: 64px;
	height: 26px;
	display: block;
	background: url(images/nav_contact.gif) no-repeat 0 -26px;
}


/*Content Left*/
#content{
	width: 900px;
}
#left{
	width: 666px;
	display: inline;
	float: left;
}

#about, .post, #services{
	width: 624px;
	margin: 18px;
	padding:0 5px 20px 0;
	background-color: #0b0e0a;
	border: 2px solid #272a27;
	display: block;
}
#about h1, .post h1, #services h1{
	color: #e2e2e2;
	padding-top: 12px;
}
#about h1, #about p, .post h1, .post p, #services p, #services h1{
	padding: 15px 10px;
	font-weight:normal;
}
.post p{
	width: 250px;
	float: left;
	display: inline;
	font-weight: normal;
	font-size: 1em;
}

.post img{
	float: right;
	display: inline;
}


#about, .form_post, #services{
	width: 624px;
	margin: 18px;
	padding:0 5px 20px 0;
	background-color: #0b0e0a;
	border: 2px solid #272a27;
	display: block;
}
#about h1, .form_post h1, #services h1{
	color: #e2e2e2;
	padding-top: 12px;
}
#about h1, #about p, .form_post h1, .form_post p, #services p, #services h1{
	padding: 15px 10px;
	font-weight:normal;
}

.form_post img{
	
	display: inline;
}


.form_post p{
	width: 250px;
	float: left;
	display: inline;
	font-weight: normal;
	font-size: 1em;
}





#parts_form p{
	line-height:2em;
}
#links ul{
	margin-left: 10px;
}
#links ul li{
	list-style-type:none;
	color:#7f7f7f;
	font-size: 1em;
	font-weight: normal;
	
}
form {
	color:#e2e2e2;
	padding-top: 15px;
	padding-left: 10px;
	}
	

#sidebar{
	width: 233px;
	height: 620px;
	float: left;
	background: #000 url(images/sidebar.jpg) no-repeat 0 0;
	border: 1px solid #272a27;
	border-width: 0 0 1px 1px;
	display:inline;
}
.sidetext{
	width: 200px;
	height: 118px;
	font-size: .8em;
	overflow: auto;
	margin-left: 22px;
}
.sidetext p{
	padding: 10px;
}

#events{
	margin-top: 40px;
}
#sale{
	margin-top: 32px;
}
#garage{
	margin-top: 32px;
}
#sponsors{
	margin-top: 32px;
}
#about img, #services img{
	margin-left: 10px;
}
#links li{
	margin: 5px 0;
}
#contact form{
	width: 500px;
}
#parts_form, #parts_list{
	width: 300px;
	float: left;
	display: inline;
}
.submit{
	margin-top:10px;
}
input{
	margin: 5px 0 10px 0;
}
#parts_list ul{
	margin-left:10px;
}
#parts_list li{
	list-style-type:none;
}
textarea{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 5px;
	margin-top: 5px;
}
/*Footer*/
#footer{
	border: 1px solid #272a27;
	border-width: 1px 0;
	padding: 10px 0;
	text-align: center;
	clear: both;
}
