/* CSS Document */

body {
	background-color: white;
	color: black;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(../images/bgtile.gif) fixed;
}
#wrapper {
	background: url(../images/bgtile_top.gif) repeat-x fixed;
	min-height: 600px;
	margin: 0 auto;
}



#logoandnav {

	margin: 0 0 30px 0;
	padding: 13px 0;
	background: url(../images/steeltile.gif) repeat-x bottom;
}
#logoandnavwrapper {
	width: 806px;
	margin: 0 auto;
}
.floatclear { 
	clear: both;
	height: 1px;
}



#reflectorbg {
	background: #70c2e5 url(../images/reflectorbluebg.gif) repeat-y center;
}
#reflectortop {
	position: relative;
	top: 0px;
	background: url(../images/reflectortile.gif) repeat-x center;
	height: 17px;
	z-index: 5;
}
#reflectorbot {
	position: relative;
	bottom: 0px;
	background: url(../images/reflectortile.gif) repeat-x center;
	height: 17px;
}


#logo {
	float: left;
	margin-left: 23px;
}
#navlist {
	text-align: left;
	float: right;
	margin: 50px 24px 0 0;
}
#header {
	padding-bottom: 27px;
}


#paneltop {
	height: 51px;
	width: 806px;
	margin: 15px auto 0 auto;
	background: url(../images/paneltop.gif) no-repeat;
}
#panelbgtile {
	width: 806px;
	background: url(../images/panelbgtile.gif) repeat-y;
	margin: 0 auto;
}
#panelbg {
	width: 776px;
	background: url(../images/panelbg.gif) no-repeat;
	margin: 0 auto;
	position: relative;
	bottom: 17px;
	z-index: 10;
	min-height: 298px;
	text-align: left;
	padding: 0 15px;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
}
#panelbottom {
	width: 806px;
	background: url(../images/panelbottom.gif) no-repeat;
	margin: 0 auto;
	height: 12px;
}
#thumbnails {
	background: url(../images/thumbnailbg.gif) no-repeat;
	height: 68px;
	width: 775px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}



.thumb {
	border: 2px solid black;
	background: white;
	text-align: center;
	padding: 3px;
	width: 61px;
	float: left;
	margin: 7px 0 0 13px;
}
#thumbfirst {
	margin-left: 16px;
}
.thumb:hover {
	background: #f31212;
	cursor: pointer;
}
.thumb img {
	border: 1px solid black;
}



.homecontentlist1 {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
}
.homecontentlist2 {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: black;
}
.homecontentlist3 {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: black;
}
.bullet1 {
	margin: 0 10px;
	float: left;
}
.bullet2 {
	margin: 0 10px 10px 10px;
	float: left;
}
.bullet3 {
	margin: 0 10px 10px 10px;
	float: left;
	position: relative;
	top: 29px;
	left: 20px;
}
.bullet4 {
	margin: 0 10px 26px 10px;
	float: left;
	position: relative;
	top: 29px;
	left: 20px;
}
#checklist {
	position: relative;
	top: 24px;
	float: left;
}
#xlist {
	position: relative;
	top: 24px;
	left: 20px;
}
.homecontentlist1 .redtext {
	color: #c40000;
}
#homecontentlist2 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #002157;
	position: relative;
	top: 20px;
	margin-left: 37px;
}
#homecontentlist2 td {
	padding: 2px;
}
#homepic {
	float: right;
	position: relative;
	top: 14px;
	right: 12px;
}
#specs {
	float: right;
	position: relative;
	top: 16px;
	right: 30px;
}
#specs img {
	border: solid 3px black;
}
#specs img:hover {
	border: solid 3px #f31212;
}
.tfvHighlight { color: red; }
#contactform {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: relative;
	top: 14px;
}
.custominput1 {
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #0099FF;
	width: 360px;
	background: #EEEEEE;
	padding: 2px 3px 1px 3px;
	margin-top: 3px;
}
.custominput2 {
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #0099FF;
	width: 560px;
	background: #EEEEEE;
	padding: 2px 3px 1px 3px;
	margin-top: 3px;
}
.custominput3 {
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #0099FF;
	width: 760px;
	height: 100px;
	background: #EEEEEE;
	padding: 2px 3px 1px 3px;
	margin-top: 3px;
}
.custominput1:focus, .custominput2:focus, .custominput3:focus {
	background: white;
	border: 1px solid #FF0000;
}