/* Layout ******************/

* {
	0z-index:1;
}

img {
	border:0;
}

p {
	text-align:justify;
}

html {
	height:100%;
	background:#b29082 url(/data/img/html-bg.jpg) 50% repeat-y;
}

body {
	position:relative;
	padding:0; margin:0 auto;
	width:1001px;
	min-height:100%;
	_height:100%;
	font:9pt verdana, tahoma, arial;
	line-height:1.5em;
}

#wrapper {
	position:relative;
	overflow:hidden; width:100%;
	padding-top:333px;
	padding-bottom:170px;
  	background:url(/data/img/content-bg.jpg) 1px 315px no-repeat;
  	_background:url(/data/img/content-bg.jpg) 0px 315px no-repeat;
}

#content {
	padding:0 80px;
}

#header {
	position:absolute; top:0; left:0;
	width:100%;
	height:319px;
	background:#161616 url(/data/img/header-bg.jpg) 0 0px;
}

#footer {
	position:absolute; bottom:0;
	width:100%;
	height:149px;
	background:url(/data/img/footer-bg.png) 49px 0 no-repeat;
	_background:url(/data/img/footer-bg.png) 48px 0 no-repeat;
}

/* Fonts *******************/
/* Colors ******************/
/* Misc ********************/


h1 {
	margin:0; padding:0;
	margin-bottom:20px;
	font-size:1.5em;
	font-weight:normal;
	text-align:center;
	color:#590726;
}

h3 {
	margin:0; padding:0;
}


#header a#logo {
	position:absolute; top:60px; left:60px;
	display:block;
	width:290px;
	height:110px;
}

#header span#phone-top {
	position:absolute; bottom:6px; right:78px;
	display:block;
	width:235px;
	height:39px;
	background:url(/data/img/phone-top.jpg);
}

#header h3 {
	position:absolute; top:200px; left:100px;
	font-size:0.8em;
	line-height:1.6em;
	color:#fff;
}

#header h3 b {
	display:block;
}

#header h3 i {
	margin-right:30px;
}


#header ul {
	list-style:none;
	margin:0; padding:0;
	position:absolute; top:280px; left:76px;
}

#header ul li {
	float:left;
	margin-left:17px;
	padding-left:17px;
	background:url(/data/img/delimiter.png) no-repeat;
}

#header ul li.first {
	margin-left:0px;
	padding-left:0px;
	background:none;
}

#header ul li a {
	display:block;
	height:22px;
}

#header ul li a b {
	display:none;
}

#header ul li a.m1 {
	width:106px;
	background:url(/data/img/m1.jpg);
}

#header ul li a.m2 {
	width:61px;
	background:url(/data/img/m2.jpg);
}

#header ul li a.m3 {
	width:98px;
	background:url(/data/img/m3.jpg);
}

#header ul li a.m4 {
	width:78px;
	background:url(/data/img/m4.jpg);
}

#header ul li a.m5 {
	width:86px;
	background:url(/data/img/m5.jpg);
}


#footer span#phone-bottom {
	position:absolute; top:15px; right:80px;
	display:block;
	width:115px;
	height:19px;
	background:url(/data/img/phone-bottom.jpg);
}

#footer ul {
	list-style:none;
	margin:0; padding:0;
	position:absolute; top:12px; left:80px;
}

#footer ul li {
	float:left;
	margin-left:15px;
	padding-left:15px;
	background:url(/data/img/delimiter2.png) 0 50% no-repeat;
}

#footer ul li.first {
	margin-left:0px;
	padding-left:0px;
	background:none;
}

#footer ul li a {
	font-weight:bold;
	font-size:0.9em;
	text-transform:uppercase;
	color:#590726;
}

#footer span#copy {
	position:absolute; top:70px; left:100px;
	width:120px;
	font-size:0.9em;
	line-height:1.2em;
	text-align:right
}

#footer span#descr {
	position:absolute; top:70px; left:280px;
	width:245px;
	font-size:0.9em;
	line-height:1.2em;
}

