* { margin:0; padding:0; }
body { background-color:#333028; padding-top:70px;}
#wrapper { margin: 0 auto; width:600px;}
#logo { margin-bottom:10px; }
/*#content { overflow:auto; height:375px; width:600px; }
#home #content { overflow:hidden; }*/
#about #content { background:#146a83; }
#contact #content { background:#6c7b58; }
#products #content { background:#C8986B; }
#press #content { background:#b6b6b6; }
/*#banner { margin-top:6px; }*/
#mainnav { margin-bottom:8px; }
#subnav1 { margin-bottom:5px; overflow:visible; }
#subnav2 { margin-bottom:5px; overflow:visible; }
#subnav3 { margin-bottom:5px; overflow:visible; }
#subnav4 { margin-bottom:5px; overflow:visible; }
#subnav5 { margin-bottom:5px; overflow:visible; }
#products #subnav1, #products #subnav2, #products #subnav3, #products #subnav4, #products #subnav5, #products #subnav6 { margin-left:184px; }





div#hold {
    width:                  600px;
    height:                 360px;
    position:               relative;
    overflow:               hidden;margin-bottom:10px;
}
div#content {
    position:           absolute;
    left:               0px;
    top:                0px;
    width:              600px;
    height:             360px;
    clip:               rect(0px, 600px, 360px, 0px);
    overflow:           hidden;
/*
    overflow:           -moz-scrollbars-horizontal;
    overflow-x:         auto;
*/
}
div#content_in {
    height:             360px;
    position:           absolute;
    left:               0px;
    top:                0px;
    min-width:          600px;
    max-height:         360px;
    overflow:           hidden;
}

div#scrollbar_bottom {
    width:                  600px;
    height:                 19px;
    background:             url('images/banner.gif') 0px 3px no-repeat;
}

div#scrollbar_bottom div#track_bottom {
    width:                  600px;
    height:                 19px;
    float:                  left;
    position:               relative;
}

div#scrollbar_bottom div#track_bottom div#drag_bottom {
    width:                  25px;
    height:                 19px;
    position:               absolute;
    left:                   0px;
    top:                    0px;
    background:             url('images/scroll_move2.gif') 0px 0px no-repeat;
    cursor:                 pointer;
}

* { border: 0 }

div#press_description{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #cd2957;
height: 5em;
}

div#press_description h1 {
	font-size: 12px;
	letter-spacing: .2em;
	}

div#press_description a:link {color: #a0ba36; text-decoration: none; }
div#press_description a:visited {color: #a0ba36; text-decoration: none; }
div#press_description a:hover {color: #a0ba36; text-decoration: none; }
div#press_description a:active {color: #a0ba36; text-decoration: none; }

table#press_table {
	background-color: #333028;
	width: 600px;
}
div#hold_about {
    width:                  600px;
    height:                 500px;
    position:               relative;
    overflow:               hidden;margin-bottom:10px;
}
div#content_about {
    position:           absolute;
    left:               0px;
    top:                0px;
    width:              600px;
    height:             500px;
    clip:               rect(0px, 600px, 500px, 0px);
    overflow:           hidden;
/*
    overflow:           -moz-scrollbars-horizontal;
    overflow-x:         auto;
*/
}
div#content_in_about {
    height:             500px;
    position:           absolute;
    left:               0px;
    top:                0px;
    min-width:          600px;
    max-height:         500px;
    overflow:           hidden;
}