﻿/***********************************************/
/* ALTRIS.co.nz 2007		                   */
/* Style Sheet 		                           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html, body { 
	height: auto; 
	width: 100%; 
	margin: 0;
	padding: 0;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	background:#860D14 url(../images/motorsport/bg.gif) top center repeat-y;
}

.clear
{
	clear: both;
}

img
{
	border: 0;
}

p {
	margin:3px 0 19px 0;
	line-height:1.4em;
	clear:left;
}
h1 {
	font-size:14px;
	font-weight:bold;
	margin:3px 0 15px 0;
	color:#000;	
}



/* Default Links */
a:link, a:visited {
	color: #860D14;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/***********************************************/
/* 			       LAYOUT                      */
/***********************************************/

#mainDiv {
	width:100%;
}
#mainContent {
	margin:3px auto 20px auto;
	width:710px;
	background-color:#f2eada;
}
#header {
	width:710px;
	height:239px;
	background:url(../images/motorsport/header.jpg) top center no-repeat;
}
#polePosContent {
	background:url(../images/motorsport/bg_light.jpg) top center repeat-y;
}
#introContent {
	width:710px;
	background:url(../images/motorsport/bg_dark.jpg) top center repeat-y;
	height:300px;
}
.driverProfile {
	/*height:300px;*/
	padding-top:30px;
	background:url(../images/motorsport/bg_dark.jpg) top center repeat-y;
}
.driverPic {
	float:left;
	width:210px;
	padding:30px 0 0 0;
}
.driverPic img {
	float:right;
}
.driverInfo {
	float:right;
	width:420px;
	padding:30px 45px 20px 0;
}
.actionPics {
	clear:both;
}
.newsEntry {
	padding:26px 45px 12px 45px;
	width:600px;
}
.mainStory {
	background:url(../images/motorsport/bg_light.jpg) top center repeat-y;
	padding:26px 45px 12px 45px;
	width:620px;
}
.mainStory h1 {
	font-size:18px;
}
.newsDivider {
	width:600px;
	height:2px;
	background-color:#824128;
}
#footer {
	width:710px;
	height:76px;
	background:url(../images/motorsport/footer.jpg) top center no-repeat;
}



/***********************************************/
/* 			      NAVIGATION 1                 */
/***********************************************/
#nav1 {
	padding:14px 0 0 449px;
}
#nav1 a {
	text-decoration:none;
	display:block;
}
#nav1 a i {
	visibility:hidden;
}
#nav1 a#game {width:236px; height:46px;}
#nav1 a#mainSite {width:153px; height:39px;}
#nav1 a#motorsport {width:210px; height:42px;}
#nav1 a#photo {width:155px; height:37px; margin-top:1px;}
#nav1 a#talk {width:133px; height:40px; margin-top:3px;}

#nav1 a#game:hover, #nav1 a#game.selected {
	background:url(../images/motorsport/nav1_01.jpg) top left no-repeat;
}
#nav1 a#mainSite:hover, #nav1 a#mainSite.selected {
	background:url(../images/motorsport/nav1_02.jpg) top left no-repeat;
}
#nav1 a#motorsport:hover, #nav1 a#motorsport.selected {
	background:url(../images/motorsport/nav1_03.jpg) top left no-repeat;	
}
#nav1 a#photo:hover, #nav1 a#photo.selected {
	background:url(../images/motorsport/nav1_04.jpg) top left no-repeat;
}
#nav1 a#talk:hover, #nav1 a#talk.selected {
	background:url(../images/motorsport/nav1_05.jpg) top left no-repeat;	
}


/***********************************************/
/* 			      NAVIGATION 2                 */
/***********************************************/
#nav2, #nav2 div {
	width:710px;
	height:43px;
}

#nav2 div#dark {background:url(../images/motorsport/nav2bg.jpg) top center no-repeat;}
#nav2 div#light {background:url(../images/motorsport/nav2bg_light.jpg) top center no-repeat;}

#nav2 div ul {
	padding:0;
	margin:0 0 0 22px;
	list-style-type:none;
}
#nav2 div ul li {
	float:left;
	padding:0;
	margin:0;
}
#nav2 div ul li a {
	display:block;
	width:168px;
	height:43px;
	text-decoration:none;
}

#nav2 div ul li a i {visibility: hidden;}

#nav2 div ul li a#home {width:168px;}
#nav2 div ul li a#pole_pos {width:174px;}
#nav2 div ul li a#driver_prof {width:168px;}
#nav2 div ul li a#calandar {width:156px;}


/*** ROLLOVER IMAGES ***/

/* dark version */
#nav2 div#dark ul li a#home:hover, #nav2 div#dark ul li#activePage a#home {
	background:url(../images/motorsport/nav2_dark_01.jpg) top left no-repeat;
}
#nav2 div#dark ul li a#pole_pos:hover, #nav2 div#dark ul li#activePage a#pole_pos {
	background:url(../images/motorsport/nav2_dark_02.jpg) top left no-repeat;
}
#nav2 div#dark ul li a#driver_prof:hover, #nav2 div#dark ul li#activePage a#driver_prof {
	background:url(../images/motorsport/nav2_dark_03.jpg) top left no-repeat;
}
#nav2 div#dark ul li a#calandar:hover {
	background:url(../images/motorsport/nav2_dark_04.jpg) top left no-repeat;
}

/* light version */
#nav2 div#light ul li a#home:hover, #nav2 div#light ul li#activePage a#home {
	background:url(../images/motorsport/nav2_01.jpg) top left no-repeat;
}
#nav2 div#light ul li a#pole_pos:hover, #nav2 div#light ul li#activePage a#pole_pos {
	background:url(../images/motorsport/nav2_02.jpg) top left no-repeat;
}
#nav2 div#light ul li a#driver_prof:hover, #nav2 div#light ul li#activePage a#driver_prof {
	background:url(../images/motorsport/nav2_03.jpg) top left no-repeat;
}
#nav2 div#light ul li a#calandar:hover {
	background:url(../images/motorsport/nav2_04.jpg) top left no-repeat;
}

.menuInsideContent
{
	padding-left: 25px;
}

#gallery
{
	border: 0;
	border-spacing: 4px 4px;
}

#gallery .photo
{
	width: 144px;
	height: 134px;
	vertical-align: middle;
	background-color: #000000;
	text-align: center;
}

.driverTitle
{
	font-family: Impact, Haettenschweiler, Arial Narrow Bold, sans-serif;
	color: #700a08;
	font-size: 27px;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 1em;
}

.driverInfoTable
{
	border-spacing: 0 2px;
}

.driverInfoTable .Label
{
	width: 120px;
	padding-right: 20px;
}

.driverInfoTable .Info
{
	width: 280px;
}