/* Karma */
/* Web Design by Quodis 2009 */


/* BEGIN General Styles */
/* ----------------------------------------- */

/* BEGIN Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul, li {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

/* END Global reset-RESET */

body {
	margin: 0;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #FFF;
    line-height: 20px; /* Baseline grid of 20px */
	background-color: #000;
}

a:link,
a:visited {
	color: #00FF00;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #00FF00; 
	text-decoration: underline;
	outline: none;
}

a img {
	border: none; /* Gets rid of IE's blue borders */
}

/* BEGIN Typography */

h1 {
	position: absolute;
	top: 40px;
	left: 420px;
	z-index: 10;
	width: 200px;
	height: 70px;
	background: transparent url(../images/layout/logoKarmaHdr.png) top left no-repeat;
	line-height: 500px;
	overflow: hidden;
}

h2 {
	position: absolute;
	top: 110px;
	left: 880px;
	z-index: 40;
	width: 100px;
	height: 100px;
	background: transparent url(../images/layout/stickerSoon.png) top left no-repeat;
	line-height: 500px;
	overflow: hidden;
	display: none;
}

p {
	position: absolute;
	top: 180px;
	left: 420px;
	z-index: 30;
	width: 100%;
	height: 100px;
	background: #000 url(../images/layout/claimParagraph.png) top left no-repeat;
	line-height: 500px;
	overflow: hidden;
}

p.success {
	background:#00FF00 none repeat scroll 0 0;
	color:#000000;
	font-size:11px;
	height:30px;
	left:625px;
	line-height:30px;
	overflow:visible;
	padding:0 20px;
	top:330px;
	width:200px;
	z-index:40;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* END Typography */

/* ----------------------------------------- */
/* END General Styles */



/* BEGIN Page Structure / Components */
/* ----------------------------------------- */

div#wrapper {
	margin: 0;
	background-color: transparent;
	overflow: hidden;
}

div#header {
	position: relative;
	width: 100%;
	height: 140px;
	background-color: transparent;
}

div#content {
	position: relative;
	width: 100%;
	height: 400px;
	background-color: #191919;
	overflow: hidden;
}

img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	border-right: 5px solid #000;
}

/* BEGIN Form */

form {
	position: absolute;
	top: 285px;
	left: 625px;
	width: 100%;
	height: 20px;
	background-color: #000;
	padding: 10px 0 10px 10px;
}

form label { display: none; }

form input.txtFld {
	width: 190px;
	height: 12px;
	padding: 4px 5px;
	background-color: #191919;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
	line-height: 12px;
	float: left;
	margin-right: 5px;
}

form input.sbmtImg {
	width: 50px;
	height: 20px;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
	line-height: 20px;
	vertical-align: middle;
	float: left;
	background: #000 url(../images/layout/sbmtBttnBg.png) top left no-repeat;
}

form input.sbmtImg:hover {
	background-position: left -20px;
}

/* END Form */

/* ----------------------------------------- */
/* END Page Structure / Components */


