/* Provided by Mani Bazov - www.mani-design.com */
/* Copyright 2009 (c) All Rights Reserved */

body {
	margin: 0;
	padding: 0;
	background: #303030;
	color: 7D7D7D;
	font-family: Arial;
	font-size: 14px;
}
#header {
	height: 157px;
	background: #303030;
	margin: 0 auto;
	text-align: center;
	width: 940px;
}
#menu {
	margin: 0 auto;
	text-align: center;
	height: 38px;
	width: 940px;
	background: url('images/bg.gif') repeat-x center ;
	
}
ul{
   	list-style-type:none;
	position:relative;
	padding: 0;
	margin:0;

}
li {
	display: inline;
}
h1 {
	color: #fff;
	font-size: medium;
}
#menu li a  {
	display:block;
	height:35px; 
	line-height:35px; 
	color:#aaa; 
	text-decoration:none; 
	font-size: 14px; 
	cursor:pointer;
	float: right; 
	text-align: center;
	width: 235px;
}
#menu li a.current{
	background:url('images/current.gif') no-repeat center 70%;
	display:block;
	font-weight: bold;
	color: #5D5D5D;
}
#main_pics {
	height: 378px;
	width: 940px;
	background: url('images/picbg.gif');
	margin: 0 auto;
}
#txt {
	float: right;
	padding: 50px 50px 0 0;
	color: #ccc;
	text-align: justify;
	direction: rtl;
	width: 560px;
	font-weight: bold;
	}
.contactbg {
	height: 378px;
	width: 940px;
	background: url('images/contact.gif') bottom left no-repeat;
	margin: 0 auto;
	}
#contacttxt {
	float: right;
	padding: 90px 90px 0 0;
	color: #ccc;
	text-align: justify;
	direction: rtl;
	font-weight: bold;
	}
#contacttxt a{
	color: #fff;
	font-weight: bold;
	}
#contacttxt #in {
	margin-right: 28px;
}
#aboutpic {
	background: url('images/about.gif') no-repeat left;
	margin-top: 20px;
	float: left;
	width: 266px;
	height: 339px;
}
#conpic {
	background: url('images/contact.gif') no-repeat left;
	margin-top: 48px;
	margin-left: 109px;
	float: left;
	width: 237px;
	height: 278px;
}
#footer {
	height: 19px;
	width: 940px;
	margin: 0 auto;
	background: #303030;
	text-align: center;
	direction: rtl;
}
#footer a{
	font-size: 11px;
	color: #7D7D7D;
	text-decoration: none;
}