/* CSS Document */

html, body
{
	margin:			    0px;
	padding:		    0px;
	background-color:	#FFFFFF;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:          12px;
	color:			    #444444;
}

th
{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:          12px;
	text-decoration:	bold;
}

td
{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:          12px;
}

h1, h2, h3, h4
{
	color:			    #444444;
	text-decoration:	none;
	font-family:		Arial, Helvetica, sans-serif;
}
h1 { font-size:			18px; }
h2 { font-size:			16px; }
h3 { font-size:			14px; }
h4 { font-size:			12px; }

small
{
	font-size:		11px;
	color:			#777777;
}

A, A:visited, A:active
{
	text-decoration: 	none;
	font-weight:		bold;
	color:			#4466AA;
}
A:hover
{
	text-decoration: 	none;
	color:			#6688FF;
}

body {
	min-width: 740px;	
}

#wrapper {
	background-color: #FFFFFF;
    margin: 0 40px 30px 40px;
}

#header {
	background-color: #FFFFFF;
}

#header-title {
    background-image: url(grafix/titleback-mid.jpg);
    background-repeat: repeat-x;
    padding-left: 20px;
}

#header-bottom {
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	background-color: #FAFAFA;
	height: 32px;
}
#header-bottom ul {
	padding: 0 0 0 1px;
	margin: 2px 0px;
	float: left;
}
#header-bottom li {
	display: inline;
}
#header-bottom img, a{
	width: 100px;
	height: 28px;
	border: 0px;
}

.menubutton img {
	background: url(grafix/button-off.jpg) top left no-repeat;
}
.menubutton:hover img {
	background: url(grafix/button-on.jpg) top left no-repeat;
}

#main-contact {
    margin: 15px 15px 0 15px;
    padding: 5px;
}

#main-text {
	margin: 15px 15px 0 465px;
	padding: 5px;
}

#main-player {
    float: left;
}

#footer {
	width: 100%;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	margin-top: 10px;
	float: left;
}

#footer p {
	font-size: 90%;
	margin: 0;
	padding: 0;
}

.download-thumb {
    float: left;
    margin: 0 20px 0 0;
}
	
.download-div-half {
    float: left;
    width: 50%;
    margin: 0 0 20px 0;
}

