﻿@charset "utf-8";
/* CSS Document */


body {
	background-image: url(../images/BG.jpg);
	background-color: #0c2e82;
	font-family:Verdana;
	font-size:9pt;
	margin-top: 25px;
}

#canvas {
	background-color: #0c2e82; 
	margin: 0 auto; 
	z-index: 1; 
	position: relative; 
	width: 900px; 
	height: 100%;
}

#header {
	width:900px; 
	height:300px; 
	margin: 0 auto; 
	clear: both;
}

#logo {
	 background-image: url(../images/heading.jpg); 
	 width: 340px; 
	 height: 300px; 
	 float: left;
}

#flash {
	 width: 560px; 
	 height: 300px; 
	 float: right;
}

#middle {
	 width:900px; 
	 height:100%; 
	 margin: 0 auto; 
	 clear: both;
}

#left-col {
	 width: 200px; 
	 height: 100%; 
	 float: left;
}

#nav-top {
	 background-image: url(../images/nav-top.jpg); 
	 width: 200px; 
	 height: 33px;
}

#nav-bot {
	 background-image: url(../images/nav-bottom.jpg); 
	 width: 200px; 
	 height: 33px;
}

.menu-top{
	 background-image: url(../images/menu-top.jpg); 
	 width: 200px; 
	 height: 14px;
}

.menu-middle {
	 background-image: url(../images/menu-mid.jpg);
	 width: 200px; 
	 height: 100%;
}

.menu-bot {
	 background-image: url(../images/menu-bottom.jpg); 
	 width: 200px; 
	 height: 14px;
}

#center-col {
	 width: 500px; 
	 height: 100%; 
	 float: left;
}

#content-top {
	 background-image: url(../images/body-top.jpg); 
	 width: 500px; 
	 height: 14px;
}

#content-mid {
	 background-image: url(../images/body-mid.jpg); 
	 width: 500px; 
	 height: 100%;
}

#content-bot {
	 background-image: url(../images/body-bottom.jpg); 
	 width: 500px; 
	 height: 24px;
}

#banner-top {
	 background-image: url(../images/banner-top.jpg); 
	 width: 500px; 
	 height: 14px;
}

#banner-mid {
	 background-image: url(../images/banner-mid.jpg); 
	 width: 500px; 
	 height: 100%;
}

#banner-bot {
	 background-image: url(../images/banner-bottom.jpg); 
	 width: 500px; 
	 height: 14px;
}

#right-col {
	 width: 200px; 
	 height: 100%; 
	 float: right;
}

#footer {
	 background-color:#0c2e82; 
	 width:900px; 
	 height:20px; 
	 margin: 0 auto; 
	 clear: both;
}

#I1 {
	height: 53px; 
	width: 240px;
	margin-top: 220px;
	margin-left: 48px;
	text-align: bottom;
}

#I2 {
	height: 360px; 
	width: 460px;
	margin: 0 auto;
	text-align: center;
	
}

.menu-img {
	width:160px;
	height:70px;
	margin: 0 auto;
}

.centerer {
	margin: 0 auto; 
	text-align: center;
}
h1 {
	font-family:Verdana;
	font-size:10pt; 
	color:#0C2E82;
	margin-left: 25px;
	margin-top:3px;
	margin-bottom:10px;
    margin-right:15px;
}
p {
	font-size:9pt;
	font-family:Verdana;
	color:#0C2E82;
	text-align:left;
	margin:25px;
	margin-top:0px;
	margin-bottom:0px;
}

#BBB {
	float:right; 
	margin-right:20px;
	margin-left:10px;
	vertical-align:bottom;
	width: 80px; 
	height: 110px;
}

#banner-text {
	font-size:medium;
	font-weight:bold;
	font-family:Verdana;
	color:white;
	text-align:center;
	margin:25px;
	margin-top:0px;
	margin-bottom:0px;
}

.banner-img {
	width:460px;
	height:80px;
	margin-bottom:10px;
	margin:0px auto;
	vertical-align:top;
	text-align:center;
	padding-bottom:10px;
}

.block-img {
	width:160px;
	height:50px;
	margin-bottom:10px;
	margin:0px auto;
	vertical-align:top;
	text-align:center;
	padding-bottom:10px;
}

.els {
	font-family:Verdana;
	font-size:small;
	color:white;
	text-align:center;
}

.prod-spacer {
	height:10px;
	width:500px;
}

.prod-img{
	width:250px;
	height:100%;
	text-align:center;
	vertical-align:middle;
	font-family:Verdana;
	font-size:9pt;
	color:black;
}

.prod-text {
	height:100%;
	width:250px;
	text-align:left;
	vertical-align:top;
	font-family:Verdana;
	font-size:9pt;
	color:black;
}

a:link {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
	
a:visited {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

img {
	border:0px;
}

.heading-img {
	margin-left:25px;
	margin-bottom:10px;
}