@charset "utf-8";
/* CSS Document */
@charset "UTF-8";
/* CSS Document */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;border:1px solid #bbb; margin: 5px 0 15px 0;}
caption, th, td {text-align:left;font-weight:normal; padding: 4px 2px;}
table, td, th {vertical-align:middle;}
td {padding:6px;}
th{font-weight:bold;font-size:1.1em;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
.clear{clear:both;}
.hidden{display:none;}
/* typography.css */
body {
	font-size:14px;
	color:#bbb;
	background-color:#090909;
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
}
/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #555; }

h1 { font-size: 3em; line-height: 2em; margin-bottom: 0.5em; }
h2 { font-size: 1.5em; margin-bottom: 0.75em;}
h3 { font-size: 1.2em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: .8em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}
/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #999; text-decoration: none; }
a           { color: #ffa73d; text-decoration: none; }
a.rounded, .button, .button2 {
    outline: none;
    border: none;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    display: -moz-inline-box;
    display: inline-block;
    overflow: visible;
}
.button {
	color: #bbb;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
    background-color: #090909;
    padding: 5px 15px;
  }
  .button2 {
	color: #ffa73d;
    background-color: #111;
    padding: 5px 15px;
  }

.button:hover {
	color: #ffa73d;
    background-color: #090909;
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}
.button2:hover{
	color: #bbb;
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}
blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }
.bigger     { font-size: 1.1em; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

p.incr, .incr p {
	font-size: 10px;
	line-height: 1.44em;  
	margin-bottom: 1.5em;
}


/* Surround uppercase words and abbreviations with this class */
   
.caps { 
  font-variant: small-caps; 
  letter-spacing: 1px; 
  text-transform: lowercase; 
  font-size:1.2em;
  line-height:1%;
  font-weight:bold;
  padding:0 2px;
}

/*Validtaion Styles*/
.cmxform{font-size:1.1em}
.red{color: #ffa73d;}
form.cmxform label.error, label.error {
/* remove the next line when you have trouble in IE6 with labels in list */
	color: #ffa73d;
	font-style: italic;
	font-size: .9em;
}
.block { display: block; }
form.cmxform label.error { display: none; }	
div.error { display: none; }
input {	border: 1px solid #aaa; height: 22px; font-size:1.1em;}
textarea {	border: 1px solid #aaa; font-size:1em  }
input, textarea {color:#aaa;}
input:focus, textarea:focus { border: 1px dotted #ffa73d; }
input:hover, textarea:hover {color: #ffa73d;}
input.error, textarea:error { border: 1px dotted #990000; }
.gray{background-color: #666666;}
#signupForm label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
}
.sendbtn{
	background-image:url(../images/send_btn.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	background-color: #1f1f1f;
	height: 35px;
	width:138px;
	border: none;
	font-size: 1em;
	color: #aaa;	
}
.formtable{border-collapse:separate;border-spacing:0;border:none; margin: 5px 0 15px 0;}

#sitewrap{
	margin:0 auto;
	width:980px;
	text-align: left;
	padding: 10px 0;
}
#sitewrap .logo{float:left;}
#sitewrap .global{float:right;margin:10px 40px 0 0;}
.content{margin:20px auto;}