/* page header */
#header {
position:absolute; 
left:0px; 
top:0px; 
width:900px; 
height:150px; 
z-index:1; 
border: 1px none #000000;
}

#searchbars
{
position:absolute;
left:0px;
top:98px;
width:900px;
height:51px;
z-index:4;
background-color: #000000;
layer-background-color: #000000; 
/*
background-image: url(../images/searchbackground.gif); 
layer-background-image: url(../images/searchbackground.png); 
*/
border: 1px none #000000;
overflow:hidden;
}

/* div container for the search control */
div.searcharea {
/*z-index:5;*/
position:absolute;
left:307px; /* posiotion the search control here */
top:10px;
border-style: solid;
border-color: #ffffff;
border-width: 1px;
width: 284px!important;
width: 285px;
height: 28px!important;
height: 30px;
}
/* search control elements */                 
select.searchselect {
font-size:11px;
font-family: arial;
color: #ffffff;
background-color: #000000;
height: 20px;
width: 74px;
position: absolute;
top: 5px;
left: 5px;  
}
                 
input.textfield {
font-size:12px;
font-family: arial;
color: #ffffff;
background-color: #000000;
border-style: solid;
border-color: #ffffff;
border-width: 1px;
height: 20px;
width: 191px;
position: absolute;
top: 4px;
left: 5px;
}
                   
input#search_submitbutton {
font-size:9pt;
font-family: arial;
color: #ffffff;
background-color: #000000;
border-style: solid;
border-color: #ffffff;
border-width: 1px;
height: 20px;
width: 80px;
position: absolute;
top: 4px;
left: 199px; 
cursor: pointer;
}

#content {
position:relative;
top:180px;
text-align:center;
}

/* table with products */
#products td {
padding: 0px 15px;
}
