@charset "utf-8";

a:active     { color: #467946; text-decoration:none}
a:visited    { color: #467946; text-decoration:none}
a:link       { color: #467946; text-decoration:none}
a:hover      { color: #DBB844; text-decoration:underline}

body  {
	font: 10.5pt/13pt Verdana, Arial, Helvetica, sans-serif;
	background: #EBE8D9;
	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: #666666;
}
#wrapper {
	background: #EBE8D9;
	margin: 0px auto 0px;
	width: 926px;
	position: relative;
	padding-bottom: 0px;
}

#container {
	background: url(../images/template/cont_back.jpg) repeat-y; /* the auto margins (in conjunction with a width) center the page */
	border: 0 none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-right: 13px;
	padding-left: 13px;
} 
#header { 
	background: #DDDDDD; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
a img {
	border: none;
}
p {
	font-size: 10.5pt;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 10px;
}
#mainContent {
	margin: 0 0 0 240px; /* 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: 0 20px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer {
	background: #EBE8D9;
	padding: 0;
	width: 926px;
	margin-left: -13px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	vertical-align: bottom;
}



.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;
}
.fltrt2 {
	float: right;
	margin-left: 3px;
}
.fltrt3 {
	float: right;
	margin: -58px 0 0 0;
}

.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;
}
#container .logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#container .dogs {
	position: absolute;
	top: 0px;
	right: 0px;
}

h1 {
	FONT-SIZE: 18px; COLOR: #666666; FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
	margin: 20px 0 15px 0;
	padding: 0px;
	}
	
h2 {
	FONT-SIZE: 14px;
	margin: 1px 0 1px 0; 
	}
h3 {
	FONT-SIZE: 14px;
	line-height: 19px;
	}
h4 {
	FONT-SIZE: 14px; COLOR: #C09D25; 
	line-height: 16px;
	}
h5 {
	FONT-SIZE: 17px; COLOR: #689864; 
	line-height: 20px;	}
h6 {
	FONT-SIZE: 18px; COLOR: #547B4F; FONT-FAMILY: Georgia, Times, Times New Roman, serif;
	line-height: 24px; 
	}
h7 {
	FONT-SIZE: 14px; COLOR: #C09D25; 
	line-height: 16px;
	}
h8 {
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	FONT-SIZE: 18px;
	COLOR: #333333;
	line-height: 21px;
	margin: 0px;
	padding: 0px;
	FONT-WEIGHT: normal;
	}
#base {
	border: 0px solid #000;
	margin: 0px;
	width: 410px;
	padding: 0px;
	font-size: 10px;
	line-height: 11px;
	font-weight: bold;
}

ul {
	list-style: disc url(../images/bullit-paw.jpg) inside;
	font-size: 13px;
	line-height: 21px;
	font-weight: bold;
	margin: 0 0 28px 0;
	}
#signup
{
  display: block;
  margin: 10px 0px 0 20px;
  width: 85px;
  height: 58px;
  background: url("../images/images-nav/signup.jpg") no-repeat 0 0;

}

#signup:hover
{ 
  background-position: 0 -58px;
}

#signup span
{
  display: none;
}

#clients
{
  display: block;
  
  width: 85px;
  height: 58px;
  background: url("../images/images-nav/clients.jpg") no-repeat 0 0;

}

#clients:hover
{ 
  background-position: 0 -58px;
}

#clients span
{
  display: none;
}
.references {
	FONT-SIZE: 12px; COLOR: #C09D25; FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
	FONT-WEIGHT: normal;
	text-align: right;
	line-height: 14px; 
	margin-top:8px; margin-bottom:25px;
	}
.references2 {
	FONT-SIZE: 12px; COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
	FONT-WEIGHT: normal;
	text-align: left;
	line-height: 14px; 
	margin-top:15px; margin-bottom:0px;
	}
	
.references3 {
	FONT-SIZE: 12px; COLOR: #C09D25; FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
	FONT-WEIGHT: normal;
	text-align: left;
	line-height: 14px; 
	margin-top:8px; margin-bottom:25px;
	}
.services {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	}

