/* CSS Document */

body{
	margin:0;
	padding:0;
	background-color:#2E3238;
	font-family:"Lucida Grande",Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#FFF;
	line-height:18px;
}

a, a:visited{
	text-decoration:none;
	color:#00CCFF;
}
a:hover, #productDescription a:hover{
color:#FFF;
}

ul{
list-style-type: none;
}

h1{
	font-size:18px;
	font-weight:bold;
}

.copy h1
{
	color:#96C53A;
	font-size:14px;
	font-weight:bold;
}

.copy h2{
	font-size:12px;
	font-weight:bold;
}


/*** Structure ***/
#wrapper
{
	padding:0;
	margin:auto;
	width:100%;
}

#header{
	
	height:105px;
	background-image: url(/new_site/images/top_banner_pattern.jpg);
	background-repeat: repeat-x;
}

#header img{
	margin-top:16px;
}

/* Main Menu */
#header ul{
	margin:0px;
	padding-top:23px;
	padding-left:100px;
	color:#000000;
	font-weight:bold;
}

#header a.currentSection{
	color:#FFF;
}

#header a{
	color:#000000;
}

#header a:hover{
color:#FFFFFF;
}


#header li{
	display: inline;
	margin:0px 10px 0px 10px;
}

#page
{
	padding-left: 100px;
	width: 780px;
	padding-top:20px;
}

#leftMenu{
	width:205px;
	background:url(/images/site_structure/leftnav.gif) top no-repeat;
	float:left;
}

#leftMenu ul{
	margin:0px;
	padding-left:6px;
	padding-top:15px;
}

#leftMenu ul li{
 
	padding-left:9px;
	line-height:13px;
	margin:8px 0 8px 0;
}

#leftMenu ul li.currentPage{
	color:#FFF;
	background:url(/images/site_structure/leftNnav_pointer.gif) left no-repeat;
}

#content{
	background:url(/images/site_structure/content.gif) top no-repeat;
	margin-left:auto;
	width:565px;
}

#productDescription{
width:300px;
padding-left:15px;
padding-top:15px;
}

#productDescription h1{
	font-size:13px;
	color:#FFFFFF;
	margin-bottom:5px;
}

#productDescription ul{
	margin:32px 0 0px 0;
	padding-left:0px;
}

#productDescription a{
	color:#FE880D;
}

#cdList{
	margin-top:25px;
	background:url(/images/site_structure/cdList.gif) no-repeat top left;
 	margin:auto ;
	text-align:center;
}

#cdList div
{
width:20%;
}

#cdList h1{
font-size:10px;
font-weight:bold;
text-transform:uppercase;
color:#96C53A;
margin-right:auto;
margin-left:auto;
padding-right:inherit;
}

#cdList img{
	margin-top:30px;
	display: block;
	margin-left:auto;
	margin-right:auto;
}

#cdList ul
{
margin-left:auto;
margin-right:auto;
text-align:left;
}

#cdList li{
list-style:url(/images/site_structure/dash.gif) ;
line-height:15px;
}

#footer
{
	text-align:right;
	font-size:10px;
	margin-top:60px;
	margin-bottom:20px;
	border-top:4px #282C30 solid;
	clear:both;
	color:#FFFFFF;
	padding-top:8px;	
}

/*** Misc ***/
.floatRight{
float:right;
}

.floatLeft{
float:left;
}
