/**
*
* Main styles
*
*/
* {
  outline: none;
  padding: 0;
  margin: 0;
}
html {
  height: 100%;
  min-height: 100%;
  overflow: -moz-scrollbars-vertical;
}
body {
  background-color: #fff;
  font-family: Arial, Helvetica, Arial;
  font-size: 13px;
}

a img {
  border: none;
}

a {
  color: #656565;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #ddd;
}

p {
  margin: 10px 0 10px 0;
  color: #656565;
}
#about {
  width: 100%;
}
#about p {
  color: #666;
  line-height: 22px;
}
.clr {
  clear: both;
  height: 0;
  overflow: hidden;
}

#container {
  text-align: center;
}
#content {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 850px;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 50px;
}

#flash_notice, #flash_error {
  padding: 5px 8px;
  margin: 10px 0;
}
/**
*
* Aesthetic styles
*
*/
ul#slide {
  list-style-type: none;
}
#head {
  position: relative;
  height: 80px;
}
h1#logo {
  background-image: url('/images/logo.png');
  width: 140px;
  height: 62px;
  float: left;
  text-indent: -1000px;
}
#yield {
  
}
#yield, #footer {
  border-top: 1px solid #e5e5e5;
  clear: both;
  padding: 15px 0 15px 0;
}
#nav {
  position: absolute;
  right: 0;
  bottom: 0;
  list-style-type: none;
  float: right;
}
#nav li {
  float: left;
}
#nav li a {
  float: left;
  width: 80px;
  display: block;
  padding: 0 0 30px 0;
  text-align: center;
  color: #999;
}
#nav li a:hover, #nav li.active a {
  padding: 0 0 25px 0;
  color: #777;
  border-bottom: 5px solid #777;
}

#product_categories {
  width: 100%;
  text-align: center;
} 
#product_categories .product_category {
  width: 321px;
  margin: 0 auto;
  margin-left: 50px;
  margin-right: 50px;
  float: left;
}
#product_categories .product_category p {
  font-weight: bold;
  font-style: italic;
  color: #696969;
}
.product_category_linksp {
  text-align: center;
}
.product_category_links p {
  width: 400px;
  text-align: center;
  float: left;
  color: #5e5e5e;
}
.product_category_links p a {
  
}
.product_category_links p a:hover {
  color: #ddd;
}
h3 {
  text-align: left;
  margin: 10px 0 30px 0;
  color: #5e5e5e;
  font-size: 12px;
}
h4 {
  color: #636363;
}
#products {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  
} 
#products .product {
  margin: 0 auto;
  margin-left: 1px;
  margin-right: 3px;
  margin-bottom: 10px;
  float: left;
}
#products .product img {
  border: 1px solid #eaeaea;
  padding: 15px;
}

#products .product p {
  font-weight: bold;
  font-style: italic;
  color: #696969;
}
#product_range_text {
  text-align: left;
  border-top: 1px solid #e5e5e5;
  margin: 20px 0 20px 0;
  padding: 20px 0 0 0;
}
#product_range_text p {
  margin: 30px 0 30px 0;
}
#client_login {
  border: 1px solid #e9e9e9;
  width: 250px;
  height: 211px;
  padding: 5px 15px 5px 15px;
  float: right;
}
#client_login p.sign_up_text {
  border-top: 1px solid #e9e9e9;
  margin: 0;
  padding: 3px 0 3px 0;
}
#client_login_image {
  background-image: url('/images/client-login.png');
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #e9e9e9;
  width: 545px;
  height: 211px;
  padding: 5px;
  float: left;
  margin: 0 0 100px 0;
}
#client_new {
  border: 1px solid #e9e9e9;
  width: 530px;
  height: 275px;
  padding: 5px 15px 5px 15px;
  float: right;
}
#client_new p.sign_up_text {
  border-top: 1px solid #e9e9e9;
  margin: 0;
  padding: 3px 0 3px 0;
}
#client_new_image {
  background-image: url('/images/client-new.png');
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #e9e9e9;
  width: 263px;
  height: 205px;
  padding: 5px;
  float: left;
  margin: 0 0 100px 0;
}
h4#client_sign_up {
  border-bottom: 1px solid #e9e9e9;
  padding: 0 0 15px 0;
  margin-bottom: 10px;
}
#logged_in {
  color: #444;
  font-weight: bold;
  float: right;
}
/**
*
* Contat styles
*
*/

#contact_new_image {
  background-image: url('/images/contact.png');
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #e9e9e9;
  width: 250px;
  height: 420px;
  padding: 5px 15px 5px 15px;
  float: left;
}
#contact_details {
  border: 1px solid #e9e9e9;
  width: 530px;
  height: 420px;
  padding: 5px 15px 5px 15px;
  float: right;
}

h4#contact_new {
  border-bottom: 1px solid #e9e9e9;
  padding: 0 0 15px 0;
  margin-bottom: 10px;
}
.error { 
  color: #ff0000;
}
.left {
  width: 48%;
  float: left;
}
.right {
  width: 48%;
  float: right;
}
/**
*
* Pagination styles
*
*/
#pagination {
  clear: both;
  display: block;
  margin: 10px 0 10px 0;
  font-weight: bold;
}
#pagination .prev_page {
  width: 20px;
  float: left;
}
#pagination .next_page {
  width: 20px;
  float: right;
}
/**
*
* Footer styles
*
*/
#footer {
  text-align: right;
  color: #666;
  font-size: 12px;
  font-weight: bold;
  font-family: verdana;
}
