html, body {border: 0; margin: 0; padding: 0;}
body {font: 90%/1 arial, helvetica, sans-serif;line-height: 140%; background: #443833; width: 100%; min-width: 970px;}
/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
	width: 97%;
	clear: both;
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 3px;
	letter-spacing: -1px;
	color: #443833;
	background-color: transparent;
	border-bottom: 1px dotted #877065;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	text-transform: lowercase;
}

h1 span {position:absolute;left:-999px}

h2 {
	padding: 20px 0 10px 0;
	color: #09F;
	background-color: transparent;
	font-size: 1.4em;
	letter-spacing: -1px;
	font-family: arial, helvetica, sans-serif;
	text-transform: lowercase;
	padding-top:5px;
}

h2 span {position:absolute;left:-999px}

h3 {
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.3em;
	text-transform: lowercase;
	color: #999;
	padding: 20px 0 10px 0;
}

h4 {
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.2em;
	text-transform: lowercase;
	color: #900;
	padding-top:10px;
}

p, ul, ol {margin: 0; padding: 0 0 18px 0;}

p.notfound{padding: 15px 0 100px;}

ul, ol {list-style: none; padding: 0 0 18px 40px;}

blockquote p {
	padding-left: 60px;
	background-image: url(/images/open-quote.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
}

blockquote {
	font: italic 1.15em Georgia, "Times New Roman", Times, serif;
  	line-height: 1.26em;
  	font-style: italic;
 	color: #9A8074;
  	background-color: transparent;
	border:0px;
	padding-top: 5px;
	width: 520px;
	padding-left: 5px;
	line-height: 1.3em;
	background-image: url(/images/close-quote.jpg);
	background-repeat: no-repeat;
	background-position: 490px bottom;
	text-align: justify;

	padding-bottom: 10px;
	padding-right: 20px;
}

blockquote p:first-letter {
	font-size: 2em;
	font-weight: bold;
}


code {
  display: block;
  width: 80%;
  background-color: #F5F4F3;
  border: #E2DBD8 1px solid;
  color: #666666;
  padding: 3px 5px;
  margin: 10px 0;
}

small {font-size: 0.85em;}

img {border: 0;}

sup {
  position: relative;
  bottom: 0.3em;
  vertical-align: baseline;
}

sub {
  position: relative;
  bottom: -0.2em;
  vertical-align: baseline;
}

acronym, abbr {
  cursor: help;
  letter-spacing: 1px;
  border-bottom: 1px dashed;
}

hr {
  border: 1px solid #E7E1DE;
  margin: 15px 0;
}
/***** Links *****/

a {text-decoration: none; color: #0066FF;}

a:hover {text-decoration: none; color: #3399FF;}

a img {
  border: none;/*remove border for linked images*/
}
/***** Tables *****/

table {border: 0; margin: 0 0 18px 0; padding: 0;}

table tr td {padding: 2px;}
/***** Global Classes *****/

.clear {clear: both;}

.alignleft {float: left;}

.alignright {float: right;}

.text-left {text-align: left;}

.text-right {text-align: right;}

.text-center {text-align: center;}

.text-justify {text-align: justify;}

.bold {font-weight: bold;}

.italic {font-style: italic;}

.underline {border-bottom: 1px solid;}

.highlight {background: #ffc;}

.img-left {float: left; margin: 4px 10px 4px 0;}

.img-right {float: right; margin: 4px 0 4px 10px;}

.nopadding {padding: 0;}

.noindent {margin-left: 0; padding-left: 0;}

.nobullet {list-style: none; list-style-image: none;}

.noborder {border: none;}
/***** Main Layout ****/

#container {
  background: url(../images/bg_top.jpg) repeat-x top left;
  width: 100%;
  height: 100%;
}

#wrapper {
  width: 970px;
  background: url(../images/bg.jpg) repeat-y top left;
  text-align: center;/* IE fix to center the page */
  margin: 0 auto;/* center the page in Firefox */
}

.endOfSection {
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
/**** Sidebar ****/

#sidebar {
  display: block;
  float: left;
  width: 290px;
  text-align: left;
  color: white;
}

#sidebar #sb_top {
  width: 290px;
  height: 240px;
  background: url(../images/sb_top.jpg) no-repeat left top;
  color: #A8948A;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

#sidebar .sb_logo {padding-top: 67px;}

#sidebar .sb_content {
  text-align: left;
  padding-left: 12px;
  width: 268px;
}

#sidebar .sb_content h2 {
  color: #F5F1C2;
  background: url(../images/bg_h2.jpg) repeat-x;
  width: 253px;
  padding-left: 15px;
  padding-top: 10px;
  margin-bottom: 15px;
  font: 1.5em Georgia, "Times New Roman", Times, serif;
}

#sidebar .sb_content p {padding: 5px 20px 15px 20px;}

#sidebar .sb_content ul {
  list-style-type: square;
}
/*links*/

#sidebar .sb_content a {color: #FFFF99;}

#sidebar .sb_content a:hover {
  color: #FFFF99;
  border-bottom: 1px dotted #FFFF99;
}

#sidebar .sb_content img {
  border: 1px solid #302723;
  padding: 4px;
  background-color: #443833;
  Margin: 0;
  margin-left: 10px;
}

#sidebar .sb_content img.noborder {
  border: none;
  padding: 0;
  background-color: transparent;
  Margin: 0;
  margin-left: 10px;
}
/**** Main Menu ****/

#sidebar #navlist {
  margin: 0;/*removes indent IE and Opera*/
  padding: 0;/*removes indent Mozilla and NN7*/
  list-style-type: none;/*turns off display of bullet*/
  width: 268px;
}

#sidebar #navlist a {
  display: block;
  height: 30px;
  padding: 2px 2px 2px 24px;
  border: none;
  border-top: 1px solid #705A52;
  border-bottom: 1px solid #3E322D;
  background-color: transparent;
  color: white;
  font-size: 120%;
  line-height: 30px;/* this value must match the height in order to center vertically the text*/
  text-decoration: none;
}

#sidebar #navlist a.button {
  height: 140px;
}

#sidebar #navlist a:hover {
  color: #877065;
  background-color: #443833;
}

#sidebar #navlist a.noborder {
  border-bottom: none;
  }

#sidebar #navlist a span {
	padding-top: 10px;
	padding-left: 40px;
	display:block;

}

#sidebar #navlist a img {
	margin-left:40px;
	
}

/*Copyright*/

#sidebar .copyright {
  display: block;
  margin: 60px auto 40px auto;
  padding: 5px 7px;
  width: 220px;
  text-align: center;
  background-color: #302723;
  border: 1px solid black;
  color: #877065;
  font-size: 90%;
}

#sidebar .copyright p {padding: 0;}

#sidebar .copyright a {color: #FFFF99;}

#sidebar .copyright a:hover {
  color: #FFFF99;
  border-bottom: 1px dotted #FFFF99;
}
/**** Header ****/

#header {
  background: url(../images/bg_top.jpg) repeat-x top left;
  display: block;
  float: left;
  clear: right;
  width: 680px;
  height: 40px;
  padding-top: 15px;
  color: white;
  text-align: right;
}

#header a {color: white;}

#header a:hover {
  border-bottom: 1px dotted white;
}
/**** Content ****/

#content {
  display: block;
  float: left;
  width: 670px;
  border-top: #877065 9px solid;
  text-align: left;
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
}

#content ul li {list-style: url(../images/bullet.jpg);}


#content img {
  border: 1px solid #D0C5BF;
  padding: 4px;
  background-color: #E7E1DE;
  Margin: 15px 0;
}

#content img.alignleft {
  display: block;
  float: left;
  clear: none;
  margin: 5px 10px 0 0;
}

#content img.alignright {
  float: right;
  margin: 5px 0 0 10px;
}

#content img.noborder {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 10px;
}

#content #intro {
  background: #55453E url(../images/intro.jpg) no-repeat center;
  width: 100%;
  height: 176px;
  color: white;
}

#content .intro_t {
  width: 90%;
  margin-left: 40px;
  color: white;
 
}

#content #intro h1 {
  margin: 0;
  color: white;
  font-size: 36px;
  border: none;
  padding: 35px 0 0 0;
  position:absolute;left:-9999px;
}

#content #intro h1 span {color: black; font-size: 24px;}

#content #intro h1 .editsection {
  font-size: 12px;
  margin-left: 15px;
  color: white;

}

#content #intro h2 {
  margin: 0;
  padding: 0 0 15px 0;
  color: black;
  font-size: 18px;
  position:absolute;
  left:-9999px;
}

#content #intro p {padding: 0;}
/*links*/

#content #intro a, #introduction a {color: #FFFF99;}

#content #intro a:hover, #introduction a:hover {
  color: #FFFF99;
  border-bottom: 1px dotted #FFFF99;
}

#content #introduction {
  background-color: #55453E;
  height: 176px;
  color: white;
  margin-bottom: 25px;
  padding: 0 20px;
}

#content #introduction h1 {
  margin: 0;
  padding-top: 15px;
  margin-bottom: 25px;
  font-size: 250%;
  border-bottom: 4px solid #877065;
  color: #877064;
}
/*links*/

#content #intro a, #introduction a {color: #FFFF99;}

#content #intro a:hover, #introduction a:hover {
  color: #FFFF99;
  border-bottom: 1px dotted #FFFF99;
}
/* main content */
#content #main {
  display: block;
  margin: 15px 20px;
}

/* Calendar */

#content .calendar {
  Float: left;
  clear: left;
  background: url(../images/calendar.jpg) no-repeat left top;
  width: 50px;
  height: 55px;
  margin-top: 20px;
}

#content .calendar .month {
  display: block;
  clear: both;
  text-align: center;
  font-size: 14px;
  color: white;
  font-weight: bold;
  margin-bottom: 0;
}

#content .calendar .date {
  display: block;
  clear: left;
  text-align: center;
  font-size: 30px;
  color: #393939;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1px;
}
/* main content */

#content .post {
  display: block;
  float: left;
  width: 580px;
  margin: 15px 0 40px;
  padding: 0 15px;
}

#content .post .author {
  font-size: 75%;
  display: block;
  height: 15px;
  line-height: 15px;
  clear: both;
  margin-bottom: 15px;
  background: url(../images/author.jpg) no-repeat left top;
  padding-left: 25px;
}
/* the links at the bottom of each posts */

#content .post .links {
  display: block;
  width: 95%;
  height: 25px;
  background-color: #FAFAFA;
  border-top: #E2DBD8 1px dotted;
  border-bottom: #E2DBD8 1px dotted;
  color: #444444;
  padding: 3px 10px;
  line-height: 25px;
  font-size: 85%;
}

#content .post .links a {
  text-decoration: none;
  color: #666666;
}

#content .post .links a:hover {
  color: #666666;
  border-bottom: dotted 1px #666666;
}

#content .post .links .comment {
  display: block;
  float: left;
  background: url(../images/comment.jpg) no-repeat left center;
  padding-left: 20px;
  margin-right: 45px;
}

#content .post .links .feed {
  display: block;
  float: left;
  background: url(../images/feed.jpg) no-repeat left center;
  padding-left: 20px;
  margin-right: 45px;
}

#content .post .links .cat {
  display: block;
  float: left;
  background: url(../images/categories.jpg) no-repeat left center;
  padding-left: 20px;
}
/***** Footer *****/

#footer {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: 100px;
  font-size: 80%;
  color: #866B62;
  background: #443833 url(../images/sb_bottom.jpg) no-repeat left top;
}

#footer .contentfoot {
  display: block;
  float: right;
  width: 680px;
  height: 80px;;
  padding: 5px 0;
  border-top: #877065 10px solid;
}

#footer a {color: #866B62;}

#footer a:hover {border-bottom: 1px dotted #866B62;}

#footer .backtotop {
  background: url(../images/backtotop.jpg) no-repeat left top;
  float: right;
  clear: right;
  width: 30px;
  height: 80px;
  margin-right: 10px;
  cursor: pointer;
}
/**** Form Layout ****/

form {margin: 0; padding: 0; display: inline;}

input, textarea, select {
  font: 1em arial, helvetica, sans-serif;
  background-color: #877065;
  border: 1px solid #443833;
  line-height: 1.25em;
  padding: 0 0 0 2px;
}

input:focus, textarea:focus, select:focus {
  border: 1px solid #55453E;
  background-color: #BDADA6;
}

label {cursor: pointer;}

.errormsg {
  display: block;
  width: 90%;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(../images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

input.button {
  background: url(../images/button.jpg) repeat-x center;
  color: white;
  padding: 0 7px;
  height: 23px;
  border: 1px solid #302723;
}
/*Search input*/

input.search {
  background: url(../images/search.jpg) no-repeat;
  border: none;
  width: 220px;
  height: 25px;
  padding-left: 35px;
  padding-top: 5px;
  color: white;
}

/***** Grid  *****/

.narrow{width:20%;display:block;float:left;}

#columns {width:680px;}

.colleft{
   position: relative;
   right: 50%;
   background-color: #f4f4f4
}
.col1{
   position: relative;
   overflow: hidden;
   width: 340px;
   float: left;
   width: 48%;
   left: 101%;
   background-color: #e6e6e6
}
.col2{
   position: relative;
   overflow: hidden;
   float: left;
   width: 48%;
   left: 3%;
   background-color: #e6e6e6
}



pre { font: 100%/1 arial, helvetica, sans-serif;margin: 0; padding: 0 0 18px 0;}

/*------------------------------------------------------
		Homepage Featured Products in Content
  ------------------------------------------------------*/		 

.servicebox
{
overflow:hidden;
height:100%;
margin-bottom:10px;
border-bottom:1px solid #ddd;
}

.servicebox img {width:180px;float:left;}
.servicebox img.icon {
	
	width:50px;
	padding-left: 30px;
	margin-left: 30px;
}
.rightpara2
{
margin-left:200px;
padding:10px 0 0 20px;
}

/*------------------------------------------------------
		Styles For Maps / Find us Page
  ------------------------------------------------------*/		 

#mapcontent p {
	font-family: arial, helvetica, sans-serif;
	font-size: 60%;
	line-height: 110%;
}

#mapcontent br {
	line-height: 50%;
}
#mapcontent h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	line-height: 80%;
}
#mapcontent h1 span{position:absolute;left:-9999px;}

#mapcontent h1 a:link,a:visited,a:active {
	color:#009;
	font-weight: normal;
	text-decoration: none;
}

#mapcontent .smalltext {font-size: 55%;}
#mapcontent .smalltext a:link,a:visited,a:active {
	color:#009;
	font-weight: normal;
	text-decoration: none;
}
#mapcontent .smalltext a:hover {
	color:#906
}
#mapcontent .smalltext span{position:absolute;left:-9999px;}

#favourites {width:680px;margin-top:10px;}
span.crumb{margin-top:10px;height:35px;}
#addthis {float:right;width:300px;margin-top:-20px;height:35px; }


/*------------------------------------------------------
		Column Version 2
  ------------------------------------------------------*/	
.col_container {repeat-x #919191;
	width:600px;
	padding: 30px 30px;
}
.first_col {width:260px;  margin-right:40px;float:left;}
.first_col h2 {color:#ff6f08; border-bottom:1px solid #5d5d5d; padding-bottom:10px;}
.second_col {width:260px; float:left; margin-right:40px;}
.second_col h2 {color:#94d223; border-bottom:1px solid #5d5d5d; padding-bottom:10px;}


.onlinemessagetext {
	font-size: 85%;
	font-weight: bolder;
	color: #8B3127;
	line-height: 100%;
}

.pagelinks span {positon:absolute;margin-left:-9999px;}


#arealist 
{
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 10px;
}

#areabullets {
  float: left;
  width: 15em; /* width is changed */
  margin: 0;
  padding: 0;
  list-style: none;
  text-align:left;
}
 
#areabullets li {
  float: left;
  text-align:left;
  width: 6em;
  margin: 0;
  	list-style-image: none;
	list-style-type: none;
  background-position: 0 3px;
  background-repeat: no-repeat;
  padding: 0 0 0 1.5em; /* left padding moves the text away from the bullet */
}





#product-list {
	display: block;
  float: right;
  width: 680px;
	font-size: 8px;
}

#product-list a {
	display:inline;
}

/* --- pop up div --- */

* #blanket {
background-color:#111;
opacity: 0.95;
filter:alpha(opacity=95);
position:absolute;
z-index: 9001;
top:200px;
left:36%;
width:100%;
}
* #popUpDiv {

position:absolute;
background-color:#eeeeee;
width:560px;
height:347px;
z-index: 9002;
font-size:24px;color:red;
top:200px;
left:36%;
}
