BODY
{
	background-color:#000000;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
}


DIV, A, TD
{
	font-family:Trebuchet MS, Verdana, Sans-Serif;
}

FORM
{
	margin:0px;
	padding:0px;
}

H1
{
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
}

UL
{
	padding-left:7px;
	margin-left:7px;
}


/* popup */ 
#popup
{
	position:absolute;
	z-index:200;
	width:200px;
	padding:10px;
	background-color:#a9a9a9;
	color:#ffffff;
	font-size:13px;
	border-style:solid;
	border-width:0px 2px 2px 0px;
	border-color:#000000;
}

.closepopup
{
	float:right;
	color:#ffffff;
	text-decoration:none;
	clear:both;
}

#popup A
{
	color:#ffffff;
}

/* main layout */

#top_container
{
	width:80%;
	height:155px;
	text-align:center;
	clear:both;
	background-image:url(../img/logo.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}

#column_left
{
	width:80%;
	vertical-align:top;
}

#column_right
{
	width:20%;
	vertical-align:top;
	color:#a9a9a9;
	font-size:12px;
	text-align:left;
	background-image:url(../img/bg_rightcolumn.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	border-left:2px solid #000000;
}

/* topmenu */

.topmenu
{
	width:auto;
	padding:130px 0px 0px 0px;
	text-align:left;
}

.topmenu A:link, .topmenu A:active, .topmenu A:visited
{
	display:block;
	height:25px;
	float:left;
	line-height:25px;
	padding:0px 10px 0px 10px;
	background-color:#202020;
	border-right:2px solid #000000;
	font-size:13px;
	color:#ffffff;
	text-decoration:none;
}

.topmenu A:hover
{
	background-color:#3d3d3d;
	color:#ffffff;
	text-decoration:none;
}

.topmenu A.selected
{
	display:block;
	height:25px;
	float:left;
	line-height:25px;
	padding:0px 10px 0px 10px;
	background-color:#797979;
	border-right:2px solid #000000;
	font-size:13px;
	color:#ffffff;
	text-decoration:none;
}


/* open / close items */

.mainitem
{
	height:20px;
	clear:both;
	overflow:hidden;
	text-align:center;
	background-color:#202020;
	background-image:url(../img/bg_header.gif);
	background-repeat:repeat-x;
	background-position:top left;
	margin-bottom:2px;
}

.opendiv:link, .opendiv:active, .opendiv:visited
{
	display:block;
	width:100%;
	height:20px;
	clear:both;
	background-image:url(../img/open.gif);
	background-position:top right;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#a9a9a9;
	font-size:12px;
	font-weight:bold;
	line-height:19px;
}

.opendiv:hover
{
	display:block;
	width:100%;
	height:20px;
	clear:both;
	background-image:url(../img/open.gif);
	background-position:top right;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	line-height:19px;
}

.closediv:link, .closediv:active, .closediv:visited, .closediv:hover
{
	display:block;
	width:100%;
	height:20px;
	clear:both;
	background-image:url(../img/close.gif);
	background-position:top right;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	line-height:19px;
	margin-bottom:10px;
}

.content
{
	color:#a9a9a9;
	font-size:12px;
	line-height:20px;
	padding:10px 0px 20px 0px;
	width:100%;

}

.content A:link, .content A:active, .content A:visited
{
	color:#a9a9a9;
	text-decoration:underline;
	font-weight:bold; 
}

.content A:hover
{
	color:#ffffff;
	text-decoration:underline overline;
	font-weight:bold; 
}

.download:link, .download:active, .download:visited
{
	text-decoration:none;
	font-weight:bold;
	background-image:url(../img/bg_download_n.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
	padding-left:18px;
}

.download:hover
{
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
	background-image:url(../img/bg_download_a.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
	padding-left:18px;
}

.cover
{
	clear:both;
	margin:20px 0px 20px 0px;
	border:outset 1px #cccccc;
}

.cover:hover
{
	clear:both;
	margin:20px 0px 20px 0px;
	border:solid 1px #000000;
}

.content_inner
{
	padding-left:10px;
	padding-right:20px;
	text-align:left;
}

/* right column */

.column_right_inner
{
	padding:0px 10px 10px 20px;
	vertical-align:top;
}

.column_right_inner A:link, .column_right_inner A:active, .column_right_inner A:visited
{
	color:#a9a9a9;
	text-decoration:underline;
}

.column_right_inner A:hover
{
	color:#ffffff;
	text-decoration:underline overline;
} 

.comment_box
{
	margin:0px 0px 20px 0px;
	padding:0px 0px 10px 0px;
	border-style:solid;
	border-width:0px 0px 2px 0px;
	border-color:#202020;
}

.rss
{
	display:block;
	height:19px;
	line-height:19px;
	background-image:url(../img/rss.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:25px;
	margin-bottom:20px;
}

.itunes
{
	display:block;
	height:19px;
	line-height:19px;
	background-image:url(../img/itunes.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:25px;
	margin-bottom:5px;
}

.mashstixalternative
{
	display:block;
	height:25px;
	width:84px;
	background-image:url(../img/button_mashstixalternative.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:25px;
	margin:15px 0px 5px 0px;
}

#bottomdiv
{
	height:20px;
	width:100%;
	clear:both;
	color:#000000;
	font-size:14px;
	text-align:right;
	background-color:#1c1c1c;
}

#preloadimages
{
	position:absolute;
	height:1px;	
	width:1px;
	z-index:1000;
	left:-100px;
	top:-100px;
	background-image:url(../img/bg_header.gif);
	background-image:url(../img/open.gif);
	background-image:url(../img/close.gif);
	background-image:url(../img/bg_download_n.gif);
	background-image:url(../img/bg_download_a.gif);
	background-image:url(../img/bg_comment_n.gif);
	background-image:url(../img/bg_comment_a.gif);
	background-image:url();
}