/* CSS Document */
body { font:12px Arial, Helvetica, sans-serif; margin:0; background:#000 url(/interface/background.gif) repeat 50% 0; color:#fff;  }
a img { border:0 }
h1 { font-size:16px; font-weight:bold; color:#FFD504; }
h2 { font-size:14px; font-weight:bold; }
h3 { font-weight:bold; margin-bottom:0.3em; }
a { color:#FFD30E; }
a:hover { color:#03f; }


/* =Page */
div#Page { width:100%; margin:0; padding-top:20px; background:url(/interface/background-top.gif) repeat-x 50% 0; }

/* =Container */
div#Container { width:750px; margin:0 auto; background:url(/interface/container-middle.gif) repeat-y 0 0; }
div#Container2 { width:750px; background:url(/interface/container-top.gif) no-repeat 0 0; }
div#Container3 { width:750px; padding:5px; position:relative; background:url(/interface/container-bottom.gif) no-repeat 0 100%; overflow:auto; }

/* =Branding */
div#Branding { background: url(/interface/branding.png) no-repeat 0 0; width:745px; height:70px; }
* html div#Branding { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/interface/branding.png',sizingMethod='crop');  } 
div#Branding  h1 { display:none; }

/* =MainMenu */
div#MainMenu { background:url(/interface/btn_bg.gif) repeat-x; height:20px; overflow:hidden; width:745px; }
div#MainMenu h3 { display:none; }
div#MainMenu ul { list-style-type:none; padding:0; margin:0; }
div#MainMenu li { display:block; float:left; margin:0px 2px; padding:3px 2px;}
div#MainMenu a { display:block; float:left; height:20px; color:#fff;  text-transform:uppercase; text-decoration:none; font: bold 11px Arial, Helvetica, sans-serif;  }
div#MainMenu a:hover{ color: #FDD305;}

div#MainMenu li.active { background:url(/interface/btn_left.gif) no-repeat 0 0; padding:0; }
div#MainMenu li.active a { background:url(/interface/btn_right.gif) no-repeat 100% 0; padding:4px 5px 2px; }

/* =ContentSub */
div#ContentSub { position:absolute; right:10px; top:96px; width:180px; margin:0; padding:0; height:402px; background:url(/interface/ContentSub.jpg) no-repeat 0 0; }

/* =Content */
div#Content { float:left; width:537px; padding:20px 10px 10px; overflow:auto;  }

/* =Copyright */
div#Copyright { margin:0 atuo; clear:both; text-align:center; font:9px Arial, Helvetica, sans-serif; color:#333 }
div#Copyright a { color:#333 }
div#Copyright a:hover { color:#999 }

/* =ShowCase */
div#ShowCase { display:none; position:absolute; z-index:2; width:130px; height:100px; top:20px; right:20px; background:url(/interface/car.png) no-repeat 0 0; }
* html div#ShowCase { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/interface/car.png',sizingMethod='crop');  } 
