/* CSS styles for No 1 Guest House */
/* coded by Infoserve Ltd :: 13th October 2008 */


/* THE BASICS */

* { margin:0; padding:0; }

body {
	background:#3a3a3a url('img/bg.gif') repeat-x top;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	
}

p {}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

a, a:hover, a:active, a img, a, a:hover img, a:active img { outline:none; border:none; }
a { color:#325385; text-decoration:underline; }
a:hover { text-decoration:none; }
a:active { color:#000000; }


/* HEADER */

#header {
	position:relative;
	margin:0 auto;
	background:#595959 url('img/header.jpg') no-repeat bottom center;
	width:845px;
	height:301px;
	border:2px solid #595959;
	border-top:none;
	padding:0 25px;
	}

#logo {
	position:absolute;
	top:28px;
	left:25px;
	width:258px;
	height:54px;
	overflow:hidden;
	}
#logo h1 { text-indent:-5000px; }


/* NAVIGAITON */

#navigation {
	position:absolute;
	top:58px;
	right:25px;
	height:21px;
	width:465px;
	margin:0 auto;
	}

#navigation li { display:inline; margin:0; padding:0;}
#navigation ul { list-style:none; margin:0; padding:0;}
#navigation li a { background-image:url('img/navigation.gif'); float:left; height:0; padding-top:16px; overflow:hidden; padding-right:9px; margin-right:9px; border-right:1px solid #dfcdb7; }

#navigation li#nav-1 a { background-position:0 0; width:42px; }
#navigation li#nav-1 a.on, #navigation li#nav-1 a:hover { background-position:0 -16px; }

#navigation li#nav-2 a { background-position:-60px 0; width:114px; }
#navigation li#nav-2 a.on, #navigation li#nav-2 a:hover { background-position:-60px -16px; }

#navigation li#nav-3 a { background-position:-193px 0; width:39px; }
#navigation li#nav-3 a.on, #navigation li#nav-3 a:hover { background-position:-193px -16px; }

#navigation li#nav-4 a { background-position:-252px 0; width:116px; }
#navigation li#nav-4 a.on, #navigation li#nav-4 a:hover { background-position:-252px -16px; }

#navigation li#nav-5 a { background-position:-386px 0; width:77px; padding-right:0; margin-right:0; border-right:none; }
#navigation li#nav-5 a.on, #navigation li#nav-5 a:hover { background-position:-386px -16px; }


/* CONTENT */

#contentwrapper {
	position:relative;
	margin:0 auto;
	width:895px;
	border:2px solid #595959;
	border-top:none;
	background:#595959 url('img/contentwrapper_bg.gif') repeat-y center;
	padding:0 0 100px 0;
	}

#content {
	padding:25px 0 0 25px;
	width:420px;
	float:left;
}

#content p {
	line-height:1.6em;
	font-size:12px;
	color:#efecca;
	padding-bottom:1.4em;
}
#content a {
	color:#F1CC62;
}
#content h2 {
	line-height:1.6em;
	color:#efecca;
	font-weight:bold;
	font-size:15px;
	padding-bottom:1.4em;
}
#content h3 {
	line-height:1.6em;
	color:#efecca;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	border-bottom:1px solid #7E7A68;
	padding-bottom:0.5em;
	margin-bottom:2em;
	
}
#content h4 {
	line-height:1.6em;
	color:#efecca;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	padding-bottom:1.4em;
	
}
#content h5 {
}
#content h6 {}

#content ol {}
#content ul {
	padding-bottom:1.4em;
	margin-left:20px;
}
#content li {
	line-height:1.6em;
	font-size:12px;
	color:#efecca;
}

#images {
	position:relative;
	float:right;
	width:377px;
	margin:25px 25px 0 0;
	text-align:left;
}
#images img {
	padding:2px;
	border:1px solid #595959;
	margin-bottom:20px;
}
#images p {
	line-height:1.6em;
	color:#000;
	font-size:10px;
	padding-bottom:1.4em;
	text-align:left;
}

#clear { clear:both; }

/* FOOTER */

#footer {
	position:absolute;
	padding-top:10px	;
	width:420px;
	margin:0 auto;
	float:left;
	bottom:10px;
	left:25px;
	border-top:2px dotted #bbb1a2;
	}

#footer p {
	line-height:1.6em;
	color:#bbb1a2;
	font-size:10px;
	padding-bottom:1.4em;
}

#footer a {
	color:#efecca;
}
#footer a:hover {}
#footer a:active {}
