﻿/*================================
	Style
==================================*/
body {
	margin:0px; 
	padding:0px;
	text-align:center;
	background-color:#000033;
	color: #666666; 
	font: normal 12px/18px verdana, lucida, sans-serif;
	line-height:140%;
}
p {
	line-height: 120%;
	margin: 5px 0px;
}
td {
	color: #666666; 
	font: normal 12px/18px verdana, lucida, sans-serif;
}
h1 {
	font-size: 22px;
	margin: 0px 0px 10px 0px;
}

h2 {
	color: #376AA8;
	font-size: 16px; 
	line-height:120%;
	margin: 2px 0px;
}
h3 {
	color: #666666;
	font-size: 12px; 
	line-height:120%;
	margin: 2px 0px;
}
td {
	color: #666666; 
	font: normal 12px/18px verdana, lucida, sans-serif; 
}
a {
	color: #376AA8;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #376AA8;
	text-decoration: none;
	font-weight: bold;
}
a:active{
	color: #376AA8;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
.ImgShadow {
	border:#333333 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4)
}
/*================================
	Layout
==================================*/
#content {
	width:800px;
	margin:0px auto;
}
#header {
	text-align:left;
	padding:0px;
	background-color:#000033;
}
#body {
	width: 100%;
	background-color:#ffffff;
	width: 100%; 
	margin: 0px auto;
	text-align:left;
}
#header-menu {
	width: 800px;
	height: 35px;
	background: #000033 url('../images/layout/img-header.jpg') no-repeat left top;
}

.bodyBottom div { background: url(../images/layout/bottom_left.gif) no-repeat bottom left; }
.bodyBottom { background: #ffffff url(../images/layout/bottom_right.gif) no-repeat bottom right; }

.bodyTop div, .bodyTop, .bodyBottom div, .bodyBottom {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.bodyContent { 
	margin: 10px 10px;
	background-color:#ffffff;
	text-align:left;
	color: #666;
	overflow:visible;
 }
#footer  {
	text-align:center;
	color: #C0C0C0;
	font-size: 10px;
}
a.footerLink, a:hover.footerLink, a:active.footerLink, a:visited.footerLink {
	color: #C0C0C0;
}
#ProductTable {
	width: 100%;
}
#ProductTable td{
	border: solid 1px #666666;
	padding: 5px;
	width: 100%;
}
#content-center {
	padding: 5px;
	margin-left: 0px;
	margin-right: 0px;
	overflow:visible;
}

#sidebar-a {
	float: left;
	width: 200px;
	margin: 0px;
	margin-right: 0px;
	padding: 5px;
	text-align:center;
	height: 100%;
	overflow:visible;
}

#sidebar-b {
	float: right;
	width: 200px;
	margin: 0px;
	margin-left: 0px;
	padding: 5px;
	text-align:center;
	height: 100%;
	overflow:visible;
}
/*================================
	Navigation
==================================*/
#navcontainer
{
	margin: 0px 0px 0px 12px;
	padding: 0;
	height: 35px;
}

#navcontainer ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a
{
	width: 110px;
	height: 19px;
	border-right: 1px solid #003366;
	border-left: none;
	padding: 9px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center;
	font: bold 10px/18px verdana, lucida, sans-serif;
}
#navcontainer li#active a
{
	border-left: 1px solid #003366;
}
#navcontainer ul li a:hover
{
	color:#FF9933;
	background: #336699;
}
