@import url("header.css");
@import url("content.css");
@import url("footer.css");


* {
	margin: 0;
	padding: 0;
}

html, body { width: 100%; height: 100%; padding: 0; margin: 0; }

body{
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: normal;
	
}

a { outline: none; -moz-outline: 0; border: none; border-width: 0px; }
a:active { outline: none; -moz-outline: 0; /* ������� � ������ �������� ������ ������ */ }
a:focus { outline: none; -moz-outline: 0; } 

img { border: none; border-width: 0px; }

.clear { clear: both; font-size: 0pt; line-height: 0px; height: 0px;  }

body a{
	text-decoration: none;
	color: #369; border-bottom: 1px solid #369;
}
body a:hover{
	color: #f60; text-decoration: none; border-bottom: 1px solid #f60;
}

body p{
	padding-bottom: 15px;
}

body ul{
	padding: 0;
	margin: 0 0 10px 20px;
}
body ol{
	padding: 0;
	margin: 0 0 10px 25px;
}
*html body ol{
	padding: 0;
	margin: 0 0 10px 28px;
}
*:first-child+html body ol{
	margin: 0 0 10px 28px; 
}
body dl{
	margin: 0 0 10px 10px;
}
*html body dl{
	margin: 0 0 10px 7px;
}
/* ��� IE7 */
*:first-child+html body dl{
	margin: 0 0 10px 4px;
}

/* ��� ��� mozzila */
html:root body dl{
	margin: 0 0 10px 20px;
}



/**************************/
#main{
	width: 1000px;

	
	margin: 0 auto;
}

.bannerLeft{}
	.bannerLeft a{display: block;}
		.bnrImgContainer{ width: 150px; height: 306px; position: relative;}
	.bannerLeft .bnrImgContainer .bnrText{padding-top: 270px; text-align: center; color: rgb(255, 102, 0); font-weight: bold; font-size: 16px;}
	


table.b-properties {}
	.b-properties__label{text-align: left;}

