/* MAIN SITE */

* {margin: 0 ; padding: 0 ; }

body {
	font-size: 11.5px ;
	background: url('img/body-background.png') #2a2a2a top repeat-x;
	color: #000 ;
	font-family: arial ;
	line-height: 1.4em ;
	padding: 0 ;
	}

#main {
	background: #fff ;
	position: relative ;
	top: 0px ;
	width: 825px;
	margin: 0px auto ;
	}

#top {
	position: relative ;
	height: 100px ;
	background: url('img/top-background.png') top center no-repeat ;
	}

.bottomAlignWrapper {
	position: absolute ;
	bottom: 0px ;
	padding-top: 5px ;
	right: 10px ;
	text-align: right ;
	}

#quote {
	position: absolute ;
	top: 5px ;
	left: 60px ;
	width: 115px ;
	color: #808080 ;
	line-height: 1.2em ;
	}

.byline {
	padding-top: 10px ;
	font-style: italic ;
	color: #808080 ;
	text-align: right ;
	}

.quote {
	background: #e6e6e6 ;
	padding: 10px ;
	margin: 10px 50px 10px 50px ;
	}

#nav {
	position: absolute ;
	bottom: 10px ;
	left: 65px ;
	width: 135px ;
	}

#nav li, li a {
	color: #800 ;
	list-style: none ;
	margin-bottom: 5px ;
	}

#nav ul ul li, ul ul li a {
	color: #1a1a1a ;
	padding-left: 3px ;
	}

#nav ul {
	margin-top: 5px ;
	}
	
#nav a {
	text-decoration: none ;
	}

#menu {
	position: absolute ;
	background: url('img/menu-background.png') top center no-repeat ;
	height: 460px ;
	width: 225px ;
	}

#content {
	position: absolute ;
	right: 0px ;
	width: 585px ;
	height: 440px ;
	background: #fff ;
	padding: 10px ;
	}

#contentWrapper {
	overflow: auto ;
	height: 435px ;
	}

#contentWrapper li {
	margin-left: 20px ;
	list-style: disc ;
	}

#footer {
	position: absolute ;
	height: 20px ;
	background: url('img/footer-background.png') top center no-repeat ;
	top: 560px ;
	left: 0px ;
	width: 815px ;
	text-align: right ;
	color: #808080 ;
	font-size: 8pt ;
	padding: 5px 10px 5px 0;
	}

#footer a, #quote a {
	font-weight: bold ;
	text-decoration: none ;
	color: #808080 ;
	}

h1, .figure {
	font-weight: normal ;
	font-size: 16pt ;
	}

h2, .price {
	font-weight: bold ;
	color: #808080 ;
	font-size: 12pt ;
	padding: 5px 0 5px 0 ;
	}

h3, h4 {
	padding: 5px 0 5px 0 ;
	}

.type {
	color: #808080 ;
	font-size: 0.8em ;
	font-weight: bold ;
	}

a {
	color: #808080 ;
	text-decoration: none ;
	}

p {
	padding-bottom: 5px ;
	}

tr {
	vertical-align: top ;
	}

th, td {
	text-align: left ;
	padding: 5px 5px 5px 0;
	}

.subtable td {
	padding: 0 5px 5px 0 ;
	}

.price {
	text-align: right ;	
	padding-top: 10px ;
	margin-right: 10px ;
	margin-top: 10px ;
	border-top: 2px solid ;
	}

.price p {
	font-size: 10pt ;
	padding-bottom: 0px ;
	}

.error {
	display: table-cell ;
	padding: 10px ;
	background: #f77 ;
	border: 1px solid #400 ;
	}

.price a {
	text-decoration: underline ;
	}

.urgent {
	color: #800 ;
	}

form {
	margin-bottom: 20px ;
	}

