/*--------------- DEFAULT -----------------*/
body{
	margin:0; padding:0; background:#fff; color:#000;
	font:normal 12px/16px Arial, Helvetica, sans-serif;
}
p, img, ul, a, form, input, h1, h2, h3 {margin:0; padding:0;}
ul{list-style:none;}
a{text-decoration:none; outline:none;}
.spacer{font-size:0; line-height:0; clear:both;}
img {border:none;}
/*--------------- HEADER -----------------*/
#header {
	width:697px; margin:0 auto; background:url(images/header_bg.jpg) 0 0 no-repeat;
	height:256px; padding:0 0 0 83px;
}
#header div {width:504px; height:256px; float:left;}
#header div img { display:block;}
#header div h2 {
	background:url(images/punchline.jpg) 0 0 no-repeat; width:245px; line-height:0;
	height:29px; text-indent:-2000px; margin:76px 0 0 0; font-size:0;
}
#header ul { 
	width:128px; height:185px; background:url(images/topmenu_bg3.jpg) 0 0 no-repeat;
	padding:71px 0 0 22px; font-weight:bold; float:left;
}
#header ul li {
	background:url(images/topmenu_libg.gif) left bottom repeat-x;
	padding:0 0 1px 0;
}
#header ul li a {
	color:#610b28; height:18px; display:block; padding:0 0 0 9px;
	background:url(images/bull_topmenu.gif) 0 40% no-repeat;
}
#header ul li a:hover {
	color:#fff;
	background:url(images/bull_topmenu_hover.gif) 0 40% no-repeat;
}
#header ul li span {
	color:#fff; height:18px; display:block; padding:0 0 0 9px; cursor:default;
	background:url(images/bull_topmenu_hover.gif) 0 40% no-repeat;
}
/*------------------- BODY -----------------------*/
#body {
	width:768px; background:#E4DDCB url(images/body_bg.gif) 0 0 repeat-x;
	padding:29px 0 0 12px; margin:0 auto; color:#000;
}
#body h2 {text-indent:-2000px; line-height:0; font-size:0;}
/*----------- CENTER PANEL ----------*/
#centerPanel {width:760px; float:left; padding:0 0 0 0;}
#centerPanel h2.Service {
	background:url(images/service.jpg) 0 0 no-repeat; height:38px;	
}
#centerPanel h2.Apartments {
	background:url(images/apartments3.jpg) 0 0 no-repeat; height:38px;	
}
#centerPanel h2.Contacts {
	background:url(images/contacts.jpg) 0 0 no-repeat; height:32px;	
}
#centerPanel h2.Bila {
	background:url(images/bila-tserkva.jpg) 0 0 no-repeat; height:34px;	
}
#centerPanel h2.Prices {
	background:url(images/prices.jpg) 0 0 no-repeat; height:32px;	
}
#centerPanel h2.Photocatalogue {
	background:url(images/photocatalogue.jpg) 0 0 no-repeat; height:29px;	
}
/*----------- LEFT PANEL ----------*/
#leftPanel {width:228px; float:left; padding:0 15px 0 0;} 
#leftPanel h2.latestHeader {
	background:url(images/service.jpg) 0 0 no-repeat; height:38px;	
}

/*----------- RIGHT PANEL ----------*/
#rightPanel {
	width:466px; float:left; padding:0 0 15px 0;
}
#rightPanel h2.welcomeHeader {
	background:url(images/welcome.jpg) 0 0 no-repeat; height:38px;	
}
#rightPanel p {padding:0 0 10px 3px;}


#footer {
	width:780px; margin:0 auto; padding:25px 0 0 0; color:#000;
	background:#F4F2EA url(images/fo0ter_bg.gif) 0 0 repeat-x;
}
#footer ul {font-weight:bold; width:480px; margin:0 auto;}
#footer ul li { float:left; padding:0 1px;}
#footer ul li a {
	padding:1px 10px; color:#7C1F3E; display:block; background:#F4F2EA;
}
#footer ul li a:hover {
	color:#F4F2EA; background:#7C1F3E;
}
#footer p {clear:both; padding:8px 0 17px 0; font-size:11px; text-align:center;}
#footer p a{ color:#000; text-decoration:underline;}
#footer p a:hover{ text-decoration:none;}
/*--------------- MISCLENIOUS -----------------*/
.centerAlign {text-align:center ;}
.botPad {padding-bottom:25px ;}