@charset "utf-8";
/* CSS Document */
html {overflow: scroll}
body {
	font-size:12px;
	background-color:#f1f1f1; /*#0e3148;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

A:link {text-decoration: none}
A:visited {text-decoration: none; color:#0066CC;}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}

#container {
	width: 1000px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	height:99px;
}
#header #header-menu {
	float:right;
	padding-top:30px;
	color:#FFFFFF;
	padding-right:50px;
}
#header #header-menu a:link {
	color: #FFFFFF;
	text-decoration:none;
}
#header #header-menu a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#header #header-menu a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
#header #header-menu a:active {
	color: #FFFFFF;
}
#menu {
	background-image:url(../images/menuBG.png);
	background-repeat:repeat-x;
	height:39px;
	margin-left:15px;
	margin-right:26px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;

}
#menu ul li {
	float: left;
	padding-left:10px;
}
#menu ul li a {
	float: left;
	padding: 12px 19px 10px 15px;
	text-decoration: none;
	color: #000000;
	background-image:url(../images/menuDivider.png);
	background-repeat:no-repeat;
	background-position:right;
}
#menu ul li a:visited {
	color: #000000;
}
#menu ul li a:hover, #menu ul li .current {
	color: #306D95;
	text-decoration:underline;
}
#content {
	background-image:url(../images/content.png);
	background-repeat:repeat-y;
}
#main-content {
	background-color:#ffffff;
	margin-left: 15px;
	margin-right: 35px;
	margin-top:0px;
	padding-bottom:10px;
}
#footer {
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	height:61px;
}
#footer #copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin-right: 40px;
	padding-top:14px;
	float:right;
}
#footer #content-footer {
	float:left;
	font-size:12px;
	color:#666666;
	font-style: italic;
	padding-top:14px;
	padding-left:30px;
}
.productTable {
	border-left: 1px solid #adb9c2;
	border-right: 1px solid #adb9c2;
	border-bottom: 1px solid #adb9c2;
 /*	border-spacing:0px;  */
}
.productTable th {
	background-image:url(../images/tableHeader2.jpg);
	height:29px;
	padding-top:3px;
	padding-left: 2px;
	background-color:#E6E6E6;
	font-family:tahoma;
	font-size:14px;
	text-align:left;
	font-weight:normal;
}
.productTable td {

	padding:5px;

}

.productTop
{
	font-size:14px;
	font-weight: bold;
	color: #000000;
}

.productBottom
{
	font-size:14px;
	color:#990000;
	padding-left:5px;
	font-weight: bold;
}


.strikeThrough
{
text-decoration: line-through;
color:red;
}
.imageList
{
	border:1px solid #adb9c2;
	padding:15px;
	text-align:center;
	background-color:#EEF2F4;
/* -moz-border-radius: 5px; */
/* -webkit-border-radius: 5px; */
}
hr {
	background-color:#D4D4D4;
	border:0 none;
	clear:both;
	color:#D4D4D4;
	height:1px;
}
img {
	border:0px;
}

.largeTextbox
{
	font-size:20px;
	color:#0066CC;
	font-family:Arial, Helvetica, sans-serif;
	width:153px;
}
.largeTextboxLabel
{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.slideShowNote
{
text-align:left;
padding-top:5px;
padding-left:15px;
height:50px;
background-color:#1C435C;
color:#FFFFFF;
font-size:14px;
border-top:1px solid #999999;
}


.notes
{
	background-color:#fdffd9;
	border:1px solid #000000;
	padding:10px;
}
.notice
{
	background-color:#ffd9d9;
	border:1px solid #a20000;
	padding:10px;
}

.tables
{
}
.tables th
{
	background-color:#316E96;
	color:#FFFFFF;
}


.tables {
	border-width: 1px 1px 1px 1px;
/*	border-spacing: 2px; */
	border-style: outset outset outset outset;
	border-color: white white white white;
	border-collapse: collapse;
	background-color: white;
}
.tables  th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
/*	-moz-border-radius: 0px 0px 0px 0px;  */
	background-color:#316E96;
	color:#FFFFFF;
}
.tables  td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
/*	-moz-border-radius: 0px 0px 0px 0px;   */
}

