/* CSS Document */

* { margin:0; padding:0;}
body { background:url(../images/main-bg.jpg) top center no-repeat #000; font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:15px; color:#fff;}
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;}

.main-width { width:994px; margin:0 auto; text-align:left;}

input, textarea { font-family:Tahoma; font-size:1em;}

.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:#1B60F0; outline:none; text-decoration:underline;}
a:hover{text-decoration:none;}
p { margin:0; padding:0;}

/* ============================= header ====================== */
#header{ padding-bottom:52px;}
#header .cart{ float:right; background:url(../images/cart-tail.gif) top repeat-x #eaeaea; font-size:14px; color:#172429; padding:8px 22px 19px 16px;}
#header .cart-bg{ background:url(../images/cart-bg.gif) no-repeat 0 10px; padding:0 0 0 30px; height:25px;}
#header .cart a{ color:#1B60F0; font-size:26px; line-height:28px; text-decoration:none; font-weight:bold;}
#header .cart a:hover{ color:#172429;}

#header .nav-links{ float:right; padding:18px 24px 0 0; font-size:12px;}
#header .nav-links a{ color:#1B60F0; text-decoration:none;}
#header .nav-links a:hover{ color:#fff;}

#header .logo{ text-align:right; padding:44px 0 50px;}
#header .menu{ width:100%; overflow:hidden;}
#header .menu ul{ padding:0; margin:0;}
#header .menu li{ float:left; padding-right:1px;}
#header .menu li a{ display:block; width:141px; text-align:center; padding:18px 0 19px 0; background:#172429; color:#fafcfc; font-size:11px; text-transform:uppercase; text-decoration:none; font-weight:bold; cursor:pointer;}
#header .menu li a:hover{ background:url(../images/menu-item-act.gif) top repeat-x;}

/* ============================= content ===================== */
#column-center{ 
	padding:0 0 0 50px;
}

.product-col{ border:solid 1px #172429; margin-bottom:21px; padding:30px 0 0 0; }
.product-col:hover{ background:url(../images/product-hover.png);}

.img{ text-align:center; padding:0 0 20px 0}
.inner{ background:url(../images/inner-bg.png); position:relative;}
.button{ float:right;}
.name{ color:#e1ac07; font-size:13px; text-decoration:none; font-weight:normal;}
.name strong{ font-weight:normal;}
.name:hover{ color:#fff;}
.product-col .name{ float:left; padding:21px 0 0 20px;}

.price{ font-size:24px; color:#fff; font-weight:bold; line-height:30px;}
.inner .price{ position:absolute; display:none; margin-top:-93px; right:-11px; background:url(../images/price-corner.gif) right bottom no-repeat; padding-bottom:11px;}
.inner .price .price-bg{ background:url(../images/price-tail.gif) top repeat-x; padding:19px 15px 18px 15px;}
.product-col:hover .price{ display:block;}

/* ============================= footer ====================== */
#footer{ border-top:solid 1px #172429; margin:40px 0 0 0; padding:34px 0 76px 0; font-size:12px; color:#4d5254;}
#footer .menu{ padding:35px 0 15px 0; font-size:13px;}
#footer .menu a{ color:#d6d6d6; text-decoration:none; display:inline-block; margin-right:28px;}
#footer .menu a:hover{ color:#1B60F0;}

#footer .lang{ float:right;}

/* ============================= forms ======================= */
input, select, textarea{ font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:normal; color:#010101;}

.search input{ vertical-align:middle;}
.search .input1{ border:solid 0px; background:#172023; padding:8px 5px 8px 5px; margin-right:3px; width:192px; color:#fff;}

.currencies{ float:right; padding:0 10px 0 0; font-size:11px; color:#1B60F0;}
.currencies select{ border:solid 0px; background:#172023; font-size:11px; color:#fff; width:80px;}

