html, body,
p, form, blockquote,
ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
}

html, body
{
	height: 100%;
}

html
{
	background: #2e3813 url(i/html.jpg) no-repeat center 0;
}

body
{
}

body,
td, th
{
	color: #555555;
	font: 12px/18px Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	color: #2c2021;
}

h1
{
	font: bold 20px/25px Arial, Helvetica, sans-serif;
	padding-bottom: 8px;
	border-bottom: 2px solid #2c2021;
}

h2
{
	font: bold 16px/normal Arial, Helvetica, sans-serif;
}

a
{
	color: #49502f;
}
	a img
	{
		border: 0;
	}
	
ul li
{
	list-style: none;
}

#conteiner
{
	min-height: 100%;
	width: 990px;
	margin: 0 auto;
	background: url(i/board.png) repeat-y center 0;
}
	#board
	{
		margin-top: 20px;
	}
		#indent
		{
			padding: 30px 25px 121px 25px;
			background: url(i/indent.png) no-repeat center 0;
		}
		
		#indent:after
		{
			content: ".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
		}
	
	#page
	{
		background: white;
		width: 660px;
		float: left;
		padding: 20px;

	}
		#header
		{
			position: relative;
			height: 200px;
			margin-bottom: 15px;
		}
		
		.article p
		{
			margin: 15px 0;
		}
		
		#half-text
		{
			width: 430px;
			margin-top: -3px;
			float: left;
		}
		
		#sub-nav
		{
			width: 200px;
			float: right;
			margin: 20px 0 10px 0;
		}
		
			#sub-nav a
			{
				display: block;
			}
			
			#sub-nav li
			{
				padding-bottom: 10px;
			}

	.tripple
	{
		overflow: hidden;
		padding-bottom: 18px;
	}
		.tripple li
		{
			float: left;
			width: 200px;
			padding-left: 30px;
		}
		
		.tripple li:first-child
		{
			padding-left: 0;
		}
		
		.tripple img
		{
			float: left;
			margin: 4px 10px 10px 0;
			text-decoration: none;
		}
		
	.sep
	{
		line-height: 34px;
		padding: 10px 0 3px 0;
		background: url(i/sep.png) repeat-x 0 0;
		clear: both;
	}

	#aside
	{
		width: 240px;
		float: right;
	}

		#left-menu li
		{
			font-size: 14px;
			line-height: 16px;
			padding-bottom: 2px;
		}
		
		#left-menu a
		{
			display: block;
			padding: 11px 20px;
			background: #FFD903 url(i/left-menu-map.png) no-repeat;
		}
		
		#left-menu a.spec
		{
			padding: 16px 20px;
			background-position: -240px 0;
		}
		
	  

        	#left-menu a.current, #left-menu a.active
		{
			padding: 16px 20px;
			font-size: 16px;
			font-weight: bold;
			text-decoration: none;
			background-position: -480px 0;
			background-color: #F5F5F5;
		}
		
		#banners li
		{
			padding-top: 10px;
		}
	
	#logo
	{
		position: absolute;
		left: -20px;
		top: -70px;
		width: 426px;
		height: 109px;
		padding: 61px 0 0 37px;
		background: url(i/logo.png) no-repeat;
	}

#footer
{
	width: 940px;
	margin: 0 auto;
	padding: 0 22px;
	height: 121px;
	background: url(i/footer.png) no-repeat 0 bottom;
	margin-top: -121px;
	overflow: hidden
}
	#foot-text
	{
		float: left;
		background: #ffe703 url(i/foot-text.png);
		height: 87px;
		width: 700px;
		position: relative;
		color: #2c2021;
		font-size: 12px;
		line-height: 14px;
	}
		#copy
		{
			position: absolute;
			left: 20px;
			top: 20px;
		}
		
		#phones
		{
			position: absolute;
			right: 34px;
			top: 20px;
			padding-left: 50px;
			background: url(i/phones.png) no-repeat left center;
		}
		
		#freelab,
		#freelab a
		{
			font-size: 11px;
			line-height: 14px;
			color: #73635A;
		}
		
		#freelab
		{
			width: 160px;
			float: left;
			background: url(i/freelab.png) no-repeat 0 top;
			padding: 2px 0 2px 25px;
			margin: 15px 20px;
		}
		
/* kuzov_ceh */
#half-img
{
	width: 200px;
	float: right;
	margin: 20px 0 10px 0;
}

ul.list
{
	margin-bottom: 20px;
}
	ul.list li
	{
		background: #f4efd3;
		margin-bottom: 2px;
		padding: 5px 10px;
		overflow: hidden;
	}
		ul.list li h4
		{
			font-weight: normal;
			font-size: 12px;
			color: #555555;
			float: left;
			width: 460px;
		}

		ul.list li p
		{
			font-weight: bold;
		}

ul.thumbs
{
	overflow: hidden;
}
	ul.thumbs img
	{
		border: 1px solid #d7d7d7;
	}
	
	ul.thumbs li
	{
		float: left;
		margin: 0 10px 10px 0;
	}
	
	ul.thumbs a
	{
		display: block;
	}
	
/* parts */
.article h2.sep
{
	padding: 19px 0 0 0;
	line-height: 16px;
	margin-top: 30px;
}
ul.bajan
{
	margin-top: 20px;
}
	ul.bajan h3
	{
		font-size: 12px;
		font-weight: bold;
		color: #555555;
		padding: 5px 10px;
		background: #ffe658 url(i/bajan-map.png) no-repeat right 0;
		margin-bottom: 2px;
		cursor: pointer;
	}
	
	ul.bajan h3.opened
	{
		background-position: right -28px;
	}
		ul.bajan ul.list
		{
			margin: 0 0 0 10px;
		}
			ul.bajan ul.list h4
			{
				width: 450px;
			}
/* portfolio */
.filter
{
	background: url(i/filter.png) repeat-x bottom;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 10px 10px 10px;
	height:20px;
	margin-bottom:10px;
}

.filter input,
.filter select
{
	vertical-align: middle;
}
.result
{
	overflow: hidden;
}
	.result li
	{
		list-style: none;
		width: 200px;
		padding: 20px 0 0 30px;
		float: left;
	}
	
	.result li.fst
	{
		clear: both;
		padding-left: 0;
	}

	.result img,
	.link
	{
		border: 1px solid #d7d7d7;
	}
	
	.result h3
	{
		color: #49502f;
		font-size: 12px;
		line-height: 18px;
		text-transform: uppercase;
		margin-top: 5px;
	}
.next
{
	background: url(i/next.png) no-repeat right 5px;
	padding-right: 10px;
}
.prev
{
	background: url(i/prev.png) no-repeat left 5px;
	padding-left: 10px;
}
.clear
{
	height: 0;
	clear: both;
	overflow: hidden;
}

/* portfolio_1 */
.sep.article
{
	line-height: 18px;
	clear: both;
}

.desc
{
	overflow: hidden;
	padding-bottom: 20px;
}

.desc-img
{
	width: 165px;
	float: left;
	padding-top: 20px;
}
.desc-text
{
	width: 495px;
	float: right;
	padding-top: 18px;
}
	.desc-text h2
	{
		font-size: 12px;
		text-transform: uppercase;
		font-weight: bold;
	}
	
/* stocks */
#stocks h2
{
	line-height: 34px;
	padding: 10px 0 5px 0;
	clear: both;
}
	#stocks li
	{
		overflow: hidden;
		padding-bottom: 20px;
	}
	
	.st-img
	{
		width: 255px;
		float: left;
	}
	
	.st-text
	{
		width: 405px;
		float: right;
		margin-top: -4px;
	}
	
ul.worksul {
	margin:0;
	padding:0;
	}

ul.worksul li {
	float:left;
	padding-right:15px;
	margin:0;
	}
	
	div.rsl-img {
	float:left;
	}
	
	div.rsl-img img {
	margin-right:5px;
	}
	
