body {
	background-repeat-x:repeat;
	background-repeat-y:no-repeat;
	background-repeat:repeat-x;
	background-image:url(images/topbg.png);
	font:normal normal normal 16px/150% 'Helvetica Neue', 'Helvetica Neue Light', Helvetica, Arial, sans-serif;
	font-size:0.85em;
	font-weight:lighter;
	line-height:21px;
	margin:0px;
}

img {
	border-style:none;
}

#page {
	text-shadow:rgba(255, 255, 255, 0.933594) 0px 1px 1px;
	color:#444444;
	width:1000px;
	min-width:850px;
	height:1350px;
	top:0px;
	position:relative;
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
	bottom:0px;
}

#footer {
	text-shadow:rgba(255, 255, 255, 0.233594) 0px 1px 1px;
	background-color:#021E22;
	color:#828282;
	line-height:18px;
	font-size:11px;
	height:60px;
	width:100%;
	border-top:1px solid #D8E3E0;
}

#pagetitle {
	position:absolute;
	left:60px;
	top:-104px;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	height:218px;
	width:680px;
}

#bodymain {
	position:absolute;
	width:100%;
	height:1050px;
	left:0px;
	top:310px; 
}

#bodymain sub {
	color:#AAAAAA;
}

#bodymain a {
	color:#444444;
}

#bodymain a:hover {
	color:red;
}

#bodymain_leftcol {
	float:left;
	position:relative;
	top:90px;
	width:60%;
	height:470px;
}

#bodymain_rightcol {
	float:left;
	text-align:right;
	position:relative;
	top:80px;
	width:35%;
	height:470px;
	
}

#bodymain_centralcol {
	margin-left:auto;
	margin-right:auto;
	top:120px;
	position:relative;
	float:none;
	width:600px;
}

.main_textcontainer {
	position:relative;
	width:450px;
	height:125px;
	top:50px;
	left:50px;
}

.main_textcontainer .txt {
	position:absolute;
	height:100%;
	left:79px;
	top:0px;
}

.main_textcontainer .icon {
	position:absolute;
	top:-60px;
	left:0px;
	width:60px;
	height:100%;
}

.main_textcontainer .icon img {
	margin-top:40px;
}

#screenshots .thumb {
	float:left;
	margin:1px;
}

#screenshots {
	position:relative;
	float:none;
	text-align:left;
	top:120px;
	left:52px;
	height:420px;
	width: 550px;
}

#menubar {
	position:absolute;
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:660px;
	height:70px;
	font-size:24px;
	color: #808080;
	font-weight: 100;
	left: 165px;
	top:35px;
	text-align:center;
}

#menubar a {
	text-decoration:none;
}

#menubar light {
	opacity: 0.5;
}

#menubar a:hover {
	color:#222;
}


#menubar img {
	position:relative;
	top:-2px;
	margin-left: 50px;
}

#facebooklike {
	position:relative;
	left: 48%;
	top: -15px;
	width:100px;
}

h3 {
	font-family:Georgia, 'Nimbus Roman No9 L', serif;
	margin-bottom:5px;
	font-size:1.5em;
}

h3 b {
	color:#999999;
}

div.clear {
	clear: both;
}

.tooltip {
	opacity:0;
	display:none;
	background:transparent url(js/tooltip/black_arrow.png);
	font-size:11px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
	line-height: 13px;
	font-family:Arial, 'Nimbus Roman No9 L', serif;
}

.tooltip b {
	font-weight:bold;
}

