/* -------------------------------------------------
*
Title:			main.css
Website:		netherby-house.co.uk
Browser(s): 	Firefox 2, IE7, IE6, Safari 
Platform(s):    Win XP, XPSP2, Mac OSX
Author: 		Andy Lee for Adverset Media Solutions (www.adverset.co.uk)
Created: 		17.10.2007
Last modified: 	MG 19.02.2009
*
------------------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img, abbr { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:62.5% }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */

strong { font-weight: bold }
em { font-style: italic }

/** a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none; /* Gets rid of Firefox's dotted borders */ text-decoration:none }
a img { border:none } /* Gets rid of IE's blue borders */

/* ------------- General Elements -------------- */

body {
	margin: 0 auto;
	padding: 0;
	font-family:'Trebuchet MS',Arial, Helvetica, sans-serif;
	color:#333;
	background-color:#ECDCAF;
}

a {
	text-decoration: none;
	color:#003366;
}

a:hover {
	text-decoration: none;
	color:#000;
	text-decoration: underline;
}

a img {
	border: 0;
}

h1 {
	font-size: 1.7em;
	color:#003366;
	line-height:1.2em;
	margin-bottom:6px;	
	font-weight:normal;
	font-style:italic;
}

h2 {
	font-size: 1.2em;
	color:#663300;
	line-height:1.2em;
	margin-bottom:10px;
	font-weight:normal;	
}

h3 {
	font-size: 1.1em;
	color:#663300;
	line-height:1.6em;
	margin-bottom:6px;	
	font-weight:normal;
}

h4 {
	font-size: 1.0em;
	font-weight:bold;
	color:#663300;
	line-height:1.0em;
}

h5 {
	font-size: 0.8em;
	font-weight:bold;
	color:#666;
	line-height:1.0em;
	margin-bottom:10px;	
}

p {
	font-size: 0.7em;
	line-height:1.4em;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}

/* ------------- Layout Elements -------------- */

#container {
	margin:0pt auto;
	padding:0px 0px 0px 0px;
	width:780px;
	background-color:#fff;
	background: url(../images/bg-main.png) top repeat-y;
}

#top {
	padding:0px;
	margin:0pt auto;
	height:16px;
	background: url(../images/bg-top.png) top left no-repeat;
}

#content_left {
	width:475px;
	margin:0px 20px 5px 0px;
	padding:12px 0px 15px 30px;
	float:left;
}

#content_left img{
	margin:5px 0px 5px 0px;
}

#content_left ul{
margin:0 0 0 25px;
}
#content_left li{
background: url(../images/bullet1.gif) 0 6px no-repeat;
padding:0 0 0 15px;
font-size:0.9em;
text-decoration:none;
font-style:normal;
color:#06367b;
}

#content_right {
	padding:18px 10px 15px 15px;
	float:left;
	margin:0px 0px 00px 0px;
	width:210px;
	background: url(../images/bg-dropshadow-right.png) top left repeat-y;			
}

#content_right h2{
	line-height:1.3em;
	color:#663300;
	border-bottom:1px dotted #ecddaf;
}

#banner {
	width:468px;
	height:318px;
	margin:1px 0px 0px 12px;
	padding:15px 10px 0 280px;
	background-color:#fff;
	clear:both;
	color:#fff;
	background: url(../images/panorama-new.jpg) top left no-repeat;
}

#banner h3{
font-size:1.3em;
	color:#fff;
	margin:0 0 0 180px;
}
#banner h2{
font-size:1.5em;
	line-height:1.2em;
	color:#663300;
	margin:0 0 0 180px;
}
#banner p{
font-size:0.9em;
	line-height:1.3em;
	margin:10px 0 0 180px;
}
#divider {
	width:756px;
	margin:0px 0px 0px 12px;
	border-top: 1px solid #FFFFFF;
	height:8px;
	background: url(../images/bg-grad1.png) top left repeat-x;
	clear:both;
}

/* ---------------- Secondary Content ----------------- */

#secondary {
	width:756px;
	height:190px;
	margin:0pt auto;
	padding:10px 0px 12px 0px;
	background: url(../images/bg-secondary.png) top repeat-x;
	background-color:#d3b377;
	clear:both;
	color:#fff;
	font-size:1.0em;
}

#secondary img{
	border:5px solid #ecddaf;
}

#secondary a{
	color:#663300;
}

#secondary h3{
	color:#663300;
	border-bottom:1px dotted #ecddaf;
}

#secondary p a{
	color:#663300;
}

.more{
	font-weight:bold;
	color:#663300;
}

#secondary_1 {
	float:left;
	padding:0px 0px 0px 8px;
	margin:0pt 2px 10px 6px;
	width:220px;
}

#secondary_2 {
	float:left;
	padding:0px 0px 0px 16px;
	margin:0pt 2px 10px 12px;
	width:220px;
	border-left: 1px dotted #ECDCAF;
}

#secondary_3 {
	float:left;
	padding:0px 0px 0px 16px;
	margin:0pt 2px 10px 12px;
	width:220px;
	border-left: 1px dotted #ECDCAF;
}

#bottom {
	padding:0px;
	margin:0pt auto;
	height:16px;
	background: url(../images/bg-bottom.png) top left no-repeat;
}

/* ------------- Top Navbar -------------- */

#logo {
	margin:0pt auto;
	height: 60px;
	float:left;
	padding:0px 0px 0px 20px;
}

#topbar {	
	height: 100px;
	width:756px;
	background: url(../images/bg-topnavbar.png) top repeat-x;
	background-color: #2A4068;
	margin:0pt auto;
	margin-left:12px;
}

#topbar.phone {
	color:#fff;
	padding:0 12px 0 0;
	font-size:1.3em;
	line-height:2em;
	font-weight:normal;
}

#topnav {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	margin:0pt auto;
	padding:40px 10px 0px 10px;
	font-size: 0.7em;
}

#topnav ul {
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:right;
}

#topnav li {
	color:#fff;
	display:inline;
	font-weight:bold;
	margin:0px;
	padding:0px 12px 0px 10px;
}

.topnav_divider {
	border-left: 1px dotted #ECDCAF;
}


#topnav a {
	color:#fff;
}

#topnav a:hover {
	color:#ECDCAF;
}

/* ------------- Main Navigation -------------- */

#navigation {
	margin:0pt auto;
	clear:both;
	background: url(../images/bg-grad1.png) top repeat-x;
	height:40px;
	width:756px;
	border-top: 1px solid #FFF;
}

#navbar {
	display:inline;
	float:left;
	width:748px;
	padding: 6px 0px 0px 8px;
	background: url(../images/bg-navbar.png) repeat-x left top;
}

#navbar li {
	display:inline;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	white-space:nowrap;
}

#navbar a {
	background:#fff url(../images/bg-navbar-left.jpg) no-repeat scroll left top;
	color:#003366;
	display:inline;
	float:left;
	font-size: 0.9em;
	font-weight:bold;
	margin:0pt 2px 0pt 0pt;
	padding:0pt 0pt 0pt 14px;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
}

#navbar a span {
	background:#fff url(../images/bg-navbar-right.jpg) no-repeat scroll right top;
	display:block;
	float:left;
	font-weight:normal;
	padding:7px 18px 11px 4px;
	white-space:nowrap;
}

#navbar a:hover {
	background:#fff url(../images/bg-navbar-left.jpg) no-repeat scroll 0pt -52px;
	color:#000;
	text-decoration:none;
}

#navbar a:hover span {
	background:#fff url(../images/bg-navbar-right.jpg) no-repeat scroll 100% -52px;
}

#navbar #current a {
	background:#fff url(../images/bg-navbar-left.jpg) no-repeat scroll left -104px;
	color:#333;
	display:inline;
	float:left;
	font-size: 0.9em;
	font-weight:normal;
	margin:0pt 2px 0pt 0pt;
	padding:0pt 0pt 0pt 14px;
}

#navbar #current a span{
	background:#fff url(../images/bg-navbar-right.jpg) no-repeat scroll 100% -104px;
}

/* ------------- Left Navigation -------------- */

*{
	list-style:none;
	margin:0px;
	padding:0px;
}
	
#menu {
	width:206px;
	margin-bottom:14px;
	padding-left:0px;
	font-family:Arial, Helvetica, sans-serif;
}
	
#menu li  {
  	font-size:0.7em;
	text-decoration: none;
	padding: 5px 0px 6px 10px;
	color: #333;
	background: url(../images/bullet1.gif) left no-repeat;
}	
	
#menu li a:link, #menu li a:visited {
	color: #003366;
	display: block;
	padding: 5px 0 0 10px;
}
	
#menu li a:hover {
	color: #26370A;
	padding: 4px 0 0 10px;
	background-color:#ECDCAF;
}
	
#menu li a:active {
	color: #26370A;
	background-repeat:no-repeat;
	padding: 4px 0 0 10px;
}	

/* ---------------- Booking ----------------- */

#boxout_booking {
	padding-bottom:10px;
}	
	
/* ---------------- Footer ----------------- */

#footer {
	width:724px;
	height:87px;
	margin:5px 0px 0px 12px;
	padding:10px 16px 0px 16px;
	background-color:#663300;
	background: url(../images/bg-footer.png) top repeat-x;
	clear:both;
	color:#fff;
	font-size:1.0em;
}

#footer p{
	float:left;
	font-size:0.7em;
		color:#fff;

}

.awards{
	padding-top:10px;
	float:right;
}

#footer a{
	color:#ECDCAF;
	text-decoration:none;
}

#footer a:hover{
	color:#fff;
	text-decoration:underline;
}

#footerlogo {
	float:right;
	margin:0px;
	padding:0px;
}

#credits {
	width:720px;
	margin:0pt auto;
	padding:0px 0px 15px 0px;
	background: url(../images/bg-dropshadow.png) top no-repeat;
}

#credits p{
	font-size:0.6em;
	color:#999;
	float:right;
}

#credits p a{
	color: #666;
}

#credits p a:hover{
	text-decoration:none;
	color: #663300;
	border-top: 2px dotted #d3b377;
	border-bottom: 2px dotted #d3b377;
}

/* ------------- Forms --------------- */

label {
	float: left;
	text-align: left;
	font-size:1.0em;
	font-weight:normal;
	color:#333;
}

form p label {
	float: left;
	width:28%;
}

input {
	color: #666;
	background: #F9F5F5;
	font-size:1.1em;
	border: 1px solid #ccc;
	padding:3px;
}

textarea {
	font-size:1.4em;
	color: #666;
	background: #F9F5F5;
	border: 1px solid #ccc;
	padding:2px;
	width:328px;
}

fieldset {
	width:420px;
	float:left;
	padding: 28px 0px 24px 36px;
	margin:10px 0px 10px 0px;
	border:1px solid #ccc;
	background-color:#fff;
}

legend	{
	font-weight:normal;
	font-size:1.2em;
	color:#666;
	margin-bottom:10px;
	padding:5px;
	border: 1px solid #ccc;
	background-color:#FFF;
}

.searchsubmit	{
	margin-left: 3px;
	border: 1px solid #ccc;
	font-size:0.8em;
	color:#999;
	font-weight:normal;
	padding: 2px 2px 2px 2px;
}

input:focus, textarea:focus{
	background-color: #fff;
	border: 1px solid #999;
}

.contact_btnsubmit {
	background: url(../images/bg-grad1.png) repeat-x scroll left top;
	border:1px solid #999999;
	float:left;
	padding:5px 10px;
}

.zemSubmit {
	background: url(../images/bg-grad1.png) repeat-x scroll left top;
	border:1px solid #999999;
	float:left;
	padding:5px 10px;
	font-size:0.7em;
}

/* ------------- Tables --------------- */

table {
	margin:3px 0px 10px 0px;
	border-collapse:collapse;
	border:1px solid #ccc;
	width:470px;
	font-family:Arial, Helvetica, sans-serif;
}
caption {
	font-size:18px;
	padding:10px 0px 0px 0px;
	margin-top:5px;	
	text-align: left;
	text-indent: 10px;
	background: url(../images/bg_caption.jpg) repeat-x right top;
	font-family:Georgia, "Times New Roman", Times, serif;
	height: 45px;
	color: #003366;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;


}
thead th {
	background: url(../images/bg-topnavbar.png) repeat-x right;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0px 5px 8px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
}
tbody tr {
background: url(../images/bg_td1.jpg) repeat-x top;
	font-family:Arial, Helvetica, sans-serif;

}
tbody tr.odd {
	background: #FFF8E8 url(../images/bg_td2.jpg) repeat-x;
		font-family:Arial, Helvetica, sans-serif;

}

tbody th,td {
	font-size: 11px;
	line-height: 1.4em;
	color: #333;
	padding: 5px 7px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
}

tfoot th {
	background: url(../images/bg-topnavbar.png) repeat-x right;
	color: #FFFFFF;
	height: 30px;	
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
}
tfoot td {
	background-color:#CCCCCC;
	color: #FFFFFF;
	height: 30px;
	padding: 10px;
	font-size:0.7em;
	font-family:Arial, Helvetica, sans-serif;
}
