/*
THEME NAME: china
DESCRIPTION: for my mom's chinese vases
VERSION: 1.0
*/

/* Architecture */
html { }

body {
    background: #8b223d;
    background-image:url('bg.gif');
    background-repeat:repeat;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;    
    color: #000000;
    line-height: 1.4;
}

#wrapper {
    width: 971px;
    margin: 0 auto;
    margin-top: 0px;
    background: #FFFFFF;
    padding: 0 0 0 0;
}

#title_img {
    position: relative;
    width: 971px;
    height: 318px;
    background: url("chinese_lndscp.jpg") top left no-repeat;
}

#menu
{
    padding:285px 0px 0px 0px;
    height:40px;
}
#menu a.gallery_btn
{
    position: absolute;
    top: 285px;
    left: 18px;
    width: 180px;
    height: 33px;
    background: url("gallery_btn.png") top left no-repeat;    
}
#menu a.gallery_btn_active
{
    position: absolute;
    top: 280px;
    left: 18px;
    width: 180px;
    height: 39px;
    background: url("gallery_btn_active.png") top left no-repeat;    
}
#menu a.gallery_btn:hover
{
    position: absolute;
    top: 285px;
    left: 18px;
    width: 180px;
    height: 33px;
    background: url("gallery_btn_hover.png") top left no-repeat;    
}
#menu a.order_btn
{
    position: absolute;
    top: 285px;
    left: 208px;
    width: 250px;
    height: 33px;
    background: url("order_btn.png") top left no-repeat;    
}
#menu a.order_btn_active
{
    position: absolute;
    top: 280px;
    left: 208px;
    width: 250px;
    height: 39px;
    background: url("order_btn_active.png") top left no-repeat;    
}
#menu a.order_btn:hover
{
    position: absolute;
    top: 285px;
    left: 208px;
    width: 250px;
    height: 33px;
    background: url("order_btn_hover.png") top left no-repeat;    
}
#menu a.contacts_btn
{
    position: absolute;
    top: 285px;
    left: 478px;
    width: 195px;
    height: 33px;
    background: url("contacts_btn.png") top left no-repeat;    
}
#menu a.contacts_btn_active
{
    position: absolute;
    top: 280px;
    left: 478px;
    width: 195px;
    height: 39px;
    background: url("contacts_btn_active.png") top left no-repeat;    
}
#menu a.contacts_btn:hover
{
    position: absolute;
    top: 285px;
    left: 478px;
    width: 195px;
    height: 33px;
    background: url("contacts_btn_hover.png") top left no-repeat;    
}

#content
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #000000;
    float: left;
    min-width: 969px;
    min-height: 200px;
}

#order
{
    float: left;
    font-size: 16px;
    text-align: left;
    padding: 30px 30px 30px 30px;
    width: 800px;
}
#order h1
{
    font-size: 35px;
    font-weight: normal;
    line-height: 30px;
}


#contacts
{
    float: left;
    font-size: 20px;
    text-align: left;
    padding: 30px 30px 30px 30px;
    width: 800px;
}
#contacts h1
{
    font-size: 35px;
    font-weight: normal;
    line-height: 30px;
}

#img_wrapper 
{
    background: none repeat scroll 0 0 #F0EEE0;
    border: 1px solid #AFAB8E;
    float: left;
    height: 130px;
    margin: 8px;
    padding: 5px;
    text-align: center;
    width: 133px;
}