/* 
    Document   : style
    Created on : Feb 6, 2013, 4:18:35 PM
    Author     : namnguyen
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.hidden{
    display: none;
}

body{
    width: 100%;
    height: 100%;
    margin: 0;
    background:  #032b58;
}

.lelf_border{
    width: 271px;
    display: block;
    background: url(../images/left_border.jpg) repeat-y top right #032b58;
    height: 900px;
    float: left;
}

.contenter{
    width: 640px;
    max-width: 640px;
    height: 900px;
    display: block;
    background: url(../images/bg.jpg) repeat;
    float: left;
}

.header{
    width: 640px;
    max-width: 640px;
    height: 308px;
    display: block;
    background: url(../images/header.jpg) repeat;
    -moz-box-shadow: 0px 5px 5px rgba(0,0,0,.4);
    -webkit-box-shadow: 0px 5px 5px rgba(0,0,0,.4);
    box-shadow: 0px 5px 5px rgba(0,0,0,.4);
}

.container{
    width: 585px;
    margin: 20px auto;
    padding: 0;
    
    height: 470px;
}

.items {
    height: 185px;
    width: 100%;
    background: white;
    border-radius: 10px;
    clear: both;
    display: block;
    margin-top: 20px;
    -moz-box-shadow: 5px 6px 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 5px 6px 10px rgba(0,0,0,.4);
    box-shadow: 5px 6px 10px rgba(0,0,0,.4);
}

.footer{
    height: 100px;
    display: block;
}

.right_border{
    width: 300px;
    display: block;
    background: url(../images/right_border.jpg) repeat-y top left;
    height: 900px;
    float: left;
}