﻿/* -------------------- HTML Tags ----------------------*/
body 
{
    background: url("images/design/body_bg.gif") #000000 repeat-x;
    padding: 40px;
    font-family: Arial;
    font-size: 9pt;
    color: #fff;
}

img
{
    border: solid 4px #dadada;
}

/* -------------------- / HTML Tags / ----------------------*/

/* -------------------- Classes ----------------------*/

.tb
{
    border: solid 1px #000;
}

.bt
{
    background-color: #808080;
    border: solid 1px #000;
    color: #fff;
}

/* -------------------- / Classes / ----------------------*/

/* -------------------- Main Container ----------------------*/

#main_container
{
    width: 935px;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -467px;
    z-index: 2;
}

/* -------------------- / Main Container / ----------------------*/

/* -------------------- Header ----------------------*/

#header
{
    background: url("images/design/header_bg.gif") #333333 repeat-x bottom;
    width: 895px;
    height: 100px;
    padding: 20px;
}

#header img
{
    float: left;
    clear: right;
    margin-right: 20px;
    border: none;
}

/* -------------------- / Header / ----------------------*/

/* -------------------- Menu ----------------------*/

#menu {
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #dadada;
	font-size: 12px;
	width: 100%;
	height: 32px;
	border-top: 4px solid #dadada;
	border-bottom: 4px solid #dadada;
}
#menu li {
	float: left;
	margin: 0;
}
#menu li a {
	text-decoration: none;
	display: block;
	padding: 0 17px;
	line-height: 32px;
	color: #666;
}
#menu li a:hover{
	background-color: #f5f5f5;
	border-bottom: 4px solid #DDD;
	color: #999;
}
#menu_wrapper ul {margin-left: 12px;margin:0;padding:0;list-style:none;white-space:nowrap;}
#menu_wrapper {padding: 0 16px 0 0;}
#menu_wrapper div {float: left; height: 40px; width: 12px;}

#menu_bg
{
    width: 100%;
    height: 40px;
    background-color: #dadada;
    position: absolute;
    top: 180px;
    left: 0px;
    z-index: 1;
}

/* -------------------- / Menu / ----------------------*/

/* -------------------- Content ----------------------*/

#content
{
    background: url("images/design/content_bg.gif") #333333 repeat-x;
    width: 895px;
    padding: 20px;
}

#content a
{
    color: #fff;
}

/* -------------------- / Content / ----------------------*/

/* -------------------- Footer ----------------------*/

#footer
{
    width: 895px;
}

#footer .hr
{
    background-color: #999999;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 935px;
    height: 1px;
}

/* -------------------- / Footer / ----------------------*/