/* 
Title:         Kimballstock - homepage.css
Author:        Darrin Waterbury, darrin@darrinscottstudios.com
Last Updated:  August 13, 2007
*/
body {
	margin: 40px auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for compliant browsers */
	text-align: center;
	background: #efefef;
}

html>body { /* be nice to Opera */
 	font-size: small;
}
html {
overflow: HIDDEN;
}
#shadowTop {
	margin: 0 auto;
	padding: 0 8px 0 0;
	text-align: center;
	width: 816px;
	height: 8px;
	background: url(../images/shadow_top.gif) no-repeat bottom left;
}
#shadowBottom {
	margin: 0 auto;
	padding: 0 8px 0 0;
	width: 816px;
	height: 8px;
	background: url(../images/shadow_bottom.gif) no-repeat top left;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 8px 8px 39px 8px;
	width: 807px; 
	text-align: left; 
	background: url(../images/shadow_borders.gif) repeat-y top left;
}

#tagline {
	margin-top: 5px;
	padding: 0;
	width: 800px;
	background-color: #ff0000;
}

#refresh {
	text-align: left;
	padding: 10px 0 0 0;
}
#navContainer {
	position: absolute;
	top: 335px;
}
#ks {
	position: absolute;
	top: 333px;
	left: 367px;
}
#animalsContainer {
	float: left;
	margin: 12px 0 0 70px;
	padding: 0;
	text-align: center;
	display: inline;
}
#animalHeader {
	margin: 0;
	padding-bottom: 10px;
}
#animalNav {
	margin: 0;
	padding: 0;
	list-style: none;
}
#animalNav li {
	display: inline;
	list-style: none;
}
#animalNav a {
	float: left;
	margin: 0;
	padding: 3px 9px 3px 7px;
	color: #666;
	text-decoration: none;
	background: url(../images/nav-li-bg.gif) no-repeat center right;
}
#animalNav a:hover {
	text-decoration: underline;
}
#animalNav .t-stock a {	
	padding-left: 0;
}
#animalNav .t-contact a {
	padding-right: 0;
	background: none;
}
	
#automobilesContainer {
	float: right;
	margin: 12px 70px 0 0;
	padding: 0;
	text-align: center;
	display: inline;
}
#autoHeader {
	margin: 0; 
	padding-bottom: 10px;
}
#autoNav {
	margin: 0;
	padding: 0;
	list-style: none;
}
#autoNav li {
	display: inline;
	list-style: none;
}
#autoNav a {
	float: left;
	margin: 0;
	padding: 3px 9px 3px 7px;
	color: #666;
	text-decoration: none;
	background: url(../images/nav-li-bg.gif) no-repeat center right;
}
#autoNav a:hover {
	text-decoration: underline;
}
#autoNav .t-stock a {
	padding-left: 0;
}
#autoNav .t-contact a {
	padding-right: 0;
	background: none;
}
#copyright {
	position: absolute;
	bottom: 0;
	right: 0;
}
.clear { clear: both; }

