* {
	padding: 0;
	margin: 0;
}

body {
	background: #000 url(../_images/natspeed_bg.jpg) repeat-x;
}

.clear { clear: both; }

.spec { color: #898989; }

.divider {
	background: url(../_images/divider.gif) no-repeat;
	width: 430px;
	margin: 15px 0;
	height: 1px;
}

#white_bg {
	background: url(../_images/natspeed_whiteline.gif) no-repeat;
	width: 776px;
	height: 749px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

#yellow_bg {
	background: url(../_images/natspeed_yellowlines.gif) no-repeat;
	width: 325px;
	height: 327px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

#container {
	width: 800px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
	border: 1px solid #FFF;
	border-top: none;
	margin-bottom: 20px;
}

#header {
	width: 800px;
	height: 80px;
	background: url(../_images/header.jpg) no-repeat;
}

#header_nav {
	margin: 0;
	padding: 19px 0;
	height: 41px;
	float: right;
	list-style: none;
}

#header_nav li {
	padding: 0;
	margin: 0 20px 0 0;
	text-indent: -9999px;
	float: left;
}

.header_nav_subscribe {
	display: block;
	background: url(../_images/header_nav.png) no-repeat;
	width: 34px;
	height: 41px;
}

.header_nav_facebook {
	display: block;
	background: url(../_images/header_nav.png) -34px 0 no-repeat;
	width: 35px;
	height: 41px;
}

.header_nav_myspace {
	display: block;
	background: url(../_images/header_nav.png) -69px 0 no-repeat;
	width: 32px;
	height: 41px;
}

.header_nav_youtube {
	display: block;
	background: url(../_images/header_nav.png) -101px 0 no-repeat;
	width: 34px;
	height: 41px;
}

#header h1 {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	float: left;
}

#header h1 a {
	display: block;
	height: 80px;
	width: 220px;
}

#nav li {
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	float: left;
	list-style: none;
}

#nav_about, #nav_about:hover, #nav_about.active {
	display: block;
	background: url(../_images/nav.png) no-repeat;
	width: 228px;
	height: 33px;
}

#nav_projects, #nav_projects:hover, #nav_projects.active {
	display: block;
	background: url(../_images/nav.png) -228px 0 no-repeat;
	width: 121px;
	height: 33px;
}

#nav_events, #nav_events:hover, #nav_events.active {
	display: block;
	background: url(../_images/nav.png) -349px 0 no-repeat;
	width: 114px;
	height: 33px;
}

#nav_gallery, #nav_gallery:hover, #nav_gallery.active {
	display: block;
	background: url(../_images/nav.png) -463px 0 no-repeat;
	width: 126px;
	height: 33px;
}

#nav_blog, #nav_blog:hover, #nav_blog.active {
	display: block;
	background: url(../_images/nav.png) -589px 0 no-repeat;
	width: 75px;
	height: 33px;
}

#nav_contact, #nav_contact:hover, #nav_contact.active {
	display: block;
	background: url(../_images/nav.png) -664px 0 no-repeat;
	width: 136px;
	height: 33px;
}

#nav_about:hover, #nav_about.active { background: url(../_images/nav.png) 0 -33px no-repeat; }
#nav_projects:hover, #nav_projects.active { background: url(../_images/nav.png) -228px -33px no-repeat; }
#nav_events:hover, #nav_events.active { background: url(../_images/nav.png) -349px -33px no-repeat; }
#nav_gallery:hover, #nav_gallery.active { background: url(../_images/nav.png) -463px -33px no-repeat; }
#nav_blog:hover, #nav_blog.active { background: url(../_images/nav.png) -589px -33px no-repeat; }
#nav_contact:hover, #nav_contact.active { background: url(../_images/nav.png) -664px -33px no-repeat; }

#home_content {
	position: relative;
	border-top: 1px solid #dadada;
	background: url(../_images/content_bg.jpg) bottom no-repeat;
	height: 379px;
	font: 11px/14px Arial, Sans-Serif;
}

#home_content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 10px;
}

#content, #content_blog {
	clear: left;
	background-color: #FFF;
	padding: 25px 0;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Sans-Serif;
}

#content .subhead, #content_blog .subhead {
	margin-left: 25px;
}

.subhead a img { border: none; }

a img { border: none; }

#home_content a, #home_content a:visited { color: #000; }
#home_content a:hover { text-decoration: none; }

#home_content p { padding: 0 0 10px 0; }

#home_col_1, #home_col_2, #home_col_3 {
	float: left;
	height: 379px;
	overflow: hidden;
}

#home_col_1 h2, #home_col_2 h2, #home_col_3 h2 {
	text-indent: -9999px;
	cursor: pointer;
}

#home_col_1, #home_col_3 { width: 265px; }

#home_col_2 {
	border: 2px solid #e4e4e4;
	border-top: none; border-bottom: none;
	width: 266px;
}

#home_col_1 h2 a, #home_col_3 h2 a, #home_col_1 h2 a:hover, #home_col_3 h2 a:hover {
	display: block;
	background: url(../_images/section_headers.jpg) no-repeat;
	width: 265px;
	height: 129px;
}

#home_col_2 h2 a, #home_col_2 h2 a:hover {
	display: block;
	background: url(../_images/section_headers.jpg) -535px 0 no-repeat;
	width: 266px;
	height: 129px;
}

#home_col_3 h2 a, #home_col_3 h2 a:hover { background: url(../_images/section_headers.jpg) -267px 0 no-repeat; }

#home_col_1 h2 a:hover { background: url(../_images/section_headers.jpg) 0 -130px no-repeat; }
#home_col_3 h2 a:hover { background: url(../_images/section_headers.jpg) -267px -130px no-repeat; }
#home_col_2 h2 a:hover { background: url(../_images/section_headers.jpg) -535px -130px no-repeat; }

.home_ad img { border-top: 1px solid #FFFFFF; }

.section_content {
	padding: 14px 17px;
}

.see_more, .see_more a, .see_more a:visited {
	color: #ed1c24 !important;
	font-weight: bold;
	text-decoration: none;
}

.see_more a:hover { text-decoration: underline !important; }

#col_1 {
	width: 450px;
	float: left;
	margin-right: -280px;
	border-right: 280px solid #FFF;
	background-color: #FFF;
	padding: 20px 40px 0 30px;
}

#content.error { padding: 0; margin: 0; }

#col_1.wide, #col_1.error { width: 740px; margin-right: 0; border: none; padding: 20px 30px;}

#col_1.error { background: url(../_images/404_background.jpg) no-repeat; height: 640px; padding: 0; width: 800px; margin: 0; }

#col_2 {
	float: left;
	width: 220px;
	padding: 20px 0 0;
	background-color: #FFF;
}

#col_2 ul {
	list-style: none;
	margin: 15px 0;
	padding: 0;
	font: 12px "Trebuchet MS", "Lucida Grande", Arial, Sans-Serif;
	color: #000;
}

#col_2 ul#hover_fade{
	text-transform: uppercase;
	xfont-weight: bold;
}

#col_2 ul li {
	padding-bottom: 15px;
}


#col_2 ul li a, #col_2 ul li a:visited, #col_2 ul li a:hover {
	color: #898989;
	text-decoration: none;
}

#col_2 ul li a:hover {
	color: #000;
	text-decoration: underline;
}

#hover_fade li a { text-decoration: none; }

#hover_fade li { cursor: pointer; }

#col_1 p, #col_1 ul li {
	font: 11px/16px "Trebuchet MS", "Lucida Grande", Arial, Sans-Serif;
	padding: 5px 0;
}

#col_1.wide p { font-size: 13px; line-height: 20px; }

#col_1 a, #col_1 a:visited {
	font: "Trebuchet MS", "Lucida Grande", Arial, Sans-Serif;
	color: #000;
}

#col_1 a:hover { text-decoration: underline; }

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

#col_1 ul li { margin: 0; padding: 0; }

#col_1 p img { margin: 0; padding: 0; border: 5px solid #acacac; }

.error_img {
	width: 300px;
	margin: 40px auto 0;
}

p.error_img img { border: none !important; }

#col_1 p.shadow img { margin: 0 0 0 -8px; border: none; }

#col_1 h2, #col_2 h2 {
	margin: 10px 0 5px;
	padding: 0;
	font: 15px "Trebuchet MS", Helvetica, Arial;
	text-transform: uppercase;
	color: #9e0b0f;
	font-weight: bold;
}

#col_2 h2 { margin: 8px 0 0; font-size: 17px; }

#content_blog #col_1 .entry, #content #col_1 .entry {
	background: url(../_images/entry_div.gif) top repeat-x;
	padding: 20px 0;
}

#content_blog #col_1 .entry .cat_date, #content_blog #col_1 .entry .cat_date a, #content_blog #col_1 .entry .cat_date a:visited {
	font: 13px "Trebuchet MS", Helvetica, Arial;
	color: #898989;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	margin-bottom: 20px;
}

.entry h1, .entry h1 a, .entry h1 a:visited {
	font: 22px "Trebuchet MS", "Lucida Grande", Arial, Sans-Serif;
	color: #959595;
	text-decoration: none;
}
.entry h1 a:hover { text-decoration: underline; }

#col_1 .entry h2 {
	font: 19px Helvetica, Arial, Sans-Serif;
	color: #fbaf5d;
	text-transform: none;
	margin-top: 25px;
}

.entry h1 .car { color: #ed1c24; }

#col_1 .entry h3 {
	text-transform: uppercase;
	font: 12px/16px "Trebuchet MS", "Lucida Grande", Arial, Sans-Serif;
	padding: 3px 0;
}

#col_2 h3, #col_2 h3 a, #col_2 h3 a:visited {
	font: 12px "Trebuchet MS", "Lucida Grande", Arial, Sans-Serif;
	color: #000;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}

#col_2 h3 a:hover { text-decoration: underline; }

#col_1 .entry h4 {
	font: 11px/16px "Trebuchet MS", "Lucida Grande", Arial, Sans-Serif;
	color: #898989;
	padding: 3px 0 0;
}

#content_blog #col_1 .entry h1, #content_blog #col_1 .entry h1 a, #content_blog #col_1 .entry h1 a:visited {
	color: #9e0b0f;
	text-align: center;
	font: 18px "Trebuchet MS", Helvetica, Arial;
	margin-bottom: 20px;
}

#content_blog #col_1 .entry h1 a:hover { text-decoration: underline; }

#content_blog #col_1 .entry p {
	font: 12px/18px "Trebuchet MS", Helvetica, Arial;
}

#hover_ads { position: relative; }

#hover_ads img { margin: 0 0 0 -8px; position: absolute; top: 0; left: 0; visibility: hidden; }

.ad_visible { visibility: visible !important; }

#col_2 .note {
	font: 10px "Trebuchet MS", Helvetica, Arial;
	text-transform: uppercase;
	color: #c2c2c2;
}

#col_2 #hide {
	text-indent: -9999px;
}

#col_1 p.error_msg {
	background: url(../_images/404_text.gif) no-repeat;
	width: 311px;
	height: 210px;
	margin: 0 auto;
	text-indent: -9999px;
}

#content_blog #col_2 { text-align: right; }

#content_blog #col_2 h2 {
	text-transform: none;
	color: #9e0b0f;
}

#content_blog #col_2 ul { margin: 20px 0 50px; }

#content_blog #col_2 ul li, #content_blog #col_2 ul li a, #content_blog #col_2 ul li a:visited {
	text-transform: uppercase;
	color: #898989;
	text-decoration: none;
	padding: 3px 0;
}

#content_blog #col_2 ul li a:hover { text-decoration: underline; color: #000; }

.aligncenter,img.aligncenter{
display: block !important;
margin: 10px auto !important;
text-align: center !important;
}

#col_2 #hover_fade li a:hover, .current a { color: #000 !important; font-weight: bold !important; text-decoration: none; }

#col_2.gallery h2, #col_2.gallery p, #col_2.gallery h3 { text-align: center; }

#col_2.gallery h2 {
	margin: 25px 0 10px; 
}

#col_2.gallery h3 {
	text-transform: uppercase;
	margin: 20px 0 10px;
}

#col_2.gallery p {
	font: 12px/16px "Trebuchet MS", Helvetica, Arial, Sans-Serif;
	color: #898989;
	padding: 10px 0 5px;
}

#col_2.gallery p a img { border: none; }

p.cont, p.cont a, p.cont a:visited { color: #4487a1 !important; text-decoration: none !important; font-size: 12px; }

.specials_tab {
	position: absolute;
	right: -88px;
	top: 18px;
	text-indent: -9999px;
}

.specials_tab a {
	display: block;
	background: url(../_images/specials_tab.png) 0 -142px no-repeat;
	width: 87px;
	height: 142px;
}

.specials_tab a:hover {
	display: block;
	background: url(../_images/specials_tab.png) no-repeat;
	width: 87px;
	height: 142px;
}

#footer {
	clear: left;
	color: #FFF;
	font: 10px Arial, Sans-Serif;
	background-color: #000;
	padding: 0 10px;
}

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

#footer a:hover { text-decoration: underline; }

#foot_nav {
	float: left;
	width: 440px;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #FFF;
	font: 10px Arial, Sans-Serif;
	padding: 10px 0;
	background-color: #000;
}

#foot_nav li {
	float: left;
	text-transform: uppercase;
}

#copyright { float: left; text-align: right; width: 340px; padding: 10px 0; margin: 0; background-color: #000; }