﻿
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #808080;
}
strong {
	color: #004996;
}
blockquote {
	font-style: italic;
}
.style2 {
	border-style: solid;
	border-width: 2px;
}
#container {
	border: thin solid #004996;
	width: 750px;
	margin: 0px auto 0px auto;
	background: #f3932f top;
}
#navigation {
	border-style: solid solid solid none;
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #004996;
	border-right: 1px solid #004996;
	border-bottom: 1px solid #004996;
	border-left: 1px none #004996;
	background-color: #fff;
	clear: both;
}
#content {
	border-style: solid none solid solid;
	border-color: #004996;
	float: right;
	width: 568px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border-top: 1px solid #004996;
	border-right: 1px none #004996;
	border-bottom: 1px solid #004996;
	border-left: 1px solid #004996;
	background-color: #fff;
}
#map {
	border: 1px solid #004996;
	background-color: #f3932f;
	width: 100%;
	height: 400px;
	margin: auto;
	margin-top: 2em;
	margin-bottom: 2em;
}
#footer {
	text-align: center;
	clear: both;
	width: 100%;
	font-size: x-small;
	padding-bottom: 5px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #004996;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #004996;
}
/* related Styles */
#related {
	border-style: solid solid solid none;
	border-color: #004996;
	float: left;
	width: 148px;
	margin-bottom: 10px;
	border-top: 1px solid #004996;
	border-right: 1px solid #004996;
	border-bottom: 1px solid #004996;
	border-left: 1px none #004996;
	background-color: #fff;
	clear: left;
}
#related ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#related li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
	text-align: center;
}
#related a {
	color: #004996;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
/* Content Styles */
h2 {
	color: #004996;
	font-size: large;
}
h1 {
	color: #004996;
	font-size: x-large;
}
#content h1 {
	color: #004996;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Footer Styles */
#footer a {
	color: #004996;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #004996;
	text-decoration: underline;
}
a:hover {
	color: #f3932f;
	text-decoration: none;
}
/* product Styles */
#products ul {
	list-style-position: inside;
	list-style-image: url('../images/bullet.gif');
}
#products {
	border-style: solid none solid none;
	border-width: 2px;
	border-color: #004996;
}
/* related items style */
#related a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #004996;
}
/* breadcrumb Styles */
#breadcrumb a {
	color: #004996;
	text-decoration: underline;
}
#breadcrumb {
	padding: 10px;
	float: right;
	width: 568px;
	font-size: x-small;
	text-align: right;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
#breadcrumb a:hover {
	color: #33627d;
	text-decoration: none;
}
/* logo style */
.style1 {
	border-width: 0px;
}
#logo {
	position: relative;
	float: left;
	width: 148px;
	font-size: x-small;
	text-align: center;
	color: #004996;
}
