@charset "utf-8";
/* CSS Document */

body{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-family:Tahoma;
color:#FFFFFF;
font-size:12px;
line-height:16px;
background-color:#484847;
background-image:url(images/bg.gif);
background-position:left;
background-repeat:repeat-y;
}



h1{
color:#ff9900;
font-weight:bold;
font-size:12px;

}


.navigation{
width:778px;


}

.bar{
background-image:url(images/bar.gif);
float:left;
}

.home{
width:110px;
float:left;
}

.products{
width:103px;
float:left;
}

.contact{
width:112px;
float:left;
}

.header{
width:778px;
text-align:left;
}


.content{
width:950px;

}


.left{
float:left;

}

.middle{
float:left;
overflow-x:hidden;
height:466px;
overflow-y:auto;
width:300px;
background-color:#484847;
padding:0px 4px 0px 4px;
}

.right{
float:left;
background-color:#484847;
height:444px;
}

.footer{
/*background-image:url(images/footer.gif);
*/
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;

}

a {
color:#FFCC00;


}

.botnav{
padding-left:200px;


}




