/*
 *	ITDynamics v1.00
 *	20 / Feb / 2009
 */
 
/*/ Body width/height 100% /*/
html, body {height:100%; margin:0; padding:0; border:0;}
.fit{width:100%; height:100%; margin:0 auto; background-color:black;}
.layout{position:relative; width:1024px; height:100%; height:276px; margin:0 auto;}
.menuDescriptionFit{position:absolute; top:276px; height:27px; background-color:white;}
 
/*/ Header & Menu /*/
.menu{position:absolute; width:341px; height:276px; z-index:1;}
.banner{position:absolute; width:683px; height:276px; padding-left:341px; color:white; background:url(../images/header.jpg) no-repeat right;}
.menuDescription{position:absolute; height:27px; width:1024px; top:276px; background:url(../images/menu_bg.jpg) no-repeat left white; font-weight:bold;}
 
/*/ Content /*/
.productMenu{position:absolute; width:200px; top:303px; background:url(../images/product_menu.jpg) no-repeat black; z-index:1; padding-left:2px;}
.contactMenu{position:absolute; width:200px; top:303px; background:url(../images/contact_menu.jpg) no-repeat black; z-index:1; padding-left:2px;}
.content{position:absolute; height:100%; width:824px; top:303px; padding-left:200px;}

/*/ Footer /*/
.footer{background-color:#000; width:800px; margin:0px 15px 0px 15px; padding-right:15px; height:20px; color:#fff; background:url(../images/footer_bg.jpg) repeat-x;}