/*
	Written by Ben Web of Web Thirst (www.webthirst.com)
	for www.lockgate.com
	October 2005
*/

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
	text-align: center;
	}
	
#frame {
	width: 760px;
	margin: 20px auto 0 auto;
	text-align: left;
	border: 1px solid #000033;
	}
	
/* To remove */
.attention {
	background-color: #FFFF99;
	color: #FF0000;
	border: 1px solid #FF0000;
	}
	
#end {
	clear: both;
	}
	
.errorMessage {
	font-weight: bold;
	color: #FF0000;
	}
	
/* FOH */

#frame.foh #header {
	height: 360px;
	background: url("/images/headerFOH.jpg") no-repeat;
	background-position: bottom;
	}

#frame.foh
#content p strong {
	font-weight: normal;
	}
	
/* Header */
	
#header {
	height: 90px;
	background: url("/images/header.jpg") no-repeat;
	background-position: bottom;
	border-bottom: 1px solid #000033;
	}
	

#header h1{
	margin: 2px 4px 0 4px;
	padding: 0;
	background-color: #FFFFFF;
	font-size: xx-large;
	font-weight: bold;
	text-transform: uppercase;
	}
	
#header h1 a:link,
#header h1 a:visited,
#header h1 a:hover {
	text-decoration: none;
 	color: #003366;
	}
	
#header h2{
	margin: 0 6px 4px 6px;
	padding: 0;
	background-color: #FFFFFF;
	font-size: medium;
	font-weight: normal;
	color: #003366;
	}
	
/* Main Navigation */

#mainNav {
	float: left;
	width: 160px;
	border-bottom: 1px solid #000033;
	font-size: small;
	}
	
#mainNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#mainNav li {
	margin: 0;
	border-bottom: 1px solid #6699CC;
	}
	
#mainNav li a:link,
#mainNav li a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-right: 1px solid #000033;
	background-color: #003366;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#mainNav li a:hover {
	background-color: #000033;
	color: #FFFFFF;
	}

#mainNav ul ul li {
	margin: 0;
	border-bottom: 1px solid #000033;
	}
	
#mainNav ul ul li a:link,
#mainNav ul ul li a:visited {
	background-color: #6699CC;
	color: #000033;
	}
	
#mainNav ul ul li a:hover {
	background-color: #000033;
	color: #FFFFFF;
	}
	
/* Content */

#content {
	margin-left: 160px;
	}

#content h1,
#content h2,
#content h3{
	margin: 16px 10px 2px 10px;
	font-weight: bold;
	font-size: large;
	color: #003366;
	}

#content h2 {
	font-size: medium;
	}
	
#content h3 {
	font-size: small;
	}

#content p {
	margin: 8px 10px;
	font-size: small;
	line-height: 150%;
	}

#content p.address {
	line-height: normal;
	}
	
#content a:link,
#content a:visited {
	text-decoration: none;
	color: #003399;
	}
	
#content a:hover {
	text-decoration: underline;
	}
	
#content ul {
	list-style-type: square;
	margin: 8px 10px;
	font-size: small;
	}

#content ul li {
	list-style-position: inside;
	line-height: 150%;
	}
	
/* Ad Boxes */

#adBox {
	float: right;
	width: 140px;
	margin: 10px;
	background-color: #6699CC;
	border: 1px solid #000033;
	text-align: center;
	}
	
#adBox h1{
	margin: 4px;
	font-weight: bold;
	font-size: small;
	}

#adBox h1 a:link,
#adBox h1 a:visited,
#adBox h1 a:hover {
	text-decoration: none;
	color: #003366;
	}
		
#adBox img {
	border: 0;
	background-color: #FFFFFF;
	padding: 4px 10px;
	}
	
#adBox p {
	margin: 4px;
	line-height: normal;
	}
	
#adBox p a:link,
#adBox p a:visited {
	text-decoration: none;
	color: #000033;
	}
	
#adBox p a:hover {
	text-decoration: underline;
	}

/* Product Pages */

div.product h2 {
	clear: both;
	}

	/* Gallery */

ul.gallery {
	list-style-type: none;
	margin: inherit;
	padding: 0;
	}
	
ul.gallery li {
	display: inline;
	float: left;
	margin: 0 20px 16px 0;
	padding: 0;
	text-align: center;
	}
	
ul.gallery li img {
	display: block;
	border: 1px solid #D6DDE6;
	}

/* Data Tables */
	
.dataTable {
	clear: both;
	width: 580px;
	margin: 10px 10px;
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
	font-size: small;
	}

.dataTable caption {
	margin: 16px 10px 2px 10px;
	padding-bottom: 8px;
	font-weight: bold;
	font-size: medium;
	text-align: left;
	color: #003366;
	}
	
.dataTable th {
	padding: 4px;
	border: 1px solid #D6DDE6;
	background-color: #6699CC;
	font-weight: bold;
	text-align: center;
	color: #003366;
	}

.dataTable td {
	padding: 4px;
	border: 1px solid #D6DDE6;
	text-align: right;
	}
	
.dataTable td.note {
	text-align: center;
	}
	
.dataTable tr:hover {
	background-color: #DFE7F2;
	}

/* Contact Form */

#contactForm {
	float: right;
	width: 240px;
	margin: 10px;
	background-color: #6699CC;
	border: 1px solid #000033;
	}
	
#contactForm h1{
	margin: 4px;
	font-weight: bold;
	font-size: small;
	}
	
#contactForm p {
	margin: 4px;
	line-height: normal;
	}
	
#contactForm p.errorMessage {
	color: #FF0000;
	font-weight: bold;
	}
	
#contactForm p label {
	display: block;
	padding: 0 0 4px 0;
	font-weight: bold;
	}
	
#contactForm p input,
#contactForm p textarea {
	display: block;
	width: 228px;
	}

#contactForm p input#button {
	width: 100px;
	}

/* Footer */

#footer {
	width: 760px;
	margin: 8px auto 0 auto;
	font-size: x-small;
	text-align: center;
	color: #666666;
	}
	
#footer h4 {
	margin: 4px 10px 0;
	font-size: x-small;
	text-align: center;
	}
	
#footer p {
	margin: 4px 10px;
	}
	
#footer ul {
	margin: 0;
	padding: 2px;
	list-style: none;
	}
	
#footer ul li {
	display: inline;
	padding: 0 6px;
	}
	
#footer a:link,
#footer a:visited {
	text-decoration: none;
	color: #003399;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
