* {
    margin:0;
    padding:0;
    border:none;
}

body {
    background:#f0f0f0 url(images/bg.jpg) repeat-x;
    font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color:#444444;
}

ol, ul, li {
    list-style-type:none;
}

input.text {
    padding:2px 2px;
    background:#ffffff url(images/input.jpg) repeat-x;
    border:1px solid #808285;
    font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color:#444444;
}
input.button {
    padding:2px 5px;
    background:#d7d7d7 url(images/button.jpg) repeat-x;
    border:1px solid #808285;
    font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color:#444444;
    cursor:pointer;
}
input.button:active {
    background:#dcdac8;
}
textarea {
    padding:2px 2px;
    background:#ffffff url(images/input.jpg) repeat-x;
    border:1px solid #808285;
    font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color:#444444;
    overflow:auto;
}
select {
    padding:0;
    background:#ffffff url(images/input.jpg) repeat-x;
    border:1px solid #808285;
    font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color:#444444;
}
select option {
    padding:2px;
}

a {
    text-decoration:underline;
    color:#444444;
}
a:hover {
    text-decoration:none;
    color:#ff3300;
}

.f_left, .f_middle {
    float:left;
}
.f_right {
    float:right;
}
.clear {
    clear:both;
}

.container {
    width:887px;
}
#header {
    height:86px;
}
#header .f_left {
    padding-top:14px;
    width:392px;
    height:72px;
}
#header .f_left a {
    display:block;
    width:392px;
    height:72px;
    background:transparent url(images/logo.jpg) no-repeat;
}
#header .f_right {
    padding-top:33px;
    width:495px;
    height:53px;
}
#header .f_right ul {
    float:right;
    height:27px;
}
#header .f_right ul li {
    float:left;
    margin-left:1px;
    height:27px;
}
#header .f_right ul li a {
    float:left;
    padding:5px 15px 0 15px;
    height:20px;
    text-decoration:none;
}
#header .f_right ul li a:hover, #header .f_right ul li a.active {
    background:#0079ff;
    color:#ffffff;
}

#middle {
    padding:10px 0 10px 26px;
    background-color:#ffffff;
}
#middle .container {
    width:861px;
}
#middle .container .f_left {
    padding:0 5px;
    width:120px;
}
#middle .container .f_left .box {
    margin-bottom:5px;
}
#flags {
    height:16px;
}
#flags a {
    float:left;
    margin:2px 5px 0 0;
    width:16px;
    height:11px;
}
#flags a.tr {
    background:transparent url(images/flags.jpg) 0 0 no-repeat;
}
#flags a.eng {
    background:transparent url(images/flags.jpg) -21px 0 no-repeat;
}
#flags span {
    float:left;
    width:73px;
}
#menu {
    margin-top:10px;
}
#menu ul {
    padding-bottom:5px;
}
#menu ul li {
    display:block;
    margin:2px 0;
}
#menu ul li a {
    display:block;
    margin:2px 0;
    padding:2px 2px 2px 10px;
    background:transparent url(images/menu_bullet.gif) 0 8px no-repeat;
    text-decoration:none;
}
#menu ul li a:hover {
    text-decoration:underline;
    color:#0079ff;
}
#menu ul li a.active {
    text-decoration:underline;
}
#menu ul li {
    display:inline;
}
#call_center {
    padding-bottom:10px;
    height:86px;
    background:transparent url(images/call_center.jpg) no-repeat;
}
#corporate_logos {
    height:208px;
    background:transparent url(images/corporate_logos.jpg) center no-repeat;
}
#middle .container .f_right {
    width:730px;
}
#middle .container .f_right .box {
    margin-bottom:5px;
}
#middle .container .f_right .index {
    margin-top:-35px;
}
#middle .container .f_right .box h1 {
    margin-bottom:5px;
    padding:2px 0;
    border-bottom:1px solid #b0b0b0;
    font:18px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#aaaaaa;
}
#middle .container .f_right .box p {
    margin-bottom:10px;
    line-height:16px;
    text-align:justify;
}

/* begin: slider */
#slider{
    position:relative;
    margin-bottom:5px;
    width:730px;
    height:253px;
    overflow:hidden;
}	
#slider ul, #slider li {
    margin:0;
    padding:0;
    width:730px;
    height:253px;
    list-style:none;
}
#slider li {
    width:730px;
    height:253px;
    overflow:hidden; 
}	
#prevBtn, #nextBtn {
    display:block;
    width:17px;
    height:17px;
}
#prevBtn a, #nextBtn a {
    position:absolute;
    display:block;
    width:17px;
    height:17px;
    background-image:url(images/slider_btn.gif);
    top:338px;
}	
#nextBtn a {
    left:185px;
    background-position:-17px 0;
}
#prevBtn a {
    left:165px;
}
/* end: slider */

#product_slider {
    position:relative;
    width:730px;
    height:113px;
    overflow:hidden;
}
#product_slider img {
    border:1px solid #eeeeee;
}
#product_slider a.prev, #product_slider a.next {
    position:absolute;
    float:left;
    width:27px;
    height:113px;
    background:transparent url(images/carousel_btn.gif) 0 0 no-repeat;
}
#product_slider a.next {
    margin-left:705px;
    background-position:-27px 0;
}

#products .content .left {
    float:left;
    width:200px;
}
#products .content .right {
    float:right;
    padding-left:5px;
    width:525px;
}

#product_detail .desc h3 {
    background:#f2f2f2;
}

#categories {
    width:200px;
}
#categories ul {
    border-top:1px solid #e0e0e0;
    border-left:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
}
#categories ul li {
    border-bottom:1px solid #e0e0e0;
}
#categories ul li a {
    display:block;
    padding:5px 6px 5px 20px;
    background:transparent url(images/bullet.gif) 5px 8px no-repeat;
    text-decoration:none;
    font-weight:bold;
    color:#444444;
}
#categories ul li a:hover {
    background-color:#f2f2f2;
    color:#ff3300;
}
#categories ul li ul {
    display:none;
    margin-left:20px;
    border:none;
}
#categories ul li ul li {
    display:inline;
    border:none;
}
#categories ul li ul li {
    border:none;
}
#categories ul li ul li a {
    font-weight:normal;
}
#categories ul li ul li a:hover {
    background-color:transparent;
}
#products h1 {
    margin-bottom:5px;
    padding:2px 0;
    border-bottom:1px solid #b0b0b0;
    font:18px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#aaaaa9;
}
#products h1 span {
    font:11px Tahoma, Arial, Helvetica, sans-serif;
}
#products h1 a {
    text-decoration:none;
    color:#aaaaa9;
}
#products h1 a:hover {
    text-decoration:underline;
    color:#ff3300;
}
#products .f_right .content p {
    margin-bottom:10px;
    font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align:justify;
    line-height:20px;
}

#product_items .item {
    padding:5px;
    height:77px;
    border-bottom:1px solid #e0e0e0;
}
#product_items .odd {
    background:#f2f2f2;
}
#product_items .item .img {
    float:left;
    margin-right:5px;
    width:105px;
}
#product_items .item .img img {
    border:1px solid #e0e0e0;
}
#product_items .item .desc {
    float:left;
    width:400px;
}
#product_items .item .desc h3 {
    margin-bottom:5px;
}
#product_items .item .desc h3 a {
    font:bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-decoration:none;
    color:#444444;
}
#product_items .item .desc h3 a:hover {
    text-decoration:underline;
    color:#ff3300;
}
#product_items .item .desc p {
    margin-bottom:3px;
}

#product_detail .desc h3 {
    margin-bottom:5px;
    padding:3px 0;
    border-bottom:1px solid #e0e0e0;
    font:bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align:center;
    text-decoration:none;
    color:#444444;
}
#product_detail .desc p, #product_detail .desc div {
    margin-bottom:5px;
    font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#product_detail .images .imgs {
    width:202px;
}
#product_detail .images .imgs h4, #product_detail .images .t_imgs h4 {
    margin-bottom:5px;
    padding:3px 5px;
    background:#f2f2f2;
    font:bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#666666;
}
#product_detail .images .imgs a {
    float:left;
}
#product_detail .images .imgs a img, #product_detail .images .t_imgs a img {
    margin-bottom:5px;
    border:1px solid #e0e0e0;
}
#product_detail .images .imgs a:hover img, #product_detail .images .t_imgs a:hover img {
    border-color:#ff3300;
}

#page h2 {
    margin-bottom:5px;
    padding:3px 6px;
    border-bottom:1px solid #e0e0e0;
    font:bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align:center;
}
#page h3 {
    margin-bottom:5px;
    font:bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align:justify;
}
#page p {
    margin-bottom:15px;
    line-height:17px;
}
#page ul {
    margin-bottom:15px;
    line-height:17px;
}
#page ul li {
    padding:2px 0 0 16px;
    background:transparent url(images/arrow_right.gif) 0 3px no-repeat;
}

#contact .left {
    float:left;
    width:300px;
}
#contact .right {
    float:right;
    width:300px;
}
#contact table {
    width:100%;
}
#contact table caption {
    padding:2px;
    font:bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#666666;
    text-align:left;
}
#contact table tr {
    vertical-align:top;
}
#contact table th {
    text-align:left;
}
#contact table th, #contact table td {
    line-height:17px;
}

.not_found {
    padding:40px 20px;
    text-align:center;
}
.pager {
    padding:5px 0;
    text-align:right;
}
.pager span {
    margin-right:1px;
    padding:2px 3px 2px 5px;
    background:#b3b3b3;
    font-weight:bold;
    color:#ffffff;
}
.pager span.current_page {
    margin-right:1px;
    padding:2px 3px 2px 5px;
    background:#df2b2e;
    font-weight:bold;
    color:#ffffff;
}
.pager a {
    margin-right:1px;
    padding:2px 3px 2px 5px;
    background:#b3b3b3;
    font-weight:bold;
    text-decoration:none;
    color:#ffffff;
}
.pager a:hover {
    background:#7a7a7a;
    color:#ffffff;
}

#imagemap a {
    position:absolute;
    float:left;
    display:block;
    opacity:0.15;
    filter:alpha(opacity=15);
}
#imagemap a.im_c1 {
    margin-top:8px;
    margin-left:5px;
    width:85px;
    height:364px;
    background:#ff3300;
}
#imagemap a.im_c2 {
    margin-top:45px;
    margin-left:90px;
    width:175px;
    height:154px;
    background:#1237e7;
}
#imagemap a.im_c3 {
    margin-top:200px;
    margin-left:90px;
    width:180px;
    height:45px;
    background:#6ad500;
}
#imagemap a.im_c4 {
    margin-top:160px;
    margin-left:350px;
    width:80px;
    height:45px;
    background:#6ad500;
}
#imagemap a.im_c5 {
    margin-top:8px;
    margin-left:425px;
    width:95px;
    height:364px;
    background:#ff3300;
}

#footer {
    border-top:1px solid #dedede;
}
#footer .container {
    padding:10px 10px 10px 26px;
    width:851px;
    color:#989898;
}
#footer .container a {
    color:#989898;
}