* {
    margin:0;
    padding:0;
}

body {
    font: 12px/1.3 Arial, Lucida, Verdana, sans-serif;
    color: #999999;
    text-align: center;
    background: #333333 url(../img/tlr_web_tile.png) repeat;
}
 
#sitecontainer {
    width: 821px;
    margin:0px auto;
    text-align: center;
    border-color: black;
    border-style: dotted;
    border-width: 2px;
    background: #1a1a1a url(../img/tlr_header.png) no-repeat;
}

/* @IEpngFix */

img, div, a,{ 
	behavior: url(iepngfix/iepngfix.htc) 
}

/* @End */

#map {
position:absolute;
height:110px; /* height of image map */
width:212px; /* width of image map */
margin:0px auto;
background:url(image-map.gif);
}
a:hover {
visibility:visible; /* Fixes IE6 Bug */
}
.tooltip { 
position:absolute;
top:40px;
left:20px;
height:110px;
width:212px;
text-decoration:none;
color:#000;
} 
.tooltip span { 
position:absolute;
left:-999em; 
opacity:.8; /* FX/Opera/Safari/Chrome */
-ms-filter:"alpha(opacity=80)"; /* IE8 */
filter:alpha(opacity=80); /* IE6/IE7 */
} 
.tooltip:hover span, .tooltip:focus span {
left:220px;
top:10px;
width:95px;
}

#address {
	margin: 2px 0px 0px 8px;
	text-align: left;
} 

#nav {
	margin: 147px 0px 0px 220px;
	float: left;
}

.servicesbutton{
	height: 45px;
	width: 108px;
	background-image: url(../img/tlr_nav_services.png);
	float: left;
}

.servicesbutton:hover{
	background-position: -108px 0;
}

.productsbutton{
	height: 45px;
	width: 108px;
	background-image: url(../img/tlr_nav_products.png);
	margin-left: 9px;
	margin-top: -34px;
	float: left;
}

.productsbutton:hover{
	background-position: -108px 0;
}

.photosbutton{
	height: 45px;
	width: 108px;
	background-image: url(../img/tlr_nav_photos.png);
	margin-left: 9px;
	margin-top: -68px;
	float: left;
}

.photosbutton:hover{
	background-position: -108px 0;
}

.contactbutton{
	height: 45px;
	width: 108px;
	background-image: url(../img/tlr_nav_contacts.png);
	margin-left: 126px;
	margin-top: -102px;
	float: left;
}

.contactbutton:hover{
	background-position: -108px 0;
}

.aboutbutton{
	height: 45px;
	width: 108px;
	background-image: url(../img/tlr_nav_about.png);
	margin-left: 242px;
	margin-top: -136px;
	float: left;
}

.aboutbutton:hover{
	background-position: -108px 0;
}

#titlegraphic {
	margin-top: 210px;
	margin-left: 225px;
	text-align: left;
}

#column1 {
	margin-top: 31px;
	width: 220px;
	text-align: left;
	float: left;
}

#hello {
	margin: -176px 0px 0px 20px;
	width: 183px;
}

#column2 {
	width: 521px;
	margin: 10px 0px 0px 235px;
	text-align: left;
}

#mast {
	margin-left: -10px;
	text-align: left;
}

#footer {
	clear: both;
	padding-top:50px;
	width: 821px;
	height: 150px;
	background: url(../img/tlr_footer.png) center bottom no-repeat;
}

#footertext {
	margin-top: -12px;
}

.bodyboldblack {
  color: #000000;
  font: bold 12px/1 Arial, sans-serif;
}

.bodyboldwhite {
  color: #FFFFFF;
  font: bold 12px/1 Arial, sans-serif;
}

.bigboldwhite {
  color: #FFFFFF;
  font: bold 18px/1.2 Arial, sans-serif;
}

.newstitletext {
	color: #FFFFFF;
	font: bold 15px Arial;
}

.newsdatetext {
	color: #999999;
	font: bold 13px Arial;
}

.newscontenttext {
	color: #999999;
}

.gray {
	color: #535353;
}

.copyrighttextwhite {
	color: #ffffff;
	font: 10px Arial;
}

a { 
	color: #FF0000;
	font: bold 10px Arial;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	font: bold 10px Arial;
	text-decoration: underline;
}