@charset "utf-8";

/*=====================================================================
Commons CSS
=====================================================================*/
html { }

body { 
	background:url(/themes/default/images/bg_page-body-01.gif) no-repeat center top #000000 ; padding:0px; margin:0px;
	font-family:"Tahoma"; font-size: 10pt; color:#FFFFFF;
	}
img { border:0px;}

.clear-all { clear:both; height:0; padding:0; margin:0;}
.clear-left { clear:left; height:0; padding:0; margin:0;}
.clear-right { clear:right; height:0; padding:0; margin:0;}

/*=====================================================================
Commons : Topbar + Logo
=====================================================================*/
#topbar, #panorama, #content, #footer { width:900px !important; margin-left:auto; margin-right:auto;}
#topbar #logo { position:absolute; width:332px; height:107px;}
/*=====================================================================
Commons : Main Menu
=====================================================================*/
#topbar { height:109px; border-bottom:solid 4px #999999;}
#topbar .mm-home { position:relative; left:403px; top:31px; width:108px; height:31px; cursor:hand;}
#topbar .mm-products { position:relative; left:537px; top:-10px; width:129px; height:46px; cursor:hand;}
#topbar .mm-gallery { position:relative; left:668px; top:-25px; width:131px; height:33px; cursor:hand;}
#topbar .mm-contact { position:relative; left:787px; top:-98px; width:110px; height:33px; cursor:hand;}
/*=====================================================================
Commons : Panorama
=====================================================================*/
#panorama { width:900px; height:271px; border-bottom:solid 2px #999999; overflow:hidden; background:#000000;}
/*=====================================================================
Commons : Content blog
=====================================================================*/
#content { background:url(/themes/default/images/bg_contents.png); overflow:visible; position:static; }
/*=====================================================================
Commons : Footer Home 999999
=====================================================================*/
#footer {position:static; height:75px; color:#999999; border-top:solid 1px #999999; margin-top:10px;}
#footer .copy { margin-top:10px; float:left; width:307px; color:#999999; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; font-style:italic; }
#footer .copy a { color:#999999; }

.red { color:#F00;}
