/* Main CSS Document */

/*Global Attributes*/

body {
	background-color: #000033;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url(images/website/mainbg.gif);
	margin: 0px;
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
}
p {
	font-size: 0.8em;
	text-align: left;
	line-height: 1.5em;
}
table {
	margin: 20px 0px;
	padding: 0px;
	border-bottom: 5px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
td {
	padding: 10px;
	line-height: 1.2em;
	margin: 0px;
	vertical-align: top;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #0066CC;
	text-decoration: none;
}
h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 0.9em;
	color: #000066;
}
h3 {
	font-size: 1.2em;
	color: #990000;
	vertical-align: bottom;
	margin: 0px;
	padding: 5px 0px;
}
h4 {
	font-size: .9em;
	color: #990000;
}
h5 {
	font-size: 1.2em;
	color: #666666;
}
h6 {
	font-size: 0.9em;
	color: #333333;
}
ul {
	padding: 0px];
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
ol {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
}
form {
	border-top: 3px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

/*CONTAINER AND HEADER*/

#shell {
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	background-color: #FFFFFF;
}

#header {
	height: 82px;
	color: #666666;
	padding-right: 20px;
	font-size: 0.7em;
	line-height: 1.1em;
	background-image: url(images/website/top_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#header a {
	text-decoration: none;
	padding-left: 5px;
	color: #990000;
}

#header img {
	border-style: none;
}

#header .sitename {
	float: left;
	text-decoration: none;
	background-color: #FFFFFF;
	border-style: none;
	margin: 0px;
	padding: 0px;
}

#header #company_info {
	float: right;
	text-align: right;
	padding-top: 5px;
	margin: 0px;
}

#header #company_info a:hover {
	color: #FFFFFF;
	background-color: #990000;
}
#header #company_info a:link, a:visited {
}

#heading {
	height: 119px;
	margin: 0px;
	padding: 0px;
	clear: both;
	background-repeat: no-repeat;
	background-image: url(images/website/heading.gif);
	background-position: center top;
}
#heading img {
	border-style: none;
}

#banner {
	height: 199px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#banner img {
	border-style: none;
}

#navigation {
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	height: 34px;
	clear: both;
	padding: 0px 20px;
	position: relative;
	z-index: 1;
	background-image: url(images/website/menu_bg.gif);
	border-bottom: 1px solid #000000;
}
#navigation a {
	color: #FFFFFF;
}

/*MAIN CONTENT*/

#container {
	margin: 0px auto;
	padding: 0px;
	width: 770px;
}
#subcontainer {
	margin: 0px;
	padding: 2px 0px;
	width: 570px;
	border-right: 2px solid #93ADDE;
	position: relative;
	background-color: #FFFFFF;
	border-bottom: 2px solid #93ADDE;
}
.left-spacer {
	position: relative;
	padding: 0px;
	margin: 20px 0px 28px;
}
#leftbar {
	position: relative;
	width: 211px;
	float: left;
	margin: 0px;
	padding: 0px 0px 18px;
	border-right: 1px solid #002C92;
	border-bottom: 5px solid #002C92;
}
#leftbar .list_title {
	padding: 10px 5px 5px 10px;
	border-bottom: 1px solid #990000;
}


#leftbar .module a {
	color: #990000;
	text-decoration: none;
}

#leftbar .module a:link, a:visited {
	color: #990000;
	text-decoration: none;
}

#leftbar p {
	color: #660000;
	margin: 0px;
	padding: 7px 4px 0px 12px;
	width: 180px;
	line-height: 1em;
}

#leftbar img {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: 2px solid #666666;
}

#leftbar h1 {
	color: #FFFFFF;
	line-height: 0.9em;
	margin: 0px 10px 0px 18px;
	padding: 0px 6px;
	font-size: 0.9em;
	border-left: 5px solid #FFFFFF;
}

#leftbar h2 {
	color: #990000;
	line-height: 0.9em;
	margin: 16px 10px 0px 12px;
	padding: 0px 0px 0px 6px;
	font-size: 0.9em;
	border-left: 5px solid #990000;
}

#leftbar ul {
	margin: 0px;
	padding: 0px 10px;
}
#leftbar ul li {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	border-bottom: 1px dashed #CCCCCC;
	float: none;
}

#leftbar ul li a {
	display: block;
	color: #000066;
	text-decoration: none;
	padding: 4px 10px;
	border-style: none;
}

#leftbar ul li a:hover {
	text-decoration: none;
	background-color: #B5191E;
	color: #FFFFFF;
	border-style: none;
}

#content {
	position: relative;
	background-color: #FFFFFF;
	background-image: url(images/website/sidemenu_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px 0px 10px;
	width: 770px;
}

#content a {
	text-decoration: none;
	color: #003399;
}
#content a:hover {
	text-decoration: underline;
}

#main-area {
	padding: 16px 30px;
	margin: 0px 0px 0px 220px;
	border-top: 10px solid #003399;
}
#main-area ul {
	margin: 2px;
	padding: 0px 0px 0px 20px;
	list-style: square;
	font-size: 0.8em;
}

#main-area img {
	padding: 0px;
	margin: 0px 8px;
	border: 2px solid #CCCCCC;
}
#main-area h1 {
	color: #000066;
	margin: 0px;
}
#main-content {
	padding: 16px 50px;
	margin: 0px;
	position: relative;
	clear: both;
}
#main-content ul {
	margin: 2px;
	padding: 0px 0px 0px 20px;
	list-style: square;
	font-size: 0.8em;
}

#main-content .product_box img {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	border: 1px solid #FFFFFF;
}

.floatright {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.product_box {
	margin: 20px 0px;
	padding: 0px;
	width: 100%;
}
#main-content .product_box h3 {
	padding: 12px 10px 0px;
}

#main-content .product_box p {
	padding-left: 10px;
	padding-right: 0px;
}

.list_title {
	padding: 2px;
	margin: 2px;
}


/*FOOTER NAV*/

#footer {
	margin: 0px;
	padding: 0px;
	position: relative;
	clear: both;
	background-image: url(images/website/footer_logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #003399;
}

#footer .site_credits {
	background-image: url(images/website/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px 200px 0px 0px;
	position: relative;
	background-color: #003399;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 12px;
}
#footer .site_credits p {
	text-align: right;
	padding: 10px;
	margin: 0px;
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
}
#footer .site_credits a {
	color: #FFFFFF;
}

#footer .site_credits a:link, a:visited {
	color: #FFFFFF;
}
#footer .site_credits a:hover {
	background: #000066;
}
.bottom_nav {
	background-color: #FFFFFF;
	margin: 0px 200px 0px 0px;
	padding: 6px;
	position: relative;
	text-align: right;
	font-size: 14px;
}
.bottom_nav a:link, a:visited {
	color: #333333;
}

.bottom_nav a:hover {
	text-decoration: underline;
}
#main-content img {
	padding: 0px;
	margin: 0px 4px 0px 14px;
	border: 2px solid #CCCCCC;
}
.floatleft {

	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#main-content .product_box a:visited {
	color: #000066;
	text-decoration: underline;
}
