html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/*ol, ul {
    list-style: none;
}*/
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}


body{
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;	
	background-image: url("images/bg_top.png");
	background-repeat: repeat-x;
	background-position: top;
	font: normal 16px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #00000;
	text-shadow: #EEEEEE 0px 1px;
}

h1{
	color: #000000;
	font-size: 19px;
	font-weight: bold;
}

h2{
	color: #000000;
	font-size: 17px;
	font-weight: bold;
}

h3{
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}

h4{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

p {
	size: 13px;
}

a, a:active, a:link{
	font-style: normal;
	font-weight: normal;
	color: #0071C8;
	text-decoration: underline;
}
a:hover, a:active{
	color: #0071C8;
	text-decoration: none;
}

#divMoreProducts{
	clear: both;
}

#buttonicascade{
	display: block;
	width: 70px;
	height: 70px;
	text-indent: 999999;
	background-image: url("images/icon_icascade.png");
	margin-left: auto;
	margin-right: auto;
}
#pProduct{
	color: #444444;
	font-size: 14px;
	text-align: center;
}

/*******************
	CONTAINER/BG
*******************/
#divContainer{
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	height: 100%;
	background-image: url("images/bg_top.png");
	background-repeat: repeat-x;
	background-position: top;
}

/*******************
	    HEADER
*******************/
#divHeader{
	width:  485px;
	height: 163px;
	background-image: url("images/bg_header.png");
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

/*******************
	    BUTTONS
*******************/
#divButtons{
	height: 80px;
}

#divButtons a{
	width: 209px;
	height: 57px;
	text-indent: -9999px;
	display: block;
}

#divButtons a.donation{
	background-image: url("images/button_donate.png");
	float: left;
}
#divButtons a.donation:hover{
	background-image: url("images/button_donate_hover.png");
	float: left;
}

#divButtons a.download{
	background-image: url("images/button_download.png");
	float: right;
	right:0px;
}
#divButtons a.download:hover{
	background-image: url("images/button_download_hover.png");
	float: rigth;
	right:0px;
}

p#pDonation{
	position: relative;
	left: 12px;
	float: left;
	font-size: 10px;
	color: grey;
}

p#pRequirements{
	position: relative;
	right: 25px;
	float: right;
	
	font-size: 10px;
	color: grey;
}

/*******************
	   TWITTER
*******************/

#divTwitter{
	text-align: center;
	font-size: 13px;
}

#divTwitter img{
	margin-left: 5px;
}

/*******************
	 DESCRIPTION
*******************/

p#pDescription{
	margin-top: 20px;
	margin-bottom: 30px;
	width:  100%;
	font-size: 17px;
	text-align: center;
}

#pDescription strong{
	color: #0071C8;
	font-size: 19px;
}


#divDivider{
	width:  533px;
	height: 11px;
	background-image: url("images/divider.png");
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	clear: both;
}


/*******************
	    FEATURES
*******************/
#divFeatures table{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
	border-spacing:10px 20px;
}

td#tdLogo{
	width: 35px;
}

td#tdDescription{
	width: 200px;
	vertical-align: top;
}

td#tdDescription p{
	font-size: 13px;
	font-weight: normal;
	color: #444444;
	line-height: 16px;
}

/*******************
	 SCREENSHOTS
*******************/

#divScreenshot{
	width: 533px;
	height: 375px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("images/screenshot_beta.png");
}

#divScreenshots{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#divScreenshots img {
	margin: 10px;
}


/*******************
	    HOTKEYS
*******************/
#divHotkeys{
	float: right;
	width: 240px;
}

#divHotkeys p{
	color: #444444;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
}

#divHotkeys table{
	font-size: 13px;
}

td#tdHotkey{
	width: 45px;
	color: #0071C8;
}

/*******************
	    FAQ
*******************/

#divFAQ{
	float: left;
	width: 280px;
	font-size: 13px;
	color: #444444;
	line-height: 16px;
	padding-bottom: 30px;
}

#pQuestion{
	font-weight: bold;
	color: #000000;
	margin-top: 13px;
	margin-bottom: 4px;
}

#divFAQ li{
	margin-left: 18px;
	margin-bottom: 5px;
	margin-top: 5px;
}

/*******************
	 CHANGELOG
*******************/
#divChangeLog{
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
}

#divChangeLog a{
	font-size: 13px;
}

/*******************
	    FOOTER
*******************/

#divFooter p{
	clear: both;
	text-align: center;
	vertical-align:  bottom;
	padding-top: 40px;
	height: 40px;
	font-size: 13px;
	color: #444444;
}