/*********************
* base tags
*********************/


blockquote, div, fieldset, form, dl, dd, dt, h1, h2, h3, h4, h5, h6, hr, ol, p, table, ul {
	margin: 0px;
	padding: 0px;
}

body {
	background: url('/images/bg.jpg') top center no-repeat #001913;
	color: #aaa;
	margin: 0px;
	padding: 0px;
}
	
* {
	font-family : Helvetica, Arial, sans-serif;
}

input, textarea {
	color: #000;
}

strong, .strong {
	color: #fff;
	font-weight:bold;
}

textarea {
	font-family: courier new;
	font-size: 13px;
}

img {
	border: 0px;
}

#wrapper {
	width: 900px;
	margin: 0px auto;
}

body, table {
	font-size: 13px;
}

table {
	border-collapse: collapse;
}
table.data td, table.data th {
	border: 1px solid #aaa;
	padding: 3px;
}

td.num {
	text-align: right;
}

th {
	font-weight: bold;
	color: #fff;
}

li {
	list-style-type: none;
}

p, .bulleted, .numbered {
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 19px;
}

a {
	color: #0063DC;
	font-weight: bold;
}

a:hover {
	background: #0063DC;
	color: #fff;
	text-decoration: underline;
}

.noHover a, a.noHover {
	background: none;
}

.msg {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
	border: 1px solid #fd0;
	background: #ffc;
	color: #333;
}

h1, h2, h3 {
	color: #fff;
}

h2 {
	margin-top: 20px;
	margin-bottom: 5px;
}

h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}

/**********************
masthead
**********************/
#header {
	position: relative;
	height: 230px;
}

#sessionLinks {
	position: absolute;
	top: 15px;
	right: 20px;
}

#glang {
    position: relative;
    top: 5px;
    left: 250px;
    float: left;
}


#homeLink {
	position: absolute;
	top: 6px;
	left: 5px;
	background: none;
	z-index: 10;
}

#buyLink {
	position: absolute;
	top: 223px;
	padding-left: 280px;
	background: none;
	z-index: 10;
}

#navTabs {
	position: absolute;
	top: 51px;
	right: 0px;
}

#navTabs a {
	background: none;
}

#swiffContainer {
	position: absolute;
	top: 88px;
	left: -45px;
	z-index: 0;
}

/***********************
footer
***********************/
#footer {
	clear: both;
	margin: 30px; 0px;
	text-align: center;
	font-size: 9px;
}

#legal {
	margin-bottom: 15px;
}

/**********************
forms
***********************/

input.right {
	text-align: right;
}

form.generic LABEL.req, .break.req, form.generic .radio .req {
	font-weight: bold;
	color: #000;
}

form.generic .radiolabel LABEL.req {
	font-weight: normal;
	color: #3e3e3e;
}

form.generic {
	margin-bottom: 20px;
}

form.generic TABLE{
	width: 98%;
	margin: 0px auto;
}
form.generic TABLE TD {
	vertical-align: top; 
	padding: 3px;
	padding-bottom: 10px;
}
form.generic TABLE TD.label {
	width: 30%;
	text-align: right;
}

form.generic TABLE .textarea TD.label, form.generic TABLE .checkbox TD.label {
	vertical-align: top;
}

form.generic TABLE TD.input {
	width: 70%;
	text-align: left;
}

form.generic LABEL.error, form.generic TR.error TD {
	color: #a00;
	font-weight: bold;
}

input, select, textarea, button {
	font-size: 13px;
}

button {
	font-weight: bold;
}

form.generic INPUT, form.generic SELECT, TEXTAREA {
	font-weight: normal;
}

form.generic INPUT, form.generic TEXTAREA {
	width: 230px;
	padding: 2px;
}

form.generic INPUT.double {
	width: 150px;
}

form.generic TABLE.radio TD {
	vertical-align: top;
}

TEXTAREA {
	height: 100px;
	padding: 2px;
}

form.generic TEXTAREA, textarea.fullsize {
	width: 98%;
}

form.generic .radioinput INPUT, form.generic TR.checkbox INPUT, form.generic input.radioinput, form.generic input.submit {
	width: auto;
	border: none;
	background: none;	
}

form.generic TABLE.checkbox TD{
	padding: 0px 4px;
}

form.generic TABLE.radio TD.radioinput {
	width: 20px;
}
form.generic TD.radioinput {
	text-align: right;
}

form.generic input.num, input.num {
	width: 95px;
}

form.generic td.submit {
	padding-top: 10px;
}

form.generic .optional {
	font-size: 9px;
	color: #888;
}

form.generic .break TD {
	padding-top: 15px;
	padding-bottom: 5px;
}
form.generic .break h2 {
	margin: 0px;
	padding: 0px;
}

/***********************
contact page
***********************/

#contactForm {
	width: 330px;
	margin-left: 30px;	
}

#contactForm input.text {
	font-size: 11px;
	width: 327px;
	height: 17px;
	padding: 2px 0px 0px 2px;
	border: none;
	background: url('/images/text_bg.gif') top left no-repeat #fff;
}

#contactForm textarea {
	width: 325px;
	height: 217px;
	padding: 2px;
	border: none;
	background: url('/images/textarea_bg.gif') top left no-repeat #fff;
}

/**********************
FAQs
*********************/
.faqItem {
	width: 100%;
	margin-bottom: 20px;
}

.faqItem td {
	vertical-align: top;
	padding: 4px;
}

.faqItem .question {
	background: #111615;
}

.faqItem .letter {
	width: 35px;
	color: #888;
	font-family: georgia;
	font-size: 30px;
}
