/* 
    Document   : style
    Created on : Apr 8, 2010, 3:35:12 PM
    Author     : shon
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/



.mainCol {
    margin: 5px;
    width: 850px;
    float: left;
}
.menuCont {
    float: left;
    clear: both;
    width: 100%;

    border: thin solid #e6e6e6;
    /* -moz-border-radius:3px; */
}
.mainSlide {
    /* float: left; */

    width: 850px;
    height: 267px;
}
.topMenu {
    margin: 3px;
    padding: 5px;
    float: left;
}
.middleBannerCont {
    clear: both;
    float: left;
    
    margin: 5px;
    padding: 5px;
}

.lang_cont {
    float: right;
    margin: 5px;
}
.lang {
    padding: 5px;
    
}