/* CSS Document */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, code,
img, small, strike, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Peak a boo bug fix for retarded IE6 only\*/
* html #contentcolumn { height: 1%; }
/* Peak a boo bug fix for still stupid IE7 */
#contentcolumn { min-height: 0; }
html {
	font-size: 100.01%;
}
body {
	font-family: "Tahoma", Lucida Grande, Verdana, Sans-serif;
	text-align: center;
	font-size: 62.5%;
	background-image: url(images/hbg.gif);
	background-repeat: repeat-x;
	text-align: center;
	background-color: #191b1d;
	background-position: top;
	color: #191b1d;
	min-width: 740px;
}
img {
    border:0;
}
ul {
	list-style-type: none;
}
a {
	color: #672e5a;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:focus {
    outline: 0;
}
.clear {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
/*
---------------------Header--------------------*/
#header {
	background-image: url(images/h7.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 118px;
	width: 740px;
}
a.logo {
	display: block;
	position: absolute;
	height: 100px;
	width: 340px;
	left: 17px;
	top: 38px;
}
/*
--------------------Main navigation--------------------*/

#navcontainer
{
	padding: 0;
	height: 118px;
	position: absolute;
	width: 434px;
	top: 7px;
	right: 0px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
margin-top: 20px;
}

#navcontainer ul li
{
display: block;
text-align: center;
padding: 0;
margin: 0;
float:left;
width:50px;
/*
 border-left: 1px #672e5a solid;
*/
height: 75px;
}

#navcontainer ul li a
{
	height: 75px;
	padding: 0px 0px;
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: 1.1em;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
}

#navcontainer ul li a:hover
{
	text-decoration: underline;
}

#grahamtaylor
{
	display: block;
	background-image: url(images/taylor.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 90px;
}

#kensington
{
	display: block;
	background-image: url(images/kensington.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 90px;
}


/*
---------------------Aloha--------------------*/
#alohaout {
	background-image: url(images/alohabg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	height: 224px;
	width: 100%;
}
#alohain {
	height: 224px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/aloha6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#aloha {
	height: 224px;
	color: #FFFFFF;
	text-align: left;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#alohatext {
	position: absolute;
	width: 200px;
	left: 0px;
	top: 0px;
}
#aloha p {
	width: 200px;
}
.aloha {
	font-size: 1.8em;
	line-height: 2.2em;
}
.weare {
	font-size: 1.4em;
	line-height: 20px;
}
/*--------
----------------- CSS Drop Down Menu----------------------
--------------------------------------------------------------------------------- */


#menuh-container
	{
	clear: both;
	background-color: #f4f4f4;
	background-image: url(images/navul.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 38px;
	width: 100%;
	float:left;
	z-index:998;
	margin-bottom:20px;
	}

#menuh
	{
	width:712px;
	line-height: 38px;
	height: 38px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 2px;
	padding-left: 2px;
	background-image: url(images/navseparator.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

#menuh  ul {
	background:#fff; /*IE6 needs this*/
}

#menuh  ul li {
	float:left;
	list-style:none;
	z-index:998;
	background-image: url(images/navseparator.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width:80px;
}

#menuh ul li a {
	width:80px;
	color: #191b1d;
	display:block;
	text-decoration:none;
	z-index:999;
	font-size:1.2em;
}

#menuh  ul li a:hover {
}

#menuh  ul li.sep {
	margin-left:5px;
	margin-right:5px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menuh  ul li a {
	float: none;
}

/* End IE5-Mac hack */
#menuh  ul.level2, #menuh ul.level3 {
	position: absolute;
	top: -1px;
	background-color:#ECECEA;
	border: 1px solid #E1E0E0;
	border-top: none;
	visibility: hidden;
}

#menuh  ul.level2, #menuh ul.level3 {
	z-index:999;
}

#menuh  ul.level2 li, #menuh ul.level3 li {
	line-height: 38px;
	z-index:999;
	float:none;
}

#menuh  ul.level2 li a, #menuh ul.level3 li a {
	background:#d5d5d5 url(images/navli.gif) repeat-x bottom;
	width:100%;
}

#menuh  ul.level2 li a:hover,#menuh  ul.level3 li a:hover {
	background:#d5d5d5 url(images/navli.gif) repeat-x top;
}

/*---
-------------------------Content structure-------------------------------- */


/*---
p.location {
	line-height: 2.0em;
	background-color: #f4f4f4;
	text-align: left;
	text-align: left;
	margin-bottom: 30px;
}
----------------- */
#contentout {
	width: 100%;
	background-color: #f4f4f4;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}
#contentin {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
}

#contentcolumn{
	float: right;
	width: 490px;
}
#incontent {
	margin-right: 16px;
	margin-left: 6px;
	text-align: left;
}
#leftcolumn{
	float: left;
	width: 240px;
	text-align: center;
	background-image: url(images/verticaldivider.gif);
	background-repeat: repeat-y;
	background-position: right;
}
/*---
-------------------------Sidebar-------------------------------- */
.sidebox {
	margin-right: 16px;
	margin-bottom: 15px;
	margin-left: 16px;
	text-align: left;
	width: 208px;
}
#searchbox {
   text-align: center;
}
#searchbox select {
	padding: 1px;
	margin-bottom: 10px;
	width: 190px;
	text-align: left;
	margin-top: 5px;
}
#contactus p{
	line-height: 16px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	margin-bottom: 8px;
}
.address {
	background-image: url(images/address.gif);
}
.phone {
	background-image: url(images/phone.gif);
}
.email {
	background-image: url(images/email.gif);
}
#aboutus p {
	margin-bottom:10px;
}
/*---
-------------------------Headings-------------------------------- */
h2 {
	font-size: 1.6em;
	color: #672e5a;
	line-height: 1.6em;
	font-weight: normal;
	background-image: url(images/horisontal.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
	margin-bottom: 15px;
}


#footernav {
	background-image: url(images/fbg.gif);
	background-repeat: repeat-x;
	height: 42px;
	width: 100%;
	background-color: #f4f4f4;
	line-height: 42px;
}
#footernav ul
{
	border: 0;
	list-style-type: none;
	text-align: left;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	height: 42px;
}

#footernav ul li
{
display: inline;
text-align: center;
padding: 0;
margin: 0;
}

#footernav ul li a
{
	height: 42px;
	padding: 0px 4px;
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: 1.1em;
	font-style: normal;
	line-height: 42px;
	font-weight: normal;
	font-variant: normal;
}

#footernav ul li a:hover
{
	text-decoration: underline;
}
#footer {
	color: #FFFFFF;
	background-color: #191b1d;
	height: 42px;
	width: 100%;
	margin-bottom: 8px;
}
#footer p {
	text-align: left;
	height: 42px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.1em;
	line-height: 42px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#map {
	margin-bottom: 15px;
}
.listing {
	margin-bottom: 3px;
	padding-bottom: 15px;
	background-image: url(images/horisontal.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
}
.image {
	width: 120px;
	margin-top: 3px;
	text-align: center;
	position: absolute;
	left: 3px;
	top: 3px;
	height: 140px;
}
*html .image {
	width: 120px;
	margin-top: 3px;
	text-align: center;
	position: absolute;
	left: -133px;
	top: 3px;
	height: 140px;
}
.image a {
	text-align: center;

}
p.price {
	background-color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}
p.exclusive {
	background-color: #191b1d;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}
.listinginfo {
	margin-left: 136px;
	margin-right: 3px;
}
.listinginfo p {
	line-height: 1.2em;
	margin-bottom: 5px;
}
p.title {
	font-size: 1.4em;
	line-height: 1.4em;
}
p.title a {
	text-decoration: none;
}
p.title a:hover {
	text-decoration: underline;
}
a.readmore {
	background-color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
}
/*
------------------------------- details page-------------------------------------- */

#main-content li{
	width:124px;
	border:1px solid #CCC;
	background:#FFF;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}

img{
	border:1px solid #EEE;
}

/*------------------------------------------------------Details Page-----------------------------------------*/
table.details {
	border-collapse: collapse;
	border-spacing: 1px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ebebe7;
}
table.details p {
	line-height: 14px;
}


table.details td, table.details th {
	vertical-align:top;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebebe7;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #f6f6f6;
}


table.details tr.odd td, table.details tr.odd th {
	background-color: #f8f8f8;
}table.details a {
	text-decoration: underline;
}

/*
------------------------------- submit page-------------------------------------- */
form.submit {
	margin: 0 auto;
	padding: 0;
	width: 400px;
}

fieldset {
	margin: 1em 0;
	border-top-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}
fieldset label {
	float: left;
	text-align: right;
	font-size: 12px;
	line-height: 30px;
	display: block;
}
.req {
	color: #FF0000;
}

fieldset div {
	margin-bottom: 1em;
	padding: 0;
	display: block;
}

fieldset div input, fieldset div textarea {
	width: 400px;
	padding: 1px;
	border: 2px solid #dfdfdf;
}

fieldset div select {
	padding: 1px;
	border: 2px solid #dfdfdf;
	width: 400px;

}


#fm-submit {
	clear: both;
	padding-top: 1em;
	text-align: center;
}

#fm-submit input {
	width: 100px;
	padding: 0px;
	border: none;
	color: #FFFFFF;
	background-color: #191b1d;
	height: 25px;
}

input:focus, textarea:focus {
	color: #000;
	background-color: #FFFCDF;
}