@charset "UTF-8";
body {
	background: #CCCCCC;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#navigation {
	background: white;
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0px;
	display: block;
	text-align: left;
}
#preheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3D3D3D;
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 10px 0px;
	text-align: right;
}
#preheader a:link {
	text-decoration: none;
	color: #3D3D3D;
}
#preheader a:visited {
	text-decoration: none;
	color: #3D3D3D;
}
#preheader a:active {
	color: #3D3D3D;
}
#preheader a:hover {
	color: black;
	text-decoration: underline;
}

#header {
	background: url(images/header-bg.gif) no-repeat;
	padding: 0px;
	height: 213px;
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
}
.spacer {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	height: 50px;
	width: 12px;
}
.home-btn a {
	display: block;
	background: url(images/home-nav-btn.gif) -97px 0 no-repeat;
	margin: 14px 0 0 0;
	padding: 0;
	float: left;
	height: 36px;
	width: 97px;
}
.home-btn a:hover {	
	background-position: 0px 0;
}
.home-btn a.selected {	
	background-position: 0px 0;
}
.about-us-btn a {
	display: block;
	background: url(images/about-us-nav-btn.gif) -97px 0 no-repeat;
	margin: 14px 0 0 0;
	padding: 0px;
	float: left;
	height: 36px;
	width: 97px;
}
.about-us-btn a:hover {	
	background-position: 0px 0;
}
.about-us-btn a.selected {	
	background-position: 0px 0;
}
.gallery-btn a {
	display: block;
	background: url(images/gallery-nav-btn.gif) -97px 0 no-repeat;
	margin: 14px 0 0 0;
	padding: 0px;
	float: left;
	height: 36px;
	width: 97px;
}
.gallery-btn a:hover {	
	background-position: 0px 0;
}
.gallery-btn a.selected {	
	background-position: 0px 0;
}
.why-us-btn a {
	display: block;
	background: url(images/why-us-nav-btn.gif) -97px 0 no-repeat;
	margin: 14px 0 0 0;
	padding: 0px;
	float: left;
	height: 36px;
	width: 97px;
}
.why-us-btn a:hover {	
	background-position: 0px 0;
}
.why-us-btn a.selected {	
	background-position: 0px 0;
}
.confused-btn a {
	display: block;
	background: url(images/confused-nav-btn.gif) -97px 0 no-repeat;
	margin: 14px 0 0 0;
	padding: 0px;
	float: left;
	height: 36px;
	width: 97px;
}
.confused-btn a:hover {	
	background-position: 0px 0;
}
.confused-btn a.selected {	
	background-position: 0px 0;
}
.testimonials-btn a {
	display: block;
	background: url(images/testimonials-nav-btn.gif) -97px 0 no-repeat;
	margin: 14px 0 0 0;
	padding: 0px;
	float: left;
	height: 36px;
	width: 97px;
}
.testimonials-btn a:hover {	
	background-position: 0px 0;
}
.testimonials-btn a.selected {	
	background-position: 0px 0;
}
.displays-btn a {
	display: block;
	background: url(images/displays-nav-btn.gif) -97px 0 no-repeat;
	margin: 14px 0 0 0;
	padding: 0px;
	float: left;
	height: 36px;
	width: 97px;
}
.displays-btn a:hover {	
	background-position: 0px 0;
}
.displays-btn a.selected {	
	background-position: 0px 0;
}
.contact-us-btn a {
	display: block;
	background: url(images/contact-us-nav-btn.gif) -97px 0 no-repeat;
	margin: 14px 0 0 0;
	padding: 0px;
	float: left;
	height: 36px;
	width: 97px;
}
.contact-us-btn a:hover {	
	background-position: 0px 0;
}
.contact-us-btn a.selected {	
	background-position: 0px 0;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0px;
	background-color: white;
}
#sub-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: #003566;
	height: 15px;
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0;
	vertical-align: middle;
	font-weight: bold;
	text-align: left;
}
.clearer {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
}
#links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background: #003566;
	text-align: center;
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
	font-weight: bold;
}
#links a:link {
	text-decoration: none;
	color: white;
}
#links a:visited {
	text-decoration: none;
	color: white;
}
#links a:hover {
	text-decoration: underline;
	color: white;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003566;
	text-align: center;
	padding: 5px 0 5px 0;
	width: 800px;
	margin: 0 auto 0 auto;
}
#searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 2px;
	width: 150px;
	display: block;
	float: right;
	margin-top: 3px;
}
#searchbtn {
	width: 61px;
	height: 27px;
	display: block;
	float: right;
}
#col {
	text-align: left;
	margin: 0px;
	padding: 20px;
	background: #FFF;
}
#col1 {
	text-align: left;
	margin: 0px;
	padding: 20px;
	width: 522px;
	float: left;
	background: transparent;
}
#col2 {
	margin: 0px;
	padding: 7px;
	float: left;
	width: 224px;
	background: transparent;
}
#content p {
	margin: 7px 0 0 0;
}
#content ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-left: 15px;
}
#content ol {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-left: 15px;
}
#content h1 {
	color: #003566;
	display: block;
	margin: 0 0 15px 0;
	font-size: 18px;
}
#content h2 {
	color: #003566;
	display: block;
	margin: 0 0 15px 0;
	font-size: 16px;
}

#content h3 {
	color: #003566;
	display: block;
	margin: 0 0 5px 0;
	font-size: 14px;
}
#content h4 {
	color: #003566;
	display: block;
	margin: 0;
	font-size: 12px;
}
#content h5 {
	color: #003566;
	display: block;
	margin: 0;
	font-size: 12px;
}
#content a:link {
	color: #003366;
	text-decoration: underline;
}
#content a:visited {
	color: #003366;
	text-decoration: underline;
}
#content a:active {
	color: #003366;
}
#content a:hover {
	text-decoration: underline;
}
.nav-clearer {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 800px;
	font-size: 0px;
	background-color: #003566;
}
.formbox {
	background: #eeeeee;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #666666;
}
.formbox table {
	margin-top: 10px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
table.product {
	border-left: 1px solid #003366;
}
table.product th {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #003366;
	text-align: left;
}
table.product td {
	font-size: 13px;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
}
table.product td.dot {
	text-align: center;
}
table.gallery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003566;
}
table.gallery img {
	border: 2px solid #003566;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	font-weight: bold;
}
.sub-menu-item {
	padding-top: ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	font-weight: bold;
	display: block;
	padding-top: 8px;
}
.sub-menu-item a:link {
	color: white;
	text-decoration: none;
}
.sub-menu-item a:visited {
	color: white;
	text-decoration: none;
}
.sub-menu-item a:hover {
	text-decoration: underline;
}

#sub-nav
	{
	color: #FFFFFF;
	background: #333;
	height: 30px;
	padding: 4px 10px;
	}
	
#sub-nav p
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	}
	
#sub-nav a:link { 
		color: #FFFFFF;

	text-decoration: underline;
	}
	
#sub-nav a:visited { 
	color: #999;
	text-decoration: underline;
	}
	
#sub-nav a:hover { 
	color: #999;
	text-decoration: underline;
	}
	.slideShow{
		display: none;
		width: 520px;
		height: 205px;
	}