* {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	font-style: normal;
}


html {
	background: #bab9ba url(images/main-background.png) repeat-y center;
}

body {
	background: #bab9ba url(images/main-background.png) repeat-y 0 0;
	width: 708px;
	margin: 0 auto;
}

html>body {
	font-size: 16px; /* Only IE doesn't see this */
}

h1, h2, h3, h4, h5, h6, body, table, a {
	font: normal normal normal 100% verdana;
}

a, a:active, a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 700px;
	margin: 0 auto;
	font-size: 0.75em;
}

br.clear {
	clear: both;
	visibility: hidden;
}



/* header ------------------------------------------------------------------------ */

#header {
	background: white;
	height: 130px;
	padding: 0px;

}

#header h1 {
	background: url(images/logo.jpg) no-repeat;
	width: 700px;
	height: 130px;
	float: left;
}

#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

#header h2 {
	background: url(images/kitty.jpg) no-repeat;
	width: 310px;
	height: 160px;
	float: right;
}
#header h1 a span, #header h2 span { display: none; }



/* navigation -------------------------------------------------------------------- */

#navigation {
	background: white url(images/navigation-background.png) no-repeat;
	height: 50px;
	font-size: 0.9em;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 0;
}

#navigation table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

#navigation table td {
	height: 100%;
}

#navigation table a {
	display: block;
	height: 100%;
	padding: 0 8px;
	color: white;
	text-decoration: none;
	text-align: center;
}

#navigation table a span {
	display: block;
	padding-top: 33px;
}

#navigation table a:hover, #navigation table a#current {
	background: url(images/navigation-hover.png);
}



/* contents ---------------------------------------------------------------------- */

#contents {
	width: 460px;
	float: left;
	font-size: 1em;
	margin-top: -2em;
	padding-bottom: 4em;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 20px;
}

#contents h2, #contents h3, #contents h4, #contents h5, #contents h6 {
	font-family: arial;
	font-size: .8em;
	font-weight: normal;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
}

#contents h2 {
	font-size: 1.6em;
	margin: 1.5em 0 0.5em -0.5em;
	border-bottom: 1px solid black;
}

#contents h3 {
	font-size: 1.3em;
	margin: 1.5em 0 0.5em -0.5em;
	border-bottom: 1px solid black;
}

#contents em {
	font-size: 0.85em;
	color: #555;
	font-style: normal;
}

#contents p, #contents ul, #contents table {
	margin-bottom: 1em;
}

#contents ul {
	margin-left: 2.5em;
}

#contents table {
	margin-left: 1em;
}

#contents table td {
	padding-right: 2em;
}

#contents #map {
	width: 450px;
	height: 300px;
	display: none;
	border: 1px solid black;
}



/* sidebar ----------------------------------------------------------------------- */

#pictures {
	width: 180px;
	float: right;
	padding: 0px;
}

#pictures h3 {
	padding: 2px 0;
	margin-bottom: 1em;
	background: #4b9743;
	text-align: center;
	font-weight: normal;
	color: white;
	font: small-caps 1.2em verdana;
}

#pictures h4 {
	margin-bottom: 1.5em;
	text-align: center;
	font-weight: normal;
	color: white;
	font-size: 0.9em;
}

#pictures img {
	display: block;

	padding: 0px;
	background: url(images/image-frame.png);
	margin: 0;
}
#quote {
	background-color: #FFFFFF;
	margin: 5px;
	width: 420px;
	border: 1px none #009900;
	background-image: url(images/quote.jpg);
	height: 70px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#order {
	background-color: #f1f1f1;
	height: auto;
	width: 250px;
	border: 1px solid #CC0000;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
	margin: auto;
}
/* FORMS */
input, select, textarea{border:1px solid #c3c3c3;background-color:#fff;font-family:Verdana, Helvetica, sans-serif;font-size:11px;}

.submit{background-color:#faa;border:1px solid #999;margin:0px 0;font-size:11px;font-weight:bold;}

input:focus, select:focus, textarea:focus{background-color:#ffc;}