﻿body {
	background-color: #fff;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	margin: 0px;
}
.align {
	margin: 0px auto;
	width: 954px;
	height: auto;
}
.container {
	width: 100%;
	height: auto;
}
.header {
	background-image: url('../images/header-bg.jpg');
	background-repeat: no-repeat;
	height: 140px;
	vertical-align: top;
	padding: 0px 0px 0px 14px;
}
.header-box {
	width: 75%;
}
.menu {
	width: 75%;
	float: left;
	height: 48px;
}
.top-menu {
	height: 35px;
}
.search {
	height: 50px;
}
.main-container {
width:100%;
	border-left: 1px #c0c0c0 solid;
	border-right: 1px #c0c0c0 solid;
	padding: 5px 12px 5px 12px;
}
.main {
	padding: 0px 12px 0px 0px;
	width: 450px;
	vertical-align: top;
}
.menu-title {
	background-image: url('../images/title-menu-bg.gif');
	background-repeat: no-repeat;
	height: 35px;
}
.right-menu {
	width: 197px;
	float: left;
	background-color: #8c1c75;
}
.right {
	width: 197px;
	float: left;
	background-color: #5c5c5c;
}
.banner {
	padding: 4px 0px 0px 0px;
}
.right-box {
	width: 25%;
	padding: 2px 0px 0px 0px;
	vertical-align:top;
}
.left-box {
	padding:0px 0px 0px 0px;
	width: 75%;
	vertical-align: top;
	background-image: url('../images/bg-main.jpg');
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
.left {
	width: 200px;
	float:left;
	margin:0px 0px 0px 0px;
}
.footer{
  background-position:0px 4px;
	 background-image:url('../images/footer-bg.jpg');
	 height:124px;
	 vertical-align:top;
	 background-repeat:no-repeat;
}
.copyright {
	width: 100%;
	height: 26px;
	font-family: Tahoma;
	font-size: 11px;
	color: #5c5c5c;
	text-align: center;
	direction: rtl;
	text-decoration: none;
}
.copyright a {
	font-family: Tahoma;
	font-size: 11px;
	color: #5c5c5c;
	text-align: center;
	direction: rtl;
	text-decoration: none;
}
.f {
	color: #762e67;
}

