/* global */
body {
    margin:0;
    padding:0;
    background:#fff url(../images/bg_body.gif) repeat-y 50% 0;
    background-attachment:fixed;
    text-align:center;
    min-width:750px;
    font-family:sans-serif,helvetica,arial;
}

/* layout */

#wrapper {
    margin:0 auto;
    width:750px;
    text-align:left;
}

#wrapper-padding {
    padding:10px 25px 25px 25px;
}

#header {
    position:relative;
    width:702px;
    height:110px;
    background:url(../images/vladi.png) no-repeat right top;
    margin-bottom: 10px;
}

#header a {
    position: absolute;
    height: 20px;
    width: 160px;
    top: 31px; 
    text-decoration: none;
}

#header a i { visibility: hidden; }

a#hemail { top: 80px; left: 270px; }


#content {
    width:702px;
    margin:10px 0 0;
}

#spacer {
    margin:0px;
    clear:both
}

.mainsq {
    margin:0 0 10px;
    width:700px;
    background:#fff url(../images/bg_main.gif);
    border:1px solid #e7e7e7;
}

.altsq {
    margin:0 0 10px;
    width:700px;
    background:#fff url(../images/bg_main.gif);
    border:1px solid #e7e7e7;
}

#main p {
    margin:0px;
    padding:0px 0px 10px 10px;
    font-size:12px;
    color:#202F02;
}

#footer {
    width:702px;
    height: 15px;
    padding:7px 0 0;
    margin: 10px 0 0;
    background:#fff url(../images/bg_main.gif);
    border:1px solid #e7e7e7;
}

/* headings */

h1 {
    font-size:13px;
    margin-left:10px;
    margin-right:10px;
    color:#f19111;
    border-bottom:1px dotted #454545;
    font-weight: bold;
    text-transform: uppercase;
}

h2 {
    font-size:16px;
    margin-left:10px;
    margin-right:10px;
    color:#8CB53F;
    margin-bottom:-13px;
}

h3 {
    font-size:14px;
    margin-left:10px;
    margin-right:10px;
    color:#444;
    margin-bottom:-1px;
}

h4 {
    font-size:14px;
    margin-left:10px;
    margin-right:10px;
    padding-left:13px;
    color:#444;
    margin-bottom:-1px;
    background:url(../images/icon_doublearrow_orange.gif) no-repeat 0 50%;
}

/* meun */

#menu {
    float: left;
    background-color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    border: 1px solid #e7e7e7;
}
#menu li {
    float: left;
    font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
#menu a { 
    background: #fff url("../images/seperatorr.gif") bottom right no-repeat;
    color: #454545;
    display: block;
    float: left;
    margin: 0;
    padding: 8px 12px;
    text-decoration: none;
    font-weight:bold;
}
#menu a:hover {
    background: #f7f7f7 url("../images/hover.gif") bottom center no-repeat;
    color: #231f20;
    padding-bottom: 8px;
}

/* text */

#main p {
    font-size:13px;
    line-height:18px;
    /*color:#444;*/
}

#main p span {
    background-color:#ffc;
}

#footer p {
    padding:0px 10px 0px 10px;
    margin:0;
    font-size:10px;
    line-height:10px;
    color:#444;
}

p#footer-left {float:left;}
p#footer-right {float:right;}
#footer a {color:#444;}
#footer a#contactlink {padding-left:19px;padding-bottom:2px;background:url(../images/icon_email.gif) no-repeat 0 50%;}
#footer a:hover {color:#454545;}

/* lists */

#main ul {
    font-size:13px;
    line-height:18px;
    color:#444;
    margin:5px 0 0;
    padding-left:30px;
    padding-bottom:0px;
    list-style:square;
}
#main ul li {
    padding-left:0px;
}
#main ol {
    font-size:13px;
    line-height:18px;
    color:#444;
    margin:5px 0 0;
    padding-bottom:10px;
}

/* links */
a {color:#8CB53F;text-decoration:underline;}
a:visited {color:#8CB53F;}
a:hover {color:#f19111;text-decoration:underline;}

/* miscellaneous */
hr {
    margin-left:10px;
    margin-right:10px;
    height:1px;
    border:none;
    border-bottom:1px dashed #454545;
}

.download {
    font-weight:bold;
    padding-left:20px;
    background:url(../images/icon_download.png) no-repeat 0 50%;
}


