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

/* GENERAL
----------------------------------------------------------------------------- */

* {margin:0; padding:0;}
a{ text-decoration:none; color: white;}
a:hover{ text-decoration:none;}
a img {border: 0;}
ul, ol {list-style:none;}
.img_left img{float:left;}
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.over {overflow:hidden;}
.over1 {overflow:hidden; height:1px;}
.over0 {overflow:hidden; height:0px;}
.block {display:block;}
.del{display:none;}
.null{visibility:hidden;}

.opac100{opacity:1.00; filter: alpha(opacity=100); -moz-opacity: 1.00;}
.opac50{opacity:0.5; filter: alpha(opacity=50); -moz-opacity: 0.5;}
.opac0{opacity:0; filter: alpha(opacity=0); -moz-opacity: 0;}

.bg_extra{
	background:url(images/bg_alas.png) center repeat-y;
	_background: none;
}


/* BASE
----------------------------------------------------------------------------- */

body { margin:0; background: #002447 url(images/bg_top.png) center top repeat-x; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_top.png', sizingMethod='scale'); _background: #002447; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:1.3em; color:#fff; }
.main { position:relative; margin:0 auto; width:940px; }
/* MENU
.................................. */
.menu{}
.menu li{ float:left;}
.menu a img{ display:block;}
.menu a.hover img,
.menu a:hover img{ opacity:.8; filter: alpha(opacity=80); -moz-opacity:.8;}
.menu a.hover{ cursor:default;}

/* HEADER
----------------------------------------------------------------------------- */
.header { position:relative; width:940px; height:207px;}
.header .menu{ position:absolute; top:164px; left:43px;}


/* CONTENT
----------------------------------------------------------------------------- */
.content {}

/* FOOTER
----------------------------------------------------------------------------- */
.footer { position:relative; width:940px; }
.footer .bt1{ position:absolute; top:12px; left:32px;}
.footer .bt2{ position:absolute; top:12px; left:509px;}
.footer a:hover img{ opacity:.8; filter: alpha(opacity=80); -moz-opacity:.8; color:#fff;}

/* Warning
----------------------------------------------------------------------------- */
.warning{ width:584px; margin:0 auto;}
.warning p{ padding:15px 0 25px; font-size:16px; line-height:1.2em; text-align:center;}
.warning div{ width:228px; text-align:center;}
.warning div a{ color:#fff; text-decoration:underline;}
.warning div a img{ display:block;}
.warning .member{ display:block; padding:35px 0; font-size:24px; line-height:1.2em; text-align:center; text-decoration:underline; color:#FCED01;}










