/* CSS Document */

* { margin:0; padding:0;}
body { background:#fff; min-width:988px; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:17px; color:#535353;}
table, td {border-collapse:collapse; font-size:100%;}
table, td, img {border:0;}
form, td {margin:0; padding:0;}
td { vertical-align:top; text-align:left;}

.top-tail{ background:url(../images/top-tail.gif) top repeat-x #ececec;}
.main-width { width:988px; margin:0 auto; text-align:left;}

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

img {vertical-align:top;}
a img { border:0;}
ul { list-style:none;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper{ width:100%; overflow:hidden;}
.container { width:100%;}
.column-1, .column-2, .column-3{ float:left;}

a {color:#6f6e6e; outline:none; text-decoration:underline;}
a:hover{text-decoration:none;}
p { margin:0; padding:0;}

/* ============================= header ====================== */
#header{ padding-bottom:18px;}
#header .top{ width:100%; overflow:hidden; height:114px;}
#header .logo{ float:left; padding:20px 0 0 2px;}

#header .cart{ color:#464545; font-size:13px; padding:0 10px 0 0; float:right;}
#header .cart a{ color:#2c2c2c; font-weight:bold; text-decoration:none;}
#header .cart a:hover{ color:#2bd4e4;}
#header .lang{ padding:0 8px 0 11px; float:right; background:url(../images/top-separ.gif) no-repeat 0 0;}
#header .nav-links{ font-size:13px; color:#6a7078; padding:26px 5px 18px 0;}
#header .nav-links a{ color:#6a7078; text-decoration:none;}
#header .nav-links a:hover{ color:#2bd4e4;}

#header .menu{ float:left; padding:29px 0 0 0;}
#header .menu ul{ padding:0; margin:0;}
#header .menu li{ float:left; font-size:15px; font-weight:bold; text-decoration:none; padding-right:32px;}
#header .menu li a{ color:#1a1919; text-decoration:none; display:inline-block; padding-bottom:6px;}
#header .menu li a:hover{ color:#2bd4e4;}


/* ============================= content ===================== */
#content{ padding:14px 0 0 0;}
#column-center{ padding-left:25px;}

.product-list-col{ padding:0 0 19px 0;}
.text{ padding:2px 5px 13px 0;}

.name{ font-weight:normal; color:#808182; font-family:Arial, Helvetica, sans-serif; font-size:13px; text-decoration:none;}
.name strong{ font-weight:normal;}
.name:hover{color:#2bd4e4;}
.price{ color:#303030; font-weight:bold; font-size:13px;}
.product-list-col .price{ padding:23px 0 5px 0;}

/* ============================= footer ====================== */
#footer{ border-top:solid 1px #cdcccc; margin-top:5px; padding:20px 0 34px 0; color:#808080;}
#footer .cards{ float:right; padding:10px 0 0 0;}
#footer .menu{ color:#424141; padding:0 0 0 8px;}
#footer .menu a{ color:#424141; text-decoration:none;}
#footer .menu a:hover{ text-decoration:underline;}
#footer a{ color:#808080;}
#footer p{ padding:6px 0 0 10px;}
#footer p span{ display:block;}

/* ============================= forms ======================= */
input, select, textarea{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#535353; line-height:normal;}

.currency-form{ float:right; color:#656565; font-size:13px; background:url(../images/top-separ.gif) no-repeat 0 0; padding:0 0 0 7px;}
.currency-form select{ border:solid 1px #d5d4d4; font-size:11px; color:#929292; width:83px; vertical-align:middle;}

.search-form{ float:right; padding:24px 1px 0 0;}
.search-form span{ display:inline-block; background:url(../images/search-form-bg.gif) no-repeat 0 0;}
.search-form input{ vertical-align:top;}
.search-form .input1{ border:solid 0px; background:none; width:134px; margin-right:4px; padding:4px 5px 5px 9px; font-size:11px;}


/* gallery */
.scrollGallery {
	overflow:hidden;
	height:386px;	
	position:relative;
	margin:17px 0 10px 0;
}
.scrollGallery ul {
	padding:0;
	margin:0;
	position:relative;
	list-style:none;
	width:31999px;
}
.scrollGallery ul li {
	float:left;
	padding-right:14px;
}
.scrollGallery ul img {
	display:block;
}

.overlay1 {
	position:absolute;
	top:10px;
	left:10px;
	width:480px;
	height:60px;
}


