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

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

* {margin:0; padding:0;}
a{ text-decoration:none;}
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;}

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

body { margin:0; background: #A01A29 url(images/bg.gif); font-family: Arial, Helvetica, sans-serif; font-size:13px; line-height:1.3em; color:#000; }
.main { position:relative; margin:0 auto; width: 984px; }

.menu { height: 74px; position: relative; }
.menu ul { position: absolute; top: 0px; left: 0px; }
.menu li { float: left; }
.menu li img { display: block; }
.menu li a:hover img { filter:alpha(opacity=0); -moz-opacity:.0; opacity:.0; }

.copy { text-align: center; color: #F1919A; padding: 15px 0; }
.copy a { color: #FFFFFF; text-decoration:underline; }
.hate a { color: #000000; text-decoration:underline; }
