@charset "UTF-8";
/* CSS Document */

html { min-height: 100%; margin-bottom: 1px; }

body {
font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:15px;
	margin:0px;
	line-height:20px;
}

body a {
color:#FF8800;
text-decoration:underline;
}

body a:hover {
color:#FFF;
}

.small_text {
font-size:8pt;
font-style:oblique;
text-align:center;
color:#fff;
}

.footer_text {
font-size:8pt;
font-style:oblique;
text-align:center;
color:#000;
}

.footer_text a {
color:#FF8800;
text-decoration:underline;
}

.footer_text a:hover {
color:#000;
}

.subhead {
	color: #FFFF00;
	font-weight: bold;
}

.productdiv {
text-align:center;
width:216px;
background: url(http://www.fastmagna.com/images/productpanel_bg.jpg) repeat-y;
font-size:7pt;
}

.productdiv p {
margin-top:5px;
line-height:10pt;
}

.productdiv_top {
padding-top:4px;
padding-bottom:10px;
font-size:10pt;
font-weight:bold;
display:block;
width:216px;
height:27px;
background: url(http://www.fastmagna.com/images/productpanel_top.jpg) no-repeat;
}

.productdiv_bottom {
display:block;
margin-top:-20px;
width:216px;
height:27px;
background: url(http://www.fastmagna.com/images/productpanel_bottom.jpg) no-repeat;
}


/*---:[ headlines ]:---*/

h1, h2, h3 { font-weight: bold; font-family: Helvetica, Arial, sans-serif; color: #FF8800; }

h1 { font-size: 3.6em; letter-spacing: -0.03em; }

	#masthead h1 { padding: 0.4em 0 0.2em 0; border-top: 1px solid #ccc; text-align: center; clear: both; }
	
	h1 a, h1 a:visited, h1 a:hover { color: #000; text-decoration: none; }
	
h2 { font-size: 20px; }

	.posts h2 { margin: 0 0 0.1em 0; line-height: 1.2em; }
	
	.pages h2, h2.page_header { margin: 0 0 0.75em 0; padding: 0 0 0.6em 0; background: url('images/hr_title_sep.gif') 0 100% no-repeat; }
	
	h2.archive_head { font-weight: bold !important; color: #fff; font-size: 1.4em !important; text-transform: uppercase !important; letter-spacing: normal !important; margin: 0px !important; padding: 0px !important; border-bottom: 2px dotted #fff !important; }
	
h3 { font-size: 1.0em; text-transform: uppercase; }

	#masthead h3 { margin: 0 0 0.75em 0; font-weight: normal; font-size: 1.8em; text-transform: none; color: #888; text-align: center; }

	.entry h3 { margin: 2.5em 0 0.5em 0; color: #fff;}
	
	.entry h3.top { margin: 1.5em 0 0.5em 0 !important; }
	
	h3.comments_headers { font-size: 1.4em; }

h4 { font-style:italic; font-size: 11px; color: #888; line-height:30px; }

	h4 a, h4 a:visited { color: #ff8800; text-decoration: none; }
	
		h4 a:hover { color: #fff; text-decoration: underline; }
	
	.posts h4 { margin: 0 0 1.25em 0; padding: 0 0 1.0em 0; background: url('images/hr_title_sep.gif') 0 100% no-repeat; }
	


/* Page Layout Containers and Background */

#navbar_fluid {
width: 100%;
background: url(http://www.fastmagna.com/images/bg_stripes-navbar.jpg) repeat-x;
}

#navbar {
	width:950px;
	height:39px;
	background: url(http://www.fastmagna.com/images/bg_navbar.jpg) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	font-size:10pt;
	padding-top:10px;
	word-spacing: 5px;
	margin: 0 auto;
}

#navbar_text {
padding-right:50px;
line-height:15px;
}

.nav_link {
	color:#FFF;
	text-decoration:none;
}

.nav_current {
	color:#FF8800;
	text-decoration:none;
}

#navbar a:hover {
	color:#FF8800;
	text-decoration:none;
}

#main_fluid {
width: 100%;
background: url(http://www.fastmagna.com/images/bg_stripes-main.jpg) repeat-x;
}


#main_container {
	width: 950px;
	text-align: center;
	margin: 0 auto;
}

#right_column {
float:right;
width:185px;
border: solid 3px #fff;
margin: 12px 0 0 0;
background: #000 url(http://www.fastmagna.com/images/base_185px.jpg) 0 100% no-repeat;
text-align:center;

}

#left_column {
float:left;
width: 165px;
border: solid 3px #fff;
margin:12px 0 0 0;
background: #000 url(http://www.fastmagna.com/images/base_165px.jpg) 0 100% no-repeat;
text-align:center;
}

#three_column {
width:528px;
border: solid 3px #fff;
margin: 12px 183px;
background: #000 url(http://www.fastmagna.com/images/base_558px.jpg) 0 100% no-repeat;
padding: 0 15px;
text-align:left;
}

#two_column {
width:712px;
border: solid 3px #fff;
margin: 12px 183px 0 0;
background: #000 url(http://www.fastmagna.com/images/base_742px.jpg) 0 100% no-repeat;
padding: 0 15px;
text-align:left;
}

#one_column {
width:914px;
border: solid 3px #fff;
margin: 7px 0 0 0;
background: #000 url(http://www.fastmagna.com/images/base_944px.jpg) 0 100% no-repeat;
padding: 0 15px;
text-align:left;
}

#footer {
	width:930px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#000;
	font-size:12px;
	margin: 0 auto;
	display:block;
	clear:both;
}

