/*
   __              __                                             
  /\ \  __        /\ \                                            
  \_\ \/\_\    ___\ \ \/'\     ___ ___      __      ___     ____  
  /'_` \/\ \  /'___\ \ , <   /' __` __`\  /'__`\  /' _ `\  /',__\ 
 /\ \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: #ffcee5 url(images/bg.jpg) top center repeat-y; font-family: Tahoma; font-size:14px; line-height:1.3em; color:#FFF; }
.main { position:relative; margin:0 auto; width: 984px; }

/* HEADER
----------------------------------------------------------------------------- */
.header { position: relative; width: 984px; }
.header img { float: left; }

/* MENU
.................................. */
.menu{ position: relative; padding: 27px 0;}
.menu ul { position: absolute; top: 27px; left: 0px; }
.menu li { float: left; }
.menu li .hover img,
.menu li a:hover img { filter:alpha(opacity=0); -moz-opacity:0; opacity:0; }

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

/* FOOTER
----------------------------------------------------------------------------- */
.footer { text-align: center; padding: 0 0 0 35px; }
.footer img { margin: 0 auto; }

/* COPYRIGHT
----------------------------------------------------------------------------- */
.copy { text-align: center; color: #e64d9a; line-height: 25px; padding: 0 0 25px 0; }
.copy a { color: #e64d9a; text-decoration: underline; }
