/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body{
	margin:0px;
	height:100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color:#080C0B;
}

/*  Heading Formatting */
h1 {font-size:1.9em;line-height: 0.8em;font-weight: 900;color: #000;}
h2 {font-size:1.7em;line-height: 0.8em;font-weight: 900;color: #000;}
h3 {font-size:1.5em;line-height: 0.8em;font-weight: 900;color: #000;}
h4 {font-size:1.4em;line-height: 0.8em;font-weight: 900;color: #000;}
h5 {font-size:1.3em;line-height: 0.8em;font-weight: 900;color: #000;}
h6 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #000;}

/*links*/
a:link {color:#d8c8a9; text-decoration: none }
a:hover {color:#d8c8a9; text-decoration: underline }
a:visited {color:#d8c8a9; text-decoration: none }
img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}

ul.menu
{
    list-style:none;
    margin:0;
    padding:0;
    font-size:11px;
    z-index:999;
}


ul.menu *
{
    margin:0;
    padding:0;
    z-index:999;
}


ul.menu a
{
    display:block;
    color:#000;
    text-decoration:none;
    z-index:999;
}


ul.menu li
{
    position:relative;
    float:left;
    margin-right:2px;
    z-index:999;
}

ul.menu li:hover
{
    background-color:#ffffff;
    z-index:999;
}



ul.menu ul
{
    position:absolute;
    top:26px;
    left:0;
    background:#879D82;
    display:none;
    opacity:0;
    list-style:none;
    z-index:999;
}


ul.menu ul li
{
    position:relative;
     background-color:#788c74;
    margin:0;
    z-index:999;
}


ul.menu ul li a
{
    display:block;
    padding:3px 7px 5px;
    background-color:#788c74;
    font-size:12px;
    font-weight:bold;
    z-index:999;
}


ul.menu ul li a:hover
{
    background-color:#ffffff;
    z-index:999;
}


ul.menu ul ul
{
    
    top:-1px;
    z-index:999;
}


ul.menu .menulink
{
    
    padding:5px 7px 7px;
    font-weight:bold;
    z-index:999;
    /*background:url(http://www.prettyprinter.de/kleider/blue-sand/images/header.gif);*/
    
}


ul.menu .menulink:hover, ul.menu .menuhover
{
    z-index:999;
	/*background:url(http://www.prettyprinter.de/kleider/blue-sand/images/header_over.gif)*/
}


ul.menu .sub
{
    
	z-index:999;
	/*background:#d1d1d1 url(http://www.prettyprinter.de/kleider/blue-sand/images/arrow.gif) 136px 8px no-repeat*/
}


ul.menu .topline
{
    z-index:999;
}

/* #######################  END GENERAL SETTINGS ############################ */

