body{
	font-size: 14px;
	font-family: verdana;
	background-color: #000000;
	color:#CCCCCC;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
}
h2{
	font-size: 20px;
	color:#CCCCCC
}
h2 strong{
	color:#fff
}
ul.main_list{
	list-style: none;
	margin: 0;
	padding: 0;
}
a{
	color:#E32E00;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}
img{
	border: none;
}
.goztunlink{
	clear:both
}
.goztunlink a{
	color:#00AEEF;
	font-weight:bold;
}
.goztunlink a:hover{
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}
li.product{
	display:block;
	width:300px;
	margin:10px;
	float:left;
}
.product{
	color:#fff;
}

.centerbody{
	width: 960px;
	margin:0 auto;
	padding: 0px;
	text-align: center;
	clear:both;
	color:#FFFFFF;
}

.logo{
	width: 128px;
	float: left;
	margin: 0 20px 0 20px;
}

.actions{
	width: 120px;
	float: left;
	text-align:left;
}

.actions ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.actions a{
	color:#E32E00;
	font-weight:bold;
	line-height: 24px;
	text-decoration:none;
}
.actions a:hover{
	color:#fff;
	font-weight:bold;
	line-height: 24px;
	text-decoration:underline;
}
#header_container{
	width:100%;
	height:90px;
	border-bottom:3px solid #D50000;
}
#header_container a{	
	color:#D50000;
	text-decoration:none;
}
#header_container a:hover{	
	color:#fff;
	text-decoration:underline;
}

#screenshot{
	margin: 20px;
	float:right;

}
.screenshot_item{
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-weight:bold;
}

.screenshot_item li{
	display:block;
	width:300px;
	margin: 10px;
	padding: 5px;
	float: left;
	height: 250px;
	overflow: hidden;
}

.screenshot_title{
	font-size: 16px;
	display: block;
	width: 600px;
	clear: both;	
	font-weight:bold;
}

#screen{
	float:left;
	width:260px;
	text-align:left;
	position: fixed;
}
#screen ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-weight:bold;
}
#screen ul li{
	padding: 0px;
	margin:  0 0 0 10px;
	list-style: none;
}
#download{
	text-align:left
}
.downloadtitle{
	text-align:center;
	color:#fff;
	font-weight:bold;
	background-color: #CCCCCC;
}
.downloadname{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	background-color: #D50000;
	padding-left:5px;
}
.goztundownloadname{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	background-color: #00AEEF;
	padding-left:5px;
}
.downloadtext{
	text-align:center;
	color:#fff;
	border-bottom:1px solid #ccc;
}
.productname{
	text-align:left;
	font-weight:bold;
	color:#fff;
	border-bottom:1px solid #ccc;	
	padding-left:5px;
}
.producttext{
	text-align:left;
	color:#999;
	border-bottom:1px solid #ccc;	
	padding-left:5px;
}
.purchasename{
	font-weight:bold;
	color:#fff;
	border-bottom:1px solid #ccc;
}