/**
* Template designed by 12leaves.com
* 12leaves.com - Free ecommerce templates and design services
*
* CSS Stylesheet for printing
*
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2009-2010 12leaves.com
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */
*{marin:0;pading:0}

#indexHomeBody .top_banners { display:block}
.top_banners{
	width:100%; display:none;
	overflow:hidden;
}
.top_banners .left-banners{
	float:left;
	width:300px;
	overflow:hidden;

}

.banner {
	position:absolute;
	left:-400px;
	top:362px;
	width:383px;
	height:88px;
	overflow:hidden;
	padding:0px 0 0 0px;
	zoom:1;
	background:url(../images/banner-bg.png) repeat left top;
}
.banner .top{
	display:block;
	overflow:hidden;
}
.banner a.ttl{
	font-family: 'Vidaloka', serif;
	font-size:35px;
	text-decoration:none;
	line-height:42px;
	display:inline-block;
	color:#fff;
	font-weight:normal;
	margin:15px 0 0 18px;
	text-transform:uppercase;
}
.banner a.ttl:hover{
	color:#d9b6a6;
}
.banner .top span{
	font-family: 'Open Sans', sans-serif;
	display:block;
	font-size:12px;
	line-height:20px;
	margin:-4px 0 0 19px;
	color:#fff;
	text-transform:uppercase;
	padding-bottom:3px;
}
.banner .btn{
	display:inline-block;
	width:144px;
	height:50px;
	background:url(../images/shopnow.png) no-repeat left top;
	margin:17px 0 0 1px;
}
.prev{
	width:44px;
	height:44px;
	position:absolute;
	bottom:84px;
	right:213px;
	background:url(../images/prev-next.png) no-repeat left bottom;
	z-index:99;
}
.prev:hover{
	background:url(../images/prev-next.png) no-repeat left top;
}
.next{
	width:44px;
	height:44px;
	position:absolute;
	bottom:84px;
	right:169px;
	background:url(../images/prev-next.png) no-repeat right top;
	z-index:99;
}
.next:hover{
	background:url(../images/prev-next.png) no-repeat right bottom;
}

#indexHomeBody .banner-middle { display:block}

.banner-middle{
	border-top:1px solid #bab9b9;
	margin:30px 0 0 0;
	 width:100%; overflow:hidden; display:none
}
.left-cont-banners{
	width:471px;
	float:left;
}

#footer-left{
	float:left;
}

#footer-right{
	float:right;
}



