div#header {
	position: relative;
	height: 113px;
	background: #00537E url(/images/desktop/header-bg.png) repeat-x;
	text-align: center;
}

div#header h1 {
	position: relative;
	width: 1006px;
	height: 110px;
	margin: 0 auto;
	overflow: hidden;
}

div#header h1 a {
	position: relative;
	display: block;
	width: 1006px;
	height: 1px; 
	padding-top: 109px;
	background: url(/images/desktop/imgwerx-logo.png) no-repeat;
}


/* -- Main Page -- */


div#main {
	position: relative;
	margin: 35px 0 100px;
	padding: 15px;
 	background: #464646;
	box-shadow: 0 0 4px #212121;
	-moz-box-shadow: 0 0 4px #212121;
	-webkit-box-shadow: 0 0 4px #212121;
}

div#main div#features {
	position: relative;
	width: 1006px;
	margin: auto;
	text-align: left;	
	height: 360px;
	overflow: hidden;
}

div#main div#features div.feature {
	position: relative;
	width: 501px;
	height: 360px;
	overflow: hidden;
}

div#main div#features div.feature div.badge {
	position: absolute;
	z-index: 2;
	margin-left: 358px;
	margin-top: 273px;
}

div#main div#features div.feature div.image {
	margin: 3px;
	background: #999;
	box-shadow: 0 0 4px #212121;
	-moz-box-shadow: 0 0 4px #212121;
	-webkit-box-shadow: 0 0 4px #212121;
}

div#main div#features div.feature div.image img {
	display: block;
}

div#main div#features div.feature div.download {
	text-align: center;
}

div#main div#features div.feature div.download a {
	display: inline-block;
	padding: 5px;
	padding-left: 15px;
	line-height: 16px;
	color: #999;
	background: url(/images/desktop/arrow.png) 0 7px no-repeat;
}

div#main div#features div.feature div.download a:hover {
	color: #CCC;
}


/* -- Downloads Page -- */


#downloads {
	position: relative;
	margin: 35px 0 100px;
	padding: 15px;
 	background: #464646;
	box-shadow: 0 0 4px #212121;
	-moz-box-shadow: 0 0 4px #212121;
	-webkit-box-shadow: 0 0 4px #212121;
}

#downloads-pad {
	width: 1006px;
	height: 400px;
	margin: auto;
	text-align: left;	
}

#downloads-pad h2 {
	font-size: 28px;
	font-weight: normal;
	margin: 20px 0 80px;	
}

#downloads-pad p {
	float: left;
	width: 260px;
	padding-right: 20px;
	height: 64px;
	overflow: hidden;
	font-size: 14px;
}

#downloads-pad p img {
	float: left;
	margin-right: 15px;
}

#downloads-pad p strong {
	display: block;
	padding-top: 10px;	
}

#downloads-pad p em {
	font-style: normal;
	font-size: 11px;
	color: #8AC432;
}

#downloads-pad p span {
	display: none;
}




/* -- Footer -- */

div#footer a {
	display: inline-block;
	padding: 5px;
	font-weight: bold;
	color: #999;	
}

div#copyright {
	padding: 25px;
	color: #666;	
}