/* DEFAULT CSS */

html, body {
	height: 100%;
}

body {
    background: url("../images/main-bg.jpg") top center no-repeat;
	height: 100%; 
	font-family: Tahoma;
	font-size: 11px; 
	margin: 0; 
	padding: 0;
	color: #666;
    line-height: 1.5em;
}

fieldset{
    border: none;
    vertical-align: top;
}

fieldset span{
    vertical-align: top;
}

label{
    display: inline-block;
    width: 200px;
    vertical-align: top;
}
	
p {
	padding: 0; 
	margin: 10px 0;
}
	
ul, li {
	list-style: none; 
	padding: 0; 
	margin: 0;
}
	
img {
	border: none;
}
	
h1, h2, h3, h4, h5 {padding: 0; margin: 0; font-weight: normal;}
	
.left {float: left;}
.right {float: right;}
.red {color: #C61B1B;}
.green {color: #98B22B; }
.white {color: #fff; }
.smltxt {font-size: 11px;}
.clear {clear:both;}
.hoverimg {background: #ccc; padding: 3px; float: left;}
.hoverimg:hover {cursor: pointer; background: #e4e4e4;}

input, select, textarea {
    font-size: 12px;
    font-family: Tahoma;
}
#wrapper {
    width: 1000px;
    margin: 0 auto;
}

#top-bar {
    height: 50px;
}

#top-bar #logo{
    width: 250px;
    float:left;
    margin-top:5px;
}

#top-bar #description{
    margin-top: 20px;
    width: 450px;
    float:right;
    text-align: right;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    font-style: italic;
}

#menu {
    background: url("../images/menu-bg.png");
    height: 34px;
    border: solid 1px #5d5d5d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    -webkit-box-shadow: 0px 2px 3px 0px ;
    -moz-box-shadow: 0px 2px 3px 0px ;
    box-shadow: 0px 2px 3px 0px ; 
}

.main-menu, .main-menu a {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    width: 120px;
    float: left;
    text-align: center;
    padding-top:4px;
    height: 30px;
}

.main-menu:hover {
    background-color: #303030;
    -webkit-box-shadow: inset 0px 0px 30px 10px #000000;
    -moz-box-shadow: inset 0px 0px 30px 10px #000000;
    box-shadow: inset 0px 0px 30px 10px #000000; 
}

.main-menu a:hover {
    text-decoration: none;
}

.main-devider {
    background: url("../images/menu-devider.png");
    height: 34px;
    width: 3px;
    float: left;
}

#search-coloumb {
    width: 170px;
    height: 20px;
    margin: 7px 10px 0 0;
    background: url("../images/search-bg.png");
    float: right;
}

.search-input {
    border: none;
    height: 15px;
    margin-left:30px;
    margin-top:2px;
    background: none;
    color: #666;
}

#slide-bar {
    margin-top:20px;
    /*
    background: url("../images/general-bg.png");
    height: 275px;
    border: solid 1px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    -webkit-box-shadow: 0px 2px 3px 0px ;
    -moz-box-shadow: 0px 2px 3px 0px ;
    box-shadow: 0px 2px 3px 0px ; 
    overflow: hidden;
    */
}

#slide {
}

#info-bar {
    padding: 5px 15px;
    margin-top: 30px;
    background: #f1f1f1;
    border: solid 1px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
}

#content-bar {
    margin-top:20px;
    border: solid 1px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    -webkit-box-shadow: 0px 2px 3px 0px ;
    -moz-box-shadow: 0px 2px 3px 0px ;
    box-shadow: 0px 2px 3px 0px ; 
}

#sidebar-left {
    width: 220px;
    float: left;
    padding:10px;
	overflow: hidden;
}

#sidebar-right {
    width: 220px;
    float: right;
    padding:10px;
}

.sidebar-coloumb {
    margin-bottom:20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    border: solid 1px #ccc;
}

.sidebar-coloumb h3{
    margin: 0;
    padding: 10px;
    font-size:12px;
    font-weight: bold;
    color: #333;
    background: url("../images/general-bg-small.png");
    border-bottom: solid 1px #ccc;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px; 
    text-shadow: -1px 1px 1px #9c9c9c;
    filter: dropshadow(color=#9c9c9c, offx=-1, offy=1);
}

.sidebar-coloumb ul {
    padding:0 15px;
    padding-bottom: 10px;
}

.sidebar-coloumb li {
    border-bottom: dotted 1px #ccc;
    padding: 10px 0;
    padding-left: 20px;
    background: url("../images/navbullet.png") no-repeat scroll 0.5em 1.4em transparent;
}


.sidebar-coloumb a.title {
    font-weight: bold;
    color: #666;
}
.sidebar-coloumb a.title:hover {
    text-decoration: none;
    color: #333;
}

.sidebar-coloumb-2 {
    padding-bottom: 10px;
    margin-bottom:20px;
    background:  url("../images/widget_sepretor.png") no-repeat bottom center;
}

.sidebar-coloumb-2 h3{
    margin: 0;
    padding: 10px;
    font-size:12px;
    font-weight: bold;
    color: #333;
    background: url("../images/general-bg-small.png");
    border-bottom: solid 1px #ccc;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px; 
    text-shadow: -1px 1px 1px #9c9c9c;
    filter: dropshadow(color=#9c9c9c, offx=-1, offy=1);
}

.sidebar-coloumb-2 ul {
    padding:0 15px;
    padding-bottom: 10px;
}

.sidebar-coloumb-2 li {
    border-bottom: dotted 1px #ccc;
    padding: 10px 0;
    padding-left: 20px;
    background: url("../images/navbullet.png") no-repeat scroll 0.5em 1.4em transparent;
}


.sidebar-coloumb-2 li a.title {
    font-weight: bold;
    color: #666;
}
.sidebar-coloumb-2 li a.title:hover {
    text-decoration: none;
    color: #333;
}

.findmore{
    padding:0px 10px 10px 10px;
    text-align: right;
}

#content-center {
    width: 465px;
    float: left;
    padding: 10px;
}

#content-center h3{
    margin: 0;
    padding: 10px;
    font-size:12px;
    font-weight: bold;
    border-bottom: solid 1px #ccc;
    color: #333;
    background: url("../images/general-bg-small.png");
    text-shadow: -1px 1px 1px #9c9c9c;
    filter: dropshadow(color=#9c9c9c, offx=-1, offy=1);
}

#content-wide {
    width: 720px;
    float: left;
    padding: 10px;
}

#content-wide h3{
    margin: 0;
    padding: 10px;
    font-size:12px;
    font-weight: bold;
    border-bottom: solid 1px #ccc;
    color: #333;
    background: url("../images/general-bg-small.png");
    text-shadow: -1px 1px 1px #9c9c9c;
    filter: dropshadow(color=#9c9c9c, offx=-1, offy=1);
}

#footer {
    margin-top: 20px;
    margin-bottom:35px;
    padding:10px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.normal-list {
    padding: 15px 3px;
}

.list-product {
    margin: 15px 3px;
}

.list-product .img-cont {
    width: 130px;
    float: left;
}

.list-product .desc-cont {
    width: 300px;
    float: left;
}

a.title {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #0088cc;
    text-decoration: none;
    clear: both;
}

.title {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #0088cc;
    text-decoration: none;
    clear: both;
}

a.title:hover {
    text-decoration: underline;
}

.price {
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

.red-button {
    background: url("../images/button.png");
    width: 62px;
    height: 18px;
    text-align: center;
    padding-top:3px;
    color: #fff;
    cursor: pointer;
    margin-right: 5px;
    float: left;
}

.red-button:hover {
    background: url("../images/button.png") 0 21px;
}

.blue-button {
    background: url("../images/button2.png");
    width: 62px;
    height: 18px;
    text-align: center;
    padding-top:3px;
    color: #fff;
    cursor: pointer;
    margin-right:5px;
    float: left;
}

.blue-button:hover {
    background: url("../images/button2.png") 0 21px;
}

a {
    color: #0088cc;
    text-decoration: none;
}

.product-coloumb {
     width: 150px;
     float: left;
     text-align: center;
}

.border-dashed-bottom {
    border-bottom: dashed 1px #ccc;
}

.smlcoloumb {
    width:400px;
}

#reseller-info {
    height: 15px;
    width: 220px;
    float:left;
    overflow: hidden;
    margin-left: 10px;
}

#recent-product-home{
    height: 210px;
    width: 220px;
    float:left;
    overflow: hidden;
    margin-left: 10px;
}

#bottom-containner{
    overflow: hidden;
    width: 998px;
    position: fixed; 
    bottom: 0; 
    height: 34px;
    border: solid 1px #5d5d5d;
    z-index: 999999;
    background: url("../images/menu-bg.png") repeat-x;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px; 
    -webkit-box-shadow: 0px 2px 3px 0px ;
    -moz-box-shadow: 0px 2px 3px 0px ;
    box-shadow: 0px 2px 3px 0px ; 
}

#cart-holder {
    margin-left:10px;
    background: url("../images/cart.png") no-repeat;
    height: 40px;
    padding: 7px 0 0 40px;
    width: 120px;
    float: left;
}

#cart-holder a {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

#button-holder{
    width: 620px;
    float: right;
}

.bottom-menu, .bottom-menu a {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    width: 100px;
    float: left;
    text-align: center;
    padding-top:4px;
    height: 30px;
}

.bottom-menu:hover {
    background-color: #303030;
    -webkit-box-shadow: inset 0px 0px 30px 10px #000000;
    -moz-box-shadow: inset 0px 0px 30px 10px #000000;
    box-shadow: inset 0px 0px 30px 10px #000000; 
}

.bottom-menu a:hover {
    text-decoration: none;
}

.input-text {
    padding:8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #F7F7F7;
    border: solid 1px #ccc;
    font-family: Tahoma;
	font-size: 11px; 
	color: #666;
}

.downloadlink {
    background: url("../images/download.png") no-repeat;
    padding-left: 20px;
}
.normal-button {
    padding:5px 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #2E2E2E;
    border: solid 1px #000000;
    font-family: Tahoma;
	font-size: 11px; 
	color: #fff;
    cursor: pointer;
}
#submit {
    padding:5px 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #2E2E2E;
    border: solid 1px #000000;
    font-family: Tahoma;
	font-size: 11px; 
	color: #fff;
    cursor: pointer;
}
#submit:hover {
    background-color: #5C5B5B;
    border: solid 1px #3B3A3A;
}

#reset {
    padding:5px 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #00AFD6;
    border: solid 1px #0298BA;
    font-family: Tahoma;
	font-size: 11px; 
	color: #fff;
    cursor: pointer;
}
#reset:hover {
    background-color: #2AC7EB;
    border: solid 1px #00AFD6;
}

/* TIPSY */

.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(../images/tipsy.gif); }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }
  
/* Promo Banner Slider */

#promo-slide {
    height: 130px;
}
.banner-img {
    width:465px;
    height:100px;
   
    
}


.promo-theme #promo-slider {
    width:465px; /* Make sure your images are the same size */
    height:100px; /* Make sure your images are the same size */
}

.promo-theme .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
    border: solid 1px #ccc;
    
}
.promo-theme .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.promo-theme .nivoSlider a {
	border:0;
	display:block;
}

.promo-theme .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-25px;
    margin-left:-240px; /* Tweak this to center bullets */
}
.promo-theme .nivo-controlNav a {
	display:block;
	width:18px;
	height:18px;
	background:url(../images/bullets-banner.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:2px;
	float:left;
}
.promo-theme .nivo-controlNav a.active {
	background-position:0 -22px;
}

.promo-theme .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.promo-theme a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.promo-theme a.nivo-prevNav {
	left:15px;
}

.promo-theme .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.promo-theme .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.promo-theme .nivo-caption a:hover {
    color:#fff;
}

#facebook-fans-box {
    margin-bottom: 20px;
}

/* Notification */
.info, .success, .warning, .error, .validation {
  border: 1px solid;
  margin: 10px 0px;
  padding:15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.info {
  border: 1px solid #85ACDB;
  background-color: #F3F7FD;
  background-image: url('../images/info.png');
}
.success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image:url('../images/success.png');
}
.warning {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url('../images/warning.png');
}
.error {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url('../images/error.png');
}
.agreement {
    background: none repeat scroll 0 0 #F3F7FD;
    border: 1px solid #85ACDB;
    margin: 3px 0;
    margin-top: 10px;
    padding: 5px;
}

.catalog-logo-cons {
    width: 190px;
    height: 110px;
    float: left;
}
.catalog-product-cons {
    width: 130px;
    height: 110px;
    float: left;
    text-align: center;
    margin:5px;
}

.cat_new_flag {
    position: absolute;margin-top: -5px;margin-left: 5px;
}

#related-product .product-list{
    width: 160px;
    float: left;
    text-align: center;
    margin-right: 20px;
}

.contact-icon{
    width: 19px;
    height: 19px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    margin-right: 3px;
}

.contact-wa{
    background: url("../images/wa-icon.png") no-repeat;
}

.contact-bb{
    background: url("../images/bbm-icon.png") no-repeat;
}