/*
CSS Credit: http://www.templatemo.com/
*/
@font-face {
    font-family: Fontasique;
    src: url('fonts/Fontasique.ttf');
}

@font-face {
    font-family: Delicious;
    font-weight: bold;
    src: url('Delicious-Bold.otf');
}


body {
    margin: 0;
    padding: 0;
    line-height: 1.7em;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #666666;
    background: #ffffff ;
    background-image: url('../images/bg_wood.jpg');
}

a:link, a:visited { color: #000000; text-decoration: none; font-weight: bold;} 
a:active, a:hover { color: #000000; text-decoration: none;}

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.button_01 a{
    display: block;
    width: 122px;
    height: 30px;
    padding: 7px 0 0 ;

    color: #333;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: url(../images/templatemo_button_hover.jpg) no-repeat;
}

.button_01 a:hover {
    background: url(../images/templatemo_button.jpg) no-repeat;
}

h1 {
    margin: 0px;
    padding: 2px 0;
    font-size: 30px;
    font-weight: bold;
}

h2 {
    margin: 10px 0 10px 0;
    padding: 10px 0;
    font-size: 34px;
    font-weight: normal;
    color: #808e04;
}

h3 {
    margin: 0 0 10px 0;
    padding: 0px;
    font-size: 20px;
    font-weight: normal;
    color: #808e04;
    font-family: Fontasique;

}


.image_wrapper{
    margin-top: 3px;
    margin-bottom: 5px;
    border: 5px solid #e8e8e8;
    padding: 1px;
    background: #fff;
}

.fl_image{
    float: left;
    margin-right: 30px
}

.fr_image{
    float: right;
    margin-left: 20px
}
.fl { float: left; }
.fr { float: right; }

.margin_r40 { margin-right: 40px; }

.margin_r_20 { margin-right: 20px; }

.margin_r_80 { margin-right: 80px; }

/* site title */

#site_title_bar_wrapper {
    width: 100%;
    height: 100px;
    margin: 0 auto;



}

#site_title_bar {
    width: 980px;
    height: 100px;
    margin: 0 auto;
}

#site_title_bar  #site_title {
    float: left;
    padding: 0;
    text-align: center;
}

#site_title h1 a{
    margin: 0px;
    padding: 2px;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

#site_title h1 a:hover {
    font-weight: bold;
    text-decoration: none;
}

#site_title h1 a span {
    display: block;
    margin-left: 3px;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    letter-spacing: 4px;
}

#site_title img{
    margin: 0px;
    padding: 20px 0 0 0 ;

}
/* menu */
/*
#site_title_bar #menu {
    float: right;
    width: 515px;
    height: 100px;
    padding: 0 0 0 0;
    margin: 0 auto;

}

#menu ul {
    margin: 0px;
    padding: 0;
    list-style: none;
    float:right;
    font-family:candara;

}

#menu ul li{
    padding: 0px;
    margin: 0px;
    display: inline;
}

#menu ul li a{
    float: left;
    display: block;
    height: 20px;
    padding: 60px 20px 10px 20px;
    margin-left: 2px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    outline: none;
}

#menu li a:hover, #menu li .current{
    color: #ffffff;
    background: url(../images/templatemo_menu_hover.png) repeat-x top;
}
*/


#menu {
    /* you must set it to relative, so that you can use absolute position for children elements */
    position:relative;
    width:515px;
    height:100px;
    float: right;
}

#menu ul {
    /* remove the list style and spaces*/
    margin:0;
    padding:0;
    list-style:none;
    float: right;

    /* position absolute so that z-index can be defined */
    position:relative;

    /* center the menu, depend on the width of you menu*/


    /* should be higher than #box */
    z-index:100;


}

#menu ul li {

    /* give some spaces between the list items */
    margin:0 15px;

    /* display the list item in single row */
    float:left;
}

#menu ul li a{
    float: left;
    display: block;
    height: 20px;
    padding: 60px 20px 10px 20px;
    margin-left: 2px;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    outline: none;
}

#menu #box {

    /* position absolute so that z-index can be defined and able to move this item using javascript */
    position:absolute;
    left:0;
    top:0;

    /* should be lower than the list menu */
    z-index:50;

    /* image of the right rounded corner */
    height:100px;

    /* add padding 8px so that the tail would appear */
    padding-right:8px;

    /* self-adjust negative margin to make sure the box display in the center of the item */
    margin-left:-10px;

     background: url(../images/templatemo_menu_hover.png) repeat-x top;
}

#menu #box .head {
    /* image of the left rounded corner */
    height:20px;

    /* self-adjust left padding to make sure the box display in the center of the item */
    padding-left:10px;
}
/* end of menu*/

/* end of site title */

/* banner */

#banner_wrapper {
    clear: both;
    width: 100%;
    height: 350px;
    margin: 0 auto;
}

#banner {
    width: 980px;
    height: 250px;
    margin: 0 auto;
    background: url(../images/bg.png) ;
}



/* end of banner */


/* content */

#content {
    width: 960px;
    margin: 0 auto;
    padding: 30px 10px;
    background: #ffffff;
}

.product_box {
    float: left;
    width: 210px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #999;
}

.thumb_wrapper {
    width: 198px;
    height: 158px;
    padding: 6px;
    background:  url(../images/templatemo_thumb_frame.png) no-repeat;
}

product_box .thumb_wrapper img {
    width: 198px;
    height: 146px;
}

.product_box a {
    text-decoration: none;
}

.product_box a:hover {
    text-decoration: none;
}

.product_box h3 {
    padding: 0px;
    margin: 0px;
    height: 20px;
    font-size: 14px;
    color: #ac5d08;
    border-top: 1px solid #fff;
    background: url(../images/templatemo_product_box_title_bg.jpg) repeat-x;
}

.product_box p {
    color: #666666;
    font-weight: normal;
}

.product_detail_right {
    float: right;
}

.product_detail_right .product_img_wrapper {
    display: block;
    width: 471px;
    height: 532px;
    padding: 7px;
    background: url(../images/preview_image_bg.jpg) no-repeat;
}

.product_detail_right .product_img_wrapper img {
    border: 1px solid #ffffff;
    width: 470px;
    height: 500px;
}

.product_detail_left {
    float: left;
    width: 300px;
}

.product_detail_left h3 {
    font-size: 16px;
    color: #333333;
}

.service_applied {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.service_applied li{
    margin: 0px;
    padding: 3px 0 3px 20px;
    color: #006695;
    background:url(../images/templatemo_list_icon.jpg) left center no-repeat;
}
/* end of menu */

/* content */


#footer_wrapper {
    width: 100%;
    margin: 0 auto;

}

#footer {
    width: 960px;
    margin: 0 auto;
    padding: 50px 10px;
    color: #d4d5cd;
    background:url(../images/footer.png) no-repeat top center;
}

#footer .section_w220 {
    float: left;
    width: 200px;
    padding-right: 20px;
}

#footer .section_w220 h4 {
    color: #ffffff;
    margin: 0 0 10px 0;
    padding: 3px 0;
    border-bottom: 1px dotted #FFF;
}

#footer p {
    margin-bottom: 10px;
}

.footer_list_menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer_list_menu li {
    margin: 0px;
    padding: 3px 0;
}

.footer_list_menu li a{
    color: #d4d5cd;
    font-weight: normal;
}

.footer_list_menu li a:hover{
    color: #ffffff;
    font-weight: normal;
}

/* end of menu */	
#contact {

}
#contact .comment-form-author, .comment-form-email, .comment-form-url, .comment-form-comment {
    background:#FAFAFA;
    padding: 5px 10px 5px 5px;
    width: 400px;

}
#contact input{
    background:#FFFFFF;
    color: #555555;
    font-size: 1.1em;
    padding: 10px;
    border:1px solid #DDDDDD;
    width:330px;
}
#contact textarea{
    background:#FFFFFF;
    color: #555555;
    font-size: 1.1em;
    padding: 10px;
    border:1px solid #DDDDDD;
    width:382px;
}
#contact label{
    color: #555555;
    height:100%;
    text-align:100%;

}