body {
    margin: 0px;
    padding: 0px;
    background: #7389AE url(../images/img01.jpg) repeat-x;
    font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #333333;
    height:100%;}
body, html {height:100%}

h1, h2, h3 {
    font: 1.82em;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: -1px;
    color: #514F42;
}
a {	color: #669900;}
a:hover {text-decoration: none;}
.clearfix {	width: 100%; height: 0px; clear: both; display: block;}/* clearfix for floated elements */
.hidden {display: none;}
.right {float: right;}
.left {float: left;}
.morespace {padding: 3px 0 !important;}
.full-width {width: 100% !important;}

fieldset.title{border-top:1px solid #999;padding-left:25px}
fieldset.title legend{padding:5px;font-size:14px;font-weight:bold;letter-spacing:2px}

/* Header */
#header {width: 940px;height: 110px;margin: 0px auto;}
/* Logo */
#logo {float: left;padding: 10px 0 0 0;}
#logo h1 {
    margin: 0;
    height: 80px;
    padding: 10px 0 0 85px;
    background: url(../images/logo.png) no-repeat left top;
    letter-spacing: -2px;
    font-size: 4em;
    font-weight: normal;
    color: #FFFFFF;
    float:left
}
#logo h1 a {display: block;text-decoration: none;color: #FFFFFF;}
#logo a {display: block;text-decoration: none;color: #FFFFFF;}
/* Menu */
#menu {float: right;}
#menu ul {margin:0px;padding: 60px 0px 0px 0px;list-style:none;}
#menu li {display:inline;}
#menu a {
    display: block;
    float: left;
    margin-left: 5px;
    padding: 5px 10px;
    background: #FFFFFF;
    text-decoration: none;
    border: 2px solid #fff;
    border-top: 2px solid #EBEAD1;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #182C33;
}
#menu a:hover, .active a {border: 2px solid #fff;color:#fff;background:#172A31}

#wrapper {width: 100%; height:100%; margin: 0 auto -32px; position:relative; min-height: 100%; height: auto !important; height: 100%;}
#page {width: 940px;margin: 0px auto;padding: 0;}
#content {float: left;width: 280px;margin-bottom: 50px;}

/************ Button ************/
.button {
    font-family:Verdana, Arial, sans-serif;
    display:inline-block;
    background:#459300 url('../images/admin/bg-button-green.gif') top left repeat-x !important;
    border:1px solid #459300 !important;
    padding:4px 7px 4px 7px !important;
    color:#fff !important;
    font-size:11px !important;
    cursor:pointer;
}
.button:hover {text-decoration:underline;}
a.button{text-decoration:none;}
a.button span{line-height:15px}
/*=======================================
* Tooltips
* ======================================*/
.tooltip{
   position: absolute;
   padding: 10px 13px;
   z-index: 2;

   color: #303030;
   background-color: #f5f5b5;
   border: 1px solid #DECA7E;

   font-family: sans-serif;
   font-size: 12px;
   line-height: 18px;
   text-align: center;
}
/* Sidebar */
#sidebar {float:right;width:440px;margin-bottom:10px;}
#sidebar .ads a{margin:7px;}

/* Footer */
#wrapper2 {/*background: #422C21;*/}
#footer {
    width: 940px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFFFFF;
}
#footer a {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 11px;
    color: #FFFFFF;
}
#footer ul {margin: 0;padding: 0;list-style: none;}
#footer li {display: block;float: left;width: 300px;padding-left: 20px;}
#footer li.first {padding-left: 0;}
#footer li ul {margin: 0;margin-bottom: 30px;}
#footer li li {
    display: list-item;
    float: none;
    margin: 0;
    padding: 2px 0;
    border-bottom: 1px solid #573D30;
}
#footer li li a {}
#footer h2 {margin-top: 0;color: #FFFFFF;}
#legal {
    clear: both;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #dedede;
    background: black;
}

#legal a {
    border-bottom: 1px dotted #939393;
    text-decoration: none;
    color: #939393;
}