/* ----------------------------------------------------------------------------------------------------------
Reset
---------------------------------------------------------------------------------------------------------- */

* {margin:0; padding:0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border:0; outline:0; vertical-align:baseline; background:transparent;}
.noscreen {display:none;}
.box {min-height:1px;}
.box:after {display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:".";}
.fix {float:none; clear:both; width:0; height:0; margin:0; padding:0; border:0; line-height:0; font-size:0;}
.f-left {float:left !important;} img.f-left {margin-right:10px;}
.f-right {float:right !important;} img.f-right {margin-left:10px;}
.t-left {text-align:left !important;}
.t-center {text-align:center !important;}
.t-right {text-align:right !important;}
.t-justify {text-align:justify !important;}
.va-top {vertical-align:top !important;}
.va-middle {vertical-align:middle !important;}
.va-bottom {vertical-align:bottom !important;}
.nom {margin:0 !important;}
.nomt {margin-top:0 !important;}
.nomb {margin-bottom:0 !important;}
.hidden {position:absolute; left:-1000em; top:-1000em; width:1px; height:1px; overflow:hidden;}

/* ----------------------------------------------------------------------------------------------------------
HTML
---------------------------------------------------------------------------------------------------------- */

body {background:url("../design/bg.gif") 0 0 repeat-y; font:0.8em/1.5 "arial", sans-serif;}
h1, h2, h3, h4, h5, h6, p, address, blockquote, table, dl, fieldset {margin:15px 0;}
a:hover {text-decoration:none;}

/* ----------------------------------------------------------------------------------------------------------
Layout
---------------------------------------------------------------------------------------------------------- */

#col-01 {float:left; width:60px;}
#col-01 #logo {position:relative; overflow:hidden; margin:0; padding:0; font-size:100%; font-weight:bold; text-transform:uppercase; cursor:pointer;}
#col-01 #logo span {display:block; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; margin:0; padding:0; background:url("../design/logo.gif") 0 0 no-repeat;}

#col-02 {float:left; width:240px;}
#col-02 ul {margin:25px 0; list-style:none;}
#col-02 ul li {display:inline;}
#col-02 ul li a {display:block; padding:3px 25px 3px 15px; background:url("../design/nav.gif") 225px 9px no-repeat; text-decoration:none;}
#col-02 ul li a#nav-active {background:url("../design/nav.gif") 225px -83px no-repeat; font-weight:bold;}
#col-02 ul li a:hover {background:url("../design/nav.gif") 225px -83px no-repeat;}

#col-03 {position:absolute; top:20px; left:315px; width:140px; padding-bottom:25px;}
#col-03 div {padding:3px 0; font-size:85%; font-family:"tahoma",sans-serif;}
#col-03 div img {display:block; width:126px; height:98px;;}
#col-03 h2 {margin-top:0; font-size:200%; font-weight:normal;}

#col-04 {position:absolute; top:20px; left:478px; padding-bottom:25px;}
#col-04 h2 {margin-top:0; font-size:200%; font-weight:normal;}
#col-04 h4 {font-size:100%;}
#col-04 ul {list-style:none;}
#col-04 ul li {margin-bottom:5px;}
#col-04 ul a {font-size:110%;}
#col-04 ul span a {font-size:100%;}

#footer {padding:40px 0;}

/* ----------------------------------------------------------------------------------------------------------
Others
---------------------------------------------------------------------------------------------------------- */

.smaller {font-size:85%; font-family:"tahoma",sans-serif;}