* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 990px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url('/files/img/left-column-bg.jpg') repeat-y left;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 190px;
}

	#header_t { width: 940px; height: 190px; /* background: #c00; */ margin-left: 50px; }
		
		#logo { width: 740px; height: 93px; }
			#logo a.icon { float: left; display: block; height: 36px; text-align: center; vertical-align: center; margin-left: 50px; }
			#logo h2 { float: left; width: 450px; text-align: left;font: normal .8em Arial; color: #ccc; margin: 3px 0 3px 80px; }
		#phones { width: 200px; height: 93px; }
			#phones p { text-align: right; background: url('/files/img/icon-phone.jpg') no-repeat right 3px; margin: 0 20px 0 0; padding-right: 20px; font: bold 1.4em Arial; }
			#phones span { color: #c00; font: normal .7em Arial; margin-right: 5px; }
			#phones p.grey-1 { color: #999; }
			#phones p.grey-2 { color: #ccc; }
			
		#hdr_srch_menu { height: 78px; background: url('/files/img/menu-bg.gif'); padding: 0; }
			#hdr_srch_menu img { float: left; display: block; }
			#search_form { float: left; display: block; margin-top: 10px; }
				#search_form p { margin: 3px 0 3px 20px; font: normal 1em Arial; }
				#search_form input { font: normal 1em Arial; margin-right: 10px; width: 60px; }
				#search_form input.text { width: 150px; padding: 2px; }
			#menu { float: right; height: 78px; }
				#menu td { padding-top: 35px; height: 43px; text-align: center; }
				#menu a.menu { display: block; width: 126px; height: 28px; background: url('/files/img/buttons.jpg') no-repeat 0 0; font: bold 1em Arial; color: #000; text-decoration: none; text-align: center; padding-top: 15px; }
				#menu a.menu:hover { color: #fff; background-position: -126px 0 !important; }
				#menu a.selected { background-position: -252px 0 !important; color: #fff; }
				#menu a.selected:hover { background-position: -252px 0 !important; color: #fff; }
				#menu td.download { padding-top: 18px; }
				#menu a.download { display: block; margin: 0 auto; color: #fff; font: normal .9em Arial; height: 17px; text-decoration: none; width: 70px; background: url('/files/img/download-bg.gif'); }
				#menu a.download:hover { text-decoration: underline; }
		#hdr_shadow { height: 19px; text-align: left; }
			#hdr_shadow img { display: block; }
		
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 130px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 0 30px 320px;
}
	
	#content h1 { font: normal 2.2em 'Arial Narrow', Arial; margin: 5px 0 10px 0; }
	#content h2 {  font: normal 1.9em 'Arial Narrow', Arial; color: #c00; margin: 7px 0; }
	#content h3 {  font: normal 1.5em Arial; color: #333; margin: 5px 0; }
	#content p { font: normal 1em Arial; line-height: 1.4em; margin: 0 0 10px 0; color: #000; }
	#content a { font: normal 1em Arial; color: #c00; text-decoration: underline; }
	#content a:hover { text-decoration: none; }
	
	#content ul { list-style-type: none; margin: 0 0 20px 10px; }
	#content ul li { list-style-type: none; padding-left: 25px; background: url('/files/img/point.gif') no-repeat; background-position: left 9px; }
	
	#content ol { list-style-type: roman; margin: 0 0 0 35px; }
	
	#content p.status { margin-bottom: 20px; font: normal .9em Arial; color: #666; }
	#content p.status a { margin-bottom: 20px; font: normal 1em Arial; }
	#content p.status span { margin: 0 5px; }
	
	#content div.price { font: normal 1.8em 'Arial Narrow', Arial; color: #666; text-align: center; margin-top: 1em; }
	
	#content table.bordered { border-collapse: collapse; }
	#content table.bordered th { border: 1px solid #999; color: #fff; background: #c33; font: normal 1em Arial; padding: 5px 10px; }
	#content table.bordered td { border: 1px solid #999; padding: 5px 10px; }
	
	#content .bordered table { border-collapse: collapse; }
	#content .bordered table th { border: 1px solid #999; color: #fff; background: #c33; font: normal 1em Arial; padding: 5px 10px; }
	#content .bordered table td { border: 1px solid #999; padding: 5px 10px; }
	
	#catalog-main td { text-align: center; vertical-align: top; padding: 0 10px 50px 10px; }
	#catalog-main a { color: #999; font: normal 1em Arial; text-align: center; display: block; width: 150px; padding-top: 120px; background-position: center top; background-repeat: no-repeat; }
	
	
/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 300px;
	margin-left: -100%;
	position: relative;
	padding: 10px 0 30px 0;
}

	.sl p.menu { margin-left: 75px; padding: 0 20px 5px 0; margin-bottom: 5px; }
	.sl p.menu a { color: #fff; margin: 5px 0; text-decoration: none; }
	.sl p.menu a:hover { text-decoration: underline; }
	.sl p.selected { background: url('/files/img/left-menu-point.gif') no-repeat right top; }
	.sl p.selected a { font-weight: bold; }
	
	.sl .separator { text-align: right; margin: 0 0 10px 0; line-height: 1px; }
	
	.sl div.news { margin: 20px 0 20px 75px; color: #fff; padding-right: 15px; }
	.sl div.news span { float: left; margin-left: -35px; font: normal 2em Arial; color: #fff; }
	.sl div.news p { margin: 0; color: #fff; }

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 990px;
	margin: -130px auto 0;
	height: 130px;
}

	#footer_wrap0 { width: 940px; height: 130px; margin-left: 50px; }
	#footer table { width: 940px; height: 100px; background: url('/files/img/footer-bg.gif'); margin-bottom: 30px; }
	#footer table td { height: 100px; vertical-align: middle; font: normal .9em Arial; color: #999; }
	#footer a { color: #dc333a; }
	
		#f_copyright { width: 250px !important; text-align: center; vertical-align: center; }
		#f_contacts { width: 490px; text-align: left; }
			#f_contacts h3 { font: normal 1em Arial; color: #999; margin-left: 20px; }
			#f_contacts p { margin: 0 0 0 20px; }
		#f_email { width: 200px; text-align: center; }