/** CSS 

==============================================================================*/

* { /* removes defaults from all elements */
margin: 0;
padding: 0;
list-style: none;
}

/** Body
==============================================================================*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #d0d0d0;
	background: url(../images/body_bg.jpg) no-repeat top #021301;
	margin: 0 auto;
}

/** Container
==============================================================================*/

#container {
width: 975px;
margin: 0 auto;
} 

/** Floats
==============================================================================*/

.clear {
clear: both;
}

.left {
float: left;
}

.right {
float: right;
}

/** H Tags
==============================================================================*/

h1 {
	font-size: 60px;
	line-height: 60px;
	width: 85%;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0px;
}

h2 {
font-size: 36px;
line-height: 36px;
width: 45%;
color: #222;
padding: 4px 64px 4px 12px;
background-color: #f9f8f7;
text-transform: uppercase;
font-weight: bold;
}

h3 {
font-size: 26px;
line-height: 26px;
margin: 0 0 20px 0;
color: #f9f8f7;
font-weight: normal;
}

h4 {
font-size: 16px;
margin: 0 0 16px 0;
color: #f9f8f7;
font-weight: normal;
text-transform: uppercase;
}

/** Links
==============================================================================*/

a:link {
color: #fff;
text-decoration: none;
}

a:visited {
color: #fff;
text-decoration: none;
}

a:hover {
color: #ccc;
text-decoration: none;
}

a:active {
color: #fff;
text-decoration: none;
}

/** Logo
==============================================================================*/

#logo {
margin: 30px 0 0 0;
}

a img {
border: none;
}

/** Twitter
==============================================================================*/

#twitter {
width: 448px;
height: 40px;
margin: 30px 0 16px 0;
padding: 9px 12px 12px 50px;
background: url(../images/twitter_bg.png) no-repeat;
}

.tweet .tweet_text {
font-size: 10px;
color: #d0d0d0;
line-height: 12px;
}

.date, .author {
text-transform: uppercase;
font-size: 10px;
color: #ccc;
}

/** For Sale
==============================================================================*/

#forsale {
width: 975px;
padding: 50px 0 50px 0;
background: url(../images/divider.png) repeat-x 0 0;
}

/** Contact
==============================================================================*/

#contact {
width: 975px;
padding: 30px 0 30px 0;
background: url(../images/divider.png) repeat-x 0 0;
}

#intro {
	width: 100%;
}

/** Form
==============================================================================*/

#formwrap {
width: 450px;
}

#form {
width: 100%;
padding: 30px;
margin: 60px 0 0 0;
border: 1px solid #fff;
}

p {
margin: 0 0 25px 0;
}

fieldset {
border: none;
}

label {
display: block;
float: left;
width: 15%;
font-weight: bold;
padding: 6px 0 0 0;
margin: 0 25px 0 0;
text-align: right;
font-size: 10px;
text-transform: uppercase;
}

.text-input, select {
width: 71%;
color: #7f7f7f;
font-size: 11px;
margin: 0 5px 10px 0;
border: 1px solid #8f9f69;
background-color: #fff;
}

input.text-input {
height: 19px;
padding: 6px 15px 0 15px;
}

select {
padding: 5px 3px 5px 15px;
}

textarea.text-input {
height: 178px;
padding: 6px 15px 0 15px;
}

input:focus, select:focus, textarea:focus {
background: #efefef;
}

#submit {
position: relative;
left: 81%;
}

/** Footer
==============================================================================*/

#footer {
	width: 975px;
	padding: 16px 0 30px 0;
	color: #8f9f69;
	font-size: 100%;
	text-transform: uppercase;
	background: url(../images/divider.png) repeat-x top;
}
