/***************/
/* main layout */
/***************/
body { margin: 0; padding: 0; background:url(../images/bg.jpg) repeat-x top; }

#bodyWrapper { width: 807px; margin: auto; border-top:5px solid #5d676d; padding-top:10px; }

/* specific link colours for this site */
a:link 	  { color: #FFFFFF; text-decoration: none; }
a:visited { color: #FFFFFF; text-decoration: none; }
a:hover   { color: #94C6E5; text-decoration: none; }
a:active  { color: #FFFFFF; text-decoration: none; }

#email { background: transparent url(../images/emails.gif) scroll no-repeat 0px 0px; }
.hovery       { display: block; width: 140px; height: 19px; }
.hovery:hover { background-position: -140px 0px !important; }
.hovery span  { display: none; }

/*******************/
/* header elements */
/*******************/
#navContainer { padding-bottom:0px; }

#navContainer #logo { float: left; margin-top:42px; }

#navContainer ul { float: right; }
#navContainer ul li { }
#navContainer ul li a { text-decoration: none; color:#2A3134; }
#navContainer ul li a:hover { text-decoration: none; color:#7F878B; }

ul.nav    { list-style: none; margin: 0; padding: 0; }
ul.nav li { display: inline;  }

li.special_link {color:#C10000; }
a.special_link {background:#C10000; color:#fff;}
a:hover.special_link {colro:#fff;}
/********************/
/* content elements */
/********************/
#lefty { background:url(../images/top_borders.gif) repeat-x top; padding-top:4px; float:left; width:197px; margin-top:15px;}
#lefty #contactDetails { background-color:#46535b; padding:2px;}
#lefty #contactDetails .inner { background-color:#5a656c; padding:6px; color:#94C6E5; font-weight:bold;}
#lefty #contactDetails .inner .email { width:200px; }
#lefty #contact_deatils{background:url(../images/contact_bg.png) no-repeat; height:405px; background-color:#51585c; border:1px solid #535e64;}


#shopNavContainer { background-color:#41515a; width:197px; margin-bottom:20px; }
#shopNavContainer ul { margin:0; padding-left:0; padding-top:1px; }
#shopNavContainer ul li { margin:0; padding:0; list-style:none; }
#shopNavContainer ul li a { text-decoration: none; color:#FFFFFF; background-color:#55636b; margin:2px 2px 0 2px; padding:3px; display:block; }
#shopNavContainer ul li a:hover { text-decoration: none; color:#88b2cd; background-color:#40505a; }

#shopNavContainer li.special_link a:hover{color:#fff}

#righty { float:right; width:601px;}
#righty #mainPic { padding-bottom:10px; background:url(../images/top_borders.gif) repeat-x top; padding-top:4px;}
#righty #mainPic #flashImg { border:2px solid #2a3134; float:left;}

#mainContainer {  margin-top:10px; }

#content { font-size:110%; line-height:140%;}
#content a { color:#234964;}
#content a:hover { color:#FFFFFF; background-color:#5d676d;}

.whiteText { color:#FFFFFF;}

#map { border:2px solid #535E64; width:425px;}
 
hr {
  margin: 18px 0;
  border-bottom: solid #666 1px;
  height: 1px;
  border-top: none;
  border-left: none;
  border-right: none;
}

/*********/
/* items */
/*********/
.item          { margin-bottom: 10px; background:#fff; padding:5px; }
.item .title  { background:#55636b; padding:2px; }
.item h2 a {color:#fff; font-family:Arial, Helvetica, sans-serif; font-size:13px; text-decoration:underline; }
.item #readmore   { background:#55636b; text-align:right; padding-right:5px; }
.item .date    { font-style: italic; color:#55636b; font-weight:bold; margin-bottom:10px;}
.item a { color:#fff;}
.content .item #asingle a, .item #asingle a:visited, .item #asingle a:hover  { color:#55636b;}
.item .itemImage   { float: left; margin-right: 5px; margin-bottom: 5px; }
.item .singlep   { float:right; width:440px; margin-top:-5px;}

#itemBack          {  }

/*****************/
/* photo gallery */
/*****************/
div.galleryItem { /* one gallery item */
  width: 100px;
  height: 100px;
  float: left;
  margin: 5px;
}

/*******************/
/* footer elements */
/*******************/
#footer { border-top: 2px solid #52595c; margin-top:5px; }
#footer a { text-decoration: none; color:#5c666c; } /* for the clevercherry.com link */


/***********************/
/* general form styles */
/***********************/
#contactform	{ float: left; }  /* the contact form itself */
#contact		{ float: right; } /* contact info or whatever on right */

.required { color: #f00; }

/* all form elements are contained within a formrow div, with a label and
 *  then the element, this is the best way (but still not good) to emulate
 *  a table */
div.formrow {
  clear: both;
  text-align: left;
  margin-bottom: 10px;
}

div.formrow label {
  float: left;
  text-align: right;
  margin-right: 10px;
  width: 80px; /* default width for a default form, add new form ids and override */
}
div.formrow.indent { margin-left: 90px; } /* label width + label margin-right, override as above */

/* message and error boxes, not just useful in contact form */
.message { border: 1px solid #080; color: #080; padding: 3px 5px; margin-bottom: 15px; float: left; } /* you may need to clearfix this */
.message.nomargin { margin-bottom: 0; } /* if before something with a margin-top */
.message.info { border-color: #880; color: #880; } /* info box in yellow */
.message.warn { border-color: #f40; color: #f40; } /* warning box in orange */
.message.error { border-color: #f00; color: #f00; } /* error box in red */

/* news teaser */
#item_news{
	width:287px;
	float:left;
	height:158px;
	border:2px solid #55636b;
	margin:10px 19px 8px 0;
	overflow:hidden;
	background:#fff;
}

#item_news h1{
	margin:0;
}

#item_news h2{
	color:#47494a;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:5px;
}
#item_news p{
	padding-left:5px;
	color:#47494a;
	font-family:Arial, Helvetica, sans-serif;
	height:75;
}
#item_news a{
	float:right;
	padding:10px;
}


/* blog teaser */
#item_blog{
	width:287px;
	height:158px;
	float:left;
	border:2px solid #55636b;
	overflow:hidden;
	background:#fff;
}

#item_blog h1{
	margin:0;
}

#item_blog h2{
	color:#47494a;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:5px;
}
#item_blog p{
	padding-left:5px;
	color:#47494a;
	font-family:Arial, Helvetica, sans-serif;
	height:75px;
}
#item_blog a{
	float:right;
	margin-top:-5px;
	margin-right:10px;
}

/*main blog and news section*/

.main_item{
	border:1px solid #000;
}