﻿
* {
	margin: 0;
	padding: 0;
}

body {
	background: #538884;
	font: 11px Tahoma, Arial, sans-serif;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

.clear {
	clear: both;
}

#wrapper {
	width: 616px;
	margin: 40px auto;
	direction: rtl;
}

#header {
	
}

#header #inthename {
	background: url(inthename.png) no-repeat right top;
	height: 44px;
}

#header #logo {
	background: url(logo.png) no-repeat center top;
	height: 99px;
}

#main {
	background: white url(main-bg.png) repeat-y scroll center top;
}

#padding {
	padding: 7px 12px;
}

#right-col {
	float: right;
	width: 175px;
	position: relative;
}

#left-col {
	float: left;
	width: 412px;
}

#slideshow {
	border: 1px solid #edd3a2;
	margin-bottom: 10px;
}

#right-col #top {
	background: url(logo-bottom.png) transparent no-repeat scroll right top;
	height: 39px;
	/*margin: -7px -6px 10px 0;*/
	position: absolute;
	right: -6px;
	top: -7px;
	_right: -7px;
	width: 179px;
}

.text-block {
	border: 1px solid #edd3a2;
	width: 410px;
	margin-bottom: 10px;
}

.text-block .title {
	background: #edd3a2 url(text-block-title.png) no-repeat scroll center top;
	height: 33px;
}

.text-block .title h2 {
	font-size: 11px;
	font-weight: normal;
	padding: 5px 10px 0 0;
	letter-spacing: 1px;
}

.text-block .content {
	padding: 5px;
}

.block {
	border: 1px solid #edd3a2;
	width: 173px;
}

.block .title {
	background: #edd3a2 url(block-title.png) no-repeat scroll center top;
	height: 36px;
}

.block .title h2 {
	font-size: 11px;
	font-weight: normal;
	padding: 8px 10px 0 0;
	letter-spacing: 1px;
}

.block .content {
	padding: 5px;
}

#menu {
	margin-top: 40px;
	margin-bottom: 7px;
}

#menu li {
	background: transparent url(menu-bullet.png) no-repeat scroll right center;
	height: 23px;
	margin-bottom: 3px;
}

#menu li a {
	background: #e7c27b;
	border: 1px solid #6e6e6e;
	color: #835e18;
	display: block;
	height: 20px;
	line-height: 17px;
	margin-right: 27px;
	padding-right: 7px;
}
#menu li a:hover {
	background: #f8dda8;
	color: black;
}
a {	color: #835e18;}a:hover{	color: black;}

#footer {
	background: #efe4c6 url(footer.png) no-repeat scroll center top;
	height: 38px;
}

#footer p {
	text-align: center;
	padding: 3px 7px;
	color: #555;
}

input, button, select, textarea, .Buttons, .TextBox {
	background-color: #fbe8d6;
	border: 1px solid #9C6835;
	color: #9C6835;
	font: 11px Tahoma;
	padding: 5px;
	margin-bottom: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.Buttons, button, input[type="button"], input[type="submit"] {
	background-color: #9C6835;
	color: white;
	padding: 3px 5px;
}

textarea {
	width: 300px;
}

