/***************/
/* main layout */
/***************/
body { margin: 0; padding: 0; background: #ccc; color: #515151; }

#bodyWrapper { width: 926px; padding: 0 26px; margin: auto; background: transparent url(../images/bg.gif) scroll repeat-y 0 0; color: #515151; }

/* specific link colours for this site */
a         { color: #515151; text-decoration: none; }
a:link    { color: #510000; text-decoration: underline; }
a:visited { color: #510000; text-decoration: underline; }
a:hover   { color: #510000; text-decoration: underline; }
a:active  { color: #510000; text-decoration: underline; }

h1 { font-size: 1.333em; font-style: italic; font-weight: normal; }
h2 { font-size: 1.333em; font-style: none; font-weight: normal; }
h3 { font-size: 1.333em; font-style: italic; font-weight: normal; color:#892A2C; }



/*******************/
/* header elements */
/*******************/
#header {
	font-family: 'Palatino Linotype', Georgia, 'Times New Roman', Times, serif;
	background: transparent url(../images/header.png) scroll no-repeat 0 0;
	color: #fff;
	font-size: 1.5em;
	line-height: 1em;
	padding: 60px 25px 0 0;
	height: 45px;
	border-bottom: 2px solid #c7ba86;
}

#header ul { float: right; }
#header ul li { margin-right: 0; }
#header ul li a { text-decoration: none; color: #fff; }
#header ul li a:hover { text-decoration: none; color: #9a9a9a; }

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

/*top nav*/

.navTop{background:#000; height:25px;}
.navTop ul{list-style-type:none; margin-left:20px; padding-top:2px;}
.navTop li{display:inline; padding-right:29px; color:#fff; }
.navTop li a{text-decoration:none; color:#fff; font-weight:normal;}
.navTop li a:hover{ color:#c7ba86; font-weight:normal;}

/********************/
/* content elements */
/********************/
#mainContainer {  }

#flash_home { border-bottom: 3px solid #c7ba86; margin-bottom: 36px; }

#menu {
	font-family: 'Palatino Linotype', Georgia, 'Times New Roman', Times, serif;
	color: #424242;
	font-size: 1.167em;
	line-height: 1em;
	margin: 13px 18px 0;
	padding: 0;
	list-style: none;
	text-transform: lowercase;
}
#menu li   { float: left; margin-right: 5px; }
#menu li a { color: #424242; text-decoration: none; }
#menu li a:hover { text-decoration: underline; }

.feature    {
	float: left;
	width: 234px;
	height: 246px;
	overflow: hidden;
	padding: 20px 24px 20px 24px;
	margin: 0px 13px 0px 13px;
	background: transparent url(../images/feature_bg.png) scroll no-repeat 0 0;
}
.feature h1 { font-size: 1.333em; font-weight: normal; font-style: italic; }

#signup { text-align: right; }
#signup input {
	padding: 3px 10px 4px;
	border: 1px solid #c1c1c1;
	font-size: 0.917em;
	font-family: Tahoma, Arial, helvetica, sans-serif;
	font-weight: bold;
	background: #fff;
	color: #515151;
}	
#signup #name_first   { width: 214px; margin-bottom:2px;  }
#signup #name_last   { width: 214px; margin-bottom:2px;   }
#signup #email  { width: 214px; margin: 0; }
#signup #submit {margin-top:10px;  }

.content { line-height: 1.6em; margin: 34px 34px; }
.contentList { line-height: 1.25em; margin: 24px 24px; }

#sidebar { float: left;  width: 185px; }
#main    { float: right; width: 680px; }

#sidebar ul      { list-style: none; margin: 0; padding: 0 7px; }
#sidebar ul li   {
	font-size: 0.917em;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	width: 100%;
}
#sidebar ul li a {
	display: block;
	color: #494949;
	text-decoration: none;
	border-bottom: 1px dotted #aaa;
	padding:8px 0 8px 0;
}

#sidebar ul li a:hover { color:#942A2D;
}

h1.heading {
	margin: 0;
	padding: 0;
	background: transparent url(../images/price_list_bg.png) scroll repeat-x 0 0;
	color: #fff;
	font-size: 1.333em;
	font-style: italic;
	font-weight: normal;
	line-height: 2.3125em;
	padding-left: 13px;
}
h1.heading a { color: #fff; text-decoration: none; }
h1.heading a:hover { text-decoration: underline; }

/*search results*/
.searchRes{padding:10px;}
.searchRes li{list-style-type:none; margin:0; padding:0; padding:10px 0 10px 0;}
.clean{margin:0; padding:0;}
.searchRes{padding:10px;}

#priceList { }

#priceList th { font-weight: normal; }

#priceList thead th {
	margin: 0;
	padding: 0;
	background: transparent url(../images/price_list_bg.png) scroll repeat-x 0 0;
	color: #fff;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	line-height: 3.083em;
}
#priceList #catTitle {
	font-size: 1.333em;
	line-height: 2.3125em;
	padding-left: 13px;
}

#priceList .subTitle {
	color: #892a2c;
	font-size: 1.333em;
	line-height: 1.375em;
	border-bottom: 1px dotted #aaa;
	padding-top: 10px;
}

#priceList th,
#priceList td { padding: 6px 10px; }


hr {
  margin: 18px 0;
  border-bottom: solid #666 1px;
  height: 1px;
  border-top: none;
  border-left: none;
  border-right: none;
}

.flashSmall { width: 926px; height: 188px; border-bottom: 2px solid #C7BA86;}
#flash_header_small{height:188px;}

/*********/
/* items */
/*********/
.item               { margin-bottom: 10px; padding: 10px; }
.item .itemHeader   {  }
.item .itemTitle    { font-weight: bold; }
.item .itemTitle h2 { font-size: 1.167em; }
.item .itemDate     { font-style: italic; }
.date_blog    { font-style: italic; width:700px; float:left; margin:0px 0px 0px 140px; clear:both; }
.item .itemContent  {  }
.item .itemImage    { float: left; margin-right: 5px; margin-bottom: 5px; }
.item .itemMore     {  }
.date { margin-bottom:10px; font-style: italic; font-size:1.167em;}

.item .image  { float: left; width: 133px; }
.item .detail { float: right; width: 515px; }

#itemBack          {  }
#yearBack { float: right; color: #fff; line-height: 3.083em; padding-right: 10px; }

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

/*******************/
/* footer elements */
/*******************/
#footer          {
	width: 926px;
	height: 53px;
	padding: 0 26px 23px;
	margin: auto;
	background: transparent url(../images/footer_bg.gif) scroll no-repeat 0 0;
	font-family: Tahoma, Arial, helvetica, sans-serif;
	font-size: 0.917em;
	color: #c7ba86;
}
#footer div      { border-top: 3px solid #c7ba86; text-align: left; padding: 10px 25px 0; }
#footer div span { font-weight: bold; }
#footer a        { text-decoration: none; color: #c7ba86; } /* for the clevercherry.com link */
#footer a:hover  { text-decoration:underline; }


/***********************/
/* 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 */