/*=====================GENERAL FORMATTING STYLES====================*/
  body, td, tr {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding: 0px;
}
/*=====================SUBNAV STYLES====================*/
.subnav1on {
	color: #1858bc;
	text-decoration:none;
	display:block;
	width:151px;
	height:30px;
	background:url(../images/interface/sb1-on.jpg) no-repeat;
	padding: 8px 0px 0px 30px;
}
.subnav1 a {
	color: #000000;
	text-decoration:none;
	display:block;
	width:181px;
	height:30px;
	background:url(../images/interface/sb1-off.jpg) no-repeat;
	padding: 8px 0px 0px 30px;
}
.subnav1 a:link {
	color: #000000;
	text-decoration:none;
}
.subnav1 a:visited {
	color: #000000;
	text-decoration:none;
}
.subnav1 a:hover {
	color: #1858bc;
	text-decoration:none;
	display:block;
	width:181px;
	height:30px;
	background:url(../images/interface/sb1-on.jpg) no-repeat;
	padding: 8px 0px 0px 30px;
}
/*=====================TEXT FORMATTING STYLES====================*/
h1 {
	font-size: 14px;
	color: #1858bc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
}
h2 {
	font-size: 12px;
	color: #1858bc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
}
p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}
a {
	color: #5b5b5b;
	text-decoration:none;
}
a:link {
	color: #5b5b5b;
	text-decoration:none;
}
a:visited {
	color: #5b5b5b;
	text-decoration:none;
}
a:hover {
	color: #1858bc;
	text-decoration:none;
}
/*=====================SPECIAL FORMATTING STYLES====================*/
.content {

}
.subnav {
	background-image:url(../images/interface/sbbg.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.small_grey {
	font-size:10px;
	color: #5b5b5b;
}
/*=====================WARRANTY REGISTRATION STYLES====================*/

#warranty input {
	height: 25px;
	width: 200px;
	border: 1px solid #999;
}
#warranty select {
	height: 25px;
	border: 1px solid #999;
}
#warranty .checkbox {
	height: 25px;
	width: 25px;
}
#warranty .submit {
	width: 85px;
	height: 25px;
	cursor: pointer;
	background:url(../images/interface/submit.gif);
	border: none;
}
#warranty textarea {
	height: 100px;
	width: 200px;
	border: 1px solid #999;
	font-family: Verdana, Arial;
	font-size: 12px;
	overflow: none;
}
#warranty .required {
	color:#F00;
	vertical-align: middle;
}
#warranty img {
	vertical-align: middle;
	padding-bottom: 3px;
}

