html, body {
	color: #333;
	font: normal 100% Calibri, Arial, san-serif; /* 16px */
	line-height: 1.125em;
	letter-spacing: 0;
	word-spacing: 1px;
	background-color: #efefef;
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	font: normal 0.875em Calibri, Arial, san-serif; /* 14px */
}

/* WRAPPER: box holding centered region  */
#wrapper {
	margin: 0px auto;
	width: 910px;
	position: relative;
	border-left: 2px solid black; 
	border-right: 2px solid black;
	color: #333;
	background-color: white;
	min-height: 90%;
	box-shadow: 0 0 20px #888;
	-moz-box-shadow: 0 0 20px #888;
}

/* BANNER: contains logo  */
#banner {
	background-color: white;
	border-bottom: 1px solid silver;
}	
#banner #logo {
	margin: 30px 20px;
	float: left;
}
#banner #logo_text {
	position: relative;
	top: 60px;
	left: -25px;
	font: bold 20px Helvetica;
	font-stretch: condensed;
	line-height: 20px;
	letter-spacing: 0;
	text-decoration: none;
	color: #244AA5;
}
#banner #phone_number {
	margin: 20px;
	float: right;
	font: bold 32px Arial;
	font-style: italic;
	color: silver;
}
#banner #banner_center:hover {
	text-decoration: none;
}

/* MAIN MENU: top/main menu  */
#main_menu {
	background-color: white;
	text-align: right;
	padding: 2px 20px;
	border-bottom: 1px solid silver;
}
#main_menu a {
	font: bold 16px Arial;
	line-height: 20px;
	letter-spacing: 0.9px;
	word-spacing: 1px;
	color: #111;
	display: inline-block;
	margin: 0 4px;
}

/* PAGE: area between banner and footer holding messages and content */
#page {
	height: 100%;
}

/* LEFT COLUMN: left side of page  */
#left_column {
	width: 220px;
	float: left;
	padding-bottom: 30px;
}
#left_menu .left_menu_title {
	font: bold 18px Verdana;
	color: #222;
	margin-top: 20px;
	display: block;
}
#left_menu {
	padding: 15px;
}
#left_menu a {
	display: block;
	font-size: 14px;
	padding: 3px 0;
}

/* RIGHT COLUMN: rest of page  */
#right_column {
	float: left;
	width: 640px;
	padding: 24px;
	border-left: 1px solid silver;
	min-height: 100%;
}

/* CONTENT: area holding information and pictures  */
#content {
	font: normal 12px Arial, san-serif;
	background-color: white;
	margin-bottom: 20px;
}
#content .main_image {
}

/* PAGE TITLE: Main page heading  */
#page_title {
	margin-bottom: 25px;
}
#page_title h1 {
	font-variant: small-caps;
}
#area_icon {
	float: left;
	margin: -15px 10px 0px -55px;
	border: 1px solid black;
}

/* BREADCRUMBS: Breadcrumb trails to assist user navigation  */
#breadcrumbs {
	margin-bottom: 20px;
	display: none;
}
#breadcrumbs a, #breadcrumbs a:visited {
	color: silver;
	text-decoration: underline;
}

/* PAGE OPTIONS: A box displaying further choices on a page */
#page_options {
	float: right;
	margin: 0 0 48px 16px;
	border: 1px solid silver;
	background-color: #eee;
	padding: 6px;
	width: 200px;
	z-index: 10;
}
#page_options a {
	display: block;
	padding: 2px 0;	
}

/* INLINE MESSAGES: display messages at top of page  */
#inline_messages {
	clear: both;
	padding: 10px;
	margin: 0px;
	border: 1px solid #999;
	color: black;
	background-color: #fdfdff;
}
#inline_messages a, #inline_messages a:visited {
	color: blue;
}
#inline_messages.visible {
	display: block;
}

/* FOOTER: bottom of page  */
#footer {
	clear: both;
	position: absolute;
	bottom: 0;
	height: 20px;
	margin-top: -20px;
	background-color: #9F9FA1;
	width: 100%;
	color: white;
}
#footer a, #footer a:visited {
	color: white;
}
#footer #links {
	margin: 2px 6px;
}
#footer #copyright {
	float: right;
	margin: 2px 6px;
}

/* PRODUCTS: Product view page */
#product_brief {
	float: left;
	width: 280px;
	font: normal 14px Verdana;
}
#product_gallery {
	float: right;
	width: 322px;
}
#product_info {
	clear: both;
}
#product_gallery #inline_gallery_images {
	border: 1px solid silver;
	height: 240px;
	cursor: pointer;
	text-align: center;
}
#product_gallery #inline_gallery_nav {
	text-align: right;
}
#product_gallery #inline_gallery_nav .next {
	position: relative;
	top: 6px;
}
#product_gallery #inline_gallery_nav .enlarge {
	font-size: 9px;
}
#product_gallery #inline_gallery_nav a {
	text-decoration: none;
}
#product_specs table {
	width: 100%;
}
#product_specs td {
	padding: 0 4px;
}
#product_specs thead td {
	font-size: 18px;
	font-weight: bold;
}
#product_specs td:first-child {
	border-bottom: 1px solid #f5f5f5;
}
#product_specs td:last-child {
	text-align: right;
	background-color: #eef;
}

/* SEARCH / LISTS: List pages */
.search_results {
	border-collapse: collapse;
	width: 100%;
}
.search_results td {
	padding: 2px 2px 20px 15px;
}
.search_results tr:hover {
	background-color: #F6F8FF;
	cursor: pointer;
}
.search_results .preview_photo {
	padding: 10px;
	width: 160px;
}
.search_results h2 {
	margin: 0;
}
.search_results h3 {
	margin-top: 0;
	font-size: 10px;
}

/* NEWS: News view page */
#news_gallery {
	float: right;
	width: 322px;
	margin-left: 15px;
}
#news_content {
}
#news_gallery #inline_gallery_images {
	border: 1px solid silver;
	height: 240px;
	padding-top: 10px;
	cursor: pointer;
	text-align: center;
}
#news_gallery #inline_gallery_nav {
	text-align: right;
	margin-bottom: 15px;
}
#news_gallery #inline_gallery_nav .next {
	position: relative;
	top: 6px;
}
#news_gallery #inline_gallery_nav .enlarge {
	font-size: 9px;
}
#news_gallery #inline_gallery_nav a {
	text-decoration: none;
}

/* PRODUCTS: Product list page */
.news_preview td {
	padding: 2px 2px 2px 15px;
}
.news_preview h2 {
	margin-top: 0;
}

/* SITE SPECIFIC LAYERS */
#terms {
	white-space: pre-wrap;
}