/* kopiigaas lietas visiem layout variantiem */
html
{
	margin: 0;
	padding: 0;
}

body {
	border:		0;			/* This removes the border around the viewport in old versions of IE */
	padding:	0;
	margin:		0 auto;
}

#top_bar {
	height:		18px;
}

.fixed {
	height:		179px;
	width:		100%;
/*  fixed header
	position:	fixed;
	z-index:	90;
*/
}

.center_block {
	width:		988px;
	margin:		0 auto;
}

#colmask,
#footer {
/*  fixed header
	position:		relative;
	top:			179px;
	z-index:		53;
*/
	padding-bottom:	30px;
}

#colmask:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#col_ab
{
	float: left;
	width: 778px;
}

#col_a
{
	float: left;
	width: 468px;
	margin: 0;
	min-height: 350px;
}

#col_b
{
	float: left;
	width: 300px;
	margin: 0 0 0 10px;
	min-height: 350px;
}

#col_c
{
	float: left;
	width: 200px;
	margin: 0 0 0 10px;
	min-height: 350px;
}

#footer {
	background:		#FDEDE6 url(/images/footer_bg.gif) repeat-x scroll 0 0;
}

#footer:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#footer .footer_col {
	float:left;
	padding-left:22px;
	padding-right:22px;
	padding-top:22px;
	width:285px;
}
