@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/yanshuf_middle.png);
	/*background-color: #f09d20;*/
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #362f2d;
	direction:rtl;
	font-size: 16px;
	margin:  0px;
}

.top {
	background-image: url(images/yanshuf_banner.png);
	/*background-color: #f09d20;*/
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	height: 259px;
	width:  684px;
	margin-left: auto;
	margin-right: auto;
}

.bottom {
	background-image: url(images/yanshuf_bottom.png);
	background-color: #DE8027;
	background-repeat: no-repeat;
	position: relative;
	width:  684px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
}

.wings {
	background-image: url(images/yanshuf_wings.png);
	/*background-color: #f09d20;*/
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	/*width: 1400px;*/
	width: 100%;
	height: 780px;
	/*margin-left: auto;
	margin-right: auto;*/
}


.mainwindow {
	width: 644px;
	padding: 0px 20px;
	position: relative;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}

.text {
	text-align: justify;
	width: 70%;
}

a {
	text-decoration: none;
	color: #362f2d;
}

#menu {
	list-style: none;
	position: absolute;
	left: 0px;
	top: 158px;
	background-image: url(images/yanshuf_list.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	padding-bottom: 8px;
	padding-right: 40px;
	padding-left: 0px;
}

#menu li {
	background-color: #f09d20;
	color: #362f2d;
	float: left;
	margin-right: 15px;
	padding: 5px;
}

.pictures {
	float: left;
}

.pictures img {
	border: 5px solid #DE8027;
	margin: 10px;
	display: block;
	width: 125px;
}

.heading {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}

.yanshuf {
	font-style: italic;
	font-weight: bold;
}
.subheading {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.error {
	font-size: smaller;
	color: #FF0000;
}

.phone {
	width: 50%;
	top: 18px;
	right: 91px;
	position: absolute;
}

#lightbox {
	background-color: gray;
	margin-left: auto;
	margin-right: auto;
	height: 338px;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	padding: 31px 41px;
	-moz-border-radius: 10px;
}

#lightboxImage {
	-moz-border-radius: 10px;
}

.filmwindow {
	height: 125px;
	overflow-x: scroll;
	overflow-y: hidden;
	width: 100%;
}

.filmstrip {
	list-style: none;
	width: 2000px;
	padding: 0px;
}

.thumbnail {
	border: 3px solid;
	float: right;
	height: 75px;
	margin: 5px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.thumbnail:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#caption {
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
}

#banner {
	height: 75px;
	left: -100px;
	position: relative;
	top: 39px;
}

.email a{
	color: #de8027;
	font-size: xx-small;
	left: 0px;
	position: absolute;
	top: 0px;
}

.email a:hover {
	color: #362f2d;
}