/* CSS Document layout_internal.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 internal page styles */
html {
	text-align: center;
}
body {
	position: relative;
	text-align: left;
	background-color: #e2f0c7;
	font-family: Arial, Helvetica, sans-serif;
	color: #5c7231;
	font-size: 0.8em;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
}
a {
	color: #5C7231;
}
a:hover {
	color: #4F4A4A;
}
div#branding {
	width: 100%;
	height: 100px;
	position: relative;
	background: transparent url(../images/header_int.jpg) no-repeat 0 0;
}
div#branding h1 {
	position: absolute;
	text-indent: -99999px;
}
ul#nav_top {
	position: absolute;
	top: 15px; 
	left: 600px;
	margin: 0;
	width: 200px;
	height: 20px;
	list-style: none;
}
ul#nav_top li {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
}
ul#nav_top li a {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
ul#nav_top li a:hover {
	text-decoration: none;
}
li#nav_top_home {
	background: transparent url(../images/icon_home.gif) no-repeat 0 3px;
}
li#nav_top_contact {
	background: transparent url(../images/icon_contact.gif) no-repeat 4px 3px;
}
div#content {
	position: relative;
	width: 100%;
}
div#nav_main {
	left: 0;
	width: 13%;
	padding: 1em 0;
	float: left;
}
div#nav_main img {
	padding-top: 14px;
	padding-left: 3px;
}
ul#nav_side {
	position: relative;
	top: 0px;
	left: 0px;
	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: 92px;
	color: #000;
	padding: 3px;
}
ul#nav_side li a:hover {
	background-color: #98AD6E;
}
ul#nav_side li.current {
	background-color: #98AD6E;
}
div#content_main {
	left: 13%;
	width: 87%;
	float: right;
	background-color: #FFFFFF;
}
div#content_wrapper {
	padding: 20px;
	padding-top: 30px;
}
div#breadcrumbs {
	position: relative;
	top: 15px;
	left: 10px;
}
div#breadcrumbs a {
	font-size: 10px;
	color: #5C7231;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}
h4, h5, h6 {
	font-size: 1.1em;
}
div#product-group {
	margin: 0px;
}
div#product-group h2 {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.product-thumb {
	float: left;
	width: 200px;
	margin-right: 10px;
	text-align: center;
	padding-bottom: 10px;
}
div.product-thumb span.product-title {
	font-weight: bold;
}
div.product-detail img {
	padding-left: 15px;
}
img.product-image {
	padding-right: 50px;
}
div.product-detail span.product-amount {
	font-weight: bold;
}
div.product-buttons div  {
	float: left;
} 
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;
}
span.sale { color: #F00;
}