/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana;
	font-size: 10px;
	line-height: 1.5;
	color: #313232;
	background: url('images/bg.gif') repeat-x;;
}	

/*---------- Globals ----------*/

img {
	border: none;
}		


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


div.clear {
	clear: both;
}	

/*----- Main -----*/

h1#logo {
  width: 900px;
  height: 175px;
  text-indent: -5000px;
  background: url('images/logo.gif') no-repeat;
}

div#content {
  width: 847px;
  margin:0 auto;
}

div#content p {
  padding: 0px 15px 10px 5px;
}

div#content h2#specifications {
  width: 847px;
  height: 35px;
  text-indent: -5000px;
  background: url('images/specificationHeader.gif') no-repeat;
}

div#content ul#specificationsList {
  list-style-type: none;
  margin-left: 5px;
}

div#content ul#specificationsList li {
  float: left;
  width: 815px;
  border-bottom: 1px solid #CBDBDA;
  border-right: 1px solid #CBDBDA;
  padding: 10px 10px 7px 10px;
  margin-bottom: 7px;
  background: #EAF1F0;
}

/*--- Left Content ---*/

div#content div#leftContent {
  float: left;
  width: 413px;
}

div#content div#leftContent h2#amenitiesHeader {
  width: 357px;
  height: 35px;
  text-indent: -5000px;
  background: url('images/amenitiesHeader.gif') no-repeat;
}

div#content div#leftContent h2#pricingHeader {
  width: 357px;
  height: 27px;
  text-indent: -5000px;
  background: url('images/pricingHeader.gif') no-repeat;
}

/*--- Right Content ---*/

div#content div#rightContent {
  float: left;
  width: 414px;
}

div#content div#rightContent h2#galleryHeader {
  width: 414px;
  height: 35px;
  text-indent: -5000px;
  background: url('images/galleryHeader.gif') no-repeat;
}

div#content div#rightContent img {
  float: left;
}

/*--- Footer ---*/

div#content div#footer {
  width: 847px;
} 

div#content div#footer h2#contactHeader {
  width: 847px;
  height: 28px;
  text-indent: -5000px;
  background: url('images/contactHeader.gif') no-repeat; 
}

div#content div#footer form {
  margin: 10px 0px 20px 0px;
  font-size: 10px;
}

div#content div#footer form div {
  float: left;
  width: 413px;
}

div#content div#footer form div input {
  width: 250px;
  border: none;
  padding: 10px 10px 7px 10px;
  margin-bottom: 7px;
  border-bottom: 1px solid #CBDBDA;
  border-right: 1px solid #CBDBDA;
  background: #EAF1F0;
}

div#content div#footer form div textarea {
  font-family: verdana;
  border: none;
  padding: 5px;
  border-bottom: 1px solid #CBDBDA;
  border-right: 1px solid #CBDBDA;
  background: #EAF1F0;
}

div#content div#footer form div input#submit {
  float: right;
  width: 75px;
  font-size: 10px;
}