body
{
    margin: 0px;
    text-align: center;
    background-color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.spacer
{
    clear: both;
}
/* layout*/

/* top*/
#wrapper
{
    width: 1000px;
    margin: 0px auto;
    text-align: left;
    background-color: #000;
}
#top
{
    background-image: url(/images/top_bg.gif);
    background-repeat: no-repeat;
    height: 144px;
    width: 1002px;
}
#top .logo
{
    padding-left: 33px;
    padding-top: 25px;
}
#menu
{
    width: 1002px;
    height: 31px;
    background-image: url(/images/menu_bg.gif);
    background-repeat: repeat-x;
    font-weight: bold;
}
#menu ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-left: 100px;
    padding-top: 5px;
}
#menu li
{
    float: left;
    color: white;
    font-size: 14px;
    padding-left: 15px;
}
#menu li a:link
{
    color: #fff;
    text-decoration: none;
}
#menu li a:visited
{
    color: #fff;
    text-decoration: none;
}
#menu li a:hover
{
    color: #FF9933;
    text-decoration: underline;
}

/* left*/

#left
{
    width: 242px;
    float: left;
    padding-top: 5px;
}

#left .top
{
    background-image: url(/images/left_top.gif);
    width: 234px;
    height: 22px;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
}
#left .middle
{
    width: 223px;
    padding-left: 0px;
    border-left: 5px solid #20414d;
    border-right: 5px solid #20414d;
    border-bottom: 5px solid #20414d;
    background-color: #000;
    background-repeat: repeat-x;
    color: #daa205;
}





#left h3
{
    background-image: url(/images/left_heading.gif);
    font-variant: small-caps;
    font-size: 14px;
    background-repeat: no-repeat;
    text-align: center;
    width: 167px;
    color: #FFE08E;
    height: 23px;
    margin-bottom: 5px;
}
#left .box
{
    background-color: #CAD9D8;
    border: 1px solid #24556A;
    width: 180px;
    text-align: left;
    padding: 2px;
    font-size: 12PX;
    color: #101535;
}

#left ul li a:link
{
    color: #d3524a;
    text-decoration: none;
}
#left ul li a:visited
{
    color: #29AAF6;
    text-decoration: none;
}
#left ul li a:hover
{
    color: #d3524a;
    text-decoration: underline;
}

#left ul
{
    margin-left: 28px;
    padding-left: 0px;
}
#left ul li
{
    list-style-image: url(/images/bullet3.gif);
    margin-bottom: 8px;
}
#left .total
{
    font-weight: bold;
    font-size: 11px;
    color: #0E82B2;
    text-align: right;
}
#left .checkout
{
    background-image: url(/images/btn.gif);
    width: 81px;
    height: 22px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border: 0px;
}

/* middle*/
#middle
{
    float: left;
    left: 250px;
    width: 552px;
    padding-top: 5px;
}
.quick_top
{
    width: 552px;
    background-image: url(/images/quickshop_top.gif);
    background-repeat: no-repeat;
    height: 25px;
}
.quick_middle
{
    width: 552px;
    background-repeat: repeat-y;
    background-image: url(/images/quickshop_middle.gif);
    padding-left: 15px;
    padding-right: 15px;
    color: #bbbbbb;
}

.quick_middle a:Link
{
    color: #c9a215;
    text-decoration: none;
}
.quick_middle a:hover
{
    color: #c9a215;
    text-decoration: underline;
}
.quick_middle a:visited
{
    color: #c9a215;
    text-decoration: underline;
}

.quick_bottom
{
    width: 552px;
    background-repeat: no-repeat;
    background-image: url(/images/quickshop_bottom.gif);
    height: 20px;
}


.quickshop
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #c9a215;
}
.quickshop dl
{
    width: 420px;
}
.quickshop dt
{
    width: 110px;
    float: left;
    padding: 4px;
    padding-top: 8px;
    text-align: right;
}
.quickshop dd
{
    margin: 0 0 0 118px;
    padding: 4px;
    text-align: left;
}
.quickshop input
{
    width: 180px;
}
.quickshop .radio
{
    width: 15px;
}
.quickshop select#content
{
    width: 185px;
}
.quickshop input.submit
{
    width: 70px;
}
div#submit
{
    width: 298px;
    text-align: left;
    padding: 4px;
    padding-left: 122px;
}
* html .quickshop input, * html .quickshop select, radio
{
    margin-left: -3px;
}
* html div#submit input
{
    margin-left: 0px;
}


#middle.aboutus
{
    width: 552px;
    background-color: #0b2130;
}
#middle .aboutus td
{
    border: 2px solid #0b2130;
    background-color: #091620;
    background-repeat: repeat-x;
    color: #acbbbb;
    font-size: 12px;
    padding: 15px;
}
#middle .aboutus td h3
{
    color: #c9a200;
    font-size: 18px;
}
#middle .aboutus a:Link
{
    color: #acbbbb;
    text-decoration: underline;
}
#middle .aboutus a:hover
{
    color: #fff;
    text-decoration: none;
}
#middle .aboutus a:visited
{
    color: #acbbbb;
    text-decoration: underline;
}




/* right*/
#right
{
    float: right;
    width: 200px;
    padding-top: 5px;
}
#right .login
{
    width: 200px;
    border: 1px solid #20414d;
    color: #fff;
}
#right .login td
{
    background-color: #1F3B63;
    background-color: #0f2535;
    background-repeat: repeat-x;
    color: #fff;
    font-size: 12px;
}
#right .login td h3
{
    color: #c9a200;
    font-size: 14px;
}

.login dl
{
    width: 180px;
}
.login dt
{
    width: 80px;
    float: left;
    padding: 4px;
    clear: both;
    text-align: right;
}
.login dd
{
    margin: 0 0 0 50px;
    padding: 4px;
    text-align: left;
}
.login input
{
    width: 80px;
}


#right .sitenews
{
    width: 200px;
    border: 1px solid #20414d;
    color: #fff;
}
#right .sitenews td
{
    background-color: #091620;
    background-repeat: repeat-x;
    color: #bbbbbb;
    font-size: 12px;
}
#right .sitenews td h3
{
    color: #c9a200;
    font-size: 14px;
    line-height: 14px;
}

#right .sitenews ul
{
    list-style-image: url(/images/bullet3.gif);
    margin-top: 0px;
    padding-top: 0px;
}
#right .sitenews ul li
{
    margin-bottom: 8px;
}

a:Link
{
    color: #c9a200;
    text-decoration: none;
}
a:hover
{
    color: #c9a200;
    text-decoration: underline;
}
a:visited
{
    color: #fff;
    text-decoration: underline;
}

/*second pages*/
.cart
{
}
.cart td
{
    border-bottom: 1px solid #20414d;
    color: #caced0;
}

/*.cart .checkout{ background-image:url(/images/btn.gif); width:81px; height:22px; font-size:11px;  font-weight:bold; color:#fff; text-align:center; border:0px;}*/




/*footer*/
#footerMain
{
    width: 1002px;
    margin: 0px auto;
    height: 84px;
    background: url(/images/footer_bg.gif) 0 0;
    clear: BOTH;
}
#footer
{
    width: 944px;
    height: 84px;
    margin: 0 auto;
    position: relative;
}
#footer ul
{
    position: absolute;
    left: 400px;
    top: 19px;
    width: 497px;
    list-style: none;
}
#footer ul li
{
    float: left;
    font: normal 12px/24px Arial, Helvetica, sans-serif;
    color: #fff;
    background-color: inherit;
}
#footer ul li a
{
    padding: 0 5px;
    font: normal 12px/24px Arial, Helvetica, sans-serif;
    color: #fff;
    background-color: inherit;
    text-decoration: none;
}
#footer ul li a:hover
{
    text-decoration: underline;
}
#footer p.copyright
{
    font: normal 10px/24px Arial, Helvetica, sans-serif;
    position: absolute;
    left: 650px;
    top: 38px;
    width: 260px;
    color: #B1CFCF;
    background-color: inherit;
}
#footer a.xhtml
{
    display: block;
    background: url(/images/xhtml_bg.gif) 0 0 no-repeat;
    width: 72px;
    height: 23px;
    position: absolute;
    left: 17px;
    top: 0;
    font: normal 10px/19px Arial, Helvetica, sans-serif;
    color: #3F3F3F;
    background-color: inherit;
    text-decoration: none;
    text-align: center;
}
#footer a.xhtml:hover
{
    color: #BA0804;
    background-color: inherit;
}
#footer a.css
{
    display: block;
    background: url(/images/xhtml_bg.gif) 0 0 no-repeat;
    width: 72px;
    height: 23px;
    position: absolute;
    left: 95px;
    top: 0px;
    font: normal 10px/19px Arial, Helvetica, sans-serif;
    color: #3F3F3F;
    background-color: inherit;
    text-decoration: none;
    text-align: center;
}
#footer a.css:hover
{
    color: #BA0804;
    background-color: inherit;
}
#footer p.design
{
    display: block;
    width: 170px;
    position: absolute;
    left: 17px;
    top: 29px;
    font: bold 12px/24px Arial, Helvetica, sans-serif;
    color: #9DBC52;
    background-color: inherit;
    padding: 2px;
}
#footer p.design a.link
{
    font: bold 12px/24px Arial, Helvetica, sans-serif;
    color: #9DBC52;
    background-color: inherit;
    text-decoration: none;
}
#footer p.design a.link:hover
{
    color: #fff;
    background-color: #BD3535;
}

/* contact us dl*/
.contact
{
    font-size: 12px;
}

.contact dl
{
    width: 120px;
}
.contact dt
{
    width: 50px;
    float: left;
    padding: 4px;
    padding-top: 10px;
    text-align: left;
    font-weight: bold;
}
.contact dd
{
    margin: 0 0 0 0px;
    padding: 4px;
    text-align: left;
    padding-top: 8px;
}
.contact input
{
    width: 80px;
}
.language
{
    margin: 100px 0px 5px 300px;
    float: left;
    display: block;
}

.language a img
{
    border: 1px solid #000;
}

.language a:hover img
{
    border: 1px solid #fff;
}


/* newsly added on Sep 04*/

.quick_middle ul li
{
    margin-bottom: 8px;
    list-style-image: url(/images/arrow2.gif);
}

.notice
{
    background-image: url(/images/server_bg.gif);
    width: 170px;
    height: 164px;
    background-repeat: no-repeat;
    padding: 8px;
    color: #c9a215;
    padding: 15px;
}

.quick_middle h3
{
    color: #daa205;
    font-size: 18px;
}

.currency
{
    font-family: verdana;
    margin: 5px;
    cursor: pointer;
}
.currency.selected
{
    font-weight: bold;
    color: Red;
}

.inner_link a
{
    color: #FFFFFF;
    font-family: Verdana,Arial,Helvetica,Sans-serif;
    font-size: 9px;
}

.inner_link
{
    background-color: #000;
    color: #FFFFFF;
    font-size: 9px;
    text-align: center;
}

.language
{
    margin: 100px 0px 5px 300px;
    float: left;
    display: block;
}

.language a img
{
    border: 1px solid #000;
}

.language a:hover img
{
    border: 1px solid #fff;
}