/* standard elements */

  html {  
        scrollbar-face-color: #ffffff; 
	scrollbar-shadow-color: #FE4E00; 
	scrollbar-highlight-color: #0803FC; 
	scrollbar-3dlight-color: #FE4E00; 
	scrollbar-darkshadow-color: #0803FC;  
	scrollbar-arrow-color: #000000;
        scrollbar-track-color: #ffffff;
}

* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
body {
	background: #FFF url(bg.gif) repeat-x;
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",Verdana,sans-serif;
	padding-top: 40px;
}
p,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
li {
	list-style: none;
}
h1 {
	font-size: 1.4em;
}
code {
	border: 1px solid #F0F0F0;
	border-left: 3px solid #F06;	
	color: #444;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	}
blockquote {
       width: 400px;
	background: #FBFCF5;
	border-bottom: 1px solid #EED;
	border-top: 1px solid #EED;
	color: #444;
	display: block;
	font: normal 1.2em Verdana,sans-serif;
	margin-bottom: 12px;
	padding: 12px;
}

.disclaimerleft {
       width: 430px;
	background: #FBFCF5;
	border-bottom: 1px solid #EED;
	border-top: 1px solid #EED;
	color: #000;
	font: normal "Trebuchet MS",sans-serif;
	font-size: 1.2em;
	text-align: left;
}

.disclaimer {
       width: 250px;
	background: #FBFCF5;
	border-bottom: 1px solid #EED;
	border-top: 1px solid #EED;
	color: #000;
	font: normal "Trebuchet MS",sans-serif;
	font-size: 1.2em;
	text-align: left;
}

h1,h2,h3,h4 {
	font: normal 1.2em "Trebuchet MS",sans-serif;
	color: #D4D4D3;
}
/* misc */
.clearer {
	clear: both;
}

/* header */


.freewareheader {
	background: transparent;
	height: 60px;
	margin-bottom: 24px;
}
.freewareheader h1 {
       width: 760px;
	font: bold 4em sans-serif;
	font color: #000;
	margin-top: 2px;
	text-align: center;
	
}

.header {
	background: transparent;
	height: 60px;
	margin-bottom: 24px;
}
.header h1 {
       width: 760px;
	font: bold 4em sans-serif;
	font color: #D4D4D3;
	margin-top: 2px;
	text-align: center;
	display: none
}
.header h2 {
	width: 760px;
	color: #000;
	text-align: center;
	}
.header h2 span {
	background: #D4D4D3;
	color: #000;
	padding: 0 6px;
}

/* left side (main content) */
.left {
	margin: 0 52% 20px 3%;
	border-right: 1px dashed #D4D4D3;
}

.leftapp {
	margin: 0 32% 20px 3%;
	border-right: 1px dashed #D4D4D3;
}



.contentapp {
	height: 779px
}


.content .descr {
	color: #06F;
	font-size: 1.2em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content h1 {
	color: #3333CC;
	font-size: 2.4em;
	margin-bottom: 4px;
}
.content a,.footer a {
	color: #F06;
	text-decoration: none;
}
.content a:hover,.footer a:hover {
	color: #444;
	border-bottom: 1px solid #F06;
}

/* nav & subnavigation */
.nav,.right {
	margin-bottom: 20px;
	position: absolute;
	top: 40px;
	}	

/* navigation */

.navapp {
	right: 95%;
	text-align: right;
	width: 17%;
}


.nav {
	right: 25%;
	text-align: right;
	width: 24%;
}
.nav .logo {
	background: url(logonew.gif) no-repeat center top;
	border-bottom: 1px solid #EEE;
	
	height: 79px;	
}

.nav h1 {
	color: #F60;
	margin: 12px 0;
}

.nav h2 {
	color: #F60;
	font-size: 1.6em;
	color: #444;
	text-align: center;
	
	margin: 1px 0 1px 0;
}

.nav li {
	border-bottom: 1px solid #EEE;
}
.nav li a {
	color: #000;
	display: block;
	font: normal 1.1em serif;
	padding: 8px 0;
}
.nav li a:hover {
	background: #FAFAFA;
	color: #3333CC;
}

/* subnav */
.right {
	background: #D4D4D3;
	right: 3%;
	width: 19%;
}
.subnav {
	padding: 12px 12px 0;
}
.subnav h1 {
	color: #6064F0;
	font-size: 1.4em;
	height: 20px;
	margin-left: 8px;
}
.subnav ul {
	margin: 0 0 16px;
	padding: 0;
}
.subnav li { 
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #333;
}
.subnav li a {	
	color: #000;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 8px;
	text-decoration: none;
}
.subnav li a:hover {
	color: #777;
}

/* round edges */
.roundtl,.roundtr,.roundbl,.roundbr {
	background: url(round1.gif);
	height: 16px;
	width: 14px;
}
.roundtl,.roundbl {
	float: left;
}
.roundtr,.roundbr {
	float: right;
}
.roundtr {
	background-position: right top;
}
.roundbr {
	background-position: right bottom;
}
.roundbl {
	background-position: left bottom;
}

/* footer */
.footer {
	color: #666;
	margin-top: 10;
	padding: 23px 0 13px 0;
	border-top: 1px solid #EEE;
	border-bottom: 7px solid #000;
	font: normal 1em Verdana,sans-serif;
	text-align: center;
}
