body {
	margin: 0px;
	background-color: #000000;
	color: #ffffff;
	background-image: url('../images/home-bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	font-family: arial, helvetica, sans-serif;
}

#nav {
	background-image: url('../images/page-bg.gif');
	background-repeat: repeat-x;

}

#content {
	margin:0px;
	margin-top: -60px;
	padding-left: 60px;
	padding-right: 60px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #eeeecc;
}

.prod-hd {
	margin-left: 45px;
}

.nav {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	padding: 10px;
}

.alternate {
	padding: 5px;
	font-size: 11px;
}

a.topnav:link, a.topnav:visited {
	color: FFCC00;
	text-decoration: none;
}

a.topnav:hover, a.topnav:active {
	color: FFFFFF;
	text-decoration: none;
}

a:link {
	color: ffcc00;
}

a:visited {
	color: 999999;
}

a:active, a:hover {
	color: #FFFFFF;
}

.breadcrumb {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	padding-left: 18px;
	padding-top: 5px;
}

.hd-page {
	font-family: arial, helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #ffcc99;
	padding: 15px;
}

.hd-section {
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFCC00;
}

td.thumbnail {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#specs {
	margin-top: -5px;
}

.specs {
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFCC00;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #444444;
}

img.thumbnail {
	border: solid 1px #996600;
}

img.fullsize {
	border: solid 1px #444444;
}

div.thumbnail {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
	background-color: #666666;
	padding: 3px;
	border-bottom: solid 1px #CC9933;
	border-right: solid 1px #CC9933;
	border-left: solid 1px #CC9933;
}

td.title, div.title {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
}

td.description, div.description {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.success {
	font-size: 1em;
	font-weight: bold;
	color: #006600;
	background-color: #EDF7E8;
	margin: 2px;
	padding: 2px;
	width: 100%;
	border: 1px solid #003300;
	margin:6px;
	margin-bottom:20px;
}

.errorBox {
	font-size: 1em;
	font-weight: bold;
	color: #990000;
	background-color: #FFE1E1;
	margin: 2px;
	padding: 2px;
	width: 100%;
	border: 1px solid #FF0000;
	margin:6px;
	margin-bottom:20px;
}

.errorText {
	font-weight: bold;
	color: #FF0000;
}

.error {
	font-weight: bold;
	color: #FF0000;
}

.box1 {
	font-size: xx-small;
	padding: 6px;
}

.searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #3E57A7;
	background-position: center;
}

.tdborder {
	border: thin solid #3E57A7;
	padding: 0;
}


.scroll {
	height: 600px;
	width: 1024px;;
	overflow: scroll;
}

.contact {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 50px;
	font-size: .8em;
}

.name {
	font-size: 1.1em;
}

.smallText {
	font-size: .8em;	
}

.mediumHeader {
	font-size:1.2em;
	font-weight:bold; 

}

.greybg {
	background-color: #F8F7F7;
}

.tdborder {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000077;
}

