/* @override 
	http://craftwoods.gtdabtesting.com/design/css/screen.css
	http://craftwoods.co.uk/design/css/screen.css
*/

/* @group Common */

body {
  margin: 0;
  padding: 0;
  background: #ebe7de url(/images/bg-repeat-x.gif) repeat-x left top;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

a img {
  border-style: none;
}

blockquote {
  font-style: italic;
  color: #705732;
}

hr {
  background: url(/images/hr.gif) no-repeat center top;
  border-style: none;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

strong {
  color: #7e571c;
}

.left {
  float: left;
  margin-right: 10px;
}

.right {
  float: right;
  margin-left: 15px;
  border: 1px solid #AAA;
  padding: 2px;
  margin-bottom: 4px;
}

.border {
	border: 1px solid #AAA;
  padding: 2px;
  margin-bottom: 12px;
}

.clear {
  clear: both;
}

/* @end */

/* @group Page Layout */

#wood_overlay {
  width: 167px;
  height: 146px;
  position: absolute;
  left: 50%;
  margin-left: -407px;
}

#capel_link {
  text-align: center;
  margin-bottom: 20px;
}

#container {
  width: 896px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.8em;
}

#head {
  height: 192px;
  background: transparent url(/images/bg-head.jpg) no-repeat left top;
  text-align: center;
}

#logo {
	float: right;
	padding-right: 42px;
	padding-top: 1px;
}

#nav {
  padding: 6px 0 0;
  width: 814px;
  list-style-type: none;
  text-align: center;
  margin: 0 0 0 41px;
  clear: both;
}

#nav li {
  display: inline;
  margin-left: 6px;
  margin-right: 6px;
}

#nav li a {
  color: #231902;
  text-decoration: none;
}

#nav li a:hover {
  text-decoration: underline;
}

#content_base {
  background: url(/images/bg-content-repeat.jpg) repeat-y left top;
}

#content {
  background: url(/images/bg-content-top.jpg) no-repeat left top;
  width: 776px;
  padding: 15px 60px 20px;
  font-size: 0.9em;
  color: #3c2d06;
}

#content h1 {
  margin-top: 0;
  font-size: 1.2em;
}

#content h2 {
  margin-top: 0;
  font-size: 1.1em;
}

#content h3 {
  margin-top: 0;
  font-size: 1.0em;
}

#content h4 {
  margin-top: 0;
  font-size: 0.9em;
}

#content h5 {
  margin-top: 0;
  font-size: 0.8em;
}

#content h6 {
  margin-top: 0;
  font-size: 0.7em;
}

#content p {
  margin-top: 0;
  margin-bottom: 10px;
}

#content a {
  color: #825e28;
}

#content a:hover {
  color: #3e2d13;
}

#footer {
  background: url(/images/bg-footer.jpg) no-repeat;
  height: 45px;
  padding-top: 18px;
  text-align: center;
  width: 895px;
  color: #b3a991;
  font-size: 0.8em;
}

#footer a {
  color: #b3a991;
}

#footer ul {
  padding: 0;
  margin: 0 0 5px;
}

#footer ul li {
  display: inline;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #dbc79c;
}

#footer ul li.first {
  border-left-style: none;
  margin-left: 0;
}

/*#sidebar {
  width: 235px;
  float: left;
  padding-right: 10px;
}

#sidebar p {
  margin-top: 0;
}

#sidebar img, #content img {
  border: 1px solid #2f2710;
}*/

#content a img {
  border-style: none;
}

#sidebar {
  width: 175px;
  padding: 0;
  margin: 0;
  float: left;
}

#sidebar a img {
  margin-bottom: 10px;
  border: 1px solid #8c8c8c;
  padding: 2px;
}

#sidebar a:hover img {
  border: 1px solid #4d4d4d;
}

#text {
  /*margin-left: 195px;*/
  float: right;
  width: 575px;
}

/* @end */

/* @group Content Layout */

/* @group Contact */

#send_message {
  width: 420px;
  float: left;
}

#contact_details {
  width: 320px;
  float: right;
}

#contact_details dt {
  font-weight: bold;
  width: 75px;
  float: left;
  margin-bottom: 5px;
}

#contact_details dd {
  margin-left: 77px;
  margin-bottom: 5px;
}

#find_us {
  clear: both;
  /*margin-left: -202px;*/
}

#find_us a img {
  border: 1px solid #b1aba1;
}

/* @end */

/* @group Forms */

form dt {
  font-weight: bold;
  font-size: 0.9em;
  width: 150px;
  float: left;
}

form dd {
  margin-left: 150px;
}

form dt, form dd {
  margin-bottom: 5px;
}

/* @end */

/* @group Product List & Show */

.single_product h1 {
  margin-bottom: 0;
}

.single_product .thumbnail {
  float: left;
  width: 170px;
  text-align: center;
}

.single_product .description {
 
  margin-top: 7px;
  margin-bottom: 20px;
}

.single_product .price {
  margin-top: 10px;
  font-size: 1.4em;
  font-weight: bold;
  margin-left: 180px;
}

.single_product h3 {
  text-align: center;
  font-size: 1.2em;
}

.extra_images {
  clear: both;
  text-align: center;
}

.image_container {
  width: 170px;
  text-align: center;
  margin-bottom: 20px;
  float: left;
  height: 214px;
  overflow: hidden;
  /*clear: left;*/
}

.image_container .image {
  width: 170px;
  height: 160px;
}

#container #content_base #content #text .image_container  {
  margin: 0;
  font-size: 0.9em;
  font-style: italic;
  line-height: 1.3em;
  
}

/* @end */

/* @group Category List */

h1.categories {
  clear: both;
  padding-top: 15px;
  padding-bottom: 5px;
}

.categories .category {
  width: 171px;
  text-align: center;
  float: left;
  height: 310px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
}

.categories .category h2 {
  margin: 0;
  /*text-transform: uppercase;*/
  font-size: 0.9em;
}

.categories .category h2.bold a {
  color: #00f !important;
}

.categories .category p.description {
  font-style: italic;
  font-size: 0.9em;

}

.category .thumbnail {
  height: 150px;
}

/* @end */

/* @group Login Form */

#login_form {
  width: 400px;
  background-color: #f1eee6;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #e5e3d7;
  margin-top: 20px;
}

#login_form h1 {
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
  text-align: center;
  color: #070707;
}

#login_form #login, #login_form #password {
  width: 393px;
  font-size: 1.2em;
}

/* @end */

/* @group Search */

#search_form {
  width: 475px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#search_form h1 {
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
  text-align: center;
}

#search_form form {
  margin-top: 19px;
  background-color: #e6e1d7;
  padding: 14px;
  border: 1px solid #cebca2;
}

fieldset {
  border: 1px solid #d4cbaf;
  margin-bottom: 20px;
}

fieldset legend {
  color: #9b9480;
}

.pager {
	clear:both;
	background-color: #f8f3ed;
	margin-bottom: 15px;
	padding: 7px 3px 6px 8px;
	border: 1px solid #eae6dd;
	color: #65532d;
}

.sale_table {
	font-weight: bold;
}

#text .sale_table a img  {
	border: 3px solid #684f30;
}

#text .sale_table a:hover img  {
	border: 3px solid #a77f4f;
}

/* @end */

/* @end */
