html, body {
	background-color: #4c575f;
	color: white;
	font: 9pt normal Verdana, Helvetica, Arial, Sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
}
#wrapper {
	padding: 24px;
	background-color: #1f1f1f;
	border-left: 3px groove black;
	border-right: 3px groove black;
	margin: auto;
	width: 952px;
}
li p {
	margin: 8px;
	padding: 0;
}
img {
	border:none;
}
a {
	color: #AAAAFF;
}
a:hover {
	color: silver;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 14pt;
	margin: 20px 0 30px 0;
	padding-top: 20px;
	border-top: 1px solid silver;
	display: block;
	clear: left;
}
h3 {
	font-size: 12pt;
}
img.photo {
	width: 1000px;
	margin: 24px -24px 24px -24px;
}
a.side_photo {
	display: block;
	border: 1px solid #1f1f1f;
	margin: 0px 24px 20px 0px;
	float: left;
	clear: left;
}
a.side_photo:hover, a.top_photo:hover {
	border: 1px solid silver;
}
a.side_photo img, a.top_photo img {
	width: 250px;
}
a.top_photo {
	display: block;
	border: 1px solid #1f1f1f;
	margin: 0px 12px 20px 0px;
	float: left;
}

/* Banner */
#banner {
	position: relative;
	height: 94px;
}
#logo {
	position: absolute;
}
#flag {
	float: right;
}
#main_menu {
	position: absolute;
	bottom: 0;
	right: 0;
}
#main_menu a, #main_menu a:visited {
	color: white;
	font-size: 16px;
	margin-left: 10px;
	text-decoration: none;
	border-bottom: 1px solid silver;
	font-weight: bold;
}
#main_menu a:hover {
	border-bottom: 1px solid white;
}

/* Price table */
#pricing_menu {
	text-align: center;
}
#pricing_menu a {
	display: inline-block;
	margin: 20px;
	font-size: 16px;
	border: 1px solid white;
	padding: 6px;
	color: white;
	text-decoration: none;
}
#pricing_menu a:hover {
	background-color: #555;
}

.price_list {
	width: 100%;	
}
.price_list th {
	text-align: left;
	font-weight: normal;
}
.price_list th.model {
	text-align: right;
	font-weight: bolder;
}
.price_list td {
	width: 15%;
	text-align: right;
	font-weight: normal;
}

/* Parts and Accessories tables */
.parts_list {
	width: 100%;
}
.parts_list td {
	padding: 4px 0;
}

/* Blowup images */
#gallery {
	display:none;
	position:absolute;
	top:80px;
	width:100%;
	left: 0;
}
#gallery_plate {
	background: #222 url('/images/backgrounds/dark_brushed_aluminium.jpg') repeat 0 0;
	text-align:center;
	padding:25px;
	margin:auto;
	width:800px;
	border:3px groove black;
}
#gallery_image {
	width:800px;
	margin:auto;
}
