@charset "utf-8";
/* CSS Document */
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	margin: 0px;
	color: #b38c61;
	background-color: #c96;
}

form {
	margin: 0px;
}
input, select, textarea {
	font-size: 11px;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
a {
	color: #B45340;
	text-decoration: underline;
}
a:hover {
	color: #333;
}


#container {
	width: 1024px;
	margin: 0px auto;
}
#header  {
	background-image: url(../img/header-bg.jpg);
	background-repeat: no-repeat;
}
#topNav {
	text-align: center;
	font-size: 13px;
}
#topNav a  {
	color: #7d8054;
	text-decoration: none;
	padding: 10px 3px;
}
#topNav a:hover {
	color: #FFF;
	background-image: url(../img/point-up.gif);
	background-repeat: no-repeat;
	background-position: center 90%;
}
#topNav .activeLink {
	color: #FFF;
	text-decoration: none;
	background-image: url(../img/point-up.gif);
	background-repeat: no-repeat;
	background-position: center 90%;
}
#topNav .activeLink2 {
	color: #FFF;
	text-decoration: none;
	background-image: url(../img/point-down.gif);
	background-repeat: no-repeat;
	background-position: center 90%;
}



#salutationDate {
	font-size: 18px;
	color: #FFF;
	margin-top: 30px;
	margin-bottom: 5px;
}
#salutation {
	font-size: 24px;
	color: #FFF;
	margin-top: 26px;
	line-height: 16px;
}

#column1 {
	background-image: url(../img/column1-bg.jpg);
	background-repeat: repeat-x;
	background-color: #EEF0DB;
	border-right: 1px solid #B0B579;
	width: 160px;
	text-align: center;
	padding: 12px 12px 15px 27px;
}
#column1 .menuButton {
	background-image: url(../img/button-menu.jpg);
	background-repeat: no-repeat;
	margin-bottom: 8px;
	width: 158px;
	line-height: 24px;
	text-transform: uppercase;
	color: #8F9363;
}
#column1 .menuButton a {
	width: auto;
	display: block;
	height: auto;
	text-decoration: none;
	color: #759A5C;
}
#column1 .menuButton a:hover {
	color: #6C704B;
}


#column2 {
	background-image: url(../img/column2-bg.jpg);
	background-repeat: repeat-x;
	background-color: #F9E7CF;
	border-right: 1px solid #D0AD7E;
	width: 287px;
	padding: 20px 14px 15px;
}
#column2 #heading {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #b55340;
}
#column2 h1 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #b55340;
}
#column2 h2 {
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 15px;
}
#column2Enquire {
	background-image: url(../img/column2-bg.jpg);
	background-repeat: repeat-x;
	background-color: #F9E7CF;
	border-right: 1px solid #D0AD7E;
	width: 315px;
}
#column2Enquire #text {
	margin: 5px 14px 15px;
}

#column2Enquire h1 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #b55340;
}
#column2Enquire h2 {
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 15px;
}






#column3 {
	background-image: url(../img/column3-bg.jpg);
	background-repeat: repeat-x;
	background-color: #FDF1E3;
	padding: 20px 15px 15px 29px;
}
#column3 #heading {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #e4c090;
}



#column3 #mainImage {
	border: 1px solid #B38C61;
	margin-top: 5px;
}
#column3 #gallery th {
	background-image: url(../img/gallery-bg.gif);
	background-repeat: no-repeat;

}
#column3 #gallery #videoReel {
	display: block;
	width: auto;
	vertical-align: bottom;
	overflow: visible;
	margin: 5px auto -40px;
}
#contactForm select , #contactForm input{
	margin: 3px 0px;
	width: 100%;

}


#contactMap {
	margin-bottom: 15px;
}
#topNav2 {
	text-align: center;
	font-size: 12px;
}
#topNav2 a {
	color: #7d8054;
	text-decoration: none;
	padding: 10px 3px;
}
#topNav2 a:hover {
	color: #FFF;
}
#topNav2 .activeLink {
	color: #FFF;
	text-decoration: none;
}
#column3 #siteMap {
	font-size: 12px;
}
#column3 #siteMap p {
	margin-top: 0px;
	margin-bottom: 8px;
}
#column3 #siteMap ul {
	margin: 0px 0px 10px;
}
#column3 #siteMap li {
	margin-top: 0px;
	margin-bottom: 3px;
}
#column3 #siteMap a {
	text-decoration: none;
}
#column3 #siteMap a:hover {
	text-decoration: underline;
}
