/* CSS Document layout.css */

/* normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, th, td {
	margin: 0;
	padding: 0;
}
/* removes borders from imgs */
img {
	border: 0;
}

/* forevermyfriend.com home page styles */
html {
	text-align: center;
}
body {
	position: relative;
	width: 730px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/background.gif) #e2f0c7 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #565656;
	font-size: 0.8em;
}
div#branding {
	width: 100%;
	height: 226px;
	position: relative;
	background: transparent url(../images/header_home.jpg) no-repeat 0 0;
}
div#branding h1 {
	position: absolute;
	text-indent: -99999px;
}
a {
	color: #5C7231;
}
a.sale { color: #FF0000;
}
a:hover {
	color: #4F4A4A;
}
div#content {
	position: relative;
	width: 698px;
	left: 32px;
	background: url(../images/content_bg.jpg) #FFF no-repeat;
	height: 700px;
}
div#nav_main {
	position: relative;
	left: 10px;
	top: 7px;
	width: 110px;
	padding: 1em 0;
}
ul#nav_side {
	list-style: none;
}
ul#nav_side li a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	width: 104px;
	color: #000;
	padding: 3px;
	padding-left: 20px;
}
ul#nav_side li a:hover {
	background: url(../images/paw.gif) no-repeat 0px 3px;
}
ul#nav_side li.current {
	background: url(../images/paw.gif) no-repeat 0px 3px;
}
div#content_wrapper {
	position: absolute;
}
div#intro {
	position: absolute;
	top: 50px;
	padding: 10px;
	width: 380px;
}
div#featured {
	position: absolute;
	left: 410px;
	width: 270px;
	height: 150px;
	top: 15px;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}
h4, h5, h6 {
	font-size: 1.1em;
}
div#site_info {
	width: 100%;
	clear: both;
	position: relative;
}
div#site_info p {
	position: absolute;
	margin: 0;
	padding: 0;
	right: 10px;
	top: 3px;
	font-size: 9px;
}
