@charset "utf-8";
/* CSS Document */

/* 
Copyright offlohi
All rights reserved
Credits: Site created by pill and pillow
*/


/*==========Common Styles==========*/

*,html {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	color:#909090;
} 

body {
	background-color: #202020;
	margin: 0;
	padding: 0;
}

form, ul, li, h1, h2, h3, p {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}
a{
	color:#FFFFFF; /*grey - same as text*/
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img{
	border:0;
}


/*==========Backgrounds==========*/
#main{
	width:980px;
	background-color:#202020;
	margin:0 auto;
	overflow:auto;
}

#selection{
	position:absolute;
	width:381px;
	height:180px;
	background-color:#202020;
	top:50%;
	left:50%;
	margin-left:-190px;
	margin-top:-90px;
	
}
#left{
	width:190px;
	height:180px;
	float:left;
	border-right:1px solid #2B2B2B;
}
#right{
	width:190px;
	height:180px;
	float:left;
}
#btn_standard{
	display:block;
	width:128px;
	height:31px;
	background-image:url(../lp_assets/btn_standard.gif);
	background-position:0 0;
	margin:67px 60px 0 0;
}

#btn_standard:hover{
	background-position:128px 0;
}

#btn_light{
	display:block;
	width:115px;
	height:31px;
	background-image:url(../lp_assets/btn_light.gif);
	background-position:0 0;
	margin:67px 0 0 60px;
}

#btn_light:hover{
	background-position:115px 0;
}
/*==========Footer==========*/
#footer_float{
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-490px;
	margin-bottom:16px;
}

#logo_float{
	position:absolute;
	left:50%;
	bottom:0;
	margin-bottom:21px;;
	margin-left:426px;
}