@charset "utf-8";

/* Formating 
border: 1px solid #000000;
*/


ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  padding: 0;
  text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
  color: #000000;
  font-family: Verdana, Geneva, sans-serif;
  font-size:13px;
}

#container {
  width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
  margin-top:35px;
  margin-bottom:35px;
}

#logo {
	float:left;
}

#topnav {
	float:right;
}

#col_container {
  width: 890px;
}

#col_top_1 {
  width:242px;
  float:left;
  margin-bottom:25px;
  margin-right:14px;
}

#col_top_2 {
  width:315px;
  float:left;
  margin-bottom:25px;
  margin-right:50px;
}

#col_top_3 {
  width:269px;
  float:left;
  margin-bottom:25px;
}

/* Products */

#products {
	background:url(../_images/productsbg.jpg);
	margin-top:25px;
  height: 164px;
}

/* Footer */

#footer {
	background:url(../_images/footerbg.jpg);
	margin-top:25px;
  height: 263px;
      line-height:1em;

}

#col_footer_1 {
  width:445px;
  float:left;
	margin-top:25px;
  margin-bottom:25px;
	margin-left:19px;
  margin-right:42px;
}

#col_footer_2 {
  width:158px;
  float:left;
	margin-top:25px;
  margin-bottom:25px;
  margin-right:57px;
}

#col_footer_3 {
  width:120px;
  float:left;
	margin-top:25px;
  margin-bottom:25px;
}

#footer .title {
  font-size:18px;
  font-weight:bold;
  color:#463a29;
  margin-bottom:26px;
}

#footer p {
  font-size:13px;
  line-height:1.5em;
  color:#463a29;
}

#footer a {
  color:#463a29;
  background:#f2f0e7;
}







/* Elements */

h1, h2, h3, h4 {
  margin:0px;
  padding:0px;
}

:active, :focus {
  outline:none;
}

img {
  border:0px;
  margin:0px;
  padding:0px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}

h1 {
  font-size:26px;
  color:#be2c37;
}

h2 {
  margin-top:0px;
  font-size:24px;
  color:#646567;
}

h2 sup {
  font-size:15px;
}

p {
  font-size:12px;
  color:#646567;
  line-height:1.4em;
}

ul, ol {
  font-size:12px;
  color:#646567;
  line-height:2em;
  list-style:square;
}

#cato {
  list-style:none;
  line-height:2em;
  margin-left:10px;
}

#cato a {
  list-style:none;
  line-height:2em;
  color:#463a29;
  background:#f2f0e7;
  padding:1px 3px 1px 3px;
}

a {
  color:#be2c37;
  text-decoration:none;
}

a:hover {
  color:#9c4148;
}

#titlenav {
  margin-top:5px;
  width:755px;
  font-size:12px;
}

#titlenav a {
  font-size:12px;
  color:#784246;
}

#titlenav a:hover {
  color:#9c4148;
  text-decoration:underline;
}

.title {
  color:#24a7b0;
  font-size:30px;
  font-family: "Arial Black", Gadget, sans-serif;
}

.smalltitle {
  color:#24a7b0;
  font-size:13px;
  font-weight:bold;
}

#coltitle {
  font-weight:bold;
  font-size:13px;
  margin-bottom:20px;
}


#testimonial {
  border: 2px solid #ded7bb;
  padding:10px;
  margin-top:20px;
}
