html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #999999;
	background-image: url("img/design/BGmain2.gif");
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.mainSearch {
	height: 87px;
	width: 379px;
	background-image: url(img/design/search.jpg);
	background-repeat: no-repeat;
}
.mainTable {
	margin-top: -16px;
}

/* =============================================== form styles ===============================================*/
select {
	font-size: 10px;
}
textarea {
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
}
input {
	font-size: 10px;
}
form {
	margin: 0px;
}

/*===================================== Left Navigation Styles ===================================================*/



ul.nav {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
}
.leftNavSpace {
	background-color: #001754;
	width: 180px;
}

.leftNav1 a {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 11px;
	text-align: left;
	padding-right: 5px;
	padding-left: 8px;
	background-image:  url("/img/design/divider.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
}

.leftNav1Current a {
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 11px;
	text-align: left;
	padding-right: 5px;
	padding-left: 8px;
	background-image:  url("/img/design/divider.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
}
.leftNav1CurrentMore a {
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 11px;
	text-align: left;
	padding-right: 5px;
	padding-left: 8px;
	background-image:  url("/img/design/dividerArrow.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
}
.leftNav1 a:hover, .leftNav1 a:active {
	color: #FFFFFF;
	background-image: url(images/leftMenuDots.jpg);
	background-repeat: repeat-x;
	background-color: #0080AB;
	text-decoration: none;
}

.leftNavBG {
	background-color: #0099CC;
	width: 150px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/*===================================== Left Navigation 2 Styles ===================================================*/


.leftNav2 a, .leftNav2 .nav {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 11px;
	text-align: left;
	padding-right: 5px;
	padding-left: 13px;
	background-color: #000E32;
}

.leftNav2Current a {
	color: #66CCFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	font-size: 11px;
	text-align: left;
	padding-right: 5px;
	padding-left: 13px;
	background-color: #000E32;
	}
.leftNav2 a:hover, .leftNav2 a:active {
	color: #FFFFFF;
	background-image: url(images/leftMenuDots.jpg);
	background-repeat: repeat-x;
	background-color: #0080AB;
	text-decoration: none;
}
/*===================================== Left Navigation Level3 Styles ===================================================*/


.leftNav3Italic {
padding-top: 5px;
	padding-bottom: 5px;
	
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	text-align: left;
	background-color: #002F69;
	font-style: italic;
	padding-left: 18px;
}
.leftNav3 a {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 11px;
	text-align: left;
	padding-right: 5px;
	padding-left: 18px;
	background-color: #002F69;
}


.leftNav3Current a {
	color: #66CCFF;
	background-color: #002F69;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	font-size: 11px;
	text-align: left;
	padding-right: 5px;
	padding-left: 18px;
	}
.leftNav3 a:hover, .leftNav3 a:active {
	color: #FFFFFF;
	background-image: url(images/leftMenuDots.jpg);
	background-repeat: repeat-x;
	background-color: #0080AB;
	text-decoration: none;
}


/*===================================== Left Navigation Level4 Styles ===================================================*/


#leftNav4 a, #leftNav4 .nav {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 11px;
	text-align: left;
	padding-right: 5px;
	padding-left: 25px;
	background-color: #002F69;
}

#leftNav4 .leftNav4Current {
	color: #66CCFF;
	background-color: #002F69;
	text-decoration: none;
	}
#leftNav4 a:hover, #leftNav4 a:active {
	color: #FFFFFF;
	background-image: url(images/leftMenuDots.jpg);
	background-repeat: repeat-x;
	background-color: #0080AB;
	text-decoration: none;
}





/*===================================== heading ===================================================*/

.content {
	padding: 7px 15px 15px;
	color: #4C4C4C;
	font-family: Arial, Helvetica, sans-serif;
}
.contentHeading {
	font-weight: bold;
	color: #F79400;
	font-family: "trebuchet MS";
	font-size: 13px;
}
.contentHeading a:link, .contentHeading a:visited, .contentHeading a:active {
	color: #F79400;
	text-decoration: none;	

}
.contentHeading a:hover {
	color: #0080AB;
	text-decoration: underline;

}


#mainnav {
	z-index: 1000;
}

.centerColumn {
	width: 406px;
	padding: 15px;
	vertical-align: top;
	background-color: #FFFFFF;
	
}



.twoColumnRight {
	width: 570px;
	padding: 10px;
}
.imagePageTop {
	background-color: #99CCFF;
	border: 1px solid #679AC9;
	font-family: "Times New Roman", Times, serif;
	color: #2A73A2;
	height: 28px;
}
.imageTopLeft {
	padding-left: 10px;
	font-size: 14px;
}
.imageTopRight {
	width: 200px;
	padding-left: 10px;
}
.breadcrumb {
	font-size: 9px;
	color: #FFCCCC;
	background-image:  url("img/design/breadcrumb.jpg");
	height: 36px;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #7E0E2C;
	text-align: left;
	vertical-align: middle;
	padding-left: 15px;
}
.breadcrumbLeft {
	background-color: #000000;
	width: 180px;
}


.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
	text-decoration: none;
	color: #FFCCCC;
}

.breadcrumb a:hover {
	color: #FFCCCC;
	text-decoration: underline;

}
.breadcrumbAngle {
	background-color: #7E0E2C;
	background-image:  url("img/design/breadcrumb-angle.jpg");
	background-repeat: no-repeat;
	width: 35px;
}

h2 {
	font-size: 12px;
	color: #A3152F;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}
#content {
	line-height: 125%;
}
#content2 h1 {
	font-size: 25px;
	line-height: 115%;
	font-style: italic;
	color: #A3152F;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}
#content2 h2 a:link, #content2 h2 a:visited, #content2 h2 a:active {
	font-size: 12px;
	color: #A3152F;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}
#content2 a:link, #content2 a:visited, #content2 a:active {
	text-decoration: underline;
	color: #006699;
}
#content2 a:hover {
	color: #A3152F;
	text-decoration: underline;

}
.rightColumn {
	background-color: #A3152F;
	color: #FFFFFF;
	width: 154px;
}
.rightColumn a:link, .rightColumn a:visited, .rightColumn a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.rightColumnContent {
	background-color: #A3152F;
	color: #FFFFFF;
	padding: 6px;
}
.rightColumnContent a:link, .rightColumnContent a:visited, .rightColumnContent a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

.mainTable {
	width: 770px;
}
h3 {
	font-size: 12px;
	font-style: italic;
	color: #006699;
	text-align: right;
}
/*===================================== footer ==================================================*/
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 145%;
	padding: 15px 8px 8px;
	background-image: url(images/horDots.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
}


.footer a:link, .footer a:visited, .footer a:active {
	color: #666666;
	text-decoration: none;	

}
.footer a:hover {
	color: #333333;
	text-decoration: underline;

}
.tableHeading {
	font-weight: bold;
	color: #001754;
	background-color: #99CCFF;
	height: 18px;
}

.phone a:link, .phone a:visited, .phone a:active {
	color: #001754;
	text-decoration: underline;
	text-align: center;	

}
.phone a:hover {
	color: #A3152F;
	text-decoration: underline;
	text-align: center;

}
.phone {
	color: #666666;
	text-align: center;

}
.leftHome {
	background-color: #001754;
}
.homeCenter {
	width: 316px;
	padding: 15px;
	vertical-align: top;
}
.homelogin {
	background-image: url(img/home/login-bottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 109px;
	background-color: #99CCFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #6699CC;
	border-bottom-color: #6699CC;
	padding: 8px;
}
.logintext {
	color: #006699;
}
.newproducts {
	padding: 15px;
	color: #99CCFF;
	font-size: 11px;
	border-top: 2px solid #FFFFFF;
}
.newproducts a:link, .newproducts a:visited, .newproducts a:active {
	text-decoration: none;
	color: #99CCFF;
}
.newproducts a:hover {
	text-decoration: underline;
	color: #99CCFF;
}

.newproductsTitle {
	color: #FFFFFF;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
gmap {
	text-align: center;
	position: relative;
		margin-left: 50%;
	margin-right: 50%;

}

