@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

:focus {
    outline: 0;
}

#preloader {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 240px;
    height: 60px;
    overflow: auto;
    margin-top: -50px;
    margin-left: -100px;
    background-color: #FFFFFF;
    text-align:center;
    color: #7c7d6f;
    vertical-align:middle;
    font-size:17px;
    opacity:0.9;
    filter:alpha(opacity=90);
    background-image:url(../img/ajax-loader.gif);
    background-repeat:no-repeat;
    background-position:center;
    border:5px solid #CCCCCC;
    z-index:1000;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.shadow {
    -moz-box-shadow: 0px 0px 10px #999;
    -webkit-box-shadow: 0px 0px 10px #999;
    box-shadow: 0px 0px 10px #999;
}

.shadow_txt {
    -moz-text-shadow: 1px 1px 3px #CCCCCC;
    -webkit-text-shadow: 1px 1px 3px #CCCCCC;
    text-shadow: 1px 1px 3px #CCCCCC;
}

.inner_shadow{
    -webkit-box-shadow: inset 0px 0px 10px #AAA;
    -moz-box-shadow: inset 0px 0px 10px #AAA;
    box-shadow: inset 0px 0px 10px #AAA;
}

.round {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    behavior: url(border-radius.htc);
}

.clearboth {
    clear: both;
}

.clearfix{ 
    display: block;
    height: 0; 
    clear: both;
    visibility: hidden;
}

/*
::selection {
    color: white;
}

::selection {
    background-color: #F58220;
}
*/