/*
   __              __                                             
  /\ \  __        /\ \                                            
  \_\ \/\_\    ___\ \ \/'\     ___ ___      __      ___     ____  
  /'_` \/\ \  /'___\ \ , <   /' __` __`\  /'__`\  /' _ `\  /',__\ 
 /\ \L\ \ \ \/\ \__/\ \ \\`\ /\ \/\ \/\ \/\ \L\.\_/\ \/\ \/\__, `\
 \ \___,_\ \_\ \____\\ \_\ \_\ \_\ \_\ \_\ \__/.\_\ \_\ \_\/\____/
  \/__,_ /\/_/\/____/ \/_/\/_/\/_/\/_/\/_/\/__/\/_/\/_/\/_/\/___/ design.com
  
*/

/* HEADER
----------------------------------------------------------------------------- */

.header { height: 540px; width: 760px; position: relative; }
.header .bt { position: absolute; top: 332px; left: 543px;}
.header img { float: left;}

/* CONTENT
----------------------------------------------------------------------------- */

.content {}
.content .console { background: url(images/console-bg.gif) repeat-x; width: 748px; margin: 0 auto; }
.content .console .title { background: #DD3D03; height: 39px; }
	.content .console .title .block1 { float: left; padding: 4px 0 0 10px; width: 121px; }
	.content .console .title .block2 { float: left; font-size: 19px; padding: 8px 0 0 0; width: 569px; color:#FFFFFF; line-height:1.3em; }
	.content .console .title .block3 { float: left; padding: 5px 0 0 0; }
.content .console .images { overflow: hidden; height: 385px; width: 748px; }
.content .console .images .inner { height: 400px; width: 780px; padding: 0; }
.content .console .images .inner img { float: left; border: 2px solid #FFFFFF; margin: 5px 4px 0 0; }
	.content .console .images .inner .block1 { float: left; width: 188px; }
	.content .console .images .inner .block2 { float: left; width: 376px; }
	.content .console .images .inner .block3 { float: left; width: 189px; }
.content .console .foo { background: url(images/console-footer.jpg) no-repeat; height: 104px; width: 748px; font-size: 11px; font-weight: bold; }
.content .console .foo p { padding: 12px 90px 0 12px; }

.content .banners { padding: 6px 0 0 0; position: relative; }
.content .banners img { float: left; }
.content .banners p { position: absolute; top: 152px; left: 500px; width: 241px; color:#333333; font-weight: bold; text-align: justify; line-height:1.3em; }

/* FOOTER
----------------------------------------------------------------------------- */

.footer { background:url(images/footer-bg.gif) repeat-x; text-align: center; padding: 13px 0 10px 0; width:760px; }