/**********************************
	Reset settings  
**********************************/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
border:0;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
padding:0;
text-align:left;
vertical-align:baseline;
}


/**********************************
	Basic elements 
**********************************/
body {
background:url('../images/background.jpg') repeat #121111;
color:#ececec;
font-family:Verdana, Arial, sans-serif;
font-size:14px;
line-height: 26px;
}

h2
{
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

a
{
	color: #ececec;
}

a:hover
{
	color: #d8ce76;
}

ul
{
	margin: 20px 0 0 0;
	list-style-position: inside;
	list-style-type: disc;
	padding: 0;
}

li
{
	padding-left: .4em;
}

.features
{
	list-style-type: none;
	list-style-position: outside;
}

.features li {
background-image: url('../images/bullet.jpg');
background-repeat: no-repeat;
background-position: 0 .65em;
padding-left: 24px;
}

#container
{
	margin: 50px auto 0;
	width: 900px;
}

#header hr
{
	height: 0;
	border: 0;
	border-top: 1px solid #808080; 
	margin-top: 30px;
}

#content
{
	float: left;
	width: 520px;
	margin-top: 20px;
}

#content p, #content ul
{
	margin-top: 20px;
	margin-bottom: 40px;	
}

.screenshot-link
{
	float: left;
	padding: 6px;
	background: #3d3b3b;
	border: solid 1px #000;
	margin-right: 25px;
}

.screenshot_link img
{
	float: left;
}

#sidebar
{
	float: right;
	width: 300px;
	margin-top: 40px;	
}

.sidebar-box
{
	margin-top: 20px;
	margin-bottom: 40px;	
}
.title
{
	border-bottom: 1px solid #808080; 
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.download-button
{
	width: 270px;
	height: 49px;
	background: url('../images/download-button.jpg') no-repeat #121111;
	padding: 13px;	
}

.download-button a
{
	text-decoration: none;	
	cursor: pointer;
}

	
.download-button p
{
text-align: center;	
width: 270px;
}
	
.download-link
{
	font-size: 17px;
	font-weight: bold;
	color: #760000;
	
}

.version
{
	color: #121111;	
}

.paypal-button
{		
	margin: 20px auto;
	width:92px;	
	height: 26px;
	padding-bottom: 10px;
}

#mailform .submit-button
{
	margin: 20px auto;
	height: 25px;
	width: 90px;
}

#mailform .button
{
	height: 25px;
	width:90px;	
}

#screenshots
{
	margin-top: 20px;
	float: left;
	margin-bottom: 40px;
}

#footer
{
	float: left;
	width: 900px;
	margin-top: 40px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-top: solid 1px #808080;
}
