body {
	background: #984807;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
}

.shadow {
	-webkit-box-shadow:2px 2px 5px #333333;
	-moz-box-shadow:2px 2px 5px #333333;
	box-shadow:2px 2px 5px #333333;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Global Layout */

div#page {
	width: 960px;
	margin: 0 auto;
}

div#content {
	clear: both;
	margin-top: 30px;
}

/* Header */
div#header h1 a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.5em;
	text-transform: lowercase;
	margin: 0 0 0 0px;
	position: relative;
	top: 30px;	
}

div#header img#beardog-header {
	float: left;
}

div#header img#dogshadow {
	float: right;
	margin-top: -60px;
}

/* Footer */
div#footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
}

/* Navigation */
div#navigation {
	background: #93CDDD;
	width: 960px;
	height: 30px;
	margin: 0 0 0 0;
	clear: both;
}

div#navigation ul {
	margin: 0;
	padding: 0;
}

div#navigation ul li {
	float: left;
	list-style-type: none;
	margin: 6px 15px;
	padding: 0;
	display: block;
	width: 86px;
	height: 20px;
	overflow: visible;	
	text-align: center;
}

div#navigation ul li.page-item-27 {
	width: 90px;
}

div#navigation ul li a {
	display: block;
	color: #984807;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 1.1em;
}

/* Hover Effects */

div#navigation ul li:hover a {
	width: 86px;
	height: 150px;
	overflow: visible;
	position: relative;
	z-index:1;
}

li.page-item-2:hover a {
	background: url('images/about-dropdown.jpg') no-repeat center 24px;
}

li.page-item-21:hover a{
	background: url('images/donations-dropdown.jpg') no-repeat center 24px;
}

li.page-item-36:hover a{
	background: url('images/friends-dropdown.jpg') no-repeat center 24px;
}

div#navigation ul li.page-item-27:hover a{
	background: url('images/onlocation-dropdown.jpg') no-repeat center 24px;
	width: 90px;
}

li.page-item-9:hover a{
	background: url('images/product-dropdown.jpg') no-repeat center 24px;
}

li.page-item-85:hover a{
	background: url('images/contact-dropdown.jpg') no-repeat center 24px;
}

li.page-item-88:hover a{
	background: url('images/order-dropdown.png') no-repeat center 20px;
}

li.cat-item-3:hover a{
	background: url('images/news-dropdown.jpg') no-repeat center 24px;
}

/* Index Page Layout */

div#index-product {
	background: #4B2615;
	float: left;
	width: 650px;
	overflow: hidden;
	text-align: center;
}

div#index-product h2, div#index-product h3 {
	color: #D56509;
	clear: both;
	font-weight: normal;
}

div#index-product h2 {
	font-size: 2.0em;
}	

div#index-product h3 {
	font-size: 1.5em;
	margin: 25px;
	padding: 15px 0 0 0;
}	

div#image-container {
	width: 570px;
	margin: 0 auto 15px auto;
}

div.image-caption {
	float: left;
	width: 190px;
	margin: 0;
	text-align: center;
}

div.image-caption img{
	max-width: 191px;
	max-height: 191px;
	margin: 0 auto;
	-webkit-box-shadow:3px 3px 5px #111111;
	-moz-box-shadow:2px 2px 5px #111111;
	box-shadow:2px 2px 5px #111111;	
}

div.image-caption p {
	text-align: right;
	color: #93CDDD;
	margin: 0;
	padding: 0;
}

div#right-image p{
	text-align: left;
}

div#newsfeed {
	width: 280px;
	float: right;
	padding: 15px;
	background-image: -webkit-gradient(linear, 0% 100%, 50% 50%, from(#5F2600), to(#A24600));
	-webkit-box-shadow:2px 2px 5px #333333;
	-moz-box-shadow:2px 2px 5px #333333;
	box-shadow:2px 2px 5px #333333;
}

div#newsfeed h2 a {
	color: #93CDDD;
	text-decoration: none;
	font-size: 0.8em;
}

div#newsfeed h2 {
	margin: 5px 0;
	padding: 0;
}

div#newsfeed a {
	color: #93CDDD;
}