body {
	background-color: #3C1E00;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 76%;
	color: #333333;
}

a:link {
	color: #3C1E00;
	text-decoration: none;
}
a:visited {
	color: #3C1E00;
	text-decoration: none;
}
a:hover {
	color: #3C1E00;
	text-decoration: underline;
}
a:active {
	color: #3C1E00;
}


h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

/* NAVIGATION */

#menu {
	height: 25px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 1px;
	background-color: #3C1E00;

}


#primary-nav {
	float: left;
	clear: both;
	padding: 0;
	width: 985px;
	overflow: hidden;
	margin: 0px;

}

#primary-nav li {
	float: left;
	height: 25px;
	padding: 0;
	margin: 0;
	display: inline;
}

#primary-nav li a {
	text-indent: -9999px;
	float: left;
	height: 25px;
}



#primary-nav li a#home {
	width: 68px;
	background-image: url(images/menu-home.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#primary-nav li a#vision {
	width: 95px;
	background-image: url(images/menu-vision.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#primary-nav li a#development {
	width: 172px;
	background-image: url(images/menu-dev.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#primary-nav li a#acq {
	width: 233px;
	background-image: url(images/menu-acq.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#primary-nav li a#contact {
	width: 109px;
	background-image: url(images/menu-contact.gif);
	background-repeat: no-repeat;
	background-position: left top;

}


#primary-nav li a#interiors {
	width: 90px;
	background-image: url(images/menu-interiors.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#primary-nav li a#finding {
	width: 182px;
	background-image: url(images/menu-finding.gif);
	background-repeat: no-repeat;
	background-position: left top;

}


#primary-nav li a.current,
#primary-nav li a:hover {
	background-position: left -25px !important;

}

/* NAVIGATION END*/




#mainTable {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFFFFF;
}

.content {
	margin-right: 20px;
	margin-left: 20px;
	text-align: justify;
	margin-top: 20px;
}

.infobox {
	text-align: justify;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 0px;
	color: #3C1E00;
	background-color: #eee;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #DFDFDF;
}

#hptext {
	height: 430px;
    overflow-x: hidden;
	overflow-y: auto;
}


.red {color: #FF0000}


/* dev menu */

.devmenu {
	width:350px;
	text-align:left;
	padding: 0;
	margin: 0px;
}

.devmenu ul { 
    margin:0; 
    padding:0; }

.devmenu li { 
    margin:0; 
    padding:0; 
    list-style:none;
}

.devmenu li a {
	color:#000000;
	text-decoration:none;
	width:350px;
	display:block;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 1px 10px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin: 0;
}

.devmenu li a:hover {
	background-image: url(images/bullet-over.gif);
	color: #3C1E00;
}

.devmenu li a.active { 
    font-weight:bold;  
}


/* end devmenu */



.footer {
	color: #FFFFFF;
}

A.footer-link:link {
	color: #FFFFFF;
	text-decoration:none;
}

A.footer-link:visited {
	color: #FFFFFF;
	text-decoration:none;
}

A.footer-link:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

select {
	width: 200px;
	border: 1px solid #999999;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;

}

.textinput {
	width: 200px;
	border: 1px solid #999999;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;

}

textfield {
	width: 200px;

}

textarea {
	width: 200px;
	border: 1px solid #999999;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
}

#blenheim-rooms {
	overflow-x: hidden;
	overflow-y: auto;
	padding-left: 10px;
	height: 700px;
	text-align: left;
	margin-right: 20px;
	padding-right: 10px;
	margin-top: 10px;
	border: 1px dotted #3C1E00;
	width: 310px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* prices table */

.prices-table {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	font-size: 1.1em;
	background-image: url(images/table-bg.jpg);
	background-repeat: repeat-x;
}

.prices-table-top {
	height: 12px;
	width: 920px;
}

.prices-table-bottom {
	width: 920px;
	height: 12px;
}


.prices-table th {
	color: #3C1E00;
	font-weight: bold;
	background-image: url(images/tabletitlebg.jpg);
	background-repeat: repeat-x;
	height: 25px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #ccc;
	line-height: 1.8em;
	text-align: left;
}


.prices-table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	}

td.prices-cell {
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	}

td.prices-cell-left {
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	}

#prices-footer {
	font-size: 11px;
	line-height: 3em;
}



/* prices table end */


#gallery img {
	border: 1px solid #3C1E00;
}


#interiors-text1 {
	float: left;
	width: 250px;
	margin-right: 20px;
}

#interiors-movie {
	display: inline;
	float: left;
	height: 360px;
	width: 640px;
}

#interiors-photos {
	width: 380px;
	float: left;
	clear: both;
	display: inline;
	margin-top: 20px;
	margin-bottom: 20px;
}

#interiors-text2 {
	margin-bottom: 20px;
	display: inline;
	float: left;
	width: 510px;
	margin-left: 20px;
	margin-top: 20px;
}

#interiors-movie2 {
	display: inline;
	float: left;
	width: 320px;
}

#interiors-photos2 {
	width: 380px;
	float: left;
	clear: both;
	display: inline;
	margin-top: 20px;
	margin-bottom: 20px;
}

#interiors-text12 {
	float: left;
	width: 570px;
	margin-right: 20px;
}
#interiors-text22 {
	margin-bottom: 20px;
	display: inline;
	float: left;
	width: 510px;
	margin-left: 20px;
	margin-top: 20px;
}

.infocontactbox {
	text-align: justify;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 0px;
	color: #3C1E00;
	background-color: #eee;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #DFDFDF;
	font-size: 14px;
}

#property-finding-photos {
	float: left;
	width: 410px;
}

#property-finding-text {
	display: inline;
	float: left;
	width: 480px;
	margin-right: 20px;
}

