/*------------------------------------------------------------------------------
Jetblack MC Style Sheet

version: 2
author:  David Clarendon
email:   david@jetblackmc.com.au
website: http://www.jetblackmc.com.au

-------------------------------------------------------------------------------*/

/* Body Styles
-------------------------------------------------------------------------------*/

html, body, * {
	margin:0;
	padding:0;
}
html{
	min-height: 100%;	
	height:100%;
}

body{
	background: #FFF url(../images/bodyBG.jpg) 620px 50%  no-repeat;
	font:.75em/1.5em "Times New Roman", Times, serif;
}

/* Layout Styles
-------------------------------------------------------------------------------*/

#wrapper{
	top:50%;
	position:absolute;
	overflow:visible;
	visibility:visible;
	width:100%;
}
#contentWrapper{
	width:950px;
}
#contentText{
	color:#B0B0B1;
	width:323px;
	float:left;
	padding:10px 105px 0 25px;
	background-color:#FFF;
}
#p-index #contentWrapper{
	width:950px;
}
#p-index #wrapper{
	top:50%;
	position:absolute;
	overflow:visible;
	visibility:visible;
	width:100%;
	
}
#content{
	top:-168px;
	position:absolute;
	height:336px;
	width:100%;
	background: url(../images/stripBG.gif) top right repeat-x !important;
	background: url(../images/stripIE6BG.gif) top right repeat-x;
}
#flashContent {
	float:left;
}
#heroContent {
	float:left;
	top:-150px;
	position:relative;
	width:208px;
	overflow: hidden;
}
#brandContent {
	float:left;
	clear:right;
}
#menuContent {
	
}
#homeStrip {
	height:42px;
		
}

/* Menu Styles
-------------------------------------------------------------------------------*/
#menuContent ul{	
	color:#B0B0B1;
	list-style:none;
	margin:10px 0 10px 26px;
}
#menuContent ul li{	
	float:left;
	padding:0 5px;
}
#menuContent a:link, #menuContent a:visited {
	text-decoration:none;
	color:#B0B0B1;
}
#menuContent a:hover, #menuContent a:active {
	text-decoration:none;
	color:#666;
}			

/* General Styles
-------------------------------------------------------------------------------*/

#contentText p{
	margin-top:10px;
	text-align:justify;
	color:#666; 
}
.floatLeft{
	float: left;
}
#contentText h2{
 	font-size:30px;
	text-transform:uppercase;
	font-weight:normal;
	line-height:30px; 
}
.block {
	display:block;
}
.clear {
	clear:both;
}
img{
	border:none;
}
img, div, a, input { behavior: url(css/iepngfix.htc); }

#contentText a{
	text-decoration:none;
}
#contentText a:link, #contentText a:visited{
	color: #000000;
	border: none;
}
#contentText a:hover, #contentText a:active{
	color: #CCCCCC;
	border: none;
}

#credits a{
	text-decoration:none;
}
#credits a:link, #credits a:visited{
	color: #000000;
	border: none;
}
#credits a:hover, #credits a:active{
	color: #CCCCCC;
	border: none;
	
}

/* Footer Styles
-------------------------------------------------------------------------------*/
#p-index #credits{	
	position:absolute;
	bottom:0;
	clear:both;
	left:200px;
}
#credits{
	font-family:Arial, Helvetica, sans-serif;
	color:#B0B0B1;
	font-size:8px;
	margin-top:40px;
	margin-bottom: 20px;
}	


/* Tool Tip
-------------------------------------------------------------------------------*/

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
