﻿body {
	margin:0px 0px 0px 0px; 
	background:  url('siteart/bg.jpg') repeat;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#entiresite {
	border:0px; 
	margin-left:auto; 
	margin-right:auto; 
	width:992px;
}




a:link, a:active, a:visited {
	color:#dfac00;
	text-decoration:underline;
}
a:hover {
	color:#fff;
}

a.nav:link, a.nav:active, a.nav:visited{
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	padding:12px 15px 12px 15px;
	text-decoration:none;
	display:block;
	font-size:13px;
}
a.nav:hover {
	background: url('siteart/navbgon.jpg') no-repeat;
	color:#dfac00;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 0;
z-index: 100;
background-color: white;
width: 150px;
}
.anylinkcss a:link {
color: black;
display: block;
border-bottom: 1px solid gray;
padding: 2px 10px 2px 10px ;
text-decoration: none;
font-weight: bold;
}
.anylinkcss a:active {
color: black;
display: block;
border-bottom: 1px solid gray;
padding: 2px 10px 2px 10px ;
text-decoration: none;
font-weight: bold;
}
.anylinkcss a:visited {
color: black;
display: block;
border-bottom: 1px solid gray;
padding: 2px 10px 2px 10px ;
text-decoration: none;
font-weight: bold;
}
.anylinkcss a:hover{ /*hover background color*/
background-color: #dfac00;
color: black;
}

.title {
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
}
.yellow {
	font-size:16px;
	color:#dfac00;
	font-weight:bold;
}


#headerphone {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	font-size:21px; 
	padding:66px 173px 0px 0px; 
	text-align:center;
}

#headeraddress {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	font-size:15px; 
	text-align:right; 
	padding:0px 20px 0px 0px;
}


#maincontainer {
	vertical-align:top; 
	background:url('siteart/maintextbg.jpg') no-repeat; 
	width:709px;
}
#invcontainer {
	vertical-align:top; 
	background:url('siteart/invtextbg.jpg') no-repeat; 
	width:709px;
}



