html, body {
height: 100%;
margin: 0;
padding: 0;
background-color:#000000;
}

#wrapper{
position: relative;
min-height:100%;
}

* html #wrapper{
height:100%;
}
	
#bigcontainer {
	width: 100%;
	background: #000000 url('images/sidebgs.jpg') repeat-x top;
	height: auto;
	height: 100%;
	padding-bottom:85px;
}

#container {
width: 800px;
margin: 0 auto 0 auto;
}

#header {
height: 82px;
padding-bottom: 0px;
background: #000000 url('images/top_bg.jpg') no-repeat top;
}

#logo {
position: relative;
top: 22px;
}
#navwrap{
	width:800px;
}
	
#nav {
height: 27px;
width:100%;
margin: 0px;
background: #000  url('images/nav_bg.jpg') no-repeat top;
padding: 0px;
}

#nav ul {
	list-style: none;
	padding: 4px 0 0px;
       margin: 0px;
}

#nav li{
	padding-left:21px;
	float:left;
       margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #a3a2a2;
}

#nav li a{
	color: #a3a2a2; 
}

#nav li a:hover{
	color: #FFF;
}

body#home a#homenav,
body#work a#worknav,
body#music a#musicnav,
body#access a#accessnav,
body#inst a#instnav,
body#forum a#forumnav,
body#btm a#btmnav,
body#legacy a#legacynav {
	color: #FFF;
}

ul#feat a#featurenav,
ul#spec a#specnav,
ul#demo a#demonav,
ul#acc a#accnav,
ul#btm a#btmnav2,
ul#doc a#docnav{
	color: #FFF;
}

#nav2 {
height: 20px;
padding-bottom: 0px;
background: #000000 url('images/nav2_bg.jpg') repeat-y;
}

.storelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #a3a2a2;
	padding-top: 7px;
	padding-left: 625px;
}

#footer {
	position: relative;
	margin: -5.5em auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a3a2a2;
	padding-bottom: 0px;

}
#footer a:link { 
color: #a3a2a2; 
text-decoration: none;
} 

#footer a:visited { 
color: #a3a2a2; 
text-decoration: none;
} 

#footer a:hover { 
color: white; 
text-decoration: none;
}


#content {
	width: 800px;
	padding-top: 10px;
}
#flashcontent{
	margin-top:20px;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}
.cellstyle {
	background: url(images/greypixel.gif) repeat-x bottom;
}

.maintext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	line-height: 18px;
	}
	
.maintextbold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#aeaeae;
	}	
	
.biglinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color:#aeaeae;
	}
	
.bigtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	color:#aeaeae;
	line-height: 22px;
	}
	
.bigwhitetext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	color:#FFFFFF;
}

a:link { 
color: #aeaeae; 
text-decoration: none;
} 

a:visited { 
color: #aeaeae; 
text-decoration: none;
} 

a:hover { 
color: white; 
text-decoration: none;
}

#productnav {
margin: 0;
padding: 0;
width: 100%;
}

#productnav ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#productnav li{
	float:left;
	margin: 0;
	padding:0 0 0 57px;   
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #a3a2a2;
}

#productnav li a{
	display: block;
	text-decoration: none; 
	color: #a3a2a2; 
}

#productnav a:hover{
	color: #FFF;
	text-decoration: none;
}

#contentarea {
	float: right;
	width: 350px;
	}
#featurelist {
	float: left;
	padding-left: 50px;
	}
#featurelist a{
	padding-left: 18px;
	}
#featurelist a:focus, #featurelist a:active{
	color: #FFF;
	background: #000000 url('images/sidearrow.gif') no-repeat left;
}
.spectable {
	background-color: #282729;
	}
.whitetext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	}
#btmcontent {
	width: 800px;
	}

.centerdivide {
	background:	url(images/greyvert.gif) no-repeat center top;
	}
