root, html, body
{
	padding: 0;
	margin: 0;
	background-image: url('../img/bg.jpg');
	background-repeat: repeat-x repeat-y;

}

table,td,th
{
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

a:link,
a:active,
a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

table.header
{
	margin-left: 46px;
}
table.header td.menu
{
	width: 237px;
	text-align: center;
}

table.header td.menu div.menuBg
{
	position: relative;
	top: 10px;

	width: 245px;
	height: 344px;
	background-image: url('../img/menu_bg.png');
	background-repeat: no-repeat;

	padding-top: 29px;
}

table.header td.menu div.line
{
	width: 181px;
	height: 1px;
	font-size: 1px;

	margin-top: 8px;
	margin-bottom: 8px;
	
	background-image: url('../img/menu_line_bg.png');
	background-repeat: repeat-x;
}

table.header td.balcony
{
	width: auto;
	

}

table.header td.balcony div.headerMenu
{
	position: relative;

	text-align: center;
	line-height: 38px;
	
	margin-left: 50px;

	background-image: url('../img/header_menu_bg.png');
	background-repeat: no-repeat;

	width: 596px;
	height: 44px;
	font-size: 13px;
}




table.header td.balcony div.headerMenu a
{
	margin-right: 30px;

	font-family: "Tahoma";
	font-size: 11px;
	color: #353535;
}

table.header td.balcony div.headerMenu a:hover
{
	color: #C83909;
}





table.header td.balcony div.headerMenu1
{
	position: relative;

	text-align: left;
	line-height: 38px;
	
	margin-left: 0px;

	
	background-repeat: no-repeat;

	width: 596px;
	height: 14px;
	font-family: "Tahoma";
	font-size: 13px;
}



table.header td.balcony div.headerMenu1 a
{
	margin-right: 0px;

	font-family: "Tahoma";
	font-size: 13px;
	color: #353535;
}

table.header td.balcony div.headerMenu1 a:hover
{
	color: #C83909;
}



table.balcony
{
	margin-top: 5px;
	width: 659px;
	height: 394px;
}

table.content
{
	width: 100%;
	margin-top: 60px;
	
	min-width: 1024px;
}

table.content td
{
	background-color: #FFF7DD;
	border-top: 1px solid #C3B995;
	border-bottom: 1px solid #C3B995;

	font-family: "Tahoma";
	font-size: 11px;
	color: #444140;
}

table.content td img.label
{
	margin-top: 33px;
	margin-bottom: 27px;
}

table.content td.newsBlock
{
	width: 283px;
	font-size: 14px;
}

table.content td.aboutBlock
{
	min-width: 800px;
	font-size: 14px;
}


table.content td.aboutBlock a
{
	color: #444140;
}



table.price
{
	width: 500px;
	margin-top: 60px;
	
	min-width: 500px;
}



table.price td
{
	background-color: #FFF7DD;
	border-top: 0px solid #C3B995;
	border-bottom: 0px solid #C3B995;

	font-family: "Tahoma";
	font-size: 11px;
	color: #444140;
}







table.content td.newsBlock a
{
	color: #444140;
}
table.content td.newsBlock a.allNews
{
	color: #C83909;
}

table.footer
{
	margin-left: 45px;
	margin-top: 40px;
}

table.footer td
{
	font-family: "Tahoma";
	font-size: 11px;
	color: #000;
	padding-right: 17px;
}

div.phone
{
	font-family: "Tahoma";
	font-size: 23px;
	color: #853F1F;
}

div.tube
{
	position: fixed;
	top: 0px;
	right: 16px;

	width: 57px;
	height: 100%;

	background-image: url('../img/tube.png');
	background-repeat: repeat-y;
}
