/* CSS Document */

/* Links */

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
}

a:link {
	text-decoration: underline;
	color: #000066;
}

a:visited {
	text-decoration: underline;
	color: #000066;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}

a:active {
	text-decoration: none;
}

/*-------*/

a.home:link {
	text-decoration: none;
}

a.home:visited {
	text-decoration: none;
}

a.home:hover {
	text-decoration: underline;
	color: #FF6600;
}

a.home:active {
	text-decoration: underline;
	color: #FF6600;
}

/*-------*/

a.nav2:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 15px 0px 15px; 
}

a.nav2:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 15px 0px 15px; 
}

a.nav2:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 15px 0px 15px; 
}

a.nav2:active {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 15px 0px 15px; 
}

/*-------*/

a.nav3:link {
	text-decoration: none;
	color: #FF6600;
	line-height: 175%;
}

a.nav3:visited {
	text-decoration: none;
	color: #FF6600;
	line-height: 175%;
}

a.nav3:hover {
	text-decoration: underline;
	color: #FF6600;
	line-height: 175%;
}

a.nav3:active {
	text-decoration: underline;
	color: #FF6600; 
	line-height: 175%;
}

/*-------*/

a.copyright:link {
	text-decoration: none;
	font-size: 90%;
	color: #666666;
}

a.copyright:visited {
	text-decoration: none;
	font-size: 90%;
	color: #666666;
}

a.copyright:hover {
	text-decoration: underline;
	font-size: 90%;
	color: #666666;
}

a.copyright:active {
	text-decoration: underline;
	font-size: 90%;
	color: #666666;
}

/*-------*/

a.products:link {
	text-decoration: none;
	font-weight: bold;
}

a.products:visited {
	text-decoration: none;
	font-weight: bold;
}

a.products:hover {
	text-decoration: underline;
	color: #FF6600;
	font-weight: bold;
}

a.products:active {
	text-decoration: underline;
	color: #FF6600; 
	font-weight: bold;
}

/*-------*/

h1 {
	font-size: 150%;
	color: #FF6600;
}

h2 {
	font-size: 120%;
}

hr {
	border-top: 1px dashed #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

ul {
	margin: 0px 5px;
}

li {
	list-style-image: url(../images/page/arrow_triangle.gif);
}

th {
	text-align: left;
	vertical-align: top;
}


img.logo {
	margin-left: 25px;
}

img.phone {
	margin-right: 25px;
}

.homeLine {
	clear:both;
	margin: 0px 25px;
	border-top: 1px dashed #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

img.popup {
	border: 1px solid #999999;
}

img.mech {
	border: 1px solid #999999;
}

img.home {
	margin-right: 10px;
	border: 1px solid #999999;
}