html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: none repeat scroll 0 0 #F4F4F2;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}

a, a:visited, a b {
	color: #00547B;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}

/* layout */
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#main {
    position: relative;
    width: 100%;
}

#main-area {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/* header */
#header {
	height: 90px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	z-index: 99;
	width: 100%;	
}
h1, .welcome {
	color: #222222;
	font: 1.2em/19px "helvetica neue",Helvetica,Arial,Verdana,sans-serif;
	font-size: 1.9em;
	font-family: 'Droid Sans',Arial,sans-serif;
}
.top-block {
	background: none repeat scroll 0 0 #00547B !important;
	height: 25px;
}
.top-block .top-holder {
    font-size: 10px;
    height: auto;
    margin: 0 auto;
    min-height: 4px;
    padding: 4px 0;
	width: 980px;
}
.top-block .sub-nav {
    float: left;
    margin: 0;
    padding: 0;
}
.top-block .sub-nav a , .top-block .sub-nav2 a{
	font-size: 10px;
	color: #DDDDDD !important;
}
.top-block .sub-nav li :hover{
	color: #FFFFFF !important;
}
.top-block .sub-nav2 a:hover{
	color: #FFFFFF !important;
}
#header .sub-nav li:hover, #header .sub-nav2 li:hover {
	color: #8B949A;
}
.top-block .sub-nav ul, .top-block .sub-nav2 ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.top-block .sub-nav2 {
    float: right;
    margin: 0;
    padding: 0;
	color: #98DCE9;
}

.top-block .sub-nav ul li, .top-block .sub-nav2 ul li, #footer_bottom ul li {
    float: left;
    margin: 0 4px 0 -4px;
    padding: 0 9px;
}
.top-block .sub-nav ul li, .top-block .sub-nav2 ul li {
    background: url('../images/separator-toolbar.png') no-repeat scroll 0 50% transparent !important;
}
.header-holder {
    background: url('../images/bg-big-header-holder.png') repeat-x scroll 0 0 #28211b !important;
	height: 438px !important;
}
.header-holder-small {
    background: url('../images/bg-header-holder.jpg') repeat-x scroll 0 0 #28211b !important;
	height: 130px;
}
#header .rays {
    background: url('../images/rays.png') no-repeat scroll 50% 0 transparent;
	height: 130px;
}
.header-holder .rays {
    background: url('../images/rays-big.png') no-repeat scroll 50% 0 transparent !important;
    height: 389px !important;
}
#header .header-area {
    margin: 0 auto;
    padding: 18px 0 33px;
    width: 940px;
}
#header .header-main {
    float: left;
	width: 940px;
}
#header .logo {
	float: left;
    outline: medium none;
}

#header #search {
	float: right;
	margin-top: 3px;
}
#header  .middle {
	height: 28px;
	float: left;
	width: 168px;
}
#header .button-search {
	width: 18px;
	height: 18px;
	cursor: pointer;
	position: absolute;
    top: 45px;
	margin-left: 5px;
	margin-top: 3px;
}
#header #search input {
	 background: none repeat scroll 0 0 transparent;
    border: 0 none;
    float: right;
    margin-top: 5px;
	margin-right: 11px;
    width: 130px;
	color: #FFFFFF;
}

/* box for postion CONTENT_TOP and CONTENT_BOTTOM */
.box-top {
	width: 976px;
}
.box-top .box-heading-top {
	font: 1.2em/19px "helvetica neue",Helvetica,Arial,Verdana,sans-serif;
	font-size: 1.7em;
	color: #222222;
	font-family: 'Droid Sans',Arial,sans-serif;
}
.box-top .box-content-top {
	margin-top: 10px;
}

/* box products */
.box-top-product-top {
	width: 100%;
	overflow: auto;
}

.box-top-product-top .name a {
	color: #222222;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	text-transform: uppercase;
	font-size: 0.9em;
    font-weight: 600;
}
.box-top-product-top .name a:hover {
	color: #1974B3;
}
.box-top-product-top .price {
	display: block;
	color: #009BC3;
	margin-bottom: 4px;
	font-size: 1.2em;
    font-weight: 600;
}
.box-top-product-top .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-top-product-top .price-new {
	font-weight: bold;
}
.box-top-product-top .rating {
	display: block;
	margin-bottom: 4px;
}
.box-top-product-top {
	width: 100%;
	overflow: auto;
}
.box-top-product-top > div {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;	
	text-align: center;
	float: left;
    margin-right: 36px !important;
    width: 208px !important;
}

.box-top-product-top .image img {
	display: inline;
	margin-top: 8px;
        background: #FFFFFF;
}

.box-top-product-top .image {
	background: url("../images/box-home.png") no-repeat scroll 0 0 transparent;
	height: 140px;
    width: 208px;
}

.box-top-product-top .image2 img {
	display: inline;
	margin-top: 8px;
        background: #FFFFFF;
}
.box-top-product-top .image2 {
	background: url("../images/box-home.png") no-repeat scroll 0 0 transparent;
	height: 140px;
    width: 208px;
}



/* footer */ 
#footer {
	background: url('../image/sky-blue/bg-footer.jpg') repeat-x scroll 0 0 #0078AF !important;
	padding-top: 40px;
    position: relative;
    width: 100%;
	float: left;
}
#footer .footer-area {
    margin: 0 auto;
    position: relative;
    width: 1003px;
}

#footer .footer-holder {
    padding: 45px 0 0px 11.5px;
    width: 100%;
}

.footer-area .column_3 {
  	float: left !important;
    margin-right: 23px !important;
    width: 305px !important;
	list-style: none;
}


.footer-area .header_3 {

    margin-right: 23px !important;
    width: 227px !important;
	border-bottom: 1px solid #4EC0D9  !important;
	color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    padding-bottom: 7px;
    text-transform: uppercase;
	list-style: none;
}








#footer .column {
	float: left !important;
    margin-right: 23px !important;
    width: 227px !important;
	list-style: none;
}

#footer .column2 {
	float: left !important;
    margin-right: 23px !important;
    width: 100%;
	list-style: none;
}

#footer .column2 ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none !important;
}


#powered {
	float: left;
    width: 440px;
}
#powered a {
	color: #98DCE9;
}
#paymentimage {
	float: right;
}



#footer_bottom  {
	color: #EEEEEE !important;
	background: url("../image/sky-blue/bg-footer-bottom.jpg") repeat-x scroll 0 0 #004668 !important;
	height: auto;
    min-height: 89px;
    width: 100%;
	float: left;
}
.info {
    font-size: 11px;
    margin: 0 auto;
    overflow: hidden;
    padding: 28px 0 0 0px;
    position: relative;
    width: 980px;
}


.slideshow{
	background: url('../images/header-banner3') no-repeat;
    width: 940px;
	margin-left: auto;
	margin-right: auto;
	height: 419px;
	margin-top: -312px;
	padding-top: 10px;
}

a, a:visited, a b {
	color: #1E1814;
}
.tools {
    background: url('../images/bg-tools-c.jpg') repeat-y scroll 0 0 transparent;
}
.tools .holder {
    background: url('../images/bg-tools-t.jpg') no-repeat scroll 0 0 transparent;
}
.tools .frame {
    background: url('../images/bg-tools-b.jpg') no-repeat scroll 0 100% transparent;
}
.top-block {
	background: none repeat scroll 0 0 #28211B!important;
}
.top-block .sub-nav2 {
	color: #AB9886    ;
}
.header-holder {
	background-attachment: scroll;
	background-color: #AB9886;
	background-image: url('../images/bg-big-header-holder.png');
	background-repeat: repeat-x;
	background-position: 0 0;
}
.header-holder-small {
    background: url('../images/bg-header-holder.jpg') repeat-x scroll 0 0 #AB9886 !important;
}
#language {
	background: url('../images/currency-right.png') top right no-repeat;
}
#currency {
	background: url('../images/currency-right.png') top right no-repeat;
}
#currency-left {
	background: url('../images/currency-left.png') top left no-repeat;
}
#currency a b {
	color: #AB9886    ;
}

#header #cart .heading a span {
	color: #AB9886    ;
	padding-top: 10px;
}

#header #cart .content {
	border: 2px #AB9886     solid; 

}
#header  .middle {
	background: url('../images/sprite.png') no-repeat scroll -66px -78px transparent;
}
#menu > ul > li:hover {
	background: #1E1814;
}
#menu > ul > li > div {
	background: #AB9886    ;
}
#menu > ul > li ul > li > a:hover {
	color: #1E1814;
}
#notification {
	background: url('../images/bg-tools-c.jpg') repeat-y scroll 0 0 transparent;
}
a.tab-accordeon {
  color: #222222  ;
}
.box-top-product-top .name a:hover {
	color: #AB9886    ;
}
.box-top-product-top .price {
	color: #222222  ;
}
.box-left .box-product-left .price {
	color: #222222  ;
}
.box-category > ul > li > a:hover {
	background: url('../images/left-hover.png') no-repeat scroll 0 0 transparent;
}
.box-category > ul > li a.active {
	background: url('../images/left-hover.png') no-repeat scroll 0 0 transparent;
}
.product-list .price {
	color: #222222  ;
}
.product-grid .price {
	color: #222222  ;
}
.product-info .description a {
	color: #1E1814;
}
#footer {
	background: url('../images/bg-footer.jpg') repeat-x scroll 0 0 #28211B  !important;
}
.footer-area .column_3, .footer-area .column_3 a{
  	color: #AB9886     ;
}
.footer-area .header_3 {
	border-bottom: 1px solid #706155 !important;
}

.footer-area .column_4 a{
  	color: #AB9886     ;
}
.footer-area .header_4 {
	border-bottom: 1px solid #706155 !important;
}
.footer-area .column_6 a{
  	color: #AB9886     ;
}
.footer-area .header_6 {
	border-bottom: 1px solid #706155 !important;
}
.footer-area .column_12 a{
  	color: #AB9886     ;
}
.footer-area .header_12 {
	border-bottom: 1px solid #706155 !important;
}
#footer .column ul li {
	color: #AB9886   ;
}
#footer .column a {
	color: #AB9886   ;
}
#footer .column2 {
	float: left !important;
    margin-right: 23px !important;
    width: 100%;
	list-style: none;
}
#footer .column2 ul li {
	color: #AB9886    ;
}
#footer .column2 a {
	color: #AB9886    ;
}
#powered a {
	color: #AB9886   ;
}
#twitter li span,
#twitter li span *
{
    color: #AB9886   ;
}
#footer_bottom  {
	background: url("../images/bg-footer-bottom.jpg") repeat-x scroll 0 0 #16120E   !important;
}

.coin-slider { 
	width: 940px;
	margin-left: auto;
	margin-right: auto;

}
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { 
	font-size: 0px; 
    height: 15px;
	float: left;
	bottom: -23px;
	margin-left: -37px !important;
}
.cs-buttons a { 
	background: url('../image/arrows.png') no-repeat;
	background-position: -15px 0px;
	text-indent:-9999px;
	float:left;
	z-index: 99;
    display: block;
    height: 15px;
    margin: 5px 2px;
    width: 15px;
    text-align: center;
	margin-right: 12px;
}
.cs-buttons a.cs-active {
	background: url('../image/arrows.png') no-repeat;
	text-indent:-9999px;
	float:left;
	z-index: 99;
    display: block;
    height: 15px;
    margin: 5px 2px;
    width: 15px; 
	margin-right: 12px;
}
#footer_bottom  {
	background: url("../images/bg-footer-bottom.jpg") repeat-x scroll 0 0 #16120E   !important;
}

#banner-wrapper {
width: 970px;
/*
margin-top: 20px;
margin-bottom: 20px;
*/
float: left;
}

.banner_4 div {
text-align: center;
display: inline-block;
float: left;
margin-right: 30px !important;
width: 293px !important;
background: url("../images/header-banner3.png") no-repeat scroll 0 0 transparent;
height: 140px;
padding-top: 6px;
}
