* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	color: #000000;
	font-family: arial, tahoma, verdana;
	font-size: 12px;
	direction: rtl;
}

ul {
	list-style: inside;
}

a {
	color: #400000;
}

a:hover {
	color: #800000;
	text-decoration: none;
}

a img {
	border: 0;
}

.clear {
	clear: both;
}

th {
	text-align: right;
	width: 140px;
}

input[type="text"] {
	font-family: arial;
	font-size: 12px;
	width: 200px;
}

textarea {
	font-family: arial;
	font-size: 12px;
	width: 270px;
}

/******************************************************************************/

#warp {
	width: 880px;
	margin: auto;
}

#header {
	margin-bottom: 10px;
}

#header #logo {
	display: block;
	float: left;
}

#header #menu {
	clear: both;
	height: 35px;
	background: url('images/menu-bg.jpg') no-repeat;
}

#header #menu ul {
	list-style: none;
}

#header #menu ul li {
	display: block;
	width: 100px;
	float: right;
	height: 26px;
	text-align: center;
	padding-top: 9px;
	margin-right: 8px;
}

#header #menu ul li a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#header #menu ul li:hover {
	background: url('images/menu-hover.jpg') no-repeat;
}

#header #menu ul li:hover a {
	color: #ffffff;
}

#inner-top {
	background: url('images/content-top.jpg') no-repeat;
	padding-top: 15px;
}

#inner-content {
	background: url('images/content-bg.jpg') repeat-y;
	padding: 0 10px 10px 10px;
}

#content {
	width: 540px;
	float: right;
}

#sidebar {
	width: 300px;
	float: left;
}

#sidebar .title {
	background: url('images/box-top.jpg') no-repeat;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 5px 0 0;
	height: 20px;
	font-size: 12px;
}

#sidebar .content {
	padding: 5px 10px 5px 10px;
	background: url('images/box-cen.jpg') repeat-y;
}

#sidebar .bottom {
	height: 5px;
	background: url('images/box-bot.jpg') no-repeat;
	margin-bottom: 10px;
}

#sidebar #contact a {
	display: block;
	height: 35px;
	background: url('images/contact.jpg') no-repeat;
}

#sidebar #contact a:hover {
	background: url('images/contact-hover.jpg') no-repeat;
}

#footer {
	background: url('images/footer.jpg') no-repeat;
	height: 25px;
	padding: 10px 30px 0 30px;
}

#footer #seoweb {
	width: 200px;
	float: left;
	direction: ltr;
}

#footer #rights {
	width: 500px;
	float: right;
}

/****************************************************************************/

#gallery {
	width: 530px;
}

#gallery #arrowR {
	float: right;
	margin: 50px 0 0 10px;
}

#gallery #arrowL {
	float: left;
	margin: 50px 10px 0 0;
}

#gallery #list_of_images {
	float: right;
	overflow: hidden;
	height: 136px;
	width: 476px;
}


#index_pic {
	width: 530px;
	border: 1px solid #ccc;
	padding: 3px;
	background: #ffffff;
}

#contact_mess {
	padding: 5px;
	background: #fff;
	border: 1px solid #cccccc;
	margin: 5px;
	font-weight: bold;
	color: darkgreen;
}
