/* Master CSS doc */

html, body {
	margin: 0;
	padding: 0;
}

#page-container {
	margin: auto;
	width: 800px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
}


/* HEADER 
-----------------------------------------------------------
*/

#header {
	/* display: table; */
}


/* Row 1 */


#header-row {
	/* display: table-row;
	height: 91px; */
}

#header-left, #header-right {
	/* display: table-cell; */
}

#header-left {
	height: 90px;
	float: left;
	background-image: url(../images/her_left_yrepeat.gif);
	background-repeat: repeat-y;
	width: 29px;
}


#header-content {
	background: white;
	margin: auto;
	width: auto;
}

		/* Nav Table */
		
		
		#header-content h2 {
			font-family: Helvetica, Arial, Tahoma, Sans-serif;
			font-size: 16px;
		}
		
		#header-content a img {
			text-decoration:none;
			color:#0099FF;
			border: 0px;
		}
		
		#logo {
			float: left;
			padding-top: 15px;
			
		}
		
		#home {
			float: right;
			position: relative;
			top: 60px;
			display: block;
			width: 73px;
			height: 33px;
			background-image: url(../images/home.gif);
		}
		
		
		
		#contact {
			float: right;
			position: relative;
			top: 60px;
			display: block;
			width: 131px;
			height:33px;
			background-image: url(../images/contact.gif);
		}
		
		#products {
			float: right;
			position: relative;
			top: 60px;
			display: block;
			width: 113px;
			height:33px;
			background-image: url(../images/products.gif);
		}
		
		#grooming {
			float: right;
			position: relative;
			top: 60px;
			display: block;
			width: 98px;
			height:33px;
			background-image: url(../images/grooming.gif);	
			}
		
					/* Hover Rules */
					
					
								
					
					/* END HOVER RULES */	
		
		
		/* END NAV TABLE */
			

#header-right {
	height: 90px;
	float: right;
	background-image:url(../images/hdr_right_yrepeat.gif);
	background-repeat:repeat-y;
	width: 29px;
}

/* Row 2 */

#header-row2 {
	clear: both;
	width: 100%;
	margin-top: 0px;
	height: 28px;
	
}


#header-left-corner {
	float: left;
	background-image:url(../images/hdr_left_cnr.gif);
	width: 29px;
	height: 28px;
}

#header-bottom {
	background-color: #CCCCCC;
	background-image:url(../images/hdr_xrepeat.gif);
	background-repeat: repeat-x;
	height: 28px;
}

#header-right-corner {
	float: right;
	background-image:url(../images/hdr_right_cnr.gif);
	width: 29px;
	height: 28px;
}

/* END HEADER
--------------------------------------------------
*/

h2 {
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight:lighter;
}
	
h1 {
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight:lighter;
}

h3 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: lighter;
	color:#CC3300
}

h4 {
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: lighter;
	padding-top:20px;
	color: #0056a4;
	}

#content {
	background: white;
	width: 476px;
	margin-right: 250px;
	padding-top: 50px;
	padding-left: 20px;
	padding-bottom: 50px;
	padding-right: 30px;
}

#content p {
	font-size:15px;
	padding-top: 10px;
	line-height: 19px;
	font-weight: 100;
	font-style: inherit;
}

#content h2 {
	color: #f16522;
}


#sidebar-a {
	padding-top:40px;
	padding-left: 50px;
	width: 250px;
	float: right;
}

#sidebar-a h2 {
	padding-top: 20px;
	font-size: 16px;
	}

#sidebar-a p {
	font-size:13px;
	padding-top: 10px;
	padding-right: 30px;
	line-height: 18px;
	font-weight: lighter;
	font-style: inherit;
	padding-bottom: 0;
	}
#map {
	padding-top: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:inherit;
	}

#map a {
	text-decoration: none;
	color: #c9c9c9;
	}

#map a:hover {
	color: #ff9900;
	width: 80px;
	}

#footer {
	height: 66px;
	clear: both;
	padding-left: 20px;
	padding-top: 10px;
	color: #C9C9C9;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 10px;
	border-top: 1px solid #c0c0c0;
}

#footer a {
	color: #c9c9c9;
	text-decoration:none;
}

#footer a:hover {
	color:#FF9900;
}

#footer #altnav {
	float:right;
	width: 250px;
	text-align: right;
}