/* 
    Document   : style
    Created on : Mar 10, 2011, 9:17:25 AM
    Author     : Kiutisuperking
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

body {
    background-image:url(http://www.indochinatravelservice.com/Tour_Map/images/bg.jpg);
    background-attachment: fixed;
    margin:0px;
    width:100%;
    height:100%;
    padding:0 0 0 0;
}
h2{
    margin: 9px 0px;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 18px;
    font-family: Arial;
}
h3{
    margin: 10px 0px 7px 0px;
}
p{
    font-size: 12px;
}
a{
    color: #710002;
    text-decoration: none;
    font-size: 14px;
}
a:hover{
    font-size: 16px;
    text-transform: uppercase;
}
a:active{
    text-decoration: none;
}
ul{
    list-style-type: none;
}
li{
    font-size: 16px;
    margin: 10px 20px 2px 0px ;
    border-bottom: 1px dotted;
    padding-bottom: 5px;

}
#wrap{
    margin: 0 auto;
    width: 844px;
    background-color: #FFFFFF;
    padding: 0px 3px;
}
#menu{
    padding:5px 9px 0px 10px;
}
#menu1{
    float: left;
    background-image:url(http://www.indochinatravelservice.com/Tour_Map/images/bg1.jpg);
    width: 645px;
    font-family: "Times New Roman";
}
#menu2{
    float: right;
    color: #FFFFFF;
    font-size: small;
    background-image:url(http://www.indochinatravelservice.com/Tour_Map/Images/bg2.jpg);
    width: 180px;
    height: 40px;
}
#main{
    clear: both;
    margin-right: 5px;
    min-height: 666px;
    padding-bottom: 5px;
    padding-right: 4px;
}
#sidebar{
    background-color: #FFFFFF;
    float:left;
    text-align: left;
    padding-left: 10px;
    /* min-height: 660px;*/
    width: 226px;
}
#category{
    background-color: #F4F1E2;
    margin: 5px 0px 5px 0px;
    padding:5px 0px;
    font-family: Arial;
}
#image{

}
#info{
    background: url(http://www.indochinatravelservice.com//Tour_Map/Images/bg3.jpg) repeat-x;
    padding: 5px 10px 5px 15px;
    margin: 5px 0px 0px 0px;
    /*color: #B4A469;*/
    color: #000000;
    font-family: Arial;
}
#info h2{
    font-size: 16px;
    font-weight: bold;
    color: #B22930;
    text-align: center;
}
#content{
    background-color: #FFFFFF;
    margin-top: 5px;
    float: right;
    border: 1px #DCDDDF;
}