/* Slideshow */
div.header{
height:400px;
width:1000px;
background-color:none;
}

span.slide{
width:100%;
height:100%;
}

span.slide table{
width:100%;
height:100%;
padding:10px;
background-image:url(../images/body_bg.jpg);
}

span.slide table td{
text-align:left;
vertical-align:top;
}

td{
vertical-align:top;
}

span.slide img{
float:right;
margin-left:10px;
}



/* Page Navigation */
div#nav{
position:absolute;
top:3px;
left:5px
}

div#nav a {
text-decoration: underline;
margin: 0 5px;
padding: 3px 5px;
color:#aeb1ba;
font-weight:bold;
}

div#nav a:hover {
text-decoration: none;
color:#004a7f;
}

div#nav a.activeSlide {
background: #0068B3;
color:#ffffff;
font-weight:bold;
text-decoration: none;
}

div#nav a:focus {
text-decoration:none;
}

div.product_container{
width:100%;
background-image:url(../images/body_bg2.jpg);
}