@font-face {
    font-family: Diavlo;
    src: url('Diavlo_MEDIUM_II.otf');
}

@font-face {
    font-family: Diavlo;
    font-weight: bold;
    src: url('Diavlo_BOLD_II.otf');
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    font-family: 'Kelly Slab', cursive;
    font-weight: 200;
    font-size: 12px;
    color: #0d2d4b;
    background: #67d2f4  url(images/templatemo_body_top.png) top repeat-x;
}

a:link, a:visited { color: #0683ab; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #CC0066; text-decoration: none; }

.button_01 a {
    display: block;
    width: 80px;
    height: 21px;
    padding: 3px 0 0 0;
    background: url(images/templatemo_button.png)  no-repeat;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.button_01 a:hover{
    color: #666;
    background: url(images/templatemo_button_hover.png) no-repeat;
}

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }

.margin_r40 { margin-right: 40px; }

.float_l { float: left; }
.float_r { float:  right; }


/* menu */

#templatemo_menu_wrapper {
    width: 100%;
    height: 55px;
    margin: 0 auto;
    background: url(images/templatemo_menu.png) no-repeat center top ;
}

#templatemo_menu {
    width: 940px;	
    height: 55px;
    margin: 0 auto;
    background: url(images/templatemo_menu.png) no-repeat center top;
}

#templatemo_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#templatemo_menu ul li {
    padding: 0;
    margin: 0;
    display: inline;
}

#templatemo_menu ul li a {
    float: left;
    display: block;
    width: 147px;
    height: 33px;
    padding: 12px 4px 0 0px;
    font-size: 18px;
    text-decoration: none;
    color: #828282;	
    text-align: center;
    font-weight: normal;
    outline: none;	
    /*	background: url(images/templatemo_menu_divider.png) top right no-repeat; */
}

#templatemo_menu li a:hover, #templatemo_menu li .current {
    color: #000000;
}

/* end of menu */

/* header */

#templatemo_header_wrapper {
    clear: both;
    width: 100%;
    height: 145px;	
    margin: 0 auto;	
    background: url(images/templatmeo_header.jpg) no-repeat center;
}

#templatemo_header {
    width: 940px;
    height: 145px;
    margin: 0 auto;
    text-align: center;
    background: url(images/templatmeo_header.jpg) no-repeat center;
}

#templatemo_header  #site_title {
    padding-top: 0px;
    padding-bottom:0px;
    width: 940px;
}

/* end of header */

/* slider */

#templatemo_slider_wrapper {
    clear: both;
    width: 100%;
    height: 100px;	
    margin: 0 auto;	
    background: url(images/templatemo_slider.jpg) no-repeat center;
}

#templatemo_slider {
    width: 940px;
    height: 100px;
    margin: 0 auto;
    background: url(images/templatemo_slider.jpg) no-repeat center;
}
/* end of slider */

/* content */

#templatemo_content_wrapper {
    width: 880px;
    padding: 0 50px 0 30px;
    margin: 0 auto;	
    background: url(images/templatemo_content_middle.png) repeat-y;
}

#templatemo_content_wrapper_bottom {
    margin: 0 auto;
    width: 960px;
    height: 15px;
    background: url(images/templatemo_content_bottom.png) no-repeat;
}

#templatmeo_sidebar {
    float: left;
    width: 270px;
    padding: 30px 0;
    background: url(images/templatemo_sidebar.jpg) repeat-y; 

}

#templatmeo_sidebar .sidebar_section {
    margin-bottom: 10px;
}

#templatmeo_sidebar .sidebar_section_content {
    margin:0 5px 0 25px;
}

#templatmeo_sidebar h2 {
    width: 235px;
    height: 28px;	
    margin: 0 0 15px 0;
    padding: 7px 0 0 35px;
    color: #fff;
    background: url(images/templatemo_sidebar_header.png);
}


form {
    margin: 0;
    padding: 0;
}

#templatemo_content {
    float: right;
    width: 560px;
    padding: 30px 0;
}

#templatemo_content h2 {
    margin: 0 0 20px 0;
    font-size: 26px;
    color: #128eb5;
}

.content_section {
    clear: both;
    width: 100%;
    border-bottom: 1px solid #666666;
    padding-bottom: 0px;
    margin-bottom: 30px;
    text-align: justify;
}

.content_section p {
    margin-bottom: 10px;
}

.product_box {
    float: left;
    width: 260px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #666;
    margin-bottom: 20px;
}

#templatemo_content .product_box p {
    padding: 0;
    margin: 0 0 5px 0;
}

#templatemo_content .product_box a {
    color: #000000;
    font-weight: bold;
}

.price {
    color: #CC0066;
    font-size: 14px;
    font-weight: bold;
}

.product_box h3 {
    margin: 10px 0;
    font-size: 14px;
    font-weight: bold;
    color: #128eb5;
}

.product_box .image_wrapper {
    border: 10px solid #e0e0e0;
    margin-bottom: 10px;
}

/* end of content */

/* footer */

#templatemo_footer {
    width: 900px;
    padding: 10px 20px;
    margin: 0 auto;
    text-align: center;
    color: #000000;
}

#templatemo_footer a {
    color: #000000;
    font-weight: bold;
}

#templatemo_footer .footer_menu {
    margin: 0 0 10px 0;
    padding: 0px;
    list-style: none;
}

.footer_menu li {
    margin: 0px;
    padding: 0 20px;
    display: inline;
    border-right: 1px solid #000000;
}

.footer_menu li a {
    color: #000000;
}

.footer_menu .last_menu {
    border: none;
}

/* end of footer */

