/*SpeedFreeksRacing.com Main CSS*/


body{
	font-family:Arial, Verdana, Sans-serif;	
}

h2{
	font-size:16pt;
        color:#9900ff; 
}

h3{
        font-size:16pt;
}

#main{
	position: top;
	width: 800px ;
	margin-left: auto ;
	margin-right: auto ;	
	z-index:-1;
}

#crumbtrail{
	font-size: x-small;	
}

#logo_container {
	position: relative;
	height: 200px;
	width: 1000px;
	background: transparent url(images/logo.jpg) no-repeat right top;	
	top:0;
	left:0px;
	/**border: 1px solid #9900ff;**/
}

#main_container{
	position: absolute;
	padding-bottom:25px;
	width: 800px;
	background: black url(images/skulls.jpg) repeat-y left;
	left:200px;
	z-index:-1;
}


#main_content{
	position:relative;
	left:100px;
	min-height:600px;
	width:800px;	
	background: transparent;
	z-index:-1;
}


#main_left{
	position:absolute;
	min-height:600px;
	left: 15px;
	top:198px;
	width:150px;	
	background: transparent;
	color: white;
	z-index:-1;
	text-align: center;
	border-right-style:solid;
	border-width: 2px;
	border-color: #9a00ff;
	padding-right: 15px;                      
	
}
	
#main_right{
	position:relative;	
	min-height:600px;
	width:600px;
	left: 125px;
	min-height:600px;
	background: transparent;
	z-index:-1;
	color: white;
}

#main_news{
	position:absolute;
	left:-150px;
	width:200px;
	background: transparent;
	color: white;
	z-index:-1;
}

#featured{
	text-align: center;
	border-style: solid;
	border-color: #9a00ff; 
	padding: 5px;
}
	#featured a{
		text-decoration: none;
		color: white;	
	}
	#featured a:hover{
		color: #9a00ff;
	}

#main_footer{
	position:relative;
	left:100px;
	width:800px;	
	color: white;
	background: transparent;
	text-align: center;
	padding:50px 20px 25px;
}
	#main_footer a{
		text-decoration: none;
		color: white;
	}
	#main_footer a:hover{
		color: #9a00ff;
	}

#productlist{
	color: white;	
}
	#productlist a{
                text-decoration: none;
                color: white;
	}
	#productlist a:hover{
                color: #9a00ff;
        }

/* CUSTOM STYLES */


.sf_purple_reg{
	color: #9900ff;
}

.sf_purple_lg{
	color: #9900ff;
        font-size:16pt;
}

.sf_purple_lg_bold{
	color: #9900ff;
        font-size:16pt;
        font-weight: bold;
}


