@charset "UTF-8";

/* @group General */

body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
	color: white;
	background-color: #100f0f;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 13px;
}

h1 {
	font-size: 1.15em;
	text-transform: uppercase;
	margin-bottom: 0.3em;
}

h2 {
	line-height: 22px;
	margin: 4px 0 0;
	font-size: 1em;
	text-transform: uppercase;
}

p {
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5em;
	/*margin-bottom: 1em;*/
}

p, ul, li {
	color: #a9a9a9;
}

ul, li {
	margin-left: 0.2em;
	padding-left: 0em;
	list-style-position: inside;
}

ul {
	margin-top: 0em;
}

/* get rid of the blue borders in ../images under Firefox (and IE I think) */
a img {
	border: none;
}

/*
 * IMPORTANT: these must be defined in the order below to be effective, see:
 * http://www.webmasterworld.com/forum83/9101.htm
 */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* get rid of the blue and purple borders in links under Firefox */
a:active, a:focus {
      outline: 0;
}

/* @end */

/* @group Columns */

.column-left {
	float: left;
	width: 48%;
	margin-right: 4%;
}

.column-right {
	float: left;
	width: 48%;
}

/* @end */

/* @group Layout */

.body {
	background-color:#1a1a1a;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.middle {
	/*width: 85%;*/
	width: 92%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0;
	z-index:1;
	padding-top: 1em;
	padding-bottom: 1em;
}

/*
.middle {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}
*/

.header {
	width:800px;
	height: 538px;
	top:0px;
	background: url(../images/top.jpg) no-repeat center center;
	z-index:1;
}

.header #bar {
	position:absolute;
	height: 150px;
	top: 370px;
	text-align:center;
	z-index:1;
	width:800px;
}

/* @group Footer */

.footer {
	height: 34px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0;
	z-index:1;
	background: url(../images/bottom.jpg) no-repeat center center;
	color: white;
}

.footer p {
	text-align:center;
	line-height:3em;
	font-size: 0.8em;
	text-shadow: black 0px -1.5px 0px;
	margin-top: 0;
	color: white;
}

.footer a {
	color: white;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Buttons */

.button {
	position:absolute;
	height: 62px;
	width:178px;
	text-align:center;
	line-height:4em;
	background-image:url(../images/button.png);
	background-position:0 0px;
	cursor:pointer;
}

.button:hover {
	background-position:0 62px;
}

/* make the whole button div clickable */
.button a {
	display:  block;
	padding-top: 5px;
}

#button_left {
	z-index:9;
	margin-left: 15px;
	margin-top: 270px;
}

#button_right {
	z-index:10;
	margin-left: 200px;
	margin-top: 270px;
}

.button_text {
	color: white;
	font-weight:bold;
	font-size:16px;
	text-shadow: black 0px -1.5px 0px;
}

.button_subtext {
	color: white;
	font-size: 10px;
}

/* @end */

/* @end */

/* @group Buy Now Button */

.buy-now {
	display: block;
	background: url(../images/shopping-cart.png) no-repeat 0 0;
	height: 27px;
	width: 100px;
}

.buy-now:hover {
	background-position: 0 -27px;
}

.buy-now .buy-now-label {
	visibility: hidden;
}

/* @end */

.clearer {
	clear: both;
}

.logo
{
	position:absolute;
	height: 31px;
	width:117px;
	z-index:8;
	margin-left: 10px;
	background-image:url(../images/logo.jpg);
	background-position:0 0px;
	cursor:pointer;
}

.logo:hover {
	background-position:0 31px;
}

.support {
	position:absolute;
	color:#c2c2c2;
	font-weight:bold;
	font-size:13px;
	text-shadow: black 0px -1.5px 0px;
	margin-left:670px;
	margin-top:10px;
	cursor:pointer;
	
}

.faq {
	position:absolute;
	color:#c2c2c2;
	font-weight:bold;
	font-size:13px;
	text-shadow: black 0px -1.5px 0px;
	margin-left:750px;
	margin-top:10px;
	cursor:pointer;
	
}

.faq:hover {
	color:white;
}

.support:hover {
	color:white;
}

/* @group Legacy */

/*
.overview {
	float: left;
	height: 150px;
	width:680px;
	margin-top:20px;
	margin-left: 60px;
	margin-right: 60px;
	z-index:2;
}

.overview .column {
	float: left;
	width: 460px;
	margin-right: 60px;
}

.overview .lastcolumn {
	float: left;
	width: 120px
}

.feature {
	margin-bottom: 50px;
}

.textbox1 {
	float: left;
	height: 500px;
	width:250px;
	margin-top:20px;
	margin-left:130px;
	z-index:2;
}

.textbox2 {
	float: right;
	height: 500px;
	width:250px;
	margin-right:100px;
	margin-top:20px;
	z-index:10;
}
*/

/* @end */