/* @override 
	http://www.cwanimalbehavior.com/working/css/master.css
	http://localhost:9024/working/css/master.css
	http://www.cwanimalbehavior.com/assets/templates/cw/css/master.css
	http://cwanimalbehavior.com/assets/templates/cw/css/master.css
*/

/* @group reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* @end */

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#wrapper {
	width: 879px;
	position: relative;
	margin: 20px auto;
}
#banner {
	display: block;
	text-indent: 430px;
	text-decoration: none;
	color: #5f4530;
	font-size: 14px;
	width: 824px;
	height: 246px;
	float: left;
	z-index: 5;
	
}
#sidebar {
	float: left;
}
.introNav #banner {
	background: url(../images/logo.gif) no-repeat left top;	
	text-indent: 460px;
}
.cats #banner {
	background: url(../images/header_cats.jpg) no-repeat left top;
}
.dogs #banner {
	background: url(../images/header_dogs.jpg) no-repeat left top;
}
.exotics #banner {
	background: url(../images/header_exotics.jpg) no-repeat left top;
}
#banner:hover {
	z-index: 100;
	outline: none;
}

#searchForm {
	width: 240px;
	position: relative;
	margin-bottom: 10px;
}
#searchForm input#search {
	width: 180px;
}
#wrapper #sidebar {
	float: left;
	margin-top: 20px;
	width: 250px;
	top: 250px;
}
#mainnav {
	font-size: 14px;
	list-style-type: none;
}
#mainnav li li {
	margin-left: 10px;
}
#mainnav li li li {
	margin-left: 20px;
	font-size: 12px;
}
#mainnav a {
	display: block;
	width: 200px;
	text-decoration: none;
	color: #65853d;
}
#mainnav li li a {
	color: #5f4530;
}
#mainnav li li li a {
	color: #6B6354;
}
/* @group front page nav */

#wrapper.introNav {
	width:  824px;
}

#animalcage {
	position: absolute;
	width: 649px;
	height: 434px;
	left: 250px;
	top: 1px;
	background-image: url(../images/frontpagetoys.jpg);
	background-repeat: no-repeat;
	background-position: 0 244px;
	z-index: 10;
}
#animalcage a {
	display: block;
	text-decoration: none;
	text-indent: -9000px;
	height: 250px;
	position: absolute;
	bottom: 0;
	outline: none;
}
#animalcage a:hover {
	z-index: 100;
}
#dogLink {
	width: 194px;
	left: 0;
}
a#dogLink:hover {
	position: absolute;
	width: 194px;
	height: 434px;
	left: 0;
	background: url(../images/frontpagesmall.jpg) no-repeat 0 bottom;
	z-index: 100;
}
#catLink {
	width: 140px;
	left: 195px;
}
a#catLink:hover {
	width: 225px;
	height: 369px;
	position: absolute;
	left: 131px;
	bottom: 0;
	background: url(../images/frontpagesmall.jpg) no-repeat -194px bottom;
}
#exoticLink {
	width: 310px;
	left: 336px;
}
a#exoticLink:hover {
	width: 356px;
	height: 272px;
	position: absolute;
	left: 293px;
	background: url(../images/frontpagesmall.jpg) no-repeat -419px bottom;

}
#content {
	width: 500px;
	font-size: .9em;
	line-height: 1.4em;
	color: #4C3923;
	float: left;
}
#content h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #778833;
	display: block;
	margin-bottom: 20px;
}
#content p {
	color: #4C3923;
	display: block;
	margin: 1.3em 0;
}
#content ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 20px;
}

/* @end */
h3, h4, h5, h6 {
	font-weight: bold;
	display: block;
	margin: 10px 0 5px 0;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
sup a, a sup {
	text-decoration: none;
	color: #a0af63;
}
#content table td {
	padding: 0 5px;
}
#footer {
	display: block;
	float: right;
	width: 520px;
	text-align: center;
	font-size: .6em;
	font-weight: lighter;
	padding: 20px;
}
#wrapper.introNav #footer {
	position: absolute;
	top: 520px;
	right: 0;
}
#feedbackForm label {
	float: left;
	margin-right: 20px;
	display: block;
	clear: right;
}
#feedbackForm input {
	clear: both;
	display: block;
}
#feedbackForm textarea {
	display: block;
	float: left;
	clear: both;
	width: 100%;
}
#feedbackForm p {
	width: 100%;
	display: block;
	clear: both;
}
