/* Stylesheet for SprayPumpServices.co.nz */

body {
	padding: 0px;
	margin: 0px;
	background:url(/images/bg.jpg) repeat-x 50% 0% #eee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

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

td {
	vertical-align: top;
	}

/*
#frame_left {
	background:url(/images/left-shadow.gif) repeat-y top right;
	text-align: right;
	}
*/

#frame_middle {
	width: 960px;
	}

/*
#frame_right {
	background:url(/images/right-shadow.gif) repeat-y top left;
	text-align: left;
	}
*/

.header_container {
	background: url(/images/header-bg.jpg) bottom right no-repeat #FFF;
	padding: 0 20px 0 0;
	}

.seo_intro {
	text-align: right;
	padding: 7px 0 0 0;
	height: 117px;
	color: #FFFFFF;
	font-size: 10px;
	}

.header_text {
	text-align: right;
	font-size: 11px;
	padding: 7px 10px 5px 0;
	}

.footer {
	padding: 10px 20px 10px 10px;
	background-color: #FFFFFF;
	text-align: center;
	border-top: 1px solid #ddd;
	}

.footer_copyright {
	background: url(/images/footer-bg.jpg) repeat-y top right;
	padding: 5px 20px 5px 0;
	color: #FFFFFF;
	text-align: right;
	font-size: 11px;
	}

.footer_copyright a:link {color: #eee;}
.footer_copyright a:active {color: #fff;}
.footer_copyright a:visited {color: #ccc;}
.footer_copyright a:hover {color: #fff;}

.content_container {
	background-color: #FFFFFF;
	}

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

h1 {
	color: #293078;
	font-size: large;
    margin-top: 0;
	}

h2 {
	color: #293078;
	font-size: medium;
	}

h3 {
	color: #293078;
	font-size: small;
	}

.left_column_wrapper {
	width: 180px;
	padding: 20px 0 20px 20px;
	}

.middle_column_wrapper {
	padding: 20px 20px 20px 20px;
	}

.right_column_wrapper {
	width: 170px;
	padding: 20px 20px 20px 0;
	}

/* MAIN NAVIGATION BEGINS */

.nav_container {
  border-top: 1px solid #ddd;

  }

.nav_container td {
  padding: 5px;
  border-bottom: 1px solid #ddd;
  }

.nav_primary td {
  background-color: #ddd;
  border-bottom: 1px solid #fff;
  }

.nav_secondary td {
  padding-left: 10px;
  background-color: #eee;
  }

.nav_tertiary td {
  padding-left: 20px;
  font-size: 11px;
  }

.current {
  background-color: #ddd;
  }

.nav_container a {
  text-decoration: none;
  }

.current {
  text-decoration: none;
  font-weight: bold;
  }

.nav_container a:hover {
  text-decoration: underline;
  }

/* MAIN NAVIGATION ENDS */

.featured_product {
	text-align: center;
	/*border-top: 1px solid #CCC;*/
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	/*background: url(/images/featured-watermark.gif) no-repeat 50% 0.5em;*/
	margin-bottom: 20px;
	}

.featured_product h2 {
	margin-top: 2px;
	}

.featured img, .featured_product img {
    border-style: none;
  }

.featured {
	padding: 2px;
	background-color: #eee;
	margin: 0;
	color: #ddd;
	font-size: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.special_price {
	color: #FF0000;
	font-weight: bold;
	}

.was_price {
	text-decoration: line-through;
	}

.details_button {
	padding: 7px 0;
	background-color: #eee;
	margin-bottom: 0;
	border-top: 1px solid #ddd;
	}

.model_number {
	font-size: 10px;
	}

.product_summary {
	border: 1px solid #ddd;
	margin-bottom: 20px;
    }

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

.product_summary th {
    font-weight: normal;
    }

.product_summary .details_button_wrapper {
	background-color: #eee;
	border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: middle;
    }

.product_summary .category_wrapper {
	border-top: 1px solid #ddd;
    font-size: 10px;
    vertical-align: middle;
    padding-right: 5px;
  }

.product_detail {

  }

.product_detail td {
    padding-right: 5px;
  }

.product_detail th {
    border: 1px solid #ddd;
  }

.product_detail .categories {
    font-size: 10px;
  }

.middle_column_wrapper .featured_product {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 152px;
	}

/* CONTACT FORM begins */

.contact_form {
	background-color: #eee;
	}

.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;
	}

/* CONTACT FORM ends */

.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;
	}

.contact_side {
    font-size: 10px;
    border: 1px solid #ddd;
    padding: 2px 10px;
    margin: 0 0 20px 0;
    background-color: #eee;
  }

