@charset "utf-8";
@font-face {
font-family: 'BYekan';
src: url('../fonts/BYekan.eot?#') format('eot'),
url('../fonts/BYekan.ttf') format('truetype'),
url('../fonts/BYekan.woff') format('woff');
}
body{
	margin: 0;
	background: #d3d3d3;
	font-family: Constantia;
}
a{
	text-decoration: none;
}
.products-bg{
	background: #fff;
	width: 900px;
	margin:auto;
}
.home-header
{
	background-image:url(../images/header.jpg);
	width:900px;
	height:285px;
	margin:auto;
	position: relative;
}
#firstNav{
	position: absolute;
	bottom: 6px;
	left:0px;
}
#firstNav > li{
	display: inline-block;
	font-size: 14px;
	min-width: 90px;
	min-height: 18px;
	text-align: center;
}
#firstNav > li:nth-child(4){
	margin-left: 250px;
}
#firstNav > li a{
	color: #fff;
	font-weight: bold;
}
#firstNav > li a:hover{
	color: #fae9c4;
}
#firstNav li ul{
	background: url("../images/subMenu.png") no-repeat;
	position: absolute;
	width: 833px;
	text-align: left;
	height: 27px;
	top: 18px;
	left: 30px;
	display: none;
	padding: 5px 0 0 20px;
}
#firstNav > li:hover ul{
	display: block;
}
#firstNav li ul li{
	display: inline;
	padding: 2px 5px;
}
#firstNav li ul li:nth-child(5){
	margin-left: 270px;
}
#firstNav li ul li a{
	font-weight: bold;
}
#firstNav li ul li:hover{
	background: url("../images/subMenuHover.png");
}
#firstNav li ul li:hover a{
	color: #000;
}
#firstNav li ul li a{
	color: #888;
}
#secondNav{
	position: absolute;
	bottom: 6px;
	right:20px;
}
#secondNav li{
	display: inline-block;
	font-size: 14px;
	min-width: 120px;
	text-align: center;
}
#secondNav li a{
	color: #fff;
}
#secondNav li a:hover{
	color: #ddd;
}
#secondNav li ul{
	background: url("../images/subMenu.png") no-repeat;
	position: absolute;
	width: 300px;
	height: 27px;
	top: 18px;
	right: 30px;
	display: none;
	padding: 2px 0;
}
#secondNav > li:hover ul{
	display: block;
}
#secondNav li ul li{
	display: inline;
	padding: 3px 5px;
}
#secondNav li ul li:hover{
	background: url("../images/subMenuHover.png");

}
#secondNav li ul li:hover a{
	color: #000;
}
#secondNav li ul li a{
	color: #888;
}
#slideshow{
	position: relative;
	top: 10px;
	height: 294px;
	background: url("../images/productsSlideshow.png");
}

.slider {
    overflow: hidden;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    width: 730px;
    position: relative;
    left: 85px;
    top: 50px;
}
.slider .image{
    width: 730px;
    height: 206px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.slider .title{
    font-size: 14px;
    padding: 4px 10px 4px 10px;
    font-weight: 100;
    width: 710px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    color: #fff;
    z-index: 1000;
    text-align: center;
}
.slider .title a{
	color: #fff;
}
.as-prev-arrow{
	position: absolute;
	left: 38px;
	top: 133px;
	width: 30px;
	height: 30px;
}
.as-next-arrow{
	position: absolute;
	right: 38px;
	top: 133px;
	width: 30px;
	height: 30px;
}
.as-nav{
    text-align: center;
    height: 20px;
    z-index: 10;
    position: absolute;
    bottom: 14px;
    left: 387px;
}
.as-nav a{
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    /*visibility: hidden;*/
    margin-right: 18px;
}

#productsNav{
	background: url("../images/productsNav.png") center top no-repeat;
	width: 604px;
	height: 33px;
	margin: 8px auto;
	padding-top: 2px;
	padding-left: 5px;
}
#productsNav > li{
	display: inline;
	text-align: center;
	padding: 0px 10px;
}
#productsNav > li:hover{
	background: url("../images/subMenuHover.png");
}
#productsNav > li.ex1:hover{
	background: url("../images/subMenuHover-right-1.png");
	
}
#productsNav > li.ex2:hover{
	background: url("../images/subMenuHover-left-1.png");
}
#productsNav > li a{
	font-size: 14px;
	font-weight: bold;
	color: #888;
}
#productsNav > li:hover a{
	color: #000;
}
#products-main
{
	width:900px;
	height: 500px;
	background: url("../images/gallerybg.jpg") bottom  repeat-x;
	margin:auto;
	padding-bottom: 100px;
	position: relative;
	display:table;
}
#products{
	width: 850px;
	margin:auto;
	background: url("../images/productsHeader.png") top left no-repeat;
	padding: 50px 0px 0 0px;
	display: table;
}
#sectionTitle{
	position: absolute;
	left: 130px;
	top: 3px;
	font-size: 10px;
	color: #888;
}
#products .product{
	width: 160px;
	height: 160px;
	background: #f3f3f3;
	border-radius: 10px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
	position: relative;
}
#products .product .image{
	width: 120px;
	height: 100px;
	border:1px solid #d2d2d2;
	background: #e9e9e9;
	margin:10px auto 0;
	padding: 10px;
}
#products .product .image img{
	width: 130px;
}
#products .product .bottom{
	font-family: arial;
	color: #888;
	font-weight: bold;
	font-size: 14px;
	margin-left: 10px;
	margin-top: 5px;
}
#products .product .cart{
	position: absolute;
	bottom:35px;
	right: 15px;
}
ul#productsPaging{
	margin:10px auto;
	margin-bottom: 10px;
	text-align: center;
}
ul#productsPaging li{
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
}
ul#productsPaging li:first-child{
	margin-right: 15px;
}
ul#productsPaging li:last-child{
	margin-left: 15px;
}
ul#productsPaging li a{
	border-radius: 5px;
	color: #fff;
	padding: 5px 10px;
	background: #889494;
	font-size: 12px;
	font-family: arial;
}
ul#productsPaging li a:hover , ul#productsPaging li a.active{
	background: #e2534b;
}
#footer{
	height: 48px;
	width: 100%;
	background: url("../images/footer.png");
}

.font1
{
	font-family: 'BYekan';
}