﻿@import url('clean.css');
body {
	background-color:#f1f1f1;
	color:#000;
	font-family: Arial;
	font-size:11px;
	text-align:right;
	direction:rtl;
}
p{padding:5px 0}
#wrapper{
	position:relative;
	width: 810px;
	height:590px;
	background-color:#f1f1f1;
	border:solid 2px #e4e4e4;
	margin:20px auto;
	overflow:hidden;
}
#header{
	position:relative;
	width:810px;
	height:108px;
	background:transparent url('../images/header.gif') no-repeat center center;
}
#logo{
	position:relative;
	width:165px;
	height:68px;
	top:30px;
	right:32px;
	display:block;
}
#menu{
	position:absolute;
	top:68px;
	left:63px;
	width:390px;
	height:28px;
	text-align:left;
}
#menu a{
	text-decoration:none;
	font-family:Aharoni;
	font-size:26px;
	color:#f7f7f7;
}
#menu a:hover{color:#fff}

#content{	
	position:relative;
	width:810px;
	height:436px;
	text-align:right;
}
#separator{
	position:absolute;
	top:20px;
	right:0;
	width:394px;
	height:3px;
	background-color:#fff
}
#leftPanel{
	position:absolute;
	top:22px;
	left:22px;
	width:344px;
	height:400px;
	background-color:#fffefe;
	overflow:hidden
}
#rightPanel{
	position:absolute;
	top:60px;
	right:22px;
	width:354px;
	height:324px;
	font-size:18px;
	font-weight:normal;
	padding:4px 10px;
	color:#AEAEAE;
	background-color:#fffefe;
	overflow:hidden
}
#galleryWrapTop,#galleryWrapBottom{
	position:absolute;
	width:740px;
	height:12px;
	left:38px;
}
#galleryWrapTop{	
	background:transparent url('../images/borderTop.png') no-repeat center center;
	_background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources/images/borderTop.png', sizingMethod = 'crop');
	top:50px;
}
#galleryWrapBottom{
	background:transparent url('../images/borderBottom.png') no-repeat center center;
	_background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources/images/borderBottom.png', sizingMethod = 'crop');
	top:342px;
}
#galleryWrap{
	position:absolute;
	top:62px;
	left:38px;
	width:740px;
	height:280px;
	background-color:#e4e4e4;
	overflow:hidden
}
#gallery{
	width:700px;
	height:280px;
	position:absolute;
	left:20px;
	overflow:hidden
}
#line{
	position:absolute;
	left:120px;
	top:378px;
	width:585px;
	color:#787878
}

#next,#prev{
	position:absolute;
	display:block;
	top:400px;
	width:18px;
	height:20px;
	cursor:pointer;
}
#next{
    background:transparent url('../images/prev.gif') no-repeat center center;
	left:384px;
}
#prev{
    background:transparent url('../images/next.gif') no-repeat center center;
    right:384px;
}
#footer{
	position:relative;
	width:810px;
	height:46px;
	background:transparent url('../images/footer.gif') no-repeat center center;
}

#contactUs{
	position:absolute;
	width:94px;
	height:26px;
	background:transparent url('../images/contactUs.gif') no-repeat center center;
    text-align:center;
    font-family:Aharoni;
	font-size:26px;
	color:#f7f7f7;
	cursor:pointer;
	line-height:26px;
}

#contactUs{
    left:36px;
	top:4px;
}
#contactUs a{
	text-decoration:none;
	color:#f7f7f7;
}
#contactUs a:hover,#next:hover, #prev:hover{color:#fff}
