@charset "utf-8";
/* CSS Document */
@import "reset.css";

body {
	background:url(../images/ibg01.jpg) repeat-x;
	background-color:#2f2313;
	font-family: Tahoma, Geneva, Verdana;
}

#wrap{ 
	width:960px; margin: 0 auto; 
}

#header{ height:32px;}
#header #nav {float:right; margin:1px;}
#header #nav li {float:left; font-size:12px; }
#header #nav a {color:#eae5ba; text-decoration:none;background-color:#82411b; width:140px; height:21px; margin-left:20px; text-align:center; padding-top:7px;display:block;}
#header #nav a:hover {background-color:#6b3516; color:#fff;}

#banner{width:960px; height:258px; display:block; background:url(../images/banner0.gif);}
#banner h1{float:left; background:url(../images/logo.gif) no-repeat; width:206px; height:138px; text-indent:-9999px; margin:57px 0 0 100px;}

#top-menu{ width:960px; font-family:"Times New Roman", Times, serif; display:block;}
#top-menu #nav {float:right; height:47px; margin:0 30px 0 0; direction:rtl;}
#top-menu #nav li {float:right;}
#top-menu #nav #highlight {color:#ffdd00; width:145px; height:30px; margin-top:11px; text-decoration:none; font-size:23px; text-align:center; display:block; padding-top:7px;}
#top-menu #nav a{color:#f5f2da; width:145px; height:30px; margin-top:11px; text-decoration:none; font-size:23px; text-align:center; display:block; padding-top:7px;}
#top-menu #nav a:hover{background-color:#2f2313; color:#ffdd00;}

#page-body{width:960px;display:block;clear:both;}
#page-body #content{
	float:left;
	width:690px;
	margin:0 0 30px 10px;
}
#page-title{
	width:700px; height:74px;
	background-image:url(../images/ibg02.gif);
}

#page-text{
	color:#efc066;
	font-size:12px;
	margin:20px 0;
	line-height:18px;
	text-align:justify;
	direction:rtl;
}
#page-text h2{color:#c9a154; font-size:15px;}
#page-text a{color:#efc066; text-decoration:none; border-bottom:1px dashed;}
#page-text a:hover{color:#c9a154;}

#gallery{padding-top:5px;}
#gallery li {display: table-cell; text-align: center; vertical-align: middle;width:220px; height:220px; background-color:#1b1307; float:left; margin:5px;}
#gallery li	 * {vertical-align: middle;}
#gallery li {display: block;}
#gallery li span {display: inline-block; height: 100%;width: 1px;}
#gallery img {border:#efc066 1px solid; margin:0 auto; }

#products li{width:220px; text-align:center; float:left; margin-right:10px; margin-bottom:25px;}
#products a { border-bottom:none;}

#page-body #right-banner{
	float:right; 
	width:210px; height:600px;
	background-color:#82411b;
	margin:10px 0 0 0;
	padding:10px 15px;
}

#page-body #right-banner h2{width:200px; height:26px; background-color:#693110; color:#d2cda9;display:block; text-align:right; padding:10px 10px 0 0; 
font-family:"Times New Roman", Times, serif; font-size:18px;
text-shadow: #311707 -2px -1px 4px;
}
#page-body #right-banner ul{
	list-style-image: url(../images/arrow-a.gif);
	list-style-position:inside;
	font-size:12px;
	margin:10px 10px;
	direction:rtl;
}
#page-body #right-banner ul a{color:#311707; text-decoration:none;}
#page-body #right-banner ul a:hover{color:#0e0501;}


#events{
	width:220px; height:160px; text-align:center; background-color:#1b1307;
	margin:5px; float:left;
}
#events a {border-bottom:none;}
#events img {margin-top:20px;border-bottom:none;}

#clear{clear:both;}
#footer{width:960px; height:60px; background-image:url(../images/ibg03.gif); text-align:center; font-size:12px; color:#2f2313; padding-top:15px; direction:rtl;}
#footer a {color:#2f2313; text-decoration:none;}
#footer a:hover {color:#0e0501; text-decoration:underline;}

.contactform{width:600px; margin:auto;}
.contactform td{height:12px; padding:5px; vertical-align:top;}
.contactform td input {background:#EAEAEA;border:1px solid #FFFFFF;vertical-align:top;}
textarea{background:#EAEAEA;border:1px solid #FFFFFF;width:400px;margin-top:10px;}
