@charset "utf-8";

body {
	text-align: center;
	font-family:"arial";
	margin:0;
	padding:0;
	font-size:12px;
	color:#000; 
	background: #fff;
}
html,body {
	height:100%;
}
div.container {
	margin: auto;
	width: 980px;
	background: #ffffff;
}
div.container div.logo {
	text-align: right;
	height: 100px;
	position: relative;
}
div.container div.logo img.logo {
	height: 90px;
	position: absolute;
	bottom: 8px;
	right: 0;
	border: 0;
}
div.container div.logo div.pages {
	vertical-align: bottom;
	position: absolute;
	bottom: 4px;
	right: 350px;
	height: 30px;
	width: 615px;
	background: #fff url('/images/pages.png') no-repeat right top;
	padding-top: 10px;
	padding-right: 15px;
}
div.container div.logo div.pages a {
	text-decoration: none;
	font-size: 14px;
	color: #993535;
	font-weight: bold;
	letter-spacing:1px;
}
div.container div.logo div.pages span {
	font-size: 14px;
	color: #000;
	margin: 10px;
}
div.container div.logo div.pages a:hover {
	text-decoration: underline;
}
div.content {
	clear: both;
	direction: rtl;
	text-align: right;
	margin: auto;
	margin-top: 0;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 20px;
	min-height: 480px;
	width: 960px;
/*	background: url('/images/content.png') no-repeat right bottom; */
	position: relative;
	padding-top: 5px;
}
div.line {
	height: 11px; 
	width: 100%; 
	background: url('/images/line.png') repeat-x left top;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
div.content div.img {
	clear: left; 
	margin-left: 8px;
	width: 235px; 
	height: 244px;
	float: left; 
	padding-right: 20px;
	position: relative;
}
div.content div.img img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3000;
}
div.content div.contact {
	float: left; 
	border: 0; 
	height: 244px;
	margin-bottom: 5px; 
	width: 235px; 
	background: url('/images/contact.png') no-repeat left top;
	padding-right: 20px;
	position: relative;
	margin-left: 8px;
}
div.content div.contact div.header {
	position: absolute;
	right: 45px;
	top: 10px;
	font-size: 14px;
	text-align: center;
}
div.content div.contact div.header p {
	margin: 5px;
	padding: 0;
	margin-right: 25px;
	font-weight: bold;
	font-size: 16px;
}
div.content div.contact form {
	position: absolute;
	right: 45px;
	top: 40px;
}
div.content div.contact form input {
	float: left;
	margin-left: 15px;
	border: #9f9f9f 1px solid;
	height: 18px;
	width: 150px;
	font-size: 12px;
}
div.content div.contact form textarea {
	float: left;
	margin-left: 15px;
	border: #9f9f9f 1px solid;
	height: 65px;
	width: 150px;
	font-size: 12px;
	position: absolute;
	right: 40px;
	top: 94px;
}
div.content div.contact form div {
	float: right;
	clear: right;
	margin-bottom: 15px;
}
div.content div.contact a {
	position: absolute;
	left: 15px;
	bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #993535;
	text-decoration: none;
}
div.content div.contact a:hover {
	text-decoration: underline;
}
div.content div.contact form div.Name {
	position: absolute;
	right: 0px;
	top: 21px;
}
div.content div.contact form input.Name {
	position: absolute;
	right: 40px;
	top: 19px;
}
div.content div.contact form div.Phone {
	position: absolute;
	right: 0px;
	top: 46px;
}
div.content div.contact form input.Phone {
	position: absolute;
	right: 40px;
	top: 44px;
}
div.content div.contact form div.Email {
	position: absolute;
	right: 0px;
	top: 71px;
}
div.content div.contact form input.Email {
	position: absolute;
	right: 40px;
	top: 69px;
}
div.content div.contact form div.Details {
	position: absolute;
	right: 0px;
	top: 94px;
}
div.footer {
	vertical-align: bottom;
	height: 45px;
	width: 978px;
	background: #fff url('/images/footer.png') no-repeat right top;
	padding-top: 10px;
	position: absolute;
	left: 2px;
	direction: rtl;
	font-weight: bold;
}