body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
/*Top of page , the header eg. about us*/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #027FFF;
	
}

/*paragraph heading*/
h2{
	font-size: 12px;
	color: #5EAFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1D7FE;
	text-transform: capitalize;
}

/*List heading*/
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

a:link{text-decoration: none;color: #008EFE;}
a:visited{text-decoration: none;color: #008EFE;}
a:hover{text-decoration: none;color: #88C3FD;}
a:active{text-decoration: none;color: #008EFE;}

.background{
	background-image: url(/web-dev/template-images/index/back2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #2492FF;
}

.formField{
	color: #D9ECFF;
	background-color: #4FA7FF;
	width: 100%;
	border: 1px solid #017FFA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

.newstext{
	color: 003e7b;
}

#newsitem1{
}

#newsitem1 li{
	margin-left:0px;
	list-style-type: none;
}
.productTitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #027FFF;
	margin:0px;
	padding:0px;
}

.productSpecs{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #027FFF;
	margin:0px;
	padding:0px;
}

#homeText{}
#homeText p{
	margin-top: 1px;
	padding-top: 2px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	line-height: 12px;
}

#flashBottom{
	width: 508px;
    height: 91px;
    position: absolute;
    z-index: 0
}

#content{
	position: absolute;
    z-index: 999;
}

.bottomMenu{font-size:10px; color:#008EFE;}
.bottomMenu h2{font-size:10px; margin:-1px 2px 0 0; color:#008EFE; border:0; float:left;}
.bottomMenu a:link{color:#008EFE;}
.bottomMenu a:visited{color:#008EFE;}
.bottomMenu a:hover{color:#88C3FD;}
.bottomMenu a:active{color:#008EFE;}
