/* ==============================================================   
    Website Design & Development by Artavia Advertising             
    Coded by: Sam Benson                                            
                                                                    
    Copyright (c) 2010 - Melville Hall                              
================================================================= */

/* _________________________________________________ Basic Styles */

body {
	background: #96D1EF url(../images/bkgrnd.gif) center top fixed repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
}

#background {
	background: url(../images/background.jpg) center top fixed no-repeat;
}

h1 {
	font-size: 50px;
	color: #907741;
	margin-bottom: 10px;
	font-weight: normal;
}

h2 {
	font-size: 40px;
	color: #42164C;
	margin-bottom: 10px;
	font-weight: normal;
}

h3 {
	font-size: 35px;
	color: #42164C;
	margin-bottom: 10px;
	font-weight: normal;
}

h4 {
	font-size: 25px;
	color: #42164C;
	margin-bottom: 10px;
	font-weight: normal;
}

h5 {
	font-size: 20px;
	color: #42164C;
	margin-bottom: 10px;
	font-weight: normal;
}

h6 {
	font-size: 15px;
	color: #42164C;
	margin-bottom: 10px;
	font-weight: normal;
}

p {
	line-height: 16px;
	margin-bottom: 16px;
}

a:link, a:visited {
	color:#42164C;
	font-weight:bold;
	text-decoration:none;	
}

a:hover {
	text-decoration:underline;	
}

/* _______________________________________________ Site Structure */

#site_wrapper {
	background: url(../images/wrapper.gif) repeat-y;
}

#header {
	position: relative;
	width: 1042px;
	margin: 35px auto 0 auto;
	height: 259px;
	overflow: hidden;
}

#top_content {
	
}

#flash_content {
	
}

#columns_wrapper {
	width: 711px;
	margin-bottom:5px;
}

#main_content {
	width: 680px;
}

#right_column {
	
}

#left_column {
	background: #BAD1ED;
	width: 237px;
	padding-top: 9px;
	padding-bottom: 9px;
}

#footer {
	background: #42164C;
	margin-top: 20px;
	font-size: 11px;
	color: #BAD1ED;
	position: relative;
	padding: 15px 25px;
}

#artavia {
	width: 980px;
	margin: 0 auto;
	float: none;
	text-align: right;
}

#client_logo {
	float:left;
	left:0;
	position:absolute;
	top:0;
	z-index:99999999;
}

#slideshow {
	top:29px;
	left:262px;
	background-color:#FFFFFF;
	
}

#main_content .visual_padding {
	padding: 0;
}

/* ____________________________________________ Navigation Styles */

#h_nav {
	
}

#v_nav {
	margin-bottom: 20px;
}

#v_nav ul li a {
	color: #42164C;
	font-size: 22px;
	font-weight: normal;
	padding: 5px 0 10px 18px;
	width: 211px;
	background: url(../images/underline.gif) no-repeat;
}

#v_nav ul li a:hover,
#v_nav ul li a.curr_page {
	background: url(../images/underline.gif) no-repeat 13px -46px;
}

#f_nav {
	
}

/* ____________________________________________ Specific Styles */

#slideshow img {
	top: 20px;
	left: 20px;
}

#featured {
	margin: 10px 0 16px;
}

#featured div {
	float: left;
	margin-right: 17px;
	position: relative;
}



#featured div.last {
	margin: 0;
}

#featured div .visual_padding {
	padding: 5px 12px 15px 12px;
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	min-height: 240px;
	*height: 240px;
}

#featured div p {
	margin-bottom: 5px;
	text-align: center;
	width: 185px;
}

#featured .feature2 div p {
	margin-bottom: 15px;
	text-align: center;
	width: 295px;
}

#featured div img {
	margin-bottom: 10px;
	padding:0;
}

#featured div a {
	font-size: 13px;
	text-transform: capitalize;
	text-align: center;
	padding: 4px 10px;
	color: #FFF;
	background: url(../images/featuredLink.gif) no-repeat center top;
	border: 1px solid #42164C;
	margin-top: 10px;
	width: 90px;
	position: absolute;
	bottom: 10px;
	left: 52px;
	text-decoration:none;
}

#featured div input {
	font-size: 13px;
	text-transform: capitalize;
	text-align: center;
	color: #FFF;
	border: 1px solid #42164C;
	margin-top: 10px;
	width: 108px;
	position: absolute;
	bottom: 10px;
	left: 52px;
	text-decoration:none;
	height: 27px;
}

#featured .feature2 div a {
	width: 126px;
	position: absolute;
	bottom: 10px;
	left: 88px;
}

#featured div a:hover {
	text-decoration:underline;
	}

#featured div a.last {
	left: 150px;
}
	

#address {
	float: right;
	padding-top:72px;
}

#melville_box {
	border: 2px solid #BAD1ED;
	background: url(../images/melvilleLogo.gif) no-repeat center 10px;
}

#melville_box a {
	background: url(../images/melvilleButton.gif) repeat-x;
	border: 1px solid #907741;
}

#luccombe_box {
	border: 2px solid #5BC9A3;
	background: url(../images/luccombeLogo.gif) no-repeat center 10px;
}

#luccombe_box a {
	background: url(../images/luccombeButton.gif) repeat-x;
	border: 1px solid #419074;
}

#manor_box {
	border: 2px solid #9CA3E9;
	background: url(../images/manorLogo.gif) no-repeat center 10px;
}

#manor_box a {
	background: url(../images/manorButton.gif) repeat-x;
	border: 1px solid #595D85;
}

#address img {
	float: right;
	margin-bottom: 10px;
}

#address p {
	text-align: right;
	clear: right;
	margin: 0 0 10px 0;
	color: #BAD1ED;
}

#f_nav {
	float: left;
}

#f_nav ul ul {
	display: block;
}

#f_nav ul {
	text-align: left;
}

#f_nav div {
	floaT: left;
	margin-right: 25px;
	text-align: left;
}

#f_nav h6 {
	font-size: 12px;
	font-weight: bold;
	color: #BAD1ED;
}

#f_nav ul li {
	clear: left; 
	float: left;
}

#f_nav ul li a {
	color: #FFFFFF;
	font-size: 11px;
	margin: 0;
}

#artavia a {
	margin: 10px;
	display: block;
	color: #053D63;
	font-weight: bold;
}

#deals {
	padding-left: 28px;
}

#deals h3 {
	font-size: 25px;
	color: #000;
}

#deals ul {
	padding-left: 32px;
	margin-bottom: 30px;
	margin-left: 0;
	margin-top: 13px;
	padding-right: 15px;
}

#deals li {
	margin-bottom: 4px;
}

#deals img {
	margin-right: 28px;
	margin-left: 28px;
}

#featured .feature {
	float: left;
	width: 215px;
	background-color:#BAD1ED;
	text-align: center;
}

#featured .multi_feature {
	float: left;
	width: 158px;
	background-color:#BAD1ED;
	text-align: center;
	border: 5px solid #ffffff;
	margin-right:0;
}

#featured .multi_feature div p {
	margin-bottom:15px;
	width:138px;
}

#featured .multi_feature h3 {
	font-size:15px;
	margin:5px 0 0;
	text-align:center;
	width:138px;
}

#featured .feature2 {
	float: left;
	width: 323px;
	background-color:#BAD1ED;
	text-align: center;
}

#featured h3 {
	font-size: 22px;
	text-align: center;
	width: 185px;
	margin:5px 0 10px;
}

#featured .feature2 h3 {
	font-size: 28px;
	text-align: center;
	width: 297px;
	margin:5px 0 10px;
}

#footer img {
	bottom: 97px;
	left: 845px;
	position: absolute;
}

.room {
	background-color:#BAD1ED;
	clear:both;
	float:left;
	margin-bottom:10px;
	padding:10px;
	position:relative;
	width:660px;
}

.room h3 {
	font-size: 22px;
	font-weight: normal;
	margin-top: -4;
	margin-bottom:0;
}


.visual_padding img {
	padding: 25px 0 20px 20px;	
	float:right;
}

.visual_padding .gmnoprint img{
	padding:0;
	float:none;
}

.price {
	font-weight:bold;
	font-size:14px;
	color:#42164C;
	padding:10px 0 5px;
}

.room img {
	float: left;
	margin-right: 10px;
	padding:0px;
}

.room a,
.room form input {
	background:url("../images/featuredLink.gif") no-repeat scroll center top transparent;
	border:1px solid #42164C;
	color:#FFFFFF;
	font-size:13px;
	margin-top:10px;
	text-align:center;
	text-transform:capitalize;
	float: right;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.room p {
	font-size: 12px;
	margin: 5px 0 0;
}

#item_right img {
	border:1px solid #053D63;
	clear:right;
	float:right;
	margin:0 0 20px;
	padding:0;
}

#item_right {
	width: 292px;
	float:right;
	margin-top: 15px;
}

#item_right #zoom_1, #item_right #zoom_2, #item_right #zoom_3, #item_right #zoom_4, #item_right #zoom_5, #item_right #zoom_6 {
	margin-bottom:9px;
}

#thumb_container {
	float:right;
	width: 292px;
}

#thumb_container a {
	float:left;
	margin-bottom:8px;
	margin-right:8px;
	width: 92px;
}

#thumb_container a.active img {
	border:1px solid #053D63;
}

#thumb_container a img {
	border:1px solid #907741;
	margin:0;
}

#thumb_container a.last, #thumb_container a.last img {
	margin-right:0;
}

#thumb_container p {
	clear:left;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}

#item_left {
	float: left;
	width: 370px;
}

#item_left h3 {
	font-size: 29px;
}

#item_left ul {
	margin-top: 0;
	padding-left: 30px;
	margin-left: 0;
}

#book {
	position:absolute;
	right: 28px;
	top: 29px;
	z-index:2147483647;
	width: 167px;
}

#book h3 {
	font-size: 28px;
	color: #E4D3AD;
	margin-bottom: 10px;
}

#book select {
	width: 147px;
	margin-bottom: 10px;
}

#book label {
	color: #E4D3AD;
	float: left;
	margin-left: 8px;
	width: 70px;
	margin-right: 3px;
	padding-top: 2px;
}

#book .text {
	width: 72px;
	float: left;
}

#book .submit {
	background: #cfb06c url("../images/featuredLink.gif") no-repeat scroll center top;
	border:1px solid #907741;
	color:#000000;
	font-size:13px;
	margin-top:10px;
	padding:3px 10px;
	text-align:center;
	width: 147px;
	text-transform:capitalize;
}

#arrival_date {
	width: 120px;
	margin-bottom: 10px;
	float: left;
	margin-left: 10px;
}

.ui-datepicker-trigger {
	margin-top: 3px;
}

#picker {
	position: absolute; 
	top: 59px;
	right: -94px;
	display: none;
}	

#book form {
	margin: 0;
}

table {
	border-collapse: collapse;
	}


td {
	border: 1px solid #BAD1ED;
	padding: 5px;
	vertical-align:middle;
}

td p {
	margin: 0;
}



#testimonial {
	border:3px solid #BAD1ED;
	float:left;
	text-align:left;
	width:288px;
	margin-bottom: 10px;
}

#testimonial h3 {
	font-size:27px;
	margin-bottom:10px;
	text-align:left;
	width:185px;
}

#testimonial .visual_padding {
	float:none;
	height:auto;
	margin:0;
	padding:5px 15px 15px;
	width:auto;
}

#deals a, #deals a:visited {
	color: #000;
}

h2.pageTitle, #testimonial h3, #book h3, #featured h3, #deals h3, .pageTitle, #v_nav ul li a {
	font-weight: normal;
}

.cufon-loading {
	visibility: hidden !important;
}

#featured .feature p img {
	margin-bottom: 3px;
	padding:0;
	float:none;
}

#featured .multi_feature .visual_padding p img {
	bottom:52px;
	left:10px;
	margin-bottom:-5px;
	position:absolute;
	padding:0;
}

#featured .feature2 .visual_padding p img {
	margin-bottom: -5px;
	padding:0;
	float:none;
}

#featured .multi_feature .visual_padding {
	padding: 5px 10px 15px 10px;
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	min-height: 162px;
	*height: 162px;
}

#featured .multi_feature a {
	left:10px;
	width:116px;
	font-size:11px;
}

.visual_padding #enquiryForm input.submit_button {
	 color:#ffffff;
	 cursor:pointer;
}

#map_canvas {
	margin-bottom:20px;
}

#idSiteMeterHREF {
	display:block;
	margin:10px 0 0;
}







