/*
 * CSS by : axing
 * Copyright (c) 2008 axing. All right reserved.
 *
 */ 

* {
	border: 0px none;
	color: #303030;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#topmenu {
	position: absolute;
	right: 0px;
	width: 360px;
}
#topmenu div {
	margin: 0px;
	padding: 0px;
}
#topmenu div a {
	background: none;
	border-right: 1px solid #E3E3E3;
	display: block;
	float: left;
	font-size: 10px;
	padding: 5px 6px 8px 6px;
	text-align: center;
}
#topmenu div a:hover {
	background: #FFF3DD;
	text-decoration: none;
}
#topmenu #topmenufirst {
	border-left: 1px solid #E3E3E3;
}

h1 {
	color: #EFEFEF;
	font-family: Times New Roman;
	font-size: 48px;
	font-weight: bold;
	left: 100px;
	position: absolute;
	top: 15px;
}
#comingsoon {
	color: #333333;
	left: 110px;
	position: absolute;
	top: 100px;
}
#comingsoon a {
	color: #FF9900;
}
.clr{
	clear: both;
}
.hr{
	border-top: 1px solid grey;
	margin: 3px 0px;
}