/* CSS Document */


#nav {
float: left;
width: 940px;
margin: 0;
padding: 0;
list-style: none;
background: #FFFFFF url(img/bar2.gif) repeat-x top left;
}

#nav li {
float: left;
margin: 0;
padding: 0;
font-family: "Ariel", sans-serif;
font-size: 90%;
}

#nav a {
float: left;
display: block;
margin-left: 15px;
margin-right: 25px;
width: auto;
text-align:center;
padding: 10px 0 11px 0;
color: #3f3f3f;
text-decoration: none;
background: #FFFFFF url(img/bar2.gif) repeat-x top left;
background-color: transparent;
}

#nav a:hover, body#home #t-home a {
color: #510000;
background-image: url(img/hover2.gif) ;
background-repeat: no-repeat;
background-position: top center;
}

#nav a:hover, body#products #t-products a {
color: #510000;
background-image: url(img/hover2.gif);
background-repeat: no-repeat;
background-position: top center;
}

#nav a:hover, body#references #t-references a {
color: #510000;
background-image: url(img/hover2.gif);
background-repeat: no-repeat;
background-position: top center;
}

#nav a:hover, body#photos #t-photos a {
color: #510000;
background-image: url(img/hover2.gif);
background-repeat: no-repeat;
background-position: top center;
}

#nav a:hover, body#contact #t-contact a {
color: #510000;
background-image: url(img/hover2.gif);
background-repeat: no-repeat;
background-position: top center;
}

#head {
margin: auto;
padding: auto;
text-align: left;
height: 150px;
width: 940px;
}

#productlist {
padding-left: 20px;
list-style-type: square;
}

#dl {
padding-left: 15px;
float:left;
}

#note{
clear: both;
font-size: 80%;
}

#footer {
padding-top: 25px;
height: auto;
clear: both;
text-align: center;
font-size: 75%;
}

#footer p{
margin: 3px;
}

#content {
width: 640px;
float: left;
margin-left: 10px;
margin-right: 10px;
background-color: #FFFFFF;
height: auto;
}

#content h3{
margin-left: 5px;
margin-bottom: 0;
margin-top: 10px;
}

#content p{
margin-top: 3px;
margin-bottom: 15px;
margin-left: 5px;
padding-right: 15px;
}

#sidebar {
float: right;
width: 265px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 15px;
background-color: #FFFFFF;
height: auto;
}

#sidebar h3{
margin-bottom: 5px;
color: #FFFFFF;
}

#content h4{
margin-bottom: 3px;
}

#sidebar p{
padding-left: 15px;
margin-top: 0;
}

#photo {
padding-left: 5px;
padding-bottom: 5px;
}

#leftcol {
width: 300px;
float: left;
height: auto;
}

#rightcol {
width: 300px;
float: left;
height: auto;
}

#main-container {
background-color: #FFFFFF;
background: #FFFFFF;
height: auto;
width: 940px;
margin-left: auto;
margin-right: auto
}

body {
margin: 0;
background-color: #e6e6e6;
font-family: "Ariel", sans-serif;
font-size: 90%;
}

A:link {
text-decoration: none;
color: #510000;
}
A:visited {
text-decoration: none;
color: #999999;
}
A:active {
text-decoration: none;
color: #510000;
}
A:hover {
text-decoration: underline; 
color: #510000;
}