/* Eric Meyer's Reset CSS | http://meyerweb.com/eric/tools/css/reset/index.html | v1.0 | 20080212 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}
/* Float Clearing Wrappers */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.clearfix,.gain_layout{*zoom:1;}

body{
	font:62.5%/1 arial,"Helvetica Neue", helvetica, sans-serif;
	color: #333333;
}

#doc {
	background-color:#fff;
	background:url("../img/clouds.jpg") no-repeat top center;
	font-size:1.2em;*zoom:1; /* normalise font size to 14px */ 
}

#main {
	width:760px;
	margin:0 auto;
	background:url("../img/shadow.png") repeat-y;
	padding:0 24px 24px 24px;
} 

h1 {
	font-size:18px;
	color:#004a80;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	padding-bottom:10px;
	font-style: italic;
}

p {
	line-height: 1.5em;
	padding-bottom:10px;
	
}

div.logo-link {
	position:absolute;
	left:500px;
	z-index:9999;
	cursor:pointer;
}

div.logo-link a {
	display:block;
	width:400px;
	height:120px;
}

#menu ul li {
	float:left;
	padding:5px;
}

#menu li ul, #menu li ul {
	display:none;
}
#header {
	height:149px;
	background:url("../img/header_bg.png") no-repeat;	
}

#content {
	margin:25px 0 0 0;
}

#footer {
	background:url("../img/footer_shadow.png") no-repeat 65px 0;
	font-size:0.8em;
	color:#7a7a7a;
	text-align:center;
	padding:10px 0 0 0;
	margin-top:30px;
	
}

#header ul#topnav {
	overflow:hidden;
	padding:120px 0 100px 45px;
	_padding-bottom:0;
	position: relative;
	z-index:100;
}

#header ul li {
	float: left;
}

#header ul li a {
	float:left;
	text-decoration: none;
	text-indent:-9999px;
	background:url("../img/menu.png") no-repeat;
	height:23px;	
}

ul#topnav li span {
	float: left;
	padding: 5px 0;
	position: absolute;
	 
	left: 40px;
	_left:-680px;
	top:140px;
	display:none;
	width: 970px;
	background:none;	
}

ul#topnav li:hover span { display: block; }
ul#topnav li span a { background:url("../img/submenu_break.png") no-repeat right 7px; padding:6px 15px;text-indent:0 !important;color:#8b735a;display: inline; }
ul#topnav li span a:hover {text-decoration: underline;}

#header ul li a.nevis-hotel {
	width:164px;
}

#header ul li a.deals {
	width:131px;
	background-position:-163px 0;
}

#header ul li a.estate {
	width:149px;
	background-position:-393px 0;
}

#header ul li a.island {
	width:97px;
	background-position:-298px 0;
}

#header ul li a.reservation {
	width:132px;
	background-position:-542px 0;
}

#header ul li a.nevis-hotel:hover {
	background-position:0 -23px;
}

#header ul li a.deals:hover {
	background-position:-163px -23px;
}

#header ul li a.island:hover {
	background-position:-298px -23px;
}

#header ul li a.estate:hover {
	background-position:-393px -23px;
}

#header ul li a.reservation:hover {
	background-position:-542px -23px;
}


/* content pages row image left text right */
#content {
	padding-left:40px;
	min-height:430px;
	margin-top:40px;
	line-height:1.3em;
}

#content a {
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

h1.blue {
	color:#004a80;
}

.top p {
	padding-right:200px;
}

.top {
	margin-bottom:30px;
}

.top1 p {
	padding-right:200px;
}

.top1{
margin-bottom:20px;
}

.intro {
	padding-right:205px;
}

.row h2 {
	color:#9e8b23;
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:10px;
}

.row p {
	padding:0 20px 0 250px;
}

.row h3 {
	font-size:1.0em;
	font-weight:bold;
}

.row ul li {
	padding:2px 0 2px 0;
}

.row img {
	float:left;
}

.row-divider {
	background:url("../img/room_divider.png") no-repeat;
	width:699px;
	height:1px;
	margin:20px 0 20px 0;
}