﻿/* -- BODY AND STANDARD STYLES -- */

body {
	font: small/150% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	background:#333300;
	text-align: center;
}

#wrapper {
	width: 845px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #ffffff;
}

div#header {
	position: relative;
}

div#header p#switch_country {
	position: absolute;
	top: 2px;
	left: 20px;
	font-size: 85%;
	line-height: 120%;
}

div#header p#switch_country a {
	color: #fff;
}

div#header img.flag {
	position: absolute;
	bottom: 124px;
	right: 48px;
}

hr.rule {
	display: none;
}

hr.clear_rule {
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

/* -- NEW HOMEPAGE STYLES -- */

#home_header_logo_wrap {
	background: #333300 url(../images/bg_home_header_logo.png) repeat-x 0 0;
	height: 300px;
}

#home_header_logo {
	height: 300px;
}

#home_content_wrap {
	width: 845px;
	margin: 0 auto;
	text-align: left;
}

#home_text {
	float: left;
	width: 490px;
}

#home_text p, #home_text ul {
	color: #fff;
}

#home_text h1 {
	margin-top: 0;
}

#site_buttons {
	width: 320px;
	float: right;
}

#site_buttons a img, #site_buttons a:visited img {
	border: 2px solid #000;
}

#site_buttons a:hover img {
	border: 2px solid #fff;
}

/* -- HEADER STYLES -- */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	line-height: 120%;
	margin: 1em 0 0.5em 0;
	padding: 0;
	font-weight: normal;
	color: #a8985a;
	background: transparent;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	line-height: 120%;
	margin: 0 0 1em 0;
	padding: 0;
	font-weight: normal;
}

/* -- IMAGE STYLES -- */

img.right {
	float: right;
	margin: 0 0 0 12px;
	padding: 0;
}

img.left {
	float: left;
	margin: 0 16px 0 0;
	padding: 0;
}

/* -- SIDEBAR BACKGROUND IMAGES -- */

body#s_home #content {
	background: #ffffff url(../US-products/images/index/index_bg_subnav.gif) repeat-y 0 0;
}

body#s_dogfood #content {
	background: #ffffff url(../US-products/images/dog/dog_bg_subnav.gif) repeat-y 0 0;
}

body#s_catfood #content {
	background: #ffffff url(../US-products/images/cat/cat_bg_subnav.gif) repeat-y 0 0;
}

body#s_product_features #content {
	background: #ffffff url(../US-products/images/product/prod_bg_subnav.gif) repeat-y 0 0;
}

body#s_distribution #content {
	background: #ffffff url(../US-products/images/distrib/distrib_bg_subnav.gif) repeat-y 0 0;
}

body#s_sitemap #content {
	background: #ffffff url(../US-products/images/distrib/distrib_bg_subnav.gif) repeat-y 0 0;
}

body#s_contact #content {
	background: #ffffff url(../US-products/images/distrib/distrib_bg_subnav.gif) repeat-y 0 0;
}

/* -- SUB NAVIGATION STYLES -- */

#sub_nav {
	float: left;
	width: 240px;
}

#sub_nav strong {
	margin-left: 18px;
}

#sub_nav strong a {
	color: #000;
	text-decoration: none;
}

#sub_nav strong a:hover {
	border-bottom: 1px solid #000;
}

#sub_nav ul {
	list-style: none;
	width: 180px;
	line-height: 120%;
	margin: 1em 0 0 30px;
	padding: 0;
}

#sub_nav ul li {
	list-style: none;
	margin: 0 0 0.8em 0;
	padding: 0;
}

#sub_nav ul li a {
	color: #000;
	background: transparent;
	text-decoration: none;
}

#sub_nav ul li.current a {
	border-bottom: 1px dashed #000;
}

#sub_nav ul li a:hover {
	border-bottom: 1px solid #000;
}

/* -- MAIN COLUMN STYLES -- */

#main_col {
	float: right;
	width: 556px;
	margin: 0 24px 0 0;
	padding: 0;
}

/* -- FOOTER STYLES -- */

#footer {
	text-align: center;
	margin: 0;
	padding: 0;
	border-top: 4px solid #000000;
	border-bottom: 4px solid #000000;
}
