/***************/
/*  1. GLOBAL  */
/***************/

/* HEADER */
.header {width:800px; font-family:"trebuchet ms",arial,sans-serif;}
.header-top {width:800px; height:20px; background:transparent url(../img/bg_head_top.jpg); overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.header-middle {width:800px; height:218px; background:transparent url(../img/bg_main_withoutnav.jpg) repeat-y; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;  }
.header-middle object { text-align:left; padding-left:0px;}
.header-middle embed { text-align:left; margin-left:16px;}
.header-bottom {clear:both; width:800px; height:42px; background:transparent url(../img/bg_head_bottom_nav.jpg) no-repeat;
    }

/*************/
/*  2. HEAD  */
/*************/



.nav1 ul {float:left; padding:7px 0 0 26px;}	
.nav1 li {display:block; float:left; padding:1px 3px 1px 0px; color:rgb(50,50,50); text-decoration:none; font-size:120%;}
.nav1 li a {display:block; float:left; padding:1px 3px 1px 0px; color:rgb(50,50,50); text-decoration:none; font-size:120%;}
.nav1 a:hover {text-decoration:underline; color:rgb(50,50,50);}


.head-contactform
{
    float: right;
    width: 226px;
    padding: 7px 0px 0px 0px !important /*Non-IE6*/;
    padding: 0 12px 0px 0px /*IE6*/;  
     
}
.head-contactform input.button {width:3.0em; padding:2px !important /*Non-IE6*/; padding:0 /*IE6*/; background:rgb(79,14,1); border:solid 1px rgb(79,14,1); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(255,255,255); font-size:120%;}
.head-contactform input.button:hover {cursor:pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}


.header-middle img {clear:both; float:left; margin:0px 0px 0px 16px;}
.header-middle object {clear:both; float:left; margin:0px 0px 0px 16px;}

/* --- END COPY here --- */

/*********************/
/*  6. CLEAR FLOATS  */
/*********************/
.page-container:after, .header:after, .header-bottom:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}


