body
{
	padding: 0px;
	margin: 0px;
	background-image: url('/img/tpl/default/bg/body.gif');
}
@font-face { font-family: "AvantGardeCTT"; src: url("/fonts/AVG45__C.TTF") }
@font-face { font-family: "Iris"; src: url("/fonts/Iris.ttf") }
#header #top, #header #center, #header #bottom, #menu, #middle, #footer
{
	margin: auto;
}
#header #top
{
	background-image: url('/img/tpl/default/bg/header-top.jpg');
	width: 1024px;
	height: 63px;
	font-size: 16px;
	//font-family: "Bookman Old Style Regular";
	line-height: 1.5;
	color: #333;
}
#header #top #address
{
	padding-left: 500px;
}
#header #top #slogan
{
	padding-left: 470px;
}
#header #center
{
	background-image: url('/img/tpl/default/bg/header-center.jpg');
	width: 1024px;
	height: 385px;
}
#header #bottom
{
	background-image: url('/img/tpl/default/bg/header-bottom.jpg');
	width: 1024px;
	height: 73px;
}
#menu
{
	background-image: url('/img/tpl/default/bg/menu.jpg');
	width: 1024px;
	height: 22px;
	font-family: AvantGardeCTT, Times, "Times New Roman" serif;
	font-size: 14px;
	//font-weight: bold;
}
#menu ul
{
	padding: 0;
	padding-left: 145px;
	margin: 0;
}
#menu ul li
{
	float: left;
	position: relative;
	list-style-type: none;
	min-width: 150px;
	text-align: center;
	padding: 0;
	color: #eee;
}
#menu ul li ul
{
	display: none;
	position: absolute;
	padding: 0;
	background-image: url('/img/tpl/default/menu/top.png');
	background-position: bottom;
	background-repeat: repeat-y;
	min-width: 150px;
	height: auto;
}
#menu ul li ul li.menu-bottom
{
	background-image: url('/img/tpl/default/menu/bottom.png');
	background-repeat: no-repeat;
	height: 19px;
	bottom: -19px;
}
#menu ul li ul li
{
	min-height: auto;
	height: auto;
	display: block;
	font-size: 12px;
	font-weight: bolder;
}
#menu ul li a, #menu ul li div
{
	display: block;
	color: #eee;
	text-decoration: none;
	min-height: 23px;
}
#menu ul li a:focus
{
	outline: none;
}
#menu ul li a:hover
{
	text-decoration: underline;
}
#menu ul li ul li a
{
	display: block;
	padding: 0px;
	margin: 0px 15px;
	color: #300;
	min-height: auto;
}
#middle
{
	background-image: url('/img/tpl/default/bg/middle.jpg');
	width: 1024px;
	height: 1007px;
	z-index: -5;
}
#content
{
	display: block;
	width: 800px;
	height: 730px;
	padding: 135px 100px 142px 124px;
	float: left;
	font-family: AvantGardeCTT, Georgia;
	font-size: 15px;
	color: #300;
}
#content p
{
	line-height: 1.2;
	padding: 0;
	margin: 5px 40px;
	text-indent: 20px;
}

#content h1
{
	padding-left: 40px;
	margin: 15px 40px;
	font-weight: bold;
	font-size: 21px;
}
#footer
{
	background-image: url('/img/tpl/default/bg/footer.jpg');
	width: 1024px;
	height: 50px;
	font-family: Iris;
	font-weight: bold;
	font-size: 13px;
	color: #111;
}
#footer #credits
{
	width: 200px;
	float: left;
	padding-left: 110px;
	padding-top: 5px;
	display: none;
}

#footer #contacts
{
	width: 450px;
	padding-right: 20px;
	float:right;
}
a
{
	text-decoration: underline;
	color: black;
}
a:hover
{
	text-decoration: underline;
}
