* {
	margin:0;
	padding:0;
}

body{
	font-family: Arial;
	color: #FFF;
	font-size: 10pt;
	background: #6da1da url(../img/background.gif) repeat-x;
}

h2 {
	font-weight: normal;
	font-size:16pt;
}

h4 {
	margin-bottom: 10px;
}

a {
	text-decoration: none;
}

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

#header {
	width:960px;
	height:396px;
	background: url(../img/header.jpg);
}

#headerContent {
	width: 300px;
	height:230px;
	position:relative;
	top:130px;
	left:20px;
	float:left;
	overflow: hidden;
}

#headerContent p {
	line-height:18px;
}

#headerImg {
	width:550px;
	height:280px;
	background:#CCCCCC;
	float:left;
	position:relative;
	top:115px;
	left:89px;
	overflow: hidden;
}

#headerTitle {
	padding:0 0 2px 5px;
	border-bottom:1px solid #FFFFFF;
	margin-bottom:10px;
}

#containerTop {
	width:960px;
	height:16px;
	background: url(../img/containerTop.gif) top left no-repeat;
}

#content {
	width:960px;
	min-height:400px;
	background: url(../img/containerBg.gif) repeat-y;
	padding-bottom:20px;
}

#col1{
	float:left;
	margin-left:10px;
}

#col2{
	float:left;
}

#galleryText{
	width:310px;
	height:32px;
	background: url(../img/galleryText.gif) top right no-repeat;
}

#gallery{
	width:310px;
	min-height:300px;
	background: #335f9e;
}

#valuatorTop {
	width:631px;
	height:9px;
	background: url(../img/valuatorTop.gif);
}

#valuator{
	width:591px;
	min-height:350px;
	background: url(../img/valuatorMid.gif) repeat-y;
	color: #000;
	padding: 10px 20px;
}

#colLeft {
	width:275px;
	float:left;
	background: #dfdbdc;
	padding:10px;
	margin-right:15px;
}

#colRight {
	width:280px;
	overflow:hidden;
	float:left;
}

#valuatorBase {
	width:631px;
	height:9px;
	background: url(../img/valuatorBase.gif);
}

#footer {
	width:920px;
	padding: 5px 20px;
	height:58px;
	background: url(../img/footer.gif) top center no-repeat;
}

/* Navigation */

#navigation {
	width: 600px;
	height:110px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:10px;
	padding-bottom: 10px;
}

#navigation ul {
	list-style: none;
}

#navigation ul li {
	float:left;
}

#navigation a.conservatory {
	display: block;
	width:77px;
	height:75px;
	background: url(../img/vectorCon.gif);
	margin: 0 20px;
}

#navigation a h4{
	position:relative;
	top:75px;
	color:#909090;
}

#navigation a span{
	position: relative;
	top:75px;
	left:10px;
	color:#d35046;
}

/* FORM */

#calculate h2 {
	margin-bottom:10px;
}

#calculate .formItem label{
	width: 80px;
	float:left;
}

#calculate .formItemTwo label{
	margin-right: 5px;
	float:left;
}

#calculate .formItem {
	margin-bottom: 10px;
}

#calculate input[type~="text"]{
	float:left;
	margin-bottom: 10px;
}

#calculate input{
	float:left;
	margin-bottom: 10px;
}

#calculate .formItemTwo input{
	margin-right: 10px;
}

#colRight p {
	margin: 10px 0px;
}

/* Utils */

.clear {
	clear:both;
	height:0px;
}