/*-----------------------------------------------------------------------------
Decorative Slate (basic)
version:   1.0
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, caption, td, th, li, ul, ol, h1, h2, h3, h4, h5, h6  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* =Headings
-----------------------------------------------------------------------------*/

/* tags */
h1 {
	color: #000099;
	text-align: center;
	font-size: 0.95em;
	font-weight: bold;
	padding: 20px 5px 5px;
}
h2 {
	font-size: 0.75em;
	font-weight: bold;
	color: #000099;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 10px;
	text-align: center;
}
h3 {
	font-size: 0.75em;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-right: 15px;
	padding-left: 15px;
}
p {
	font-size: 0.75em;
	font-weight: normal;
	color: #83003D;
	line-height: 1.4em;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}


/* =Links
-----------------------------------------------------------------------------*/

a:link {
	color: #003399;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #A93860;
}
a:active {
	color: #003399;
}


/* =Prime positioning
-----------------------------------------------------------------------------*/
/* body */
body {
	background: #CFBED0;
	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: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 736px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
} 
/* topsec */
#topsec {
	background: #D2C6A8 url(../i/slatetile.jpg);
	margin: 0px;
	text-align: center;
}
#topsec .logo {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* maintable */
/* =Primnav
-----------------------------------------------------------------------------*/
#primnav {
}
#primnav ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 736px;
	background: #64394C url(../i/navslice1.gif) repeat-x;
	list-style: none;
	font-size: .7em;
}
#primnav ul li {
	float: left;
}
#primnav ul a {
  padding: 0 2em;
  line-height: 2em;
  background: url(../i/navdiv2.gif) repeat-y right top;
  text-decoration: none;
  color: #fff;
  float: left;
  display: block;
}
#primnav ul a:hover {
  color: #BADEFD;
}
#primnav ul .first a {
  background: none;
}
#primnav .here {
  color: #BADEFD;
}

/* maintable */
#maintable {
	margin: 0px;
	background: #FFFFFF url(../i/backstrip1.gif);
	padding-top: 0px;
	padding-bottom: 0px;
}
/* content ID */
#content {
	background: #ECF5FF;
	float: right;
	width: 590px;
}
#content li {
	margin-left: 50px;
	font-size: 0.75em;
	color: #83003D;
	margin-top: 0px;
	margin-bottom: 3px;
	padding: 0px;
	line-height: 1.5em;
	margin-right: 10px;
	font-weight: bold;
}
#content ul {
	padding-bottom: 10px;
}
/* photobar ID */
#photobar {
	float: left;
	width: 140px;
	text-align: center;
	padding-top: 60px;
	background-color: #E9E1F6;
}
#photobar img {
	display: block;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}


/* =Secondary Content
-----------------------------------------------------------------------------*/
.content1 {
	width: 49%;
	float: left;
	padding: 1px;
	display: inline;
}

.content2 {
	width: 49%;
	float: right;
	display: inline;
} 
.content2slide {
	width: 276px;
	float: right;
	padding-bottom: 1px;
	display: inline;
} 
/* contact ID */
#contact {
	text-align: center;
	padding: 0px;
	margin-top: 8px;
	margin-right: 6px;
	margin-bottom: 8px;
	margin-left: 6px;
}
/* botnav ID */
#botnav {
	margin-top: 8px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#botnav p {
	text-align: center;
	padding: 5px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 0.7em;
}
/* printpage ID */
#printpage {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#printpage p {
	font-size: 70%;
	text-align: right;
}
#printpage img {
	margin-left: 10px;
}
/* copyrightID */
#copyright {
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#copyright p {
	font-size: 0.6em;
	text-align: right;
	line-height: 1.5em;
}

/* =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: 10px;
	text-align: center;
	clear: both;
}
.photobkr p, .photobkl p, .photobkc p {
	font-size: .7em;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 7px;
	padding-bottom: 0px;
}

/* =Tables
-----------------------------------------------------------------------------*/
/* enquiry form */
#enqform {
	padding: 10px;
	border: 2px solid #CFBED0;
	background: #FFFFFF;
	color: #FFFFFF;
	margin: 10px 30px 30px;
}
#enqform th {
	font-size: 0.75em;
	font-weight: bold;
	color: #83003D;
	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: #83003D;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	border: 2px solid #CCCCCC;
}



/* =Boxes
-----------------------------------------------------------------------------*/
/* testim - testimonials */
.testim {
	margin: 5px 15px;
	padding: 5px;
	border: 1px solid #006A1E;
	background-color: #F2F9F2;
}
.testim p {
	font-size: 11px;
	margin: 0px;
	padding: 5px;
	color: #666666;
}
/* linkbox - useful links */
.linkbox {
	font-size: .9em;
	border: 2px dotted #D2C6A8;
	float: right;
	width: 250px;
	margin: 10px 10px 10px 5px;
	background-color: #FFFFFF;
}
.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 10px 10px;
	border: 1px solid #3AA37B;
}
.fpanel h2 {
	color: #FFFFFF;
	background-color: #3AA37B;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
}
.fpanel img {
	float: right;
	margin: 5px;
}

/* =Others
-----------------------------------------------------------------------------*/

/* location map */
.locmap {
	margin-top: 10px;
	text-align: center;
	margin-bottom: 10px;
}
/* slideshow */
.slideshow {
	float: right;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
}
/* classes */
.centre {
	text-align: center;
}
