﻿/* CSS Document */

html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,td,tr {
  margin:0px; 
  padding:0px; 
  border:0px; 
  border-collapse:collapse; 
  border-spacing:0px;
}

html{
	font-family:"Times New Roman", Times, serif;
	background-color:#666666;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
:active {
	text-decoration: none;
	color: #000000;
}

.style2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.style12 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.style3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #444444;
}

.style4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.style5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a.blackLink {
	font-size: 14px;
	color: #000000;
}

a.blackLinkSmall {
	font-size: 12px;
	color: #000000;
}

a.indexBut:link, a.indexBut:active, a.indexBut:visited{
	display: block;
	background: url(../images/buts.jpg) no-repeat center;
	background-position: -332px 0px;
	height: 20px !important;
	width: 63px;
}
a.indexBut:hover{
	display: block;
	background: url(../images/butsOver.jpg) no-repeat center;
	background-position: -332px 0px;
	height: 20px !important;
	width: 63px;
}

a.aboutBut:link, a.aboutBut:active, a.aboutBut:visited{
	display: block;
	background: url(../images/buts.jpg) no-repeat center;
	background-position: -395px 0px;
	height: 20px !important;
	width: 96px;
}
a.aboutBut:hover{
	display: block;
	background: url(../images/butsOver.jpg) no-repeat center;
	background-position: -395px 0px;
	height: 20px !important;
	width: 96px;
}

a.contactBut:link, a.contactBut:active, a.contactBut:visited{
	display: block;
	background: url(../images/buts.jpg) no-repeat center;
	background-position: -491px 0px;
	height: 20px !important;
	width: 116px;
}
a.contactBut:hover{
	display: block;
	background: url(../images/butsOver.jpg) no-repeat center;
	background-position: -491px 0px;
	height: 20px !important;
	width: 116px;
}

a.saleBut:link, a.saleBut:active, a.saleBut:visited{
	display: block;
	background: url(../images/buts.jpg) no-repeat center;
	background-position: -607px 0px;
	height: 20px !important;
	width: 92px;
}
a.saleBut:hover{
	display: block;
	background: url(../images/butsOver.jpg) no-repeat center;
	background-position: -607px 0px;
	height: 20px !important;
	width: 92px;
}

a.paymentBut:link, a.paymentBut:active, a.paymentBut:visited{
	display: block;
	background: url(../images/buts.jpg) no-repeat center;
	background-position: -699px 0px;
	height: 20px !important;
	width: 101px;
}
a.paymentBut:hover{
	display: block;
	background: url(../images/butsOver.jpg) no-repeat center;
	background-position: -699px 0px;
	height: 20px !important;
	width: 101px;
}

td.navFill{
background-color:#001F4B;
}

td.mainBg{
background-image:url(../images/homeImage.jpg);
}

table.bodyTable{
margin-top:25px;
}

table.aboutPic1{
background:url(../images/aboutPic1.jpg) no-repeat 382px 0px;
}

td.aboutPic2{
background:url(../images/aboutPic2.jpg) no-repeat 50% 195px;
}



tr.headder{
background-image:url(../images/headline.jpg);
}

td.backDropBG{
background:url(../images/backDropBG.jpg) no-repeat;
background-position: 50% 0px;
padding:30px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
}

a.backDropLink:link, a.backDropLink:active, a.backDropLink:visited{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#000000;
}

a.backDropLink:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#0066CC;
}

td.headerAbout{
background:url(../images/backdropAbout.jpg) no-repeat center;
}

td.headerContact{
background:url(../images/backdropContact.jpg) no-repeat center;
}

td.headerPayment{
background:url(../images/backdropPayment.jpg) no-repeat center;
}

td.headerSale{
background:url(../images/backdropSale.jpg) no-repeat center;
}

td.headerICF{
background:url(../images/backdropICF.jpg) no-repeat center;
}


