/* CSS for Axel's productpage 
 * 2008-09-07
 */
 

#banner {
clear:both;
background:#000000 url(images/bg.png) top center no-repeat !important;
margin:0px auto 0 auto;
width:972px;
height:411px;
}

#header {
clear:both;
background:#000000 url(images/top_logo_tall.png) top center no-repeat !important;
height: 70px;
}

#content {
clear:both;
background:#000000 url(images/below_banner_clean_main.png) top center no-repeat !important;
margin:0 auto 0 auto;
width:972px;
min-height:200px;
}

#content .siteheader {
margin:38px 0 0 44px;
clear:right;
float:left;
}

div.user_interface {
clear:right;
position:relative;
background-color:#af0000;
width:210px;
height:75px;
margin:80px 5px 0 5px;
padding:0 0 0 0;
font-weight:bold;
font: 130% Tahoma;
text-transform:uppercase;
}
.middleware {
float:left;
background-color:#af0000;
width:210px;
height:75px;
margin:80px 5px 0 5px;
padding:0 0 0 0;
font-weight:bold;
font: 130% Tahoma;
text-transform:uppercase;
}
.site_text {
float:left;
text-align:left;
width:450px;
padding-left:47px;
margin:50px 15px 0 0;
}

.addbutton {
float:left;
margin:50px 5px 0 5px;
}
