/* CSS Document */
* { 
	margin: 0px;
	padding: 0px;
	}
	
body,td,th {
	background-color:#fff;
	margin: 100px 0 0;
}


body {

	font-family: Lucida Grande,Lucida Sans,Verdana,Georgia,Helvetica,Arial;
	font-size: 12px;
	font-weight: 100;
	color: #898989;
	line-height: 19px;
	margin: 100px 0 0;
	/*overflow-y:hidden;*/

}
p, ul {
font-size: 12px;
margin: 19px 0;
}

/*This is where the title is logo/title page is formated*/
#title {
	width:290px;
	width: 100%;
	padding-top: 0px;
	margin: 0 0 0 97px;
	position: fixed; /*absolute*/
	visibility: visible;
	z-index: 4;
	left: -20px;
	top: 52px;
}

/*menu styles are detailed here*/
.menu {

	float:left;
	/*width:140px;*/
	height: 380px;
	padding-left: 78px;
	padding-top: 0px;
	padding-bottom: 0px;
	color:#898989;
	margin-top: 0px;
	margin-left: 0px;
	line-height: 19px;
}

#menu-text-column {

    float:left;
	width: 120px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color:#898989;
	margin-top: 0px;
	font-size: 12px;/*11px*/
	line-height: 19px;
}

p.submenu {
	font-size: 12px;
}
.copyright {
	margin-top: 174px;
	padding-top: 0px;
	font-size: 10px;
	color:#898989;
	}

/*This is where the image lists are formated*/

ul li {
list-style-type: none;
}

a {
	color:#898989;
	text-decoration: none;
}
a:hover { 
	color:#E13120; 
	font-weight: lighter;
	text-decoration: none;
}

a.selected {
	color:#E13120;
	text-decoration: none;
 }

#container {

	height: 400px;
	background-color:#fff;
	float: left;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	padding: 0px 0 30px 0px;
	position: absolute;
	z-index: 0;

}

#container ul li {

	float: left;
	height: 400px;
	margin-right: 0x;
	padding-top: 31px;

}
/*shift the image containers top, bottom, left or right */
#container img {

	margin-right:30px;
	margin-left: 0px;
	padding-top: 5px 0px 0px 0px;
	margin-top: 5px;

}

#end_collection {
	padding-right: 40px;
	}
	
/*This controls the Formatting of the text*/
#container-text {
	padding-left: 78px;
	padding-top: 50px;
	height: 400px;
}
#left-text-column {
	width: 230px;
	float: left;
	padding-top: 0px;
	padding-left: 0x;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0px;
	line-height: 19px;
	color:#898989;
}
	
#captions p {
	max-width: 300px;
	padding-left: 0px;
	line-height: 15px;
	font-size: 10px;
	color:#888;
	}
#captions-special p{
	max-width: 300px;
	padding-left: 0px;
	line-height: 15px;
	font-size: 10px;
	color:#888;
	}
	
/* .text-wrap { 
	width: 270px;
	height: 400px;
}
#text_column {

	width: 235px;
	padding-top: 0px;
	padding-left: 5px;
	parring-right: 0px;
	margin-top: 0px;
	line-height: 19px;
	font-size: 0.75em;
	color:#888;
	letter-spacing: 0.08em;
}

#end_textcol {

	width: 265px;
	padding-top: 0px;
	height: 400px;
	padding-left: 5px;
	parring-right: 0px;
	line-height: 19px;
	font-size: 0.75em;
	color:#888;
	letter-spacing: 0.08em;
}*/

/* Custom Enquiry form Styles */

  /*table formatting*/
table td { 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 19px;
	}
	
.submitbutton {
	padding-top: 10px;
	}
.thanks {
padding-top: 0px;
}

/* the main layout */

#contentForm {
  width: 500px;
  padding-top: 0px;
  margin-top: 0px;
  line-height: 19px;
  color: #888;
  background-color: white;
}

/* form formatting */

label {
  display: block;
  float: left;
  clear: left;
  Width: 80px;
  line-height: 19px;
  padding: 2px 0px 0px 0px;
  margin: 0px;
}

input, textarea, select {
  padding: 4px 5px 4px 5px;
  font-size: 12px;
  color: #666666;
  background: #FFFFFF;
  border: 1px solid #ccc;
  line-height: 19px;
  margin: 0px;
}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
  line-height: 19px;
}

input.button {
  cursor: pointer;
  padding: 4px 10px 4px 10px;
  line-height: 19px;
  }
