/*
    Document   : common
    Created on : 10.08.2009, 13:28:10
    Author     : DestroySoul
    Description:
        Purpose of the stylesheet follows.
*/

html, body{padding: 0px;margin:0px;background:url(/system/application/views/templates/egoterra/images/bg_main.jpg);overflow:hidden;color:white;}

body {min-width:1000px;}


/*html, body{padding: 0px;margin:0px;background:url(/system/application/views/templates/egoterra/images/bg_main.jpg);overflow:hidden;color:white;}*/

body {min-width:1000px;}

.void-h60{height: 60px;clear:both;}
.void-h40{height: 40px;clear:both;}
.void-h30{height: 30px;clear:both;}
.void-h20{height: 20px;clear:both;}
.void-h25{height: 25px;clear:both;}

h1.menu-header{
    color:white;
    font-variant:small-caps;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 14px;
    text-align:right;
    margin:0;
    margin-right: 25px;
    /*height:50px;*/
    /*border: 1px solid gray;*/
}

h2.menu-header{
    color:white;
    font-variant:small-caps;
    font-family: Tahoma;
    font-weight: normal;
    font-size: 12px;
    text-align:right;
    margin:0;
    margin-right: 25px;
    /*height:55px;*/
    /*border: 1px solid gray;*/
}

.car_bott_light{background: url(/system/application/views/templates/egoterra/images/car_bott_black.png) no-repeat;}
.car_bott_light:hover{background: url(/system/application/views/templates/egoterra/images/car_bott_light.png) no-repeat;}

.bus_bott_light{background: url(/system/application/views/templates/egoterra/images/bus_bott_black.png) no-repeat;}
.bus_bott_light:hover{background: url(/system/application/views/templates/egoterra/images/bus_bott_light.png) no-repeat;}

.yaht_bott_light{background: url(/system/application/views/templates/egoterra/images/yaht_bott_black.png) no-repeat;}
.yaht_bott_light:hover{background: url(/system/application/views/templates/egoterra/images/yaht_bott_light.png) no-repeat;}

#page{
    position:absolute;
    overflow:auto;
    height:100%;
    width:100%;
    background:url(/system/application/views/templates/egoterra/images/bg_coll.png) left top repeat-y;
    z-index:-1;
    /*border: 1px dashed red;*/
}

#left-coll{
    position: relative;
    z-index:2;
    margin:0;
    width:232px;
    float:left;
    /*border: 1px solid yellow;*/
}

div#left-coll div#logo a:link,
div#left-coll div#logo a:visited,
div#left-coll div#logo a:hover{
    color:black;
}

#left-coll #logo{
    margin-top: 35px;
    text-align: center;
}

#left-coll #logo div#phone{
    color: white;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 16px;
    height: 40px;
    letter-spacing: 1.4px;
    margin-top: -5px;
    /*border: 1px solid yellow;*/
}

#left-coll div#left-menu{
    width:232px;
    margin:0;
    font-family: Arial;
    font-size: 12px;
    letter-spacing: 0.8px;
    /*border: 1px solid red;*/
}

#left-coll div#left-menu ul{list-style:none;padding:0px;margin:0px;display:block;text-align:right;line-height:28px;}
#left-coll div#left-menu ul li{list-style:none;display:inline;float:right;width:auto;margin-right:10px;/*border: 1px solid red;*/}
#left-coll div#left-menu ul li a:link,
#left-coll div#left-menu ul li a:visited,
#left-coll div#left-menu ul li a:hover{
    color:white;
    text-decoration: underline;
    font-family: Arial;
}
#left-coll div#left-menu ul li a:hover{text-decoration:none;}

div#left-coll a:link, div#left-coll a:visited,div#left-coll a:hover{
    text-decoration:none;
}

#flashcontent{
    /*position:relative;*/
    z-index:10000;

}


