/* *************************************************************** */
/* Tags */

body {
	margin: 0px;
	padding: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: .5px;
	line-height: 18px;
	color: #eeeeee;
	background: #060606 url(../../media/site/bg_bottom.png) fixed bottom left repeat-x;
	height: 100%;
}

a {
	text-decoration:none;
	outline:none;
}

a:link {color: #eeeeee;}
a:visited {color: #eeeeee;}
a:hover {color: #75cc0e;}
a:active {color: #eeeeee;}

.green {color: #75cc0e;}
a.green:link {color: #75cc0e;}
a.green:visited {color: #75cc0e;}
a.green:hover {color: #4d8609;}
a.green:active {color: #75cc0e;}

a.footer:link {color: #333333;}
a.footer:visited {color: #333333;}
a.footer:hover {color: #999999;}
a.footer:active {color: #333333;}

/* *************************************************************** */
/* IDs */

#container {
	position: relative;
	width: 900px;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
	z-index:1;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	border-top: #75cc0e 3px solid;
	padding: 10px 0px 0px 0px;
}

#main {
	position: absolute;
	/* top: 50%; */
	left: 50%;
	width: 550px;
	height: 220px;
	margin-left: -275px;
	/* margin-top: -150px; */
}

#nav {
	position: relative;
	margin-top: 145px;
	margin-left: 70px;
	z-index: 10;
	letter-spacing: 1px;
}

#main .logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#showcase {
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

#showcase_sub {
	position: relative;
	padding: 6px 6px 6px 20px;
	width: 104px;
	line-height: 18px;
	background: url(../../media/site/90_percent.png) repeat;
	font-size: 10px;
}

#about {
	position: absolute;
	top: 0px;
	left: 140px;
	cursor: pointer;
}

#about_sub {
	position: relative;
	padding: 6px 6px 6px 20px;
	width: 104px;
	line-height: 18px;
	background: url(../../media/site/90_percent.png) repeat;
	font-size: 10px;
}

#download {
	position: absolute;
	top: 0px;
	left: 280px;
	cursor: pointer;
	width: 130px;
}

#page {
	position: relative;
	padding: 200px 0px 120px 0px;
	z-index: 1;
}

#footer {
	position: relative;
	height: 100px;
	z-index: 10;
}

#footer_center {
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 900px;
	height: 70px;
	margin-left: -450px;
	border-top: #cccccc 1px solid;
	padding: 6px 0px 0px 0px;
	color: #333333;
	font-size: 9px;
	line-height: 14px;
}

#footer_right {
	position: absolute;
	top: 6px;
	right: 0px;
	text-align: right;
}

#smoke {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #060606;
	z-index: 9999;
}

/* *************************************************************** */
/* Classes */

.screenshots {
	padding: 20px 20px 10px 20px;
	margin-bottom: 20px;
	background-color:#333333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.screenshots img {
	margin-bottom: 10px;
}

.margin_bottom {
	margin-bottom: 5px;
}

.preload {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: 1px;
	color:#333333;
	line-height: 38px;
	border-bottom:#333 1px solid;
	margin-bottom: 20px;
}

.column_2 {
	float: left;
	width: 380px;
	margin: 20px 20px 10px 0px;
	/* font-size: 9px; */
	line-height: 20px;
}

.column_3 {
	float: left;
	width: 280px;
	/* font-size: 9px; */
	line-height: 18px;
}

.column_3 span.byline {
	color: #75cc0e;
	margin-top: 10px;
	display:block;
	line-height: 16px;
}

.column_3 span.byline i {
	color: #333;
}

.margin {
	margin: 0px 30px 30px 0px;
}

.spacer {
	width: 100%;
	clear: both;
}

.spacer_tall {
	width: 100%;
	clear: both;
	height:30px;
}

.line {
	width: 100%;
	clear: both;
	border-top:#333 1px solid;
}

.small_title {
	font-size: 16px;
	/* color:#666; */
	color: #75cc0e;
	line-height: 25px;
}

.area_section {
	position: relative;
	border-bottom:#fff 1px solid;
	margin: 40px 0px 0px 0px;
	padding-bottom: 5px;
	color:#fff;
	width:100%;
	clear:both;
}

.area {
	position: relative;
	width:100%;
	clear:both;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color:#222222;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.left_area {
	position: relative;
	float: left;
	padding: 20px 20px 20px 20px;
	width: 375px;
	margin-right: 30px;
}

.right_area {
	position: relative;
	float: left;
	padding: 20px 20px 20px 0px;
	width: 435px;
}

.right_area img {
	border: #FFF 5px solid;
}

p {
	display: block;
	background-color: #141414;
	color:#bbbbbb;
	padding: 20px;
	margin: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

p b {
	font-size:14px;
	color: #ffffff;
}

p i {
	font-size:14px;
	color: #666;
}

/* *************************************************************** */