@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	background-color:#FFF;
	
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #999;
}

#description {
	padding-left:10px;
	padding-top:10px;
	margin-bottom:100px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.hidden {
	visibility:hidden;
	display:none;
	}

#swf {
	margin:auto;
	
}

#Downloads a.win {
    background-image: url("images/win_white.png");
}

#Downloads a.mac {
    background-image: url("images/mac_white.png");
}

#CC a {
    background-image: url("images/cc_white.png");
}


#Downloads a:hover, #CC a:hover {
    background-position: left bottom;
    color: #CCCCCC;
}

#Downloads a,  #CC a {
    background-position: left top;
    background-repeat: no-repeat;
    color: #999999;
    /*display: block;*/
    font-size: 14px;
    font-weight: bold;
    height: 18px;
    margin-right: 40px;
    margin-top: 10px;
    padding-left: 20px;
    text-decoration: none;
    width: 200px;
}

#logo {
	background-image: url("images/logo_white.png");
	height: 103px;
	width: 207px;
	display: block;
	float:right;
	margin-right:50px;
	margin-left:50px;
	
}

#logo span
{   visibility: hidden;
}
