/* StyleSheet for ChickenCoops.co.nz */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCC;
	}

textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    }

td {
	vertical-align: top;
	}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	}

h1 {
	color: #630;
	font-size: 24px;
	}

h2 {
	color: #630;
	font-size: 20px;
	}

h3 {
	color: #630;
	font-size: 16px;
	}

.frame_wrapper {
	background: url(/images/frame-shadow.jpg) no-repeat center top;
	}

.frame_left {}
.frame_middle {
	width: 961px;
	}
.frame_right {}

.seo_intro, .footer {
	text-align: right;
	color: #000;
	font-size: 10px;
	padding: 5px 20px 5px 20px;
	}

.footer {
	background: url(/images/chicken-coops-footer.jpg) repeat-y top right;
	}

.footer a:link {color: #FFF;}
.footer a:active {}
.footer a:visited {color: #CCC;}
.footer a:hover {color: #EEE;}

.header {
	background: url(/images/chicken-coops-header.jpg) no-repeat top right;
	height: 180px;
	}

.top_nav {
	padding: 5px 20px 5px 20px;
	text-align: right;
	}

.header_text {
	padding: 117px 20px 5px 20px;
	text-align: right;
	}

.areas_container {
	background-color: #690;
	padding: 5px 20px 0 20px;
	color: #FFF;
	font-size: 14px;
	}

.areas td {
	padding: 5px 8px;
	border-left: 1px solid #FFF;
	}

.areas .first {
	border-left: none;
	padding-left: 0;
	}

.areas .current {
	font-weight: bold;
	color: #000;
	background: url(/images/area-current-bg.jpg) repeat-x top left;
	}

.areas a:link {color: #FFF;}
.areas a:active {}
.areas a:visited {color: #CCC;}
.areas a:hover {color: #000;}

.content_wrapper {
	background-color: #FFF;
	}

.left_column {
	width: 200px;
	padding: 20px 0 20px 20px;
	}

.main_column {
	padding: 20px;
    width: 960px; /* Is this right */
	}

.right_column {
	width: 200px;
	padding: 20px 20px 20px 0px;
	}

.error_message, .success_message {
	padding: 5px 5px 5px 20px;
	margin: 5px 0;
	border: 1px dotted #FFFFFF;
	/* width: 90%; */
	}

.error_message {
	color: #FFFFFF;
	background-color: #fd0202;
	}

.success_message {
	color: #FFFFFF;
	background-color: #006600;
	}

.back_to_top {
    text-align: right;
    }

.snippet_1 {
	background-color: #aee4fe;
	}

.snippet_2 {
	background-color: #a6c772;
	}

.profile {
	background-color: #e0d2cc;
	}

.snippet_1, .snippet_2, .profile {
	padding: 5px 15px 10px 15px;
	margin-bottom: 20px;
	}

.snippet_1 h2, .snippet_2 h2, .profile h2 {
	color: #630;
	}

.profile h3 {
	border-top: 1px solid #eee;
	padding-top: 5px;
	color: #963;
	}

/*.snippet_1 li, .snippet_2 li, .profile li*/ li {
    padding-bottom: 3px;
    }

.profile ul {
	margin-left: 10px;
	padding-left: 10px;
	}

/*.snippet_1 a:link, .snippet_2 a:link {color: #ccc;}
.snippet_1 a:active, .snippet_2 a:active {color: #fff;}
.snippet_1 a:visited, .snippet_2 a:visited {color: #999;}
.snippet_1 a:hover, .snippet_2 a:hover {color: #fff;}*/

.breadcrumbs {
	padding-top: 0;
	margin-top: 0;
	}

/*
.main_column .thumbnails {
	margin-bottom: 10px;
	border-width: 1px;
	}
*/

/* PRODUCT LIST begins */

.product {
    vertical-align: top;
    width: 100%;
  }

.product img {
    margin-top: 10px;
    margin-right: 10px;
  }

.product th {
    text-align: left;
    width: 350px;
  }

.product_heading {
    background-color: #eee;
  }

.product_heading th {
    padding-left: 10px;
  }

.price_and_hens {
    text-align: right;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #630;
    /*width: 200px;*/
    padding-right: 10px;
  }

.price {
    font-size: 25px;
  }

.hens {

  }

.photos_and_features {

  }

.photos_and_features th {
    font-weight: normal;
    vertical-align: top;
  }


/* PRODUCT DETAIL begins */

.product_detail_heading {
    background-color: #eee;
    width: 100%;
  }

.product_detail_heading h1 {
    padding: 0;
    margin: 0;
  }

.product_detail_heading th {
    padding: 5px 10px;
    text-align: left;
    font-weight: normal;
  }

.product_detail_heading td {
    padding: 5px 10px;
  }

.thumbnails {
    margin-left: 20px;
    font-size: 10px;
    width: 150px;
  }

.thumbnails td {
    padding: 0 0 10px 0;
  }

.thumbnails img {
    border: 1px solid;
    margin-top: 2px;
  }


/* CONTACT FORM begins */

.contact_form {
	background-color: #f0f0f0;
	/*margin: 0px 10px 5px 10px;*/
	/*border-left: 1px solid #c8c7c7;*/
	}

.contact_form th {
	text-align: right;
	vertical-align: middle;
	width: 30%;
	font-weight: normal;
	padding-left: 5px;
	}

.contact_form td {
	padding: 2px 5px 2px 10px;
	width: 70%;
	}

.contact_form span {
	color: #F00;
	}

.input_box {
	width: 90%;
	border: 1px solid #c8c7c7;
	border-left: 1px solid #333333;
    padding-left: 2px;
	}

#submit-button {
	width: 100px;
	}

.error_message, .success_message {
	padding: 5px 5px 5px 20px;
	margin: 5px 0;
	border: 1px dotted #FFFFFF;
	/* width: 90%; */
	}

.error_message {
	color: #FFFFFF;
	background-color: #fd0202;
	}

.success_message {
	color: #FFFFFF;
	background-color: #006600;
	}

.price_row td, .price_row th {
    background-color: #ddd;
    font-size: 14px;
  }

.price_row th {
    font-weight: bold;
  }

/* CONTACT FORM ends */



hr {
	height: 1px;
	color: #630;
	background-color: #630;
	border: 0px;
	}

.buying {
    background-color: #ddd;
  }

.buying td {
    padding: 2px;
  }


.profile .testimonials {
    margin: 0;
    padding: 0;
    list-style: none;
  }

.profile .testimonials li {
    list-style: none;
    padding-bottom: 8px;
    font-size: 11px;
  }

.holiday_message {
    margin-top: 20px;
    padding: 10px;
    padding-left: 50px;
    border: 1px solid RED;
    background: url(/images/christmas-tree.jpg) no-repeat center left PINK;
  }

.delay_message {
    margin-top: 20px;
    padding: 10px;
    padding-left: 50px;
    border: 1px solid RED;
    background: url(/images/delay-icon.jpg) no-repeat center left PINK;
  }
