﻿body {
	font-family: Tahoma, Helvetiva, sans-serif;
	font-size: 10px;
}

h1#logo {
	width: 100%;
	text-align: center;
	margin: 0;
	background: url("../img/pics/logo.jpg") no-repeat;
	background-position: 250px 0;
	height: 125px;
}

h1#logo span {
	display: none;
}

ul.menu {
	margin: 0;
}

ul.red {
	background: #CC071E;
	padding-left: 7%;
	padding-right: 6%;
	
}

ul.menu li {
	display: inline;
	padding: 5px 16px;
	background: #FFF;
	margin: 0;
	margin-left: -0.4%;
}

ul.menu li#placeholder {
	padding-left: 30%;
	padding-right: 20%;
}

ul.menu li a {
	font-size: 9pt;
	line-height: 10px;
	text-decoration: none;
	color: #AAA;
}

ul.menu li a:hover, ul.menu li a:active, ul.menu li a.current {
	color: #CC071E;
}

div.content {
	font-size: 10px;
	margin: 10px 0;
	background: #EEE;
}

div.content div.left {
	padding: 20px;
}

blockquote {
	margin: 15px 10px 15px 0;
}

blockquote div {
	font-family: "Lucida Handwriting", serif;
	font-size: 22px;
}

blockquote div:before, blockquote div:after {
	content: '"';
}

blockquote cite {
	font-style: normal;
	font-size: 10px;
	color: #000;
}	

h2 {
	font-size: 22px;
	font-family: "Helvetica", sans-serif;
}

h3 {
	font-family: "Lucida Handwriting", serif;
	margin-top: 30px;
}

h4 {
	margin-top: 30px;
	font-weight: bold; 
	font-size: 12px;
}

p {
	font-size: 12px;
}

p + p {
	text-indent: 0;
	margin-top: 2px;
}

div#navigation {
	visibility: hidden;
	top: -80px;
	background: #fff;
	padding: 1px;
}

table {
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}

table tr td {
	font-size: 12px;
}

td.price, span.price {
	text-align: right;
	width: 55px;
}

td {
	vertical-align: top;
}
td.title {
	padding-top: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
}
td.subtitle {
	padding-top: 45px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
}

dl dt, dl dd, ul li, ol li {
	font-size: 12px;
}

dl dt {
	font-weight: normal;
}

hr.title {
	margin-top: 45px;
}

img.subtitle {
	margin-top: 5px;
}

img.title {
	/*margin-bottom: 4px;*/
	/*margin-top: 10px;*/
}

div#error {
	background: #C78787;
	border: solid 1px #BD3A19;
}

div#error ul {
	list-style-type: square;
	padding: 20px;
	margin: 0;
}

div#message {
	background: #C6FFB0;
	border: solid 1px #727A4E;
	padding: 20px;
}

div#message p {
	margin: 0;
}

.footnote {
	font-style: italic;
	font-size: 10px;
}
span#arrows {
	float: right;
}



