@charset "utf-8";
body {
	background: #e9e9e9 url("./images/bg.png") repeat-x top;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #444;
}
a {
	color: #666;
}
a img {
	border: 2px solid transparent;
}
a:hover img {
	border: 2px solid #9c0;
}
a:hover {
	color: #9C0;	
}
#content {
	width: 840px;
	margin: 100px auto;
}	
	
#toplinks {
	background: #222;
	padding: 0;
	position: absolute;
	top: 0;
	float: right;
	width: 100%;
	left: 0;
}


#toplinks ul {
	float: right;
	margin: 5px 6% 5px 0;
}

#toplinks li {
	float: left;
	list-style: none;
}

#toplinks li a {
	display: block;	
	color: #ccc;
	padding: 5px 10px;
	font-weight: bold;
	text-decoration: none;
}

#toplinks ul.second a {
	color: #999;
	font-size: 11px;
}

#toplinks ul li a:hover {
	background-color: #9c0;
	color: white !important;
}

#left {
	width: 450px;
	float: left;
	text-align: center;
	color: #888;
	font-size: 1em;
}
#promo {
	margin-top: 50px;
	height: 450px;
	background: url("./images/promo.png") no-repeat top;
}
#promo1 {
	margin-top: 50px;
	height: 400px;
	background: url("./images/02.04.09.png") no-repeat top;
}

#right {
	width: 350px;
	float: right;
	color: #777;
	margin-bottom: 100px
}

h1 {
	font-size: 15px;
	color: #eee;
	width: 350px;
	height: 70px;
	margin: 0;
}


h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.4em;
	color: #693;
	margin-bottom: 14px;
	margin-top: 0px;
	letter-spacing: -1px;
}

h3 {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 1.45em;
	font-weight: bold;
	letter-spacing: -1px;
	color: #777;
	margin-bottom: 2px;
}

ul.features {
	margin: 5px 15px;
	padding: 0;
}

ul.features li {
	list-style: none;
	margin: 10px;
	padding : 0;
	
}

#right b {
	color: #444;	
}

ul.features li img {
	float: left;
	margin-right: 12px;
}

ul.features b {
	display: block;	
}

.center, .wrap {
	display: block;
	margin: auto auto;
	text-align: center;
	color: #777;
} .wrap { position: relative; top: 90px; }

#launch {
	margin-top: 15px;
}

.sociallinks {
    font-size: 80%;
    font-family: Tahoma;
}

/* iehack */
*:first-child+html #content {	
	padding-top: 100px !important;
} * html #content {
	padding-top: 100px !important;	
}
