﻿html
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

body
{
	text-align: center;
}

.hr
{
	width: 100%;
	height: 2px;
	background-color: #22538b;
	margin-top: 10px;
	margin-bottom: 10px;
}

#page_header
{
	width: 575px;
	height: 125px;
	background-image: url(img/logo.png);
	margin: 0 auto;
}

#page_subheader
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.5em;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}

#layout
{
	background-color: lime;
}

#layout_left
{
	float: left;
	width: 192px;
}

#layout_center
{
	position: absolute;
	left: 212px;
	right: 212px;	
}

#layout_right
{
	float: right;
	width: 192px;
}

.clear
{
	clear: both;
}

.contact
{
	text-align: center;
	width: 500px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
}

.contact em
{
	font-weight: bold;
	font-style: regular;
}

.contact table
{
	width: 100%;
}

.contact .buttons
{
	text-align: right;
}

.required
{
	color: #F00;
}

.form_label
{
	width: 200px;
	text-align: right;
	vertical-align: top;
	line-height: 1.6em;
}

.form_field input
{
	width: 250px;
}

.form_field select
{
	width: 250px;
}

.optout
{
	text-align: center;
	width: 500px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
}

.gallery_summary
{
	padding-top: 20px;
	padding-bottom: 10px;
}

.gallery_desc
{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.gallery_stockno
{
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

.gallery_price
{
	font-weight: bold;
}

.gallery_links
{
	margin-top: 10px;
}

.gallery
{
	text-align: center;
}

.gallery  img
{
	border: 1px solid black;
	margin: 10px;
}

.products
{
	border: 1px solid #22538b;
	background-color: #f3fbff;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.products_item
{
	width: 100%;
	margin-top: 10px;
	border-collapse: collapse;
}

.products_item_header
{
	font-size: 10pt;
	background-color: #22538b;
}

.products_item_header td
{
	border: 1px solid #22538b;
}

.products_item_body td
{
	font-size: 10pt;
	background-color: #FFF;
	border: 1px solid #22538b;
	padding: 10px;
}

.products_item_body img
{
	border: 1px solid black;
}

.sidebar
{
	width: 190px;
	background-color: #f3fbff;
	border: 1px solid #22538b;
	padding-top: 10px;
}

.sidebar_item
{
	width: 152px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.sidebar_item img
{
	border: none;
}

.sidebar_item_header
{
	text-align: center;
	background-color: #22538b;
}

.fpblurb
{
	font-style: italic;
	margin-bottom: 10px;
}

.fpfeature
{
	margin-bottom: 10px;
}

.fpfeature_content
{
	background-color: #f3fbff;
	border-left: 1px solid #22538b;
	border-right: 1px solid #22538b;
	text-align: left;
}

.fpfeature_img
{
	float: left;
}

.fpfeature_img img
{
	width: 120px;
	height: 90px;
	border: 1px solid black;
	margin: 5px;
}

.fpfeature_desc
{
	padding: 5px;
}

.fpfeature_desc p
{
	margin: 0;
}

.fpfeature_stock
{
	font-weight: bold;
}

.fpfeature_clear
{
	clear: both;
}

.table_header
{
	height: 32px;
	background-image: url(img/tabletop_mid.png);
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	line-height: 32px;
	color: #FFF;
	position: relative;
}

.table_header_tl
{
	background-image: url(img/tabletop_left.png);
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
}

.table_header_tr
{
	background-image: url(img/tabletop_right.png);
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0;
	right: 0;
}

.table_footer
{
	height: 32px;
	background-image: url(img/tablebot_mid.png);
	text-align: center;
	font-weight: bold;
	line-height: 32px;
	color: #FFF;
	position: relative;
}

.table_footer_bl
{
	background-image: url(img/tablebot_left.png);
	width: 32px;
	height: 32px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.table_footer_br
{
	background-image: url(img/tablebot_right.png);
	width: 32px;
	height: 32px;
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
}

#contact_block
{
	width: 250px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contact_block p
{
	margin: 0;
}

#contact_block .date
{
	font-weight: bold;
}

#listing
{
	margin-bottom: 25px;
}

#listing .label
{
	width: 125px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

#listing .name
{
	font-weight: bold;
}

.copyright_notice
{
	margin-bottom: 10px;
}

.copyright
{
	width: 100%;
	text-align: center;
	font-size: 0.6em;
	font-style: italic;
	margin: 0;
}

.menulink 
{
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	color: white;
}

.frontpage
{
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border-collapse: collapse;
	width: 100%;
}

.frontpage td
{
	vertical-align: top;
}

.frontpage h1
{
	font-size: 2.0em;
	font-variant: small-caps;
	margin: 0;
}

.frontpage h2
{
	font-size: 1.5em;
	font-variant: small-caps;
	margin: 0;
}

.frontpage h3
{
	font-size: 1.2em;
	margin: 0;
}

.frontpage a
{
	text-decoration: none;
}

.frontpage ul a:hover
{
	text-decoration: underline;
}


.fpcontactinfo
{
	margin-bottom: 10px;
}

.fpcontactinfo p
{
	font-weight: bold;
	line-height: 1.2em;
	margin: 0;
}

.fpsidebar
{
	margin-right: 10px;
}

.fpsidebar ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

.fpsidebar p
{
	margin: 0;
	padding: 0;
}

.fpsidebar img
{
	border: 1px solid black;
}

.fpskyshot
{
	margin-bottom: 10px;
}

.no_products
{
	width: 100%;
	text-align: center;
	font-size: 10pt;
	font-style: italic;
	padding-top: 10px;
	margin: 0;
}

.big_picture
{
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 10pt;
}

.makeanoffer
{
	padding-top: 10px;
}

.makeanoffer form
{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	background-color: #FFF;
	text-align: left;
}

.makeanoffer fieldset
{
	margin-top: 10px;
	border: none;
}

.makeanoffer legend
{
	font-weight: bold;
}

.makeanoffer div
{
	margin: 5px;
}

.makeanoffer .field input
{
	width: 300px;
	margin-right: 10px;
}

.makeanoffer .buttons input
{
	width: auto;
	margin-left: 10px;
	margin-bottom: 10px;
}

.makeanoffer label
{
	display: block;
}

.required
{
	color: #F00;
}