/*-----------------------------------------------------------------------------
Orsedd Wen (basic)
version:   1.1
author:    PJ WebWorks
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}
/* Class for clearing floats */
.clear {
	clear:both;
}
/* Remove border around linked images */
img {
	border: 0;
}

/* =Typography
-----------------------------------------------------------------------------*/

p, td, th, li, ul, ol, h1, h2, h3, h4, h5, h6  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* =Headings
-----------------------------------------------------------------------------*/

/* tags */
h1 {
	color: #7E4F2C;
	text-align: center;
	font-size: 0.95em;
	font-weight: bold;
	margin: 10px;
}
h2 {
	font-size: 0.75em;
	font-weight: bold;
	color: #7E4F2C;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
}
h3 {
	font-size: 0.75em;
	font-weight: bold;
	color: #927843;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-right: 15px;
	padding-left: 15px;
}
p {
	font-size: 0.75em;
	font-weight: normal;
	color: #464646;
	line-height: 1.4em;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
#content ul {
	font-size: 0.75em;
	font-weight: normal;
	color: #464646;
}


/* =Links
-----------------------------------------------------------------------------*/

a:link {
	color: #C03A18;
}
a:visited {
	color: #D55A11;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #C03A18;
}
/* external links */
.extlink {
	background-image: url(../i/icon/extlink.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}


/* =Prime positioning
-----------------------------------------------------------------------------*/
/* body */
body {
	background: #D2A264 url(../i/back1.jpg);
	min-width: 760px; /* content width plus 20 */
	text-align: center;
}
/* wrapper around code */
#wrapper {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4D2106;
	border-left-color: #4D2106;
	width: 736px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
} 
/* topsec */
#topsec {
	background: #C03A18;
}
#topsec img {
	display: block;
}
/* navigation */
#primnav {
	padding-top: 20px;
	font: normal .7em verdana;
	float: left;
	width: 120px;
	}

#primnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 120px; /* Width of Menu Items */
	border-bottom: 1px solid #4D2106; 
	}

#primnav ul li {
	position: relative;
	}
	
li ul { /* #primnav added here stops display  */
	position: absolute;
	left: 119px; /* Set 1px less than menu width */
	width: 120px; /* Width of Menu Items */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#primnav ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background: #C03A18;
	padding: 3px;
	width: 114px; /* NEW FOR IE7 : ul width - 2xpadding - border left - border right*/
	border-top: 1px solid #4D2106;
	}

/* Fix IE. Hide from IE Mac \*/
* html #primnav ul li { float: left; height: 1%; }
* html #primnav ul li a { height: 1%; }
/* End */

#primnav ul li a:hover { color: #ffffff; background: #D55A11; } /* Hover Styles */
		
#primnav li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
#primnav li:hover ul, li.over ul { display: block; } /* The magic */
.here {
	background: #D55A11 !important;
/*	color: #ffffff !important; */
/*	border-top: #00A629!important; */
/*	border-right: #006A1B!important; */
/*	border-bottom: #006A1B!important; */
/*	border-left: #00A629!important;  */
}


/* maintable */
#maintable {
	margin: 0px;
	background: #FFFFFF url(../i/backstrip1.gif);
}
/* content ID */
#content {
	float: right;
	width: 616px;
}
#content li {
	margin-left: 50px;
	margin-top: 0px;
	margin-bottom: 3px;
	padding: 0px;
	line-height: 1.5em;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/
.content1 { 
  width: 49%;
  float: left; 
}

.content2 {
	width: 49%;
	float: right;
} 
/* local photo columns */
.content1local { 
  width: 200px;
  float: left; 
}
.content2local {
	width: 410px;
	float: right;
} 
/* contact ID */
#contact {
	text-align: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
/* botnav ID */
#botnav p {
	text-align: center;
	padding: 5px;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
	border-top: 1px solid #BFC09A;
	border-right: none #BFC09A;
	border-bottom: 1px solid #BFC09A;
	border-left: none #BFC09A;
	font-size: .7em;
}
/* printpage ID */
#printpage p {
	font-size: 70%;
	text-align: right;
	margin-top: 20px;
}
#printpage img {
	margin-left: 10px;
}
/* copyrightID */
#copyright { text-align: right; margin-top: 0px; margin-right: 10px; margin-bottom: 5px; margin-left: 10px}
#copyright p {
	font-size: 0.6em;
	text-align: right;
	line-height: 1.5em;
}

/* =Forms
-----------------------------------------------------------------------------*/
/* enquiry form */
#enqform {
	padding: 10px;
	border: 2px solid #999999;
	background: #FFFFFF;
	color: #FFFFFF;
	margin: 10px 30px 30px;
}
#enqform th {
	font-size: .75em;
	font-weight: bold;
	color: #666666;
	padding: 3px;
	text-align: right;
	vertical-align: top;
	width: 170px;
}
#enqform td {
	font-size: .75em;
	font-weight: normal;
	color: #666666;
	padding: 3px;
}
#enqform p {
	color: #666666;
	text-align: center;
}
.enqformbutton {
	color: #FFFFFF;
	background: #7C2510;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	border: 2px solid #CCCCCC;
}
.enqformmess {
	background-color: #FFFFCC;
	margin: 10px;
	border: 2px solid #999999;
}
.enqformmess p {
	color: #FF0000;
}

/* =Photos and Images
-----------------------------------------------------------------------------*/
/* floating photos */
.photobkr {
	float: right;
}
.photobkl {
	float: left;
}
.photobkc {
	margin-right: auto;
	margin-left: auto;
}
.photobkc .horiz2 {
	float: left;
	width: 50%;
}
.photobkc .horiz3 {
	float: left;
	width: 33%;
}
.photobkr, .photobkl, .photobkc  {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 2px;
	text-align: center;
	clear: both;
}
.photobkr img, .photobkl img, .photobkc img {
	border: 1px solid #4D2106;
	display: block;
	margin-top: 10px;
}
.photobkr p, .photobkl p, .photobkc p {
	font-size: .7em;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 7px;
	padding-bottom: 0px;
}
/* grades (floated to right) */
.grades {
	margin: 10px 10px 2px 5px;
	float: right;
	padding: 0px;
	text-align: center;
}
.grades img {
	display: block;
	margin-bottom: 5px;
}
.grades .bord {
	border: 1px solid #666666;
}
/* credit cards horizontal */
.cards {
	margin-top: 2px;
	margin-bottom: 5px;
}
.cards img {
	vertical-align: middle;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
/* localphotos - vertical, left float */
.localbkv {
	margin-right: 10px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 2px;
	text-align: center;
	clear: both;
	border: 1px solid #CBB07E;
	padding-top: 5px;
	background-color: #FCFAF5;
}
.localbkv p {
	font-size: .7em;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 7px;
	padding-bottom: 0px;
}

/* =Tables
-----------------------------------------------------------------------------*/
/* tariff table */
.tariff {
	border: 2px solid #7C2510;
	font-weight: normal;
	margin-top: 30px;
	background: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
.tariff b {  font-weight: bold; text-align: center}
.tariff ul {
	font-weight: normal;
	margin-right: 20px;
	margin-left: 40px;
	list-style-type: square;
	color: #993300;
	padding: 0px;
	font-size: 1em;
}
.tariff th {
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 0px;
	background-color: #7C2510;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #C03A18;
}
.tariff td {
	padding: 5px 5px 5px 15px;
	margin: 0px;
	color: #464646;
	font-size: 0.75em;
}
/* produce prices table */
.tblPrice {
	border: 2px solid #39722F;
	font-weight: normal;
	margin-top: 10px;
	background: #FAF5EF;
	margin-right: auto;
	margin-left: 100px;
	margin-bottom: 10px;
}
.tblPrice b {  font-weight: bold; text-align: center}
.tblPrice ul {
	font-weight: normal;
	margin-right: 10px;
	margin-left: 0px;
	list-style-type: square;
	color: #993300;
	padding: 0px;
	font-size: 1em;
}
#content .tblPrice li {
	margin-left: 20px;
}
.tblPrice th {
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	color: #7B3E15;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 15px;
}
.tblPrice td {
	padding: 3px 5px 3px 15px;
	margin: 0px;
	color: #285021;
	font-size: 0.75em;
}
/* =Boxes
-----------------------------------------------------------------------------*/
/* testim - testimonials */
.testim {
	margin: 15px 15px 5px;
	padding: 5px;
	border: 1px solid #006A1E;
	background-color: #F2F9F2;
	float: right;
	width: 250px;
}
.testim p {
	font-size: 11px;
	margin: 0px;
	padding: 5px;
	color: #666666;
}
/* linkbox - useful links */
.linkbox {
	font-size: .9em;
	border: 2px dotted #CBB07E;
	float: right;
	width: 250px;
	margin: 10px 10px 10px 5px;
	background-color: #FCFAF5;
}
.linkbox h2 {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 15px;
}
/* panel on front page */
.fpanel {
	margin: 20px auto 10px;
	border: 1px solid #7C2510;
	width: 580px;
}
.fpanel h2 {
	color: #FFFFFF;
	background-color: #7C2510;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #C03A18;
}
.fpanel img {
	float: right;
	margin: 5px;
	border: 1px solid #4D2106;
	display: block;
}
/* notice */
.notice {
	margin-right: 20px;
	margin-left: 20px;
	border: 1px solid #2C4E74;
	background-color: #F1F7FA;
}

/* =Others
-----------------------------------------------------------------------------*/

/* location map */
.locmap {
	margin-left: 50px;
	margin-top: 20px;
}
/* slideshow */
.slideshow {
	float: right;
	border: 1px solid #4D2106;
	margin-right: 10px;
	margin-left: 5px;
	margin-top: 10px;
}
/* facilities list */
.faclist {
	border: 1px solid #7C2510;
	margin: 10px 20px 10px 10px;
	padding: 0px;
	background: #FFFFFF;
}
.faclist h2 {
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #FFFFFF;
	background-color: #7C2510;
	padding-top: 5px;
	padding-bottom: 0px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #C03A18;
}
#content .faclist ul {
	font-weight: normal;
	margin-right: 5px;
}
#content .faclist ul ul {
	font-weight: normal;
	margin-right: 10px;
	margin-left: 10px;
	list-style-type: disc;
}
#content .faclist ul li ul {  /* used to overcome the ul li ul in nav css*/
	position: relative;
	left: -30px; /* Width of Menu Items */
	top: 0;
	display: block;
	width: 200px;
}
/* classes */
.centre {
	text-align: center;
}
.red {
	color: #FF0000;
}
#content .mainlist {
	font-weight: bold;
	color: #7E4F2C;
}
