/* General */
html, body
{
	color: #8C909A;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	background: #1E1E1E;
	font-size: 12px;
	overflow-x:hidden; 
	overflow:auto;
}

a:focus {outline: none}

/* DIV style for body 800px wide with adjustable dead space each side */
.body
{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 800px;
}

/* Style for text links */
a{color: #66CC66;text-decoration: none}
a:hover{color: #66FF66; text-decoration:none}

/* DIV properties for header/banner */
#header
{
	height: 125px;
}

/* DIV properties for menu bar */
#menu
{
	background: #000000;
	height: 20px;
	line-height: 20px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-bottom:1px;
	margin-top:1px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 800px;
}

#items
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	color: #000000;
}

#menu a
{
	color: #66CC66;
	font-weight: normal;
	border-right: 1px solid #66CC66;
	display: block;
	float: left;
	padding: 0 10px;
}

#menu a:hover
{
	background-color:#333333;
	
}

#selected
{
	background-color: #333333;
}

/* DIV properties for unique homepage content */

/* DIV properties for latest news section */
#content1
{
	background: #1E1E1E url("_images/content_grad01.jpg") no-repeat;
	height: auto;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
	margin-bottom:5px;
}
/* Content width */
.content1
{
	width:780px;
}

/* DIV properties for main content */
#left_col
{
float: left;
width: 180px;
height: auto;
background-color:#000000;
padding-top: 12px;
padding-bottom: 15px;
border-top: solid 1px #666666;

}

#right_col
{
float: right;
width: 580px;
height: auto;
background-color:#000000;
border-top: solid 1px #666666;
padding-top: 15px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 15px;
}

/* DIV properties for copyright footer */
#copyright_footer
{
	float: right;
	width: 581px;
	height:20px;
	margin-top: 15px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
}


/* DIV properties for store page unique content*/

/* PayPal section */
#store_paypal
{
	background: #1E1E1E url("_images/content_grad01.jpg") no-repeat;
	height: 107px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}
/* Content width */
.store_paypal
{
	width:750px;
}

#store_item1{width:800px;}
#store_item2{width:800px;}

.store_item
{
background-color:#000000;
padding-top: 0px;
padding-bottom: 0px;
border-top: solid 1px #666666;
margin-top: 5px;
}



#header a
{
	color: #AEFF00;
}

/* Text styles */

/* Set spacing between paragraphs and line breaks */
p{line-height: 0.5em;	margin: 0;	padding: 0;}
br{line-height: 1em; margin: 0;	padding: 0;}

h1
{
	color: #66CC66;
	font-size: 15px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	margin: 0.2em 0;
}
h2
{
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	margin: 0.2em 0;
}

.style1 {color:#666666; font-size:10px}
.style2 {color:#66CC66; font-size:12px;}
.style3 {color:#999999; font-size:10px}
.style4 {color:#66CC66; font-size:10px;}
.style5 {color:#666666; font-size:12px;}
.style6 {color:#FFFFFF; font-size:12px;}
.style7 {color:#FFFFFF; font-size:10px;}
.copyright{color:#666666; font-size: 9px;}


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

li
{
	list-style-image: url("_images/style_dot.gif");
}

/*Style for drop down content */
.iconspan{
float: right;
height:15px;
margin: 0px;
cursor:hand;
cursor:pointer;
color: #66CC66;
font-weight: normal;
}


/* Width for Show/Hide control DIV*/
div.show_hide0{
width: 750px;
}

/* Width for expandable content (latest news) */
.icongroup0{
width: 780px;
}

/* Width for Show/Hide control DIV*/
div.show_hide1{
width: 580px;
}

/* Width for expandable content (additional news and store track listings) */
.icongroup1{
width: 580px;
}

