/*START element page styles*/
BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #333333;
}
HR {
	color : black;
	height: 1px;
}
P,DIV,TR,TD,CENTER,TABLE,SELECT,TEXTAREA {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #333333;
}
/*END element page styles*/


#dropmenudiv{
position: absolute;
z-index:100;
}

#dropmenudiv a{
width: 100%;
color: white;
text-decoration : none;
display: block;
padding: 5px;
border-bottom: 1px solid white;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #0000CC;
}

/*All pages*/
.maintbl{
	background-color : white;
}
.navbar {
	background-color : black;
	color: white;
	border-right: 1pt solid white;
}
.trim {
	background-color: #999999;
}
.navlink, navlink:active, navlink:visited {
	color: white;
	text-decoration: none;
	margin-left: 25px;
	margin-right: 25px;
}
.navlink:hover {
	color: white;
	text-decoration: underline;
}
.botbar {
	background-color: #0000CC;
}
.bottx {
	font-size : 9px;
	color: white;
	margin-left: 16px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.pgtitle{
	font-size : 12px;
	font-weight: bold;
	color: white;
	margin-left: 9px;
	margin-right: 18px;
}
.subtitle1 {
	font-size : 11px;
	font-weight: bold;
	color: #0000CC;
}

/*Home*/
.hmtitle{
	font-size : 12px;
	font-weight: bold;
	color: white;
}
.imgtitle {
	font-size : 11px;
	font-weight: bold;
	color: #0000CC;
	margin-top: 7px;
}
.catimg {
	margin: 0px 8px 0px 8px;
	vertical-align : middle;
}

/*Product pages*/
.prodsubtitle {
	font-size : 12px;
	font-weight: bold;
	color: #0000CC;
}
.prodtitle {
	font-size : 12px;
	font-weight: bold;
	color: #0000CC;
}
.prodrt {
	margin-left: 13px;
	margin-bottom: 7px;
}
.prodlft {
	margin-right: 13px;
	margin-bottom: 7px;
}
.prodbar {
	background-color : #DADADA;
}
.prodtrim {
	background-color : #DADADA;
	background-image: url(images/dotline.gif);
}
.prodtx {
	margin-left: 7px;
}

/*classes used in product viewer to show/hide Previous and Next buttons*/
.hideMe {
	display: none;
}
.showMe {
	display: inline;
}
.viewTxt {
	color: white;
}

/*Tables used in Products pages*/
.tblhead {
	font-size: 10px;
	background-color : #0000CC;
	font-weight: bold;
	color: white;
}
.tcell {
	font-size: 10px;
}
.cellshade {
	font-size: 10px;
	background-color: #CCCCCC;
}

.contactTx {
	margin-left: 13px;
}

.input1 {
	width: 350px;
}
