body {
    margin: 0;
    padding: 0;
    line-height: 1.7em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    background: #000000 url(images/main_bg.jpg) repeat-y center;
}

a:link, a:visited { color: #2f5e9e; text-decoration: underline; font-weight: normal; } 
a:active, a:hover { color: #9f1a04; text-decoration: none; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.iptm {
    border:1px solid #CCC;
    padding:0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 22px;
}


.ipt{
    color: #8F5AAF;
    line-height: 20px;
    background-color: #F6F6F6;

}
.btn{
    font-size:15px;height:1.85em!important;
    margin:.2em;
    padding:0 6px;
    width:auto;
    overflow:visible;
}

.iptlink {
    border:1px solid #CCC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 18px;
    color: #993300;
    line-height: 16px;
}

#opaco {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=80);
    background-color: #000;
    -moz-opacity: .80;
    opacity: .80;
    visibility: hidden;
    overflow: none;
    position:absolute;
    z-index:10;
}

#envio {
    width: 400px;
    background-color: #FFFFFF;
    color: #333;
    visibility: hidden;
    margin-left: -200px;
    position: absolute;
    left: 50%;
    margin-top: 150px;
    padding: 10px;
    z-index:11;
    border: 8px solid #137dc6;
    font-size: 14px;
    font-family: Arial;
    line-height: 24px;
    font-weight: normal;
}


#progress {
    width: 302px; height: 14px; border: 1px solid black;
    float: left;

}

#progressbar{
    width: 1px; height: 12px; background-color:#CC0099; border: 1px solid white;
}
#controlit {
    text-align:center;
    padding: 10px;
    float: left;
    width: 100%;
}

#controlit a{
    font-size: 14px;
    color: #0066FF;
}

#percent{
    width: 60px;
    line-height: 16px;

    float: right;
}
#status{
    padding:10px 0 10px 0;
    float: left;
    clear: both;
    width: 100%;
}
#notifier{
    float: left;
    width: 100%
}

#sentresult{
    font-size:12px;
    color: #990000;
    background-color: #F8F0CB;
    margin-top: 10px;
    margin-right: 3px;
    margin-bottom: 10px;
    margin-left: 3px;
    padding: 3px;
    height:auto;
    display:none;
}
#notice{
    color:#000000;
    font-size:12px;
    BACKGROUND-COLOR: #f5f5f5;
    padding:5px 0 5px 0;
    font-weight: normal;
}

#uploadedfile {
    float: left;
}

#divinputfile{
    float: left;
    background:url(images/browse_btn.png) no-repeat 100% 1px;
    height:27px;
    width:440px;
    z-index:1;
}

#divinputfile #filename{
    filter: alpha(opacity=0);
    opacity: .0;
    -moz-opacity: .0;
    width:440px;
    heith:22px;
}


#fakeinputfile{
    margin-top:-21px;
}

h1 {
    margin: 0px;
    padding: 2px 0;
    font-size: 30px;
    font-weight: bold;
}

h2 {
    margin: 0 0 10px 0;
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    color: #e48009;
}

h3 {
    margin: 0 0 10px 0;
    padding: 0px;
    font-size: 14px;
    color: #e48009;
}

.image_wrapper{
    margin-top: 3px;
    margin-bottom: 5px;
    border: 5px solid #e8e8e8;
    padding: 1px;
    background: #fff;
}

.fl_image{
    float: left;
    margin-right: 30px
}

.fr_image{
    float: right;
    margin-left: 20px
}

.sbtn a {
    display: block;
    width: 82px;
    height: 20px;
    padding: 1px 0 0 0;
    color: #e88d23;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: url(images/button_02.png) no-repeat;
}

.sbtn a:hover {
    color: #ffffff;
    background: url(images/button_02_hover.png) no-repeat;
}

.fl { float: left; }
.fr { float: right; }

.margin_r_10 { margin-right: 10px; }

.margin_r_20 { margin-right: 20px; }

.margin_r_40 { margin-right: 40px; }


#site_title_bar_wrapper {
    width: 100%;
    height: 130px;
    margin: 0 auto;
    background: url(images/site_title_bg_wrapper.jpg) no-repeat center top;
}

#site_title_bar {
    width: 950px;
    height: 130px;
    margin: 0 auto;
    padding: 0 20px;
    background: url(images/site_title_bg.jpg) no-repeat center top;
}

#site_title_bar  #site_title {
    float: left;
    padding: 30px 0 0 0;
}

#site_title h1 a {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

#site_title h1 a:hover {
    font-weight: bold;
    text-decoration: none;
}

#site_title h1 a span {
    display: block;
    margin-left: 0px;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
}


#site_title_bar .social_network {
    float: right;
    margin: 0px;
    padding: 30px 0 0 0;
    list-style: none;
}

.social_network li {
    margin: 0px;
    padding: 0px;
    display: inline;
}

.social_network li a {
    float: left;
    display: block;
    width: 62px;
    height: 78px;
    margin-left: 10px;
}

#tpl_banner_wrapper {
    width: 100%;
    height: 30px;
    margin: 0 auto;
    background: url(images/banner_bg_wrapper.jpg) no-repeat center top;
}

#tpl_menu_wrapper {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    background: url(images/menu_bg_wrapper.jpg) no-repeat center top;
}

#tpl_menu {
    width: 990px;
    height: 70px;
    margin: 0 auto;
    padding-top: 20px;
    background: url(images/menu_bg_wrapper.jpg) no-repeat center top;
}

#tpl_menu ul {
    width: 660px;
    margin: 0px auto;
    padding: 0px;
    list-style: none;
}

#tpl_menu ul li {
    padding: 0px;
    margin: 0px;
    display: inline;
}

#tpl_menu ul li a {
    position: relative;
    float: left;
    display: block;
    width: 130px;
    margin-right: 2px;
    height: 50px;
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    outline: none;
}

#tpl_menu ul li a span {
    position: absolute;
    top : 0px;
    right: -2px;
    width: 2px;
    height: 70px;
    background: url(images/divider.png) right no-repeat;
}

#tpl_menu li a:hover, #tpl_menu li .current {
    background: url(images/menu_mouse_hover.png) center no-repeat;
}

#tpl_menu li .last span {
    background: none;
}

#tpl_content {
    width: 940px;
    margin: 0 auto;
    padding: 0px 25px;
    background: url(images/content_middle.jpg) repeat-y center top;
}

#tpl_content_bottom {
    width: 990px;
    height: 25px;
    margin: 0 auto;
    background: url(images/content_bottom.jpg) no-repeat center top;
}

#tpl_content p {
    margin-bottom: 10px;
}

.section_w450 {
    float: left;
    width: 450px;
}

.gallery {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.gallery li {
    margin: 0px;
    padding: 0px;
    display: inline;
}

.gallery li span {
    float: left;
    margin: 0 10px 10px 0;
    border: 4px solid #e2e1e1;
}

.gallery li img {
    width: 70px;
    height: 70px;
    border: 1px solid #ffffff;
}


#tpl_footer {
    width: 940px;
    margin: 0 auto;
    padding: 20px 25px;
    background: none;
    text-align: center;
    color: #CCCCCC;
}

#tpl_footer a {
    font-weight: bold;
    color: #CCCCCC;
}

#tpl_footer .footer_menu {
    margin: 0 0 10px 0;
    padding: 0px;
    list-style: none;
}

#tpl_footer .footer_menu li {
    margin: 0px;
    padding: 0 16px;
    display: inline;
    border-right: 1px solid #ffffff;
}

#tpl_footer .footer_menu .last_menu {
    border: none;
    margin: 0px;
    padding: 0 10px;
    display: inline;
}

.last_menu a {
    font-weight: bold;
    color: #CCCCCC;
}
