﻿* {
	margin:0;
	padding:0;
}

html {
	height:100%; 
	font-size:100.01%;
} 

body {
	text-align: center;
	min-height: 101%;
	font: 100.01%/130% Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #EDFFF7;
  background: #EDFFF7 url(../media/images/bg.gif) repeat-y 50% 0;
}

body * {
	text-align:left;
}


p {
  padding: 0 0 0.95em 0;
}

/* General Link Specification */

a, a:link {
	text-decoration:none;
	color:#AEA9A0;
	background-color: transparent;
}

a:visited {
	text-decoration:none;
	color:#AEA9A0;
	background-color: transparent;
}

a:hover, a:active, a:focus {
	text-decoration:none;
	color:#00C2CF;
	background-color: transparent;
}


br.clearer {
	clear:both;
}

/* we have to use that because of shitty Microsoft */
div.clearer {
	clear:both;
	width:100%;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin-top:-1px;
}


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

/* The Header  */

#header {
	width:100%;
	position:relative;
  background-color:#fff;
}

#imageContainer {
	width:100%;
	text-align: left;
}

#imageContainer h1 {
	text-align: left;
	/* use the margins for spacing the top part! */
	margin: 0;
}

#imageContainer img {
	border:none;
}

/* The Content */

#content {
	width: 900px;
  background-color:#fff;
  font-size:0.72em;
  letter-spacing:.1em;
}

/* The Navigation */
#navOneContent {
	float:left;
	width:135px;
	margin:0;
}

#navOneContent li {
	list-style-type:none;
  text-align:right;
  line-height:1.9em;
}

#navTwoContent {
	float:left;
	width:215px;
	margin:0 0 0 20px;
}

#navTwoContent li {
	list-style-type:none;
  text-align:left;
  line-height:1.9em;
}

#navTwoContent ul ul {
	padding-left:20px;
}

.active {
  color: #000;
}

#mainContent {
  float:left;
  width: 480px;
  padding:0.3em 0 0 0;
  margin:0;
  line-height:1.3em;
}

#mainContent img {
  border:none;
}

#footer {
	clear:both;
	padding:60px 20px 20px 370px;
	color:#000;
  line-height:1.3em;
}

#slideshow {
  padding-left:40px;
}

.sold {
  color:#ff0000;
}

.imageNav {
  margin:0;
  padding-top:5px;
}

.arrows {
  padding: 0 4px;
  font-size: 1.2em;
  color:#AEA9A0;
  border: 0px solid;
}

/* Contact sheet */
#contactSheet {
  padding:0;
  margin:0;
  line-height:1.9em;
}

#contactSheet input[type=text], textarea {
  border:1px solid #AEA9A0;
  text-align:left;
  width:300px;
}

#contactSheet input[type=checkbox] {
  border:0;
}

#contactSheet input:hover, #contactSheet textarea:hover, #contactSheet input:focus, #contactSheet textarea:focus {
	border: solid 1px #333;
}

#contactSheet input[type=submit] {
  border:1px solid #AEA9A0;
  background-color:#fafafa;
  text-align:center;
  width:100px;
}

#contactSheet input[type=submit]:focus, #contactSheet input[type=submit]:hover {
  color:#00C2CF;
}

#googleMap {
  width:480px;
  height:480px;
  border:1px solid #AEA9A0;
}





