/********************************************
  HTML
********************************************/
* {
    margin:0;
    padding:0;
}
body {
    background: url(/img/bg.gif) top left #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    line-height: 150%;
    color: #333;
    text-align: center;
}
a,
a:link,
a:visited,
a:active {
    cursor: pointer;
    text-decoration: none;
    outline: none;
    color: #e10390;
}
a:hover {
}
h1, h2, p, table, ul, ol {
    margin-bottom: 20px;
}
h1 {
    font-size: 2.6em;
    color: #e10390;
}
h2 {
    font-size: 1.2em;
    color: #e10390;
}
ul, ol {
    padding-left: 20px;
}
img {
    border: 0;
}
th, td {
    vertical-align: top;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}
/********************************************
  GENERAL CLASSES
********************************************/
.breaker {
    clear: both;
    font-size: 1px;
    line-height: 1px;
}

/********************************************
  LAYOUT
********************************************/
#languages {
    font-size: 0.8em;
    float: right;
    margin-right: 17px;
    line-height: 18px;
}
#languages a,
#languages a:link,
#languages a:visited,
#languages a:active {
    color: #fff;    
}
#languages img {
    vertical-align: middle;
}
#outerContainer {
    background: url('/img/header-bg.gif') repeat-x top left;
}
#container {
    width: 894px;
    margin: 0 auto;
    text-align: left;
}
#header {
    height: 120px;
}
#logo {
    width: 172px;
    float: left;
}
#menu {
    margin-left: 250px;
    padding-top: 73px;
    font-size: 1.1em;
}
#menu ul li {
    display: block;
    float: left;
    line-height: 31px;
}
#menu ul li.active {
    background: url('/img/active-menu-left.gif') no-repeat top left #e10390;
}
#menu ul li.active a {
    background: url('/img/active-menu-right.gif') no-repeat top right;
}
#menu a,
#menu a:link,
#menu a:hover {
    color: #fff;
    padding: 0 15px;
    line-height: 31px;
    font-weight: bold;
    display: block;
    float: left;
}
#main {
    clear: both;
    padding-top: 50px;
}
#contentContainer h1 {
    background: url('/img/home-bg-top.gif') no-repeat top left;
    padding: 30px;
}
#contentContainer {
    background: url('/img/home-bg.gif') repeat-y top left;
}
#slideShow {
    height: 265px;
    width: 890px;
    margin-bottom: 20px;
}
#slideShow img {
    overflow: hidden;
    display: block;
}
#slideshowMask {
    background: url('/img/slider-mask.png') no-repeat top left;
    z-index: 9999;
    position: absolute;
    width: 891px;
    height: 265px;
}
#content {
    background: url('/img/home-bg-bottom.gif') no-repeat -1px 100%;
    padding: 0 30px 30px 30px;
}
#left {
    background: url('/img/left-bg-top.gif') no-repeat top left;
    padding-top: 13px;
    float: left;
    width: 267px;
}
#left ul {
    background: url('/img/left-bg-bottom.gif') no-repeat bottom left;
    padding: 0 0 13px 0;
    list-style: none;
}
#left ul li {
    background: url('/img/left-bg.gif') repeat-y top left;
    padding: 2px 30px;
    font-size: 1.1em;
    line-height: 1.5em;
}
#left ul li a:hover,
#left ul li a.active {
    text-decoration: underline;
}
#left ul li a,
#left ul li a:link {
    color: #333;
    font-weight: bold;
}
#left .hotCategory a {
    color: #E10390;
}
#productsContainer h1 {
    background: url('/img/products-bg-top.gif') no-repeat top left;
    padding: 30px;
}
#productsContainer {
    background: url('/img/products-bg.gif') repeat-y top left;
    margin-left: 15px;
    float: left;
}
#products {
    padding: 0 40px 30px 30px;
}
#product {
    /*padding: 0 16px 30px 30px;*/
    width: 608px;
}
#product #productImageContainer, #product #thumbs, #productContent {
    margin: 0 20px;
}
#productContent {
    margin-top: 10px;
}
#productContent {
    padding-right: 40px;
}
#products h2 a,
#products h2 a:link {
    color: #333;
}
#products .productWrapper h2 {
    margin-bottom: 0;
}
#products .productWrapper span {
    display: block;
    font-weight: bold;
    background: url(/img/price-bg.gif) no-repeat top center;
    line-height: 25px;
    height: 25px;
    color: #fff;
    font-size: 1.3em;
}
#products .productWrapper span.priceOld {
    background-image: url();
    color: #333;
    height: 20px;
    font-weight: normal;
    font-size: 1.0em;
}
#products .productWrapper {
    float: left;
    width: 250px;
    text-align: center;
    margin: 0 20px 10px 0;
}
#products .productWrapper span {
    font-weight: bold;
}
#products .productWrapper div {
    border: 1px solid #eee;
    width: 250px;
    height: 250px;
}
#products .productWrapper a,
#products .productWrapper a:link {
    color: #333;
}
#product #mainThumb {
    width: 200px;
}
#product #thumbs img {
    border: 1px solid #eee;
    vertical-align:text-top;
}
#bottomProducts {
    height: 30px;
    background: url('/img/products-bg-bottom.gif') no-repeat bottom left;
}
#productImage {
    width: 560px;
    border: 1px solid #eee;
    margin-bottom: 10px;
}
.price {
    font-weight: bold;
    font-size: 1.3em;
}
.priceOld {
    text-decoration: line-through;
}
#imageContainer {
    float: left;
}
#footer {
    margin: 20px 0;
    background: url('/img/footer-bg2.gif') repeat-x top left;
    font-size: 0.9em;
    color: #666;
    height: 62px;
}
#copyright {
    float: left;
    background: url('/img/footer-bg-left2.gif') no-repeat 0 -1px;
    padding-left: 15px;
    height: 62px;
}
#copyright #bottommenu {
    margin: 10px 0 7px;
}
#webdesignBy {
    margin-left: 550px;
    background: url('/img/footer-bg-right2.gif') no-repeat top right;
    height: 62px;
}
#webdesignBy p {
    padding-top: 35px;
}
.partners div {
    float: left;
    width: 400px;
}
#map {
    height: 500px;
    margin: 0 15px 15px;
}
#customerServiceContainer .imageWrappper {
    overflow: hidden;
    width: 135px;
    height: 135px;
    border: 1px solid #eee;
    display: table-cell;
    vertical-align: middle;
    line-height: 135px; 
}
#customerServiceContainer img {
    margin: 0 auto;
    vertical-align: middle;
}
#customerServiceContainer .imageWrappper a {
    line-height: 135px;
}
#customerServiceContainer a {
    font-weight: bold !important;
}
.customerService {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    width: 135px;
    text-align: center;
}
iframe {
    width: 820px;
    height:350px;
    border: 0;
}
