*{
	margin:0;
	padding:0;
}
html{
	height:100%;
}
body{
	color: #59595c;
	font-family: "Lucida Grande","Lucida Sans Unicode", "Tahoma", sans-serif;
	background: #ededed;
	background-image: url('../images/page_bg.png');
	background-position: center;
	background-repeat: repeat-y;
	height:100%;
}
a{
	text-decoration:none;
	color:#4f678e;
	-webkit-transition-duration:500ms;
}
a:hover{
	color:#4b72b3;
}
a img{
	border:0;
}
ul{
	list-style:none;
}
.imgR{
	display:block;
	text-indent:-623em;
	background-repeat:no-repeat;
}
.break{
	clear:both;
	font-size:1px;
}
#page{
	width: 700px;
	margin: 0 auto;
	background:#fff;
	height:100%;
}
#main{
	position:relative;
	top:180px;
}
.grid{
	width:480px;
	margin:0 auto;
	clear:both;
}
h1{
	width:240px;
	overflow:hidden;
	float:left;
}
h1 a{
	background-image: url('../images/logo_about_ds.png');
	width:230px;
	height: 19px;
	position:relative;
	left: -60px;
	float:left;
	-webkit-transition-duration:0;
}
h1 a:hover{
	background-position:bottom left;
}
.copyright{
	color:#9e9e9e;
	font-size: 9px;
	float:right;
	margin-top:6px;
}
#headerBox{
	height:120px;
	overflow:hidden;
}
#header{
	position:relative;
	top: 100px;
}
#about{
	font-size:10px;
	line-height:13px;
	clear:both;
	padding-top:10px;
}
#available{
	color: #318e28;
}
#unavailable{
	color: #d41416;
}
#menu{
	padding-top: 20px;
}
#menuList li{
	font-size:12px;
}
#menuList li a{
	color: #404f59;
	display:block;
	float:left;
	padding: 6px 1px;
	border-top: #fff solid 4px;
	margin-right:24px;
}
#menuList li a:hover{
	color: #111;
}
#menuList .active a{
	color:#000;
	border-top: #000 solid 4px;
}
.section{
	clear:both;	
}
#downloads li,
#recentworks li{
	background:url('../images/bg_minipreview.png') top left no-repeat;
	width: 92px;
	height:94px;
	float:left;
	margin-left:5px;
	margin-bottom:10px;
}
#downloads li.first,
#recentworks li.first{
	margin:0;
}
#downloads li.active,
#recentworks li.active{
	background-position:-92px 0px;
}
#downloads li img,
#recentworks li img{
	position:relative;
	top: 4px;
	left:4px;
	-webkit-transition-duration:400ms;
}
#downloads li.active img,
#recentworks li.active img{
	opacity:0.6;
}
.indicator{
	float:left;
	display:block;
	width:92px;
	height:92px;
	position:relative;
	top: 2px;
	left:-92px;
	z-index:1000;
	margin-right:-92px;
	margin-bottom:-92px;
}
.detailswrapper{
	padding-top: 3px;
}
.actionBar{
	height: 14px;
	width:440px;
	background:url('../images/bg_actionbar.png') no-repeat;
	position: relative;
	top: -30px;
	font-size:10px;
	color:#cdcdcd;
	text-shadow:#222 0px -1px 0px;
	padding:7px 20px;
	margin-bottom:-28px;
}
.actionBar .caption{
	float:left;
}
.actionBar .dlLinks{
	float:right;
}
.actionBar .dlLinks a{
	color:#ddd;
	margin-left:10px;
}
.actionBar .dlLinks a:hover{
	color: #fff;
}
.description{
	clear:left;
	font-size:11px;
	padding:0 2px;
	margin-top:14px;
	line-height:1.4em;
	margin-bottom:2em;
}
.description strong{
	font-size:12px;
}
 
/* Navigation */
#downloads{
	width: 480px;
	overflow:hidden;
}
#downloads ul.previews{
	width:10000em;
	position:relative;
}
#btnPrev,
#btnNext{
	height:16px;
	width: 16px;
	float:left;
	position:relative;
	top: -60px;
	margin-bottom:-16px;
}
#btnPrev{
	background-image:url('../images/button_prev.png');
	left: -24px;
}
#btnNext{
	background-image:url('../images/button_next.png');
	left: 488px;
}