/**
*   CSS LAYOUT
*   autorius Zilvinas Kuusas (spot)
*   spot.hotbox.lt
*   zilwinelis@yahoo.com
*/

@import "index.css";
@import "inner.css";

*
{
    margin: 0;
}

html,
body
{
    height: 100%;
    background-color: #f6f6f6;
}

body, table, tr, td, h1, h2, h3, a, p, form, textarea, input, select
{

}

body, table, tr, td, p, form
{
    margin: 0;
    padding: 0;
    font: normal 12px Arial;
    color: #505050;
}

img {
	behavior: url("scripts/iepngfix.htc");
}

.png
{
	behavior: url("scripts/iepngfix.htc");
}

a img
{
    border: none;
}

.clear
{
    clear: both;
    display: block;
}

a
{
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

a:hover
{
    text-decoration: underline;
}

#siteContainer
{
    width: 1000px;
    
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -112px;
}

#header
{
    width: 977px;
    background: url('../images/header_bg.gif') repeat-y top center;
    height: 125px;
    margin: 0 auto;
    padding: 11px 9px 0 0;
}

#header .leftBlock
{
    float: left;
    width: 204px;
    text-align: center;
    padding: 2px 0 0 11px;
}

#header .rightBlock
{
    border: 1px solid #535353;
    padding: 1px;
    float: right;
}

#navigation
{
    margin: -7px auto 0 auto;
    width: 982px;
    background: url('../images/menu_bg.jpg') no-repeat top center;
}

#navigation .menu
{
    padding: 0 0 0 14px;
    margin: 0;
    list-style-type: none;
    height: 48px;
    line-height: 34px;
    float: left;
}

#navigation .menu li
{
    display: inline;
}

#navigation .menu li a
{
    font-size: 15px;
    color: #f1f0f0;
    text-decoration: none;
    text-transform: uppercase;
    
    padding: 0 5px 0 5px;
    margin: 0 10px 0 0;
    
    display: block;
    float: left;
    height: 34px;
    font-weight: bold;
}

#navigation .menu li a span
{
    height: 34px;
    display: block;
    float: left;
}

#navigation .menu li a:hover,
#navigation .menu li a.active
{
    background: url('../images/menu_active_bg.jpg') repeat-x top left;
}

#navigation .menu li a:hover span,
#navigation .menu li a.active span
{
    background: url('../images/menu_active_bg2.jpg') repeat-x top left;
}

#navigation .search
{
    float: right;
    position: relative;
    z-index: 9;
    margin-top: -6px;
    padding: 0 30px 0 0;
}

#navigation .search .inputField
{
    width: 254px;
    padding: 4px 5px;
    height: 22px;
    line-height: 22px;
    font-size: 15px;
    color: #AAA;
    border: 1px solid #000;
    background: url('../images/input_search_bg.jpg') no-repeat top right;
    float: left;
    margin: 8px 0 0 0;
} 

#navigation .search .inputSubmit
{
    float: left;
    margin: 0 0 0 15px;
}

#content
{
    width: 986px;
    margin: 0 auto;
}


.pushFooter
{
    height: 150px;
    clear: both;
}

#footer
{
    clear: both;
    height: 94px;
    padding-top: 16px
}

#footer
{
    width: 990px;
    background: url('../images/footer_bg.gif') no-repeat top left;
    margin: 0 auto;
    overflow: hidden;
}

#footer .block
{
    background: url('../images/footer_dots.gif') no-repeat top right;
    padding: 0 20px 0 16px;
    margin: 0;
    height: 82px;
    width: 90px;
    float: left;
}

#footer .menu
{
    list-style-type: none;
}

#footer .menu a
{
    display: block;
    background-color: #d20807;
    color: #f7baba;
    text-transform: uppercase;
    text-decoration: none;
    
    font-size: 10px;
    font-weight: bold;
    
    padding: 1px 0 1px 10px;
    margin: 0 0 4px 0;
    width: 81px;   
}

#footer .menu a:hover
{
    text-decoration: underline;
    color: #fff;
}
#footer .menu a.active
{
    text-decoration: underline;
    color: #fff;
}