/*
------------------------------------ 
minnewaska main css layout
powered by advantage motorsports marketing
version: 11.07.05
------------------------------------
*/

/* Imported Styles
----------------------------------------------- */
@import url("forms.css");
@import url("sponsors.css");


/* global stuffs
----------------------------------------------- */
body {
	background: #000 url(gfx/main_bkg_01.gif) top left repeat-y;
	margin: 0;
	padding: 10px;
	font: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 12px;
	color: #fff;
	}

a {
	color: #c60;
	text-decoration: none;
	font: Verdana, arial, helvetica, sans-serif;
	}
	
a:link {color: #c60;}
a img {border: none;}
a:visited {color: #c60;}
a:hover {color: #930;}

h1 {
	background: url(gfx/pageheader.jpg) 33px 10px no-repeat;
	width: 399px;
	height: 109px;
	padding: 0;
	}

h1 span, h2, #kartSummary p, h3 span{
	display: none;
	}

h1, h3, p.p1 {
	margin:0 auto 8px auto;
	display: block;
	}

h3 {
	margin-top: 20px;
	}

/* main layout stuffs
----------------------------------------------- */
#kartLogo {
	width: 389px;
	height: 109px;
	}

#kartSummary {
	position:absolute;
	left: 440px;
	top: 40px;
	background: #fff url(gfx/rotate/rotate.php) top left no-repeat;
	width: 138px;
	height: 83px;
	}

#updates {
	width: 372px;
	padding: 10px;
	border: #ccc solid 1px;
	background-color: #333;
	text-align: center;
	}

#supportingText {
	width: 379px;
	padding: 10px;
	}

#standings {
	width: 379px;
	text-align: center;
	padding: 0 10px 10px 10px;
	}
	
#footer {
	color: #ccc;
	padding: 5px 0 5px 5px;
	font-size: 9px;
	}
	
#footer a {
	color: #fff;
	}

/* sidebar stuffs
----------------------------------------------- */	
#sideBar {
	position:absolute;
	left: 415px;
	top: 140px;
	width: 189px;
	font-size: 11px;
	}

#sideBar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#sideBar ul li {
	border-bottom: 1px solid #ccc;
	padding: 6px 15px;
	color: #555;
	text-align:center;
	}

/* image stuffs
----------------------------------------------- */	
#updates h3 {
	background: #333 url(gfx/updates.gif) no-repeat;
	width: 247px;
	height: 41px;
	}

h3.contents, h3.support {
	width: 189px;
	height: 40px;
	display: block;
	}
	
h3.contents {
	background: url(gfx/contents.gif);
	}

h3.support {
	background: url(gfx/marketing.gif);
	}
	
/* links & stuffs
----------------------------------------------- */
#sideBar ul li:hover {
	background-color: #CCDCFF;
	}

#sideBar ul li a {
	text-decoration: none;
	}

#lcontents a {
	color: #4178E6;
	}

#kartSupport a {
	text-decoration: none;
	color: #82A839;
	}

#kartLinks a {
	text-decoration: none;
	color: #fa0;
	}

#sideBar ul li a:hover {
	color: #000;
	}
	
.info {
	font-size: 12px;
	}
	
.sponsor {
	color: #FF9900;
	}