/* Main CSS Document */

@import url("core.css");

/* container */
#container {
	width: 924px;
	margin: 0px auto;
	background-image: url(../images/bg-dog-header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


/* nav */
#nav {
	width: 924px;
	height: 38px;
	padding: 8px 0px 0px 0px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	margin: 0px 1px 0px 1px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#nav li a {
	color: #fff;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

#nav li a.home {
	width: 81px;
	height: 33px;
	color: #fff;
	display: block;
	padding: 5px 0px 0px 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
}
#nav li a:hover.home {
	color: #f2fd41;
}
#nav li.homeOn {
	width: 81px;
	height: 33px;
	background-image: url(../images/bg-nav-home-on.gif);
	background-repeat: no-repeat;	
	color: #58a208;
	display: block;
	padding: 5px 0px 0px 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
}

#nav li a.natural {
	width: 131px;
	height: 33px;
	color: #fff;
	display: block;
	padding: 5px 0px 0px 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
}
#nav li a:hover.natural {
	color: #f2fd41;
}
#nav li.naturalOn {
	width: 131px;
	height: 33px;
	background-image: url(../images/bg-nav-natural-on.gif);
	background-repeat: no-repeat;	
	color: #58a208;
	display: block;
	padding: 5px 0px 0px 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
}

#nav li a.holistic {
	width: 161px;
	height: 33px;
	color: #fff;
	display: block;
	padding: 5px 0px 0px 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
}
#nav li a:hover.holistic {
	color: #f2fd41;
}
#nav li.holisticOn {
	width: 161px;
	height: 33px;
	background-image: url(../images/bg-nav-holistic-on.gif);
	background-repeat: no-repeat;	
	color: #58a208;
	display: block;
	padding: 5px 0px 0px 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
}

#nav li a.organic {
	width: 131px;
	height: 33px;
	color: #fff;
	display: block;
	padding: 5px 0px 0px 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
}
#nav li a:hover.organic {
	color: #f2fd41;
}
#nav li.organicOn {
	width: 131px;
	height: 33px;
	background-image: url(../images/bg-nav-organic-on.gif);
	background-repeat: no-repeat;	
	color: #58a208;
	display: block;
	padding: 5px 0px 0px 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
}

#nav li a.organiccollar {
	width: 148px;
	height: 33px;
	color: #fff;
	display: block;
	padding: 5px 0px 0px 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
}
#nav li a:hover.organiccollar {
	color: #f2fd41;
}
#nav li.organiccollarOn {
	width: 148px;
	height: 33px;
	background-image: url(../images/bg-nav-organiccollar-on.gif);
	background-repeat: no-repeat;	
	color: #58a208;
	display: block;
	padding: 5px 0px 0px 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
}


/* header */
#header { 
	width: 924px; 
	height: 81px;
}
#header .logo {
	float: left;
	width: 300px;	
	height: 81px;
}
#header .quote {
	width: 333px;
	float: left;
	padding: 22px 0px 0px 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666865;
	line-height: 17px;
}


/* content */
#content {
	width: 883px;
	padding: 60px 0px 20px 0px;
	margin: 0px auto;
}

#content .left {
	width: 590px;
	float: left;
}
#content .left ul {
	padding: 0px;
	margin: 0px 0px 20px 30px;
}
#content .left li.dog1 {
	padding: 0px 0px 0px 40px;
	margin: 0px 0px 15px 0px;
	background-image: url(../images/list-dog-01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
}
#content .left li.dog2 {
	padding: 0px 0px 0px 40px;
	margin: 0px 0px 15px 0px;
	background-image: url(../images/list-dog-02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
}
#content .left li.dog3 {
	padding: 0px 0px 0px 40px;
	margin: 0px 0px 15px 0px;
	background-image: url(../images/list-dog-03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
}
#content .left li.dog4 {
	padding: 0px 0px 0px 40px;
	margin: 0px 0px 15px 0px;
	background-image: url(../images/list-dog-04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
}
#content .left li.dog5 {
	padding: 0px 0px 0px 40px;
	margin: 0px 0px 15px 0px;
	background-image: url(../images/list-dog-05.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
}

#content .right {
	width: 263px;
	float: right;
}
#content .right .boxTab {
	width: 263px;
}
#content .right .boxContent {
	width: 217px;
	padding: 0px 23px 0px 23px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-image: url(../images/box-bg.gif);
	line-height: 16px;
}



/* footer */
#footer {
	width: 100%;
	height: 30px;
	padding: 10px 0px 0px 0px;
	font-size: 11px;
	color: #d8d7d7;
	background-image: url(../images/bg-footer.gif);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer li {
	margin: 0px 2px 0px 2px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#footer li a {
	color: #fff;
	text-decoration: none;
}
#footer li a:hover {
	text-decoration: underline;
}
#footer li.pad {
	padding: 0px 0px 0px 30px;
}
