@charset "utf-8";
/* CSS Document */
body{
	margin-top: 15px;	
}
@font-face{
	font-family: 'Lucida Handwriting';
	src: url('../fonts/ufonts.com_lucida_handwriting_italic__2_.ttf')
}
#header{
	width: 840px;
	height: 120px;
	margin: auto;
	background:url(../img/zeytouna_logo.png) no-repeat top left;	
}
#header p{
	font-family:"Lucida Handwriting";
	font-size:30px;
	margin:0;
	margin-left: 184px;
	padding-top:46px;
}
#content{
	width: 840px;
	margin: auto;
	margin-top: 10px;
	font-family:'Open Sans';	
}
#nav{
	list-style-type: none;
	padding:0;
	margin:0;
	height: 40px;
	position:relative;
}
#nav li{
	float: left;
	height: 40px;
	line-height: 40px;
	position: relative;
	z-index: 100;
}
#nav li a{
	height: 40px;
	display: table;
	color: white;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	text-shadow: 0 1px 0px #000;
}
#nav li a:hover{
	text-decoration: underline;
}
#nav #product-item{
	background: #FFA81E;
	width: 180px;
}
#nav #product-item.active{
	background: url(../img/item-cursor.png) #FFA81E no-repeat bottom center;
	width: 180px;
}
#nav #drop-down{
	width:830px;
	height:250px;
	position:absolute;
	top:40px;
	left:5px;
	z-index:1000;
	display:none;
}
#nav #submenu{
	width: 830px;
	height: 240px;
	background:#FFA81E url(../img/zeytouna-bg.png) no-repeat bottom right;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: #E18C00 1px solid;
	border-top: none;
}
#nav #submenu h1{
	margin: 0;
	margin-left: 10px;
}
#nav #submenu h1 a{
	text-decoration: none;
	font-size: 24px;
	color: #000;
	text-shadow: 0 1px 0px #FFF;
}
#nav #submenu h1 a:hover{
	text-decoration: underline;
}
#nav #submenu .separator{
	background: url(../img/separator.png) no-repeat center center;
	width: 5px;
}
#nav #submenu ul{
	width: 260px;
	height: 170px;
	list-style-type: none;
	padding:0;
	margin:0;
}
#nav #submenu ul li{
	float: none;
	margin-left: 15px;
	height: 35px;
}
#nav #submenu ul li a{
	font-size: 17px;
	font-weight:500;
	color:#000;
	text-shadow: 0 1px 0px #FFF;
	text-decoration: none;
}
#nav #submenu ul li a:hover{
	text-decoration: underline;
}
#container {
	width: 840px;
	height:390px;
	position:relative;
	display:block;
}
#container #slide-left{
	width: 260px;
	height: 390px;
	float: left;
}
#container #slide-left .slide-item{
	width: 260px;
	height: 130px;	
}
#container #slide-left #slide-about{
	background: #FFA81E;
}
#container #slide-left #slide-product{
	background: #C00;
}
#container #slide-left #slide-international{
	background: #3B5502;
}
#container #slide-left .slide-item .s-caption{
	width: 130px;
	height: 130px;
	float: left;
}
#container #slide-left .slide-item .s-caption a{
	width: 130px;
	height: 130px;
	display: block;
	padding-top: 30px;
	text-align: center;
	font-size: 22px;
	font-weight: 300;
	color: #FFF;
	text-shadow: 0 1px 0px #000;
	text-decoration: none;
}
#container #slide-left .slide-item .s-show{
	width: 130px;
	height: 130px;
	float: right;
	background: #FFF;
}
#container #slide-left .slide-item .s-show div{
	width: 130px;
	height: 130px;
}
#container #slide-left .slide-item .s-show .img-show{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 3;
	opacity: 0;
}
#container #slide-right{
	width: 580px;
	height: 390px;
	float: right;
}
#content footer{
        width: 100%;
        height: 60px;
        background: url('../img/logo-perla.jpg') no-repeat top right;
}