/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(images/backGradient_03.png) repeat-x top left;
	background-color: #6699FF;
	font-family: Helvetica, Arial, Geneva, sans-serif;
}
#mainTable {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1A2D7C;
	border-left-color: #1A2D7C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1A2D7C;
	margin-bottom: 5px;
}


/*  links  */


#content a {
	color: #1A2D7C;
	text-decoration: none;
}
#content a:hover {
	color: #1A2D7C;
	text-decoration: underline;
}
#content a:visited {
	color: #1A2D7C;
	text-decoration: none;
}
#content a:active {
	color: #1A2D7C;
	text-decoration: none;
}


/*  header  */


#header {
	border-left: 2px;
	border-color: #1A2D7C;
	border-right: 2px;
	position: absolute;
	margin: 0;
	width: 700px;
	text-align: center;
}
.headerImage {
	background-image: url(images/header700w.png);
	margin: 0px;
	padding: 0px;
	height: 150px;
}


/*  navigation  */


#navDiv {
	background-color: #1A2D7C;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #FFFFFF;
	height: 23px;
	padding: 0px;
	margin: 0px;
}
#navDiv ul {
	display: inline;
}
#navDiv li {
	display: block;
	float: left;
	list-style: none;
	text-decoration: none;
	height: 23px;
}
#navDiv li a {
	display: block;
    font-size: 11px;
	list-style: none;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
}
#navDiv li a:hover{
	background-color: #0066FF;
}
#navDiv li a:active{
	background-color: #0066FF;
}
.currentLink {
	background-color:#FFFFFF;
	color: #1A2D7C;
}
.navLinks {
	background-color: #1A2D7C;
	color: #FFFFFF;
}


/*  body  */


p {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 11px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
h1 {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#content {
	font-size: 11px;
	color: #000000;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 40px;
	text-align: left;
}
#content ul {
	font-family:Helvetica, Arial, Geneva, sans-serif;
	font-size: 11px;
	list-style-type: none;
	margin: 0px;
	padding: 10px;
}
#form {
	width: 85%;
	padding: 0px;
	margin: 0px;
}
.contentCell {
	background-color: #FFFFFF;
}
.manufTable-LBlue {
	background-color: #6699FF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 110px;
}
.manufTable-LWhite {
	background-color: #CCCCCC;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 110px;
}
.manufTable-RBlue {
	background-color: #6699FF;
	text-align: left;
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	height: 110px;
}
.manufTable-RWhite {
	background-color: #CCCCCC;
	text-align: center;
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	height: 110px;
}
.manufDescription {
	font-family:Helvetica, Arial, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0px;
	margin: 15px;
	text-align: left;
}
.manufImg {
	border: 1px solid #000000;
	margin: 5px;
}

/*  footer */



#bottomLinks {
	text-align: center;
	padding-bottom: 20px;
}
#bottomLinks p {
	text-align: center;
	font-size: 9px;
	padding: 0px;
	margin: 0px;
	color: #1A2D7C;
}
#bottomLinks p a {
	text-decoration: none;
	color: #1A2D7C;
}
#bottomLinks p a:hover {
	text-decoration: underline;
	color: #1A2D7C;
}
#bottomLinks p a:active {
	color: #1A2D7C;
}
#bottomLinks p a:visited {
	color: #1A2D7C;
}
