﻿/*Banner*/
#banner img {
	width: 190px;
}
/*End Banner*/
/*Navbar */
.menu {
	padding: 0 0 0 32px;
	margin: 0;
	list-style: none;
	height: 40px;
	background: url("../menu/images/button1a.gif") repeat-x;
	position: relative;
	font-family: arial, verdana, sans-serif;
}
.menu li.top {
	display: block;
	float: left;
	position: relative;
}
.menu li a.top_link {
	display: block;
	float: left;
	height: 40px;
	line-height: 33px;
	color: #bbb;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 0 12px;
	cursor: pointer;
}
.menu li a.top_link span {
	float: left;
	font-weight: bold;
	display: block;
	padding: 0 24px 0 12px;
	height: 40px;
}
.menu li a.top_link span.down {
	float: left;
	display: block;
	padding: 0 24px 0 12px;
	height: 40px;
}
.menu li a.top_link:hover, .menu li a.top_link:hover span, .menu li a.top_link:hover span.down, .menu li:hover > a.top_link, .menu li:hover > a.top_link span, .menu li:hover > a.top_link span.down {
	background: url("../menu/images/button4a.gif") no-repeat right top;
	color: #ffffff;
}
.menu #noHover a.top_link:hover, .menu #noHover a.top_link:hover span, .menu #noHover a.top_link:hover span.down, .menu #noHover:hover > a.top_link, .menu #noHover:hover > a.top_link span, .menu #noHover:hover > a.top_link span.down {
	background: transparent;
	cursor: default;
}
.menu table {
	border-collapse: collapse;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
}
.menu a:hover {
	visibility: visible;
}
.menu li:hover {
	position: relative;
	z-index: 200;
}
.menu ul, .menu :hover ul ul, .menu :hover ul :hover ul ul, .menu :hover ul :hover ul :hover ul ul, .menu :hover ul :hover ul :hover ul :hover ul ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu :hover ul.sub {
	left: 2px;
	top: 40px;
	right: 2px;
	padding: 3px 0;
	border: 1px solid #999999;
	white-space: nowrap;
	width: 120px;
	height: auto;
}
.menu :hover ul.sub li {
	display: block;
	height: 20px;
	position: relative;
	float: left;
	width: 100px;
}
.menu :hover ul.sub li a {
	font-weight: normal;
	display: block;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	text-indent: 5px;
	color: #000;
	text-decoration: none;
	border: 3px solid #fff;
	border-width: 0 0 0 3px;
	background: url("../menu/images/button4.gif") no-repeat right top;
}
.menu :hover ul.sub li a:hover {
	background: url("../menu/images/button4a.gif") no-repeat right top;
}
a, a:visited {
	color: #000;
}
a:hover {
	color: #ffffff;
}
/*End Navbar */
body {
	background-image: url('../images/Pete&Peaches06_14.jpg');
	background-position: center;
	background-repeat: repeat;
	background-attachment: fixed;
	color: #FFFFFF;
}
table.mainPage {
	width: 800px;
	height: 800px;
	border-color: #ffffff;
	border-width: 3px;
	border-style: double;
	background-color: #F93;
}
table.mainPage td {
	vertical-align: top;
}
table.homePage td.cartoonSamples {
	width: 220px;
	border-width: 3px;
	border-style: double;
}
.scrollingCartoons {
	overflow: hidden;
	width: 220px;
	height: 560px;
}
.scrollingCartoons img, marquee img {
	width: 200px;
	height: 200px;
}
table.homePage td.homePageContent, td.contactTable {
	width: 500px;
	border-width: 3px;
	border-style: double;
}
table.bioTable img {
	width: 350px;
}
/* Contact Area */
.contactTable {
	height: 15px;
	max-height: 15px;
}
#contact-area {
	width: 600px;
}
#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	border: 2px solid #ccc;
}
#contact-area textarea {
	height: 90px;
}
#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}
#contact-area input.submit-button {
	width: 100px;
	float: right;
}
label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
}
/* End Contact Area */
