@charset "utf-8";
/* CSS Document */

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;

}

/*This rule forces the scrollbar to always appear on Firefox to avoid shift*/
html { min-height: 101%; margin-bottom: 1px; }
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #42423A;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
/* Commonly used to style page titles. */
h1 {
	color: #2B5580;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.3em;
}
h2 {
	color: #2B5580;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.1em;
}
h3 {
	color: #2B5580;
	  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.1em;
}

#logo {
	color: #000;
	font-size: 1.3em;
	font-weight: bold;
	background-image: url(../images/header.gif);
	text-indent: -9000px;
	height: 97px;
	width: 768px;
	margin: 0px;
	padding: 0px;
		margin-right: auto;
	margin-left: auto;
}
#logo a{
   width:200px;
   height:97px;
}


/* Sets the style for unvisited links. */
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  text-decoration: underline;
}

li{
padding-bottom:7px;

}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	background-color: #fff; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 768px;
	padding-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 10;
	margin-left: auto;
	position: relative;
}
#outerWrapper #header {
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.7em;
	line-height: 1em;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	position: relative;
	height: 137px;
	width: 768px;
}
#nav-main {
	background-image: url(../images/nav_main.jpg);
	height: 40px;
	width: 768px;
	position: relative;
	z-index: 9998;
	margin: 0px;
	padding: 0px;
}
#outerWrapper #header #nav-main ul{

margin: 0px;
padding:0px;

}
#outerWrapper #header #nav-main li{
	display: inline;
	margin: 0px;
	padding:0px;
	
}
#outerWrapper #header #nav-main li a{
	float: left;
	height: 38px;
	text-align:left;
	text-indent: -9000px;
	overflow: hidden;
	background-image: url(../images/header1.1.gif);
	background-repeat: no-repeat;
}
/*BUTTONS*/
    #outerWrapper #header #nav-main li#products a { width:102px;	background-position: 0px -108px;}
    #outerWrapper #header #nav-main li#pet a { width:152px;	background-position: -102px -108px;}
	 #outerWrapper #header #nav-main li#about a { width:108px;	background-position: -260px -108px;}
    #outerWrapper #header #nav-main li#testimonials a { width:133px;	background-position: -368px -108px;}
	    #outerWrapper #header #nav-main li#quote a { width:176px;	background-position: -501px -108px;}
    #outerWrapper #header #nav-main li#contact a {width:90px;	background-position: -677px -108px;}
	
		/*VISITED*/
    #outerWrapper #header #nav-main li#products a:visited { width:102px;	background-position: 0px -108px;}
    #outerWrapper #header #nav-main li#pet a:visited { width:152px;	background-position: -102px -108px;}
	#outerWrapper #header #nav-main li#about a:visited { width:108px;	background-position: -260px -108px;}
    #outerWrapper #header #nav-main li#testimonials a:visited { width:133px;	background-position: -368px -108px;}
	    #outerWrapper #header #nav-main li#quote  a:visited { width:176px;	background-position: -501px -108px;}
    #outerWrapper #header #nav-main li#contact a:visited {width:90px;	background-position: -677px -108px;}	
	
/*OVER STATES*/
    #outerWrapper #header #nav-main li#products a:hover{background-position: 0px -188px;}
    #outerWrapper #header #nav-main li#pet a:hover{background-position: -102px -188px;}	
	#outerWrapper #header #nav-main li#about a:hover{background-position: -260px -188px;}
    #outerWrapper #header #nav-main li#testimonials a:hover{background-position: -368px -188px;}	
	    #outerWrapper #header #nav-main li#quote  a:hover{background-position: -501px -188px;}	
    #outerWrapper #header #nav-main li#contact a:hover{background-position: -677px -188px;}	
	
/*PRESSED STATES*/
    #outerWrapper #header #nav-main li#products a:active{background-position: 0px -148px;}
    #outerWrapper #header #nav-main li#pet a:active{background-position: -102px -148px;}
	#outerWrapper #header #nav-main li#about a:active{background-position: -260px -148px;}	
    #outerWrapper #header #nav-main li#testimonials a:active{background-position: -368px -148px;}	
	    #outerWrapper #header #nav-main li#quote  a:active{background-position: -501px -148px;}
    #outerWrapper #header #nav-main li#contact a:active{background-position: -677px -148px;}
	
	

#outermost #wrapper #outer .valignmid2 .valignmid3 #outerWrapper #contentWrapper {
	width: 768px;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}


#outerWrapper #contentWrapper #leftColumn1 {

  float: left;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 280px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	margin: 0px;
	width:768px;
	height:96px;
	text-indent:-9000px;
	text-align: center;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: 0px -239px;
}
#outermost #wrapper #outer .valignmid2 .valignmid3 #design  {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 10px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#outermost #wrapper #outer .valignmid2 .valignmid3 #design a {
	color: #FFFFFF;
}
html,body,#outermost {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

#wrapper {
  margin: 10px;
}
#outer {
  z-index: 10;
}
/*
Works in IE5+/Win, Opera 5+, Netscape 6+, Firefox, Konqueror 3, Safari 
Does not work in NS4.x or IE/Mac
*/
.valignmid1 {
  position: relative;
  margin: 0 auto;
}
/* Opera 7.0x is buggy when you put display:table on <body> Opera 7.2+ and 6.x 
   don't appear to have this problem. We hide this from IE5/Mac, because it 
doesn't support display:table-cell and it doesn't have the same bug that allows
this to work in IE5-6/Win (hide from IE/Mac) \*/
.valignmid1 {
  display: table;
  vertical-align: middle;
}
/* Moz1.4 - Moz1.6 (NS7.1) bug, can't put position:relative on .valignmid2 \*/
.valignmid2 {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
/* end hide */
.valignmid3 {
  position: relative;
}
#design {
	width: 768px;


}
.full{
position:relative;
	margin-left:auto;
	margin-right:auto;
	width:700px;

}
.bottom-shadow{

	position: relative;
	bottom: -3px;
}
/* This code hides this style from Internet Explorer */
html>/**/body .bottom-shadow{


	bottom: 0px;
}
.testimonial {
	font-size: 1em;
	font-style: normal;
	color:#3A75AF;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	margin-top: 35px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: bold;
	border: 1px solid #3A75AF;
}
