@charset "utf-8";
/* CSS Document */
html, body{
margin: 0;
padding: 0;
}

body{
margin-top: 20px;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
}

html #footer {
text-align: center;
margin-top:40px;
margin-bottom:10px;
}

#container{
position: absolute;
left: 50%;
margin-left: -400px;
margin-bottom: -50px;
width:800px;
}

#logo{
display:block;
background:url(../images/logo1.png) no-repeat;
width:800px;
height:110px;
margin-bottom: 10px;
}

#nav{
padding: 0;
/*background-color: #559cbe;*/
width:128px;
float: left;
}

#products{
display:block;
background:url(../images/products.png) no-repeat;
width:127px;
height:17px;
margin-top:5px;
}

#showroom{
display:block;
background:url(../images/showroom.png) no-repeat;
width:127px;
height:17px;
margin-top:5px;
}

#directions{
display:block;
background:url(../images/directions.png) no-repeat;
width:127px;
height:17px;
margin-top:5px;
}

#contact{
display:block;
background:url(../images/contact.png) no-repeat;
width:127px;
height:17px;
margin-top:5px;
}

.link a, .link a:visited{
display:block;
width:140px;
height:16px;
}

.link a:hover{
display:block;
background:url(../images/over.png) no-repeat center left;
text-indent: 10px;
width:140px;
height:16px;
}

.link {
height: 16px;
font-weight: bold;
display:block;
margin-top:5px;
margin-left:5px;
}

.sub a, .sub a:visited{
display:block;
width:100px;
height:16px;
}

.sub a:hover{
display:block;
background:url(../images/over.png) no-repeat center left;
text-indent: 10px;
width:100px;
height:16px;
}

.sub {
height: 16px;
font-weight: bold;
display:block;
margin-top:5px;
margin-left:15px;
}

#pic{
display:block;
background:url(../images/homePic.png) no-repeat;
float: right;
margin-top:5px;
width: 659px;
height: 266px;
}

#main{
display: block;
width:659px;
float:right;
margin-top:30px;
margin-bottom: 30px;
}

#bar{
margin-bottom: 20px;
*margin-bottom: 0;
width: 659px;
height: 33px;
display: block;
float: right;
background:url(../images/blueBar.png) repeat-x;
}

#text{
color:#FFFFFF;
margin-left: 20px;
margin-top: 12px;
}

#info{
display:block;
width: 635px;
margin-top: 20px;
margin-left:20px;
}

html #footer {
position: absolute;
bottom: 0;
bottom: -60px;
padding-bottom: 20px;
left: 50%;
margin-left: -400px;
height: 40px;
width: 800px;
text-align: center;
float: left;
}

a, a:visited{
text-decoration:none;
color: #000;
}

a:hover{
text-decoration:none;
color: #000;
}