@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: 946px;
}

#col_top {
  width:250px;
  float:left;
  margin-bottom:25px;
  margin-right:65px;
}

/* 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;
}






#landinglinks {
  text-align:center;
}

#landinglinks img {
  margin: 20px 38px 0px 38px;
}

#landinglinks hr {
  text-align:center;
  width:600px;
  border:3px solid #f3f3f3;
}

#colleft {
  float: left; /* since this element is floated, a width must be given */
  width: 186px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
  padding: 0px 0px 0px 0px;
  margin-top:30px;
}

#colright {
  margin: 0 0 0 224px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
  padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
  margin-top:30px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
  float: right;
  margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
  float: left;
  margin-right: 8px;
}

#serv_content {
  margin-top:0px;
  margin-left:30px;
  margin-right:30px;
  margin-bottom:20px;
  line-height:1.4em;
}

/* 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: Verdana, Geneva, sans-serif;
}

.smalltitle {
  color:#24a7b0;
  font-size:13px;
  font-weight:bold;
}

#coltitle {
  font-weight:bold;
  font-size:13px;
  margin-bottom:20px;
}

#products {
  margin-top:0px;
}

#testimonial {
  border: 2px solid #ded7bb;
  padding:10px;
  margin-top:20px;
}
