/**
 * HTML Tags
 */
HTML {
  overflow-y: scroll;
}
A, A:link, A:active, A:visited, A:hover {
  color: #000000;
  text-decoration: underline;
}
A:hover {
  color: #c62e50;
}
BODY {
  margin: 0px;
  background: #ffffff url('../images/bgs/body.gif') repeat-x;
  color: #666666;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
}
FORM {
  margin: 0px;
}
h1{
  color: #c62e50;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 16px 0px;
}

h2 {
  color: #c62e50;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 16px 0px;
}

h3 {
  color: #c62e50;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 16px 0px;
}

h4{
  color: #c62e50;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight:normal;
}


HR {
  height: 1px;
  border: 0px;
  border-top: 1px solid #d3ecf8;
}
IMG {
  border: 0px;
}
P {
  margin: 16px 0px;
}
B, STRONG {
  color: #c62e50;
}
/**
 * Wrapper
 */
#wrapper {
	position: relative;
	margin: 0px auto;
	width: 980px;
	background: url('../images/bgs/wrapper.gif') top center no-repeat;
	text-align: left;
}
/**
 * Header
 */
#header {
  width: auto;
  height: 46px;
}
/**
 * Navigation
 */
#nav {
  float: left;
}
#nav A {
  float: left;
  padding: 0px 16px;
  color:  #666666;
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 46px;
  text-decoration: none;
  text-transform: lowercase;
}
#night A {
  float: left;
  padding: 9px 0px;
}
#nav A:hover {
  color: #c62e50;
}
#nav A.active,
#nav A.active:hover {
  color: #c62e50;
  background: url('../images/bgs/nav.gif') top center no-repeat;
}
#nav .partition {
  float: left;
  width: 5px;
  height: 46px;
  background: url('../images/bgs/partition.gif') center no-repeat;
}
/**
 * Night
 */
#night {
  float: right;
}
/**
 * Logo
 */
#logo {
  position: absolute;
  top: 80px;
  left: 90px;
  width: 135px;
  height: 100px;
  text-align: center;
  z-index: 2;
}
/**
 * Home
 */
#home {
  clear: both;
}
#home #content {
	float: left;
	width: 300px;
	padding-top: 200px;
}
#home #content #tagline {
  margin-bottom: 46px;
}
#home #content #yeah {
  font-weight: bold;
}
#home #flash {
  float: left;
  width: 640px;
  height: 640px;
}
/**
 * Sub
 */
#sub {
  clear: both;
}
#sub #flash {
  float: left;
  width: 320px;
  height: 510px;
  margin-top: 160px;
}
#sub #content {
  float: left;
  width: 640px;
  padding-top: 90px;
  font-size: 11px;
}
#sub #content #title {
  margin-bottom: 46px;
}
/**
 * Contact
 */
#contact {
  border-top: 1px solid #c62e50;
  padding-top: 12px;
  /* background: #fff url('../images/bgs/contact.jpg') top center no-repeat; */
}
#contact .fieldset {
  float: left;
  width: 306px;
}
#contact label {
  display: block;
  height: 16px;
  padding-left: 3px;
  color: #868686;
  line-height: 16px;
}
#contact .field {
  height: 30px;
  padding: 0px;
}
#contact .textarea {
  height: 168px;
}
#contact .field,
#contact .textarea {
  background: #ccecfa;
  background: #f0f0f0;
}
#contact .field INPUT,
#contact .textarea TEXTAREA {
  width: 290px;
  color: #868686;
  margin: 3px;
  border: 1px solid #a5acb2;
  padding: 4px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
}
#contact .textarea TEXTAREA {
  height: 152px;
}
#contact .lock {
  padding-left: 10px;
  background: url('../images/lock.gif') 0px 3px no-repeat;
}
#contact #securitycode {
  float: left;
  margin-top: 3px;
  margin-left: 3px;
  border: 1px solid #868686;
}
#contact #captcha {
  width: 205px;
}
#contact #submit {
  clear: both;
  margin: 18px 0px;
  border-top: 1px solid #c62e50;
  padding: 12px 4px;
  line-height: 32px;
}
#contact #error {
  display: none;
  float: left;
  margin-left: 10px;
  padding-left: 26px;
  background: url('../images/alert.gif') left center no-repeat;
  color: #c62e50;
  font-weight: bold;
}
#numbers {
  float: right;
  margin: 16px 30px 0px 30px;
  border-left: 1px solid #d3ecf8;
  padding-left: 15px;
}
/**
 * Footer
 */
#footer {
	border-top: 1px solid #d1ebf8;
	color: #b2b2b2;
	font-size: 11px;
	line-height: 24px;
	width: 980px;
	clear: both;
	margin:auto;
}
#footer A {
  color: #b2b2b2;
}
#footer A:hover {
  color: #c62e50;
}
#footer #copyright {
  float: left;
}
#footer #recycle {
  float: right;
  text-align: right;
  margin: 8px 0px;
}

