* {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2;
}
html, body{
	height: 100%;
	min-height:100%;
	background: #09F url(/images/sand.jpg) bottom center repeat-x fixed;
}
body {
	font-family: Geneva, Arial, Verdana;
}
#menubar {
	background: url(/images/main_menu_back.jpg) repeat-x top;
	padding: 0 142px 0 0;
}
#menu{
	height:40px;
	background: url(/images/menu_buttons.jpg) no-repeat -200px -80px;
	text-align: left;
	padding: 0 0 0 194px;
	overflow:hidden;
}
#menu2 {
	float:right;
	padding-left:5px;
	background: url(/images/menu_buttons.jpg) no-repeat -400px -80px;
}
#headimg {
	background: url(/images/png/lewis_hang_8.png) top right no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 142px;
	height: 460px;
	z-index:99;
}
#home {
	height: 40px;
	width: 70px;
	display: inline-block;
	background:url(/images/menu_buttons.jpg) 0 0;
	float:left;
	text-indent: -9999px;
}
#home:hover{
	background:url(/images/menu_buttons.jpg) 0 -40px;
}
#offers {
	height: 40px;
	width: 70px;
	display: inline-block;
	background:url(/images/menu_buttons.jpg) -70px 0;
	float:left;
	text-indent: -9999px;
}
#offers:hover{
	background:url(/images/menu_buttons.jpg) -70px -40px;
}
#events {
	height: 40px;
	width: 70px;
	display: inline-block;
	background:url(/images/menu_buttons.jpg) -140px 0;
	float:left;
	text-indent: -9999px;
}
#events:hover{
	background:url(/images/menu_buttons.jpg) -140px -40px;
}
#newsbutton {
	height: 40px;
	width: 70px;
	display: inline-block;
	background:url(/images/menu_buttons.jpg) -210px 0;
	float:left;
	text-indent: -9999px;
}
#newsbutton:hover{
	background:url(/images/menu_buttons.jpg) -210px -40px;
}
#comps {
	height: 40px;
	width: 70px;
	display: inline-block;
	background:url(/images/menu_buttons.jpg) -280px 0;
	float:left;
	text-indent: -9999px;
}
#comps:hover{
	background:url(/images/menu_buttons.jpg) -280px -40px;
}
#forum {
	height: 40px;
	width: 70px;
	display: inline-block;
	background:url(/images/menu_buttons.jpg) -420px 0;
	float:left;
	text-indent: -9999px;
}
#forum:hover{
	background:url(/images/menu_buttons.jpg) -420px -40px;
}
#mylizard {
	height: 40px;
	width: 70px;
	display: inline-block;
	background:url(/images/menu_buttons.jpg) -350px 0;
	float:left;
	text-indent: -9999px;
}
#mylizard:hover{
	background:url(/images/menu_buttons.jpg) -350px -40px;
}
#valid {
	height: 40px;
	width: 95px;
	display: inline-block;
	background:url(/images/valid.jpg) 0px 0;
	text-indent: -9999px;
}
#valid:hover{
	background:url(/images/valid.jpg) 0px -40px;
}
#compsimage {
	height: 100px;
	width: 200px;
	background:url(/images/menu_buttons.jpg) 0 -80px;
	text-indent: -9999px;
	display: inline-block;
	overflow: hidden;
}
#frametop{
	height:10px;
	margin: 0 auto;
	padding: 0;
	background:url(/images/png/frametop.png) repeat-x top;
	margin-bottom:-10px;
	position:relative;
	z-index:9;
}
#container{
	margin: 0 auto;
	padding: 0 15px;
	width: 1000px;
	background: url(/images/frameback.png) repeat-y center
}
h1 {
	text-align:center;
	font-size:1em;
	padding: 6px 0 4px 0;
	color:#000;
	height: 20px;
	background: url(/images/head_right.jpg) no-repeat top right;
}
h2 {
	text-align:center;
	font-size:0.9em;
	padding: 6px 0 4px 0;
	color:#000;
	height: 20px;
	background: url(/images/head_right.jpg) no-repeat top right;
}
h3 {
	text-align:center;
	font-size:0.8em;
	color:#000;
	background-color: #BDF;
	margin: 0 15px;
	padding-top: 5px;
}
#main {
	float: left;
	margin: 0 5px 0 5px;
	width:730px;
}
#right {
	float: right;
	margin: 0 5px 0 5px;
	width: 250px;
}
.frame {
	background: url(/images/head_back.jpg) repeat-x top left;
	padding: 0px 0px 10px 0px;
	margin: 0 5px 5px 5px;
}
.frame p {
	background: #BDF;
	text-align: center;
	padding: 5px;
	font-size: 0.8em;
	margin: 0 15px;
}
.p {
	background: #BDF;
	padding: 5px;
	margin: 0 15px;
	overflow: hidden;
}
input {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding: 2px 5px 2px 5px;
}
input:hover {
	background: #FC0;
}
#searchloc {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding: 2px 5px 2px 5px;
}
#searchloc:hover {
	background: #FC0;
}
#search {
	width: 150px;
}
#searchloc {
	width: 150px;
}
#or {
	margin: 5px 5px 15px 5px;
	text-align: center;
	font-size: 2em;
}
#selectframe {
	display:none;
}
.go {
	width:100px;
	text-align:center;
	background-color:#0C0;
	display:inline-block;
	margin: 3px 0 3px 0;
	padding: 0 5px 0 5px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	text-decoration:none;
	color:#000;
	border-width:1px;
	border-style:outset;
}
.go:hover {
	background-color: #FC0;
}
#notlisted {
	float: left;
	right: 60px;
	margin-right: -60px;
	position: relative;
	z-index: 3;
	font-size:0.8em;
	text-align:center;
}
#notlisted a {
	color: #000;
	font-weight: bold;
	float:left;
	padding:2px;
}
#notlisted a:visited {
	color: #000;
}
#notlisted a:hover {
	color: #09F;
}
#links {
	text-align: center;
	height: 100px;
	margin-top:15px;
}
#facebook {
	height: 100px;
	width: 100px;
	background: url(/images/linkbuttons.jpg) no-repeat 0 0;
	display: inline-block;
}
#facebook:hover {
	background: url(/images/linkbuttons.jpg) no-repeat 0 -100px;
}
#twitter {
	height: 100px;
	width: 100px;
	background: url(/images/linkbuttons.jpg) no-repeat -100px 0;
	display: inline-block;
}
#twitter:hover {
	background: url(/images/linkbuttons.jpg) no-repeat -100px -100px;
}
#blogger {
	height: 100px;
	width: 100px;
	background: url(/images/linkbuttons.jpg) no-repeat -200px 0;
	display: inline-block;
}
#blogger:hover {
	background: url(/images/linkbuttons.jpg) no-repeat -200px -100px;
}
#linkedin {
	height: 100px;
	width: 100px;
	background: url(/images/linkbuttons.jpg) no-repeat -300px 0;
	display: inline-block;
}
#linkedin:hover {
	background: url(/images/linkbuttons.jpg) no-repeat -300px -100px;
}
#footer {
	font-size:0.8em;
	margin: 0 15px;
	padding-top: 10px;
	text-align: center;
	clear:both;
}
.footbutton {
	display:inline-block;
	margin: 3px 0 3px 0;
	padding: 0 5px 0 5px;
	background: #9CF url(/images/fb_back.jpg) repeat-x 0 0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	text-decoration:none;
	color:#000;
	border-width:1px;
	border-style:outset;
}
.footbutton:hover {
	background: #9CF url(/images/fb_back.jpg) repeat-x 0 -20px;
	border-style:inset;
}
