@charset "utf-8";
/* CSS Document */

td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

a.map:link, a.map:visited{
	color:#ff841c;
	text-decoration:none;
}

a.map:hover{
	color:#ff841c;
	text-decoration:underline;
}

.tagTxt{
	color:#cfc588;
	font-size:14px;
}

.footerTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.bottomBg{
	background-image:url(images/bottomBg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.abtBg{
	background-image:url(images/contentBg/abtBg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.contactBg{
	background-image:url(images/contentBg/contactBg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.brandsBg{
	background-image:url(images/contentBg/brandsBg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.warrantyBg{
	background-image:url(images/contentBg/warrantyBg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.border{
	border-top:1px dotted #fff1b3;
	border-left:1px dotted #fff1b3;
}

.lastBorder{
	border-top:1px dotted #fff1b3;
	border-left:1px dotted #fff1b3;
	border-right:1px dotted #fff1b3;
}

.lastBottomBorder{
	border-top:1px dotted #fff1b3;
	border-left:1px dotted #fff1b3;
	border-right:1px dotted #fff1b3;
	border-bottom:1px dotted #fff1b3;
}

.BottomBorder{
	border-top:1px dotted #fff1b3;
	border-left:1px dotted #fff1b3;
	border-bottom:1px dotted #fff1b3;
}

