/* CSS Document */

html,body{
	background-color : RGB(209,87,13);
	direction:rtl;
	font-size:1.2em;
}

/* reset */
html, body ,ul{
	padding:0px;
	margin:0px;
}
ul{
	list-style-type:none;
}me


#slider img{
	width:100%;
}
#slider ul ,#mainMenu ul{

	list-style-type:none;
	overflow:hidden;
}

body{
	margin: 0px auto;
	font-size:.85em;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-family:Verdana, Geneva, sans-serif;
}



/* Changable CSS */
body{	
	
	width:80%;
	max-width:960px;
}


#pageHeader{
	height:230px;
	background-image:url(../images/fishes.png) ;
	background-position:center bottom;
	background-repeat:no-repeat;
	padding:1px;
	background-size:cover;
	transition:all .5s ease-out;
	position:relative;
}

#logo{
	width:200px;
	height:auto;
	margin:auto;
	margin-top:20px;
	transition:all .5s ease-out;
}

#slider{
	
	background-color:#900;
	padding:2%;
	border:1px solid #fff;
	border-radius:10px;
}

#mainMenu {
	padding-top:10px;
}
#mainMenu li{
	float:right;
}


#page{
	min-height:400px;

}


#pageFooter{
	height:60px;
	line-height:60px;
	text-align:center;
	background-color:#900;
	color:#fff;
	
	
}

.half img{
	float:right;
}

article{
	overflow:hidden;
	padding:10px;
	vertical-align:top;
}

.half article{
	padding:10px;
	margin: 10px 0;
	overflow:hidden;
	display:inline-block;
	width:45%;
}


.triple article{
	padding:1%;
	margin: 10px 2%;
	overflow:hidden;
	display:inline-block;
	vertical-align:top;
	width:26%;
	text-align:center;
}
.triple img{
	
}
article li{
	overflow:hidden;
}

article h2{
	font-size:1.2em;
	color:#fde792;
	
}

#mainMenu a{
	height:51px; display:block;
	background-repeat:none;
	
}

.menuBtn1{
	background-image:url(../images/btn1.png);
}
.menuBtn1:hover, .menuBtn1.active{
	background-image:url(../images/home_in.png);
}


.menuBtn2{
	background-image:url(../images/btn2.png);
}
.menuBtn2:hover , .menuBtn2.active{
	background-image: url(../images/about_in.png);
}


.menuBtn3{
	background-image:url(../images/btn3.png);
}
.menuBtn3:hover , .menuBtn3.active {
	background-image: url(../images/menu_in.png);
}


.menuBtn4{
	background-image:url(../images/btn4.png);
}
.menuBtn4:hover , .menuBtn4.active{
	background-image: url(../images/contact_in.png);
}

.menuBtn5{
	width:51px !important; height:51px !important;
	padding:0px;
	background-image:url(../images/face.png);
}
.menuBtn5:hover , .menuBtn5.active{
	background-image: url(../images/face_in.png);
}

.item{
	float:right;
}
.price{
	float:left;
}


.pricTable li{
	background-color:RGBA(255,255,255,.2);
	padding:.2em;
}
.pricTable li:nth-child(2n){
	background-color:RGBA(255,255,255,.3);
}

h1{
	color:#FF0;
	font-size:2em;
}

.error{
	color:#900;
	padding:3px;
	
}

#mainMenu a.menuItem{
	line-height:40px;
	height:40px;
	vertical-align:middle;
	text-align:center;
	padding:2px 10px;
	border-radius:5px;
	margin:2px;
	background-color:#FC0;
	display:block;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;	
	
	background: #f9da01; /* Old browsers */

background: -moz-linear-gradient(top,  #f9da01 5%, #f09802 88%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#f9da01), color-stop(88%,#f09802)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #f9da01 5%,#f09802 88%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #f9da01 5%,#f09802 88%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #f9da01 5%,#f09802 88%); /* IE10+ */

background: linear-gradient(to bottom,  #f9da01 5%,#f09802 88%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9da01', endColorstr='#f09802',GradientType=0 ); /* IE6-9 */


box-shadow:2px 5px RGBA(0,0,0,.2);

}


#mainMenu a.sp_menuItem{
	line-height:40px;
	height:40px;
	vertical-align:middle;
	text-align:center;
	padding:2px 10px;
	border-radius:5px;
	margin:2px;
	background-color:#FC0;
	display:block;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;	
	
	background: #f9da01; /* Old browsers */

background: rgb(108,0,0);
background: linear-gradient(0deg, rgba(108,0,0,1) 0%, rgba(255,0,0,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9da01', endColorstr='#f09802',GradientType=0 ); /* IE6-9 */


box-shadow:2px 5px RGBA(0,0,0,.2);

}

#mainMenu a.menuItem:hover{
	background-color:#900;
	color:#fff;
	background: #ff0206; /* Old browsers */

background: -moz-linear-gradient(top,  #ff0206 5%, #a30104 88%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#ff0206), color-stop(88%,#a30104)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ff0206 5%,#a30104 88%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ff0206 5%,#a30104 88%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ff0206 5%,#a30104 88%); /* IE10+ */

background: linear-gradient(to bottom,  #ff0206 5%,#a30104 88%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0206', endColorstr='#a30104',GradientType=0 ); /* IE6-9 */



}

.tel{
	font-size:1.5em
}
.address{
	font-size:1.3em;
}

.promo{
	background-color:RGBA(255,255,255,.1);
	padding:10px;
	border-radius:10px;
}

a{
	color:#FC9;
}

#top-menu{
	overflow:hidden;
	padding:5px;
	background-color:RGBA(255,255,255,.5);
	border-radius:5px;
	position:absolute;
	top: 20px;
	left:0px
	
}

#top-menu li{
	float:left;
	margin-right:5px;
}

.products{
	
	overflow:hidden;
		
}

.products li{
	float:right;
	margin-left:10px;
}

.products .item{
	max-width:150px;
}



h2{
	color:#FC6;
}

#hotline{
	width:251px;
	height:112px;
	background-image:url(../images/Hot-line.png);
	margin:-75px;
}

@media only screen and (min-width:480px) and (max-width:768px){
	body{
		width:100%;
		
	}
	p{
		fot-size:.6em;
	}
	#pageHeader{
		height:150px;
	}
	#logo{
		width:130px;
	}
	#pageFooter{
		font-size:.8em;
	}
	
	
	
	.triple article{
		padding:1%;
		margin: 10px 2%;
		overflow:hidden;
		display:inline-block;
		vertical-align:top;
		width:42%;
		text-align:center;
	}
	
	article h2{
		font-size:1.5em;
		color:#fde792;
		
	}
	
}



@media only screen and (max-width:480px){
	#page article{
		display:block;
		width:90%;
		margin:auto;
	}
	#slider{
		display:none;
	}
}

