/* Kelvin Owers - styles shared by all pages */


body, html {
    font-family: Helvetica, Arial, Sans-serif;
    color: black;
	background-color: white;
	_font-size: 43%; /* allows large class base font size for finer em:pt control with scalable text in IE6 */
    margin: 0; padding: 0; 
}
img {border: 0px;} /* removes need for border="0" for images in IE */
ul {list-style: none;} /* remove auto bullet points in Firefox */
th {border-collapse: collapse; padding: 4px 8px 4px 8px; background-color: #FBFBFB; text-align: left;}
td {border-collapse: collapse; padding: 2px 8px 2px 8px; background-color: #FDFDFD; text-align: left;}

hr {
    color: #ffffff; /* IE */
    background-color: #ffffff; /* W3C */
    border: 0; /* noshade */
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    _margin-bottom: 0;
    margin-left: 80px;
    margin-right: 80px;
}

#all-container {
    position: absolute;
	width: 850px;
    left: 50%;
    margin-left: -425px;
	background: black;
	border-bottom: 3px white solid;
}

#top-container {
    background: #E7E7E7 url(backgrounds/A3012.jpg) bottom left no-repeat;  /* W3C & IE7 */
	color: black;
    min-height: 510px; _height: 510px;
	width: 849px;
/*	border-right: 1px solid #E7E7E7; */
}

#bottom-container {
    background: black;  /* W3C & IE7 */
	color: white;
	width: 850px;
}

/* left navigation */

.left_nav {
    background: transparent url(decoration/black_75percent.png) top left;  /* W3C & IE7 */
    font-weight: normal; font-size: 12px; _font-size: 3.2em;
    text-align: center;
    letter-spacing: 0.2em;
    width: 179px;
    _width: 178px;
    float: left;
    padding-right: 5px;
	padding-top: 1px;
    min-height: 509px; _height: 509px;
}
.left_nav ul{
    padding: 0; margin: 0;
	padding-top: 3px; padding-bottom: 3px;
}
.left_nav li{
	padding-top: 1px; padding-bottom: 1px;
}

.left_nav a{
    color: #cccccc;
    text-decoration: none;
    border-bottom: 1px transparent solid;
    _border-bottom: 1px #333333 solid;
    padding-left: 5px; padding-right: 5px;
}
.left_nav a:hover{
    color: white;
    text-decoration: none;
    border-bottom: 1px white solid;
}

.left_nav h1{
    padding: 0; margin: 0;
    padding-top: 20px;
    font-size: 1.4em;
    font-weight: normal;
    color: #CFA71A;
}
.left_nav h1 a, .left_nav h1 a:hover{
    color: #CFA71A;
}
.left_nav .nav_box {
    padding: 5px;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
.left_nav .nav_box a, .left_nav .nav_box a:hover {
    border: 0;
	color: white;
    border-bottom: 1px solid transparent;
}
.left_nav .nav_box a:hover {
    border-bottom: 1px solid white;
}

#enquire_content {
    padding-top: 2px;
    font-family:  Times, Georgia, serif; /* Phone number clearer in Times */
	font-size: 1.4em;
}
#search {
	padding: 0;
}
#searchstring {
	margin: 0;
}
#search_content {
    padding-top: 5px;
	display: block;
}

.outline_box, .outline_box .button {
	color: #cccccc;
}

.button {
	margin-top: 3px;
	margin-bottom: 0;
	text-align: center;
	background-color: black;
}

#main {
    font-weight: normal; font-size: 13px; _font-size: 4em;
    width: 664px;
    float: right;
    color: #bbbbbb;
}
table {
    color: black;
}
#main p {
    line-height: 1.1;
}
#main .copy img {
    padding-bottom: 20px;
}
#main .copy a {
    color: white;
	text-decoration: none;
}
#main .copy a:hover {
    color: white;
	text-decoration: none;
}
#main .copy p a {
	border-bottom: 1px #ed1b2f solid;
}
#main .copy p a:hover {
	border-bottom: 1px white solid;
}

#main .pagetitle {
	text-align: center;
    text-transform: lowercase;
    margin-top: 20px;
    padding-left: 52px;
	font-weight: 100;
	padding-bottom: 10px;
	padding-top: 5px;  
	font-size: 2.6em;
}
#main h1, #main h2, #main h3, #main h4 {
    text-transform: lowercase;
}

#footer {
	width: 664px;
	float:right;
	padding-top: 20px;
	font-size: 0.8em;
}
#footer, #footer a, #footer a:visited {
    color: white;
    text-decoration: none;
}
#footer a:hover {
    color: white;
    text-decoration: underline;
}
#footer_nav {
	text-align: center;
	margin-top: 10px;
  	margin-bottom: 1px;
	margin-right: 20px;
	margin-left: 20px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 5px;
    border-top: 1px #EEEEEE solid;
}
#footer_nav ul {
  	margin: 0; padding: 0;
}
#footer_nav li {
  	display: inline; /* Shows each item side-by-side */
  	list-style-type: none; /* Gets rid of the bullet points */
}
#footer_contact {
	padding-right: 2px;
}

#place_list, #featured_list {
	margin-top: 5px;
  	margin-bottom: 1px;
	margin-right: 20px;
	margin-left: 20px;
    min-width: 550px; _width: 550px;
    font-size: 1.2em;
}
#place_list {
	text-align: center;
}
#place_list, #place_list a, #place_list a:visited,
#featured_list, #featured_list a, #featured_list a:visited { 
    color: white;
    text-decoration: none;
	border-bottom: 0;
}
#place_list a:hover, #place_list a:focus ,
#featured_list a:hover, #featured_list a:focus {
    text-decoration: none;
	border-bottom: 0;
}
#place_list a:active  ,
#featured_list a:active  {
    color: white;
    text-decoration: none;
	border-bottom: 0;
}
#place_list ul ,
#featured_list ul {
  	margin: 0; padding: 0;
}
#place_list li ,
#featured_list li {
  	display: inline; /* Shows each item side-by-side */
  	list-style-type: none; /* Gets rid of the bullet points */
}

#country_list {
	margin-top: 5px;
  	margin-bottom: 1px;
    min-width: 550px; _width: 550px;
	text-align: center;
    font-size: 0.8em;
    font-weight: normal;
}
#country_list, #country_list a, #country_list a:visited { 
    color: white;
    text-decoration: none;
	border-bottom: 0;
}
#country_list a:hover, #country_list a:focus {
    text-decoration: none;
	border-bottom: 0;
}
#country_list a:active {
    color: white;
    text-decoration: none;
	border-bottom: 0;
}


#thumb_list {
	margin-top: 5px;
  	margin-bottom: 1px;
	margin-right: 20px;
	margin-left: 30px;
    min-width: 550px; _width: 550px;
}
#thumb_list, #thumb_list a, #thumb_list a:visited { 
    color: white;
    text-decoration: none;
	border-bottom: 0;
}
#thumb_list a:hover, #thumb_list a:focus {
    text-decoration: none;
	border-bottom: 0;
}
#thumb_list a:active {
    color: white;
    text-decoration: none;
	border-bottom: 0;
}
.product_thumb {
    width: 150px;
    float: left;
    text-align: center;
}
.product_thumb .grade {
    font-size: 0.8em;
}
.product_thumb img {
    margin-top: 7px;
    margin-bottom: 7px;
}
.product_thumb_vert {
    width: 600px;
    float: left;
    text-align: left;
}
.product_thumb_vert .grade {
    font-size: 0.8em;
}
.product_thumb_vert .info {
    margin-top: 3px;
    font-size: 0.8em;
    float: left;
}
.product_thumb_vert a {
    float: left;
}
.product_thumb_vert img {
    float: left;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 15px;
    margin-left: 17px;
}


.moreemp {
	text-transform: uppercase;
	font-weight: bold;
}

.forcenewline {width:580px; clear: both;}

@media print {
	.left_nav {display: none;}
	#footer {display: none;}
	#main {float: none; border: solid white 10px; margin-left: 20px;}
	.hotel .pagetitle {_margin-left: 0;}
}		

.maplink {
    text-align: right;
    width: 600px;
    margin-bottom: 20px;
}

.quote_box {
	color: white;
	background: black url(decoration/quote_box.gif) left bottom no-repeat;
	float: right;
	padding-bottom: 13px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 8px;
	font-weight: bold;
	margin-right: 25px;
	margin-top: 10px;
}
.quote_box a {
	color: white;
	text-decoration: none;
}
.quote_box a:hover {
	color: white;
	text-decoration: underline;
}

.adminlink {
    width:580px; clear: both;
}
.adminlink a {
    color: #cccccc;
    text-decoration: none;
}
.adminlink a:hover {
    color: white;
    text-decoration: underline;
}