/*All elemets comes in topografical order*/

.base	{
	height: 100%;
	width: 100%;
}

.main	{
	height: 100%;
	width: 100%;
	
	min-width: 988px;
/*	max-width: 1258px; */
		
	width: expression(
(document.documentElement.offsetWidth) >1270 
* (parseInt(document.body.currentStyle.fontSize) 
/ parseInt(document.body.currentStyle.fontSize))?  "1258px" 
: ((document.documentElement.offsetWidth) < 1010? "988px" : "99%"));	
}

.menu_top {
	position: absolute;
	top: 5px;
	z-index: 2;
	text-align: center;	
	width: 100%;
}

.header {
	position: absolute;
	height: 235px;
	top: 0px;
	z-index: 0;
	width: 100%;
}

.header_padding {
	padding: 0px;
}


.header_table	{
	border-left: 1px solid #7d95c2;
	border-right: 1px solid #7d95c2;
	
	background: url(/bitrix/templates/colaxm/images/header_topgrad.gif) repeat-x top;
}

.page	{
	height: 100%;
	width: 100%;
	
	margin-top: -236px;
}

.header_leftgrad	{
	width: 60%;
	background: url(/bitrix/templates/colaxm/images/grass.jpg) repeat-x bottom left;
} 

.header_rightgrad	{
	width: 40%;
	background: url(/bitrix/templates/colaxm/images/grass.jpg) repeat-x bottom right;
} 

.header_leftbg	{
	background: url(/bitrix/templates/colaxm/images/header_left.jpg) no-repeat top left;
	width: 100%;
	height: 235px;
}

.header_rightbg	{
	background: url(/bitrix/templates/colaxm/images/header_right.jpg) no-repeat top right;
	width: 100%;
	height: 235px;
}

.house	{height:81px;
text-align:center;
width:100%;
position: absolute;
top: 76px;
left: 0px;
}
.circlinks{ width: 600px; margin: 0px auto; padding-left:68px; }
.house a{
	width: 100px;
	height: 143px;
	display: block;
	float: left;
	margin: 13px 5px 0px 0px;
}
.house img	{
	margin: 0px 0px 0px 0px;
}

.logo_block {
	height: 157px;
	vertical-align: top;
}

.logo {
	vertical-align: top;
	width: 260px;
	white-space: nowrap;
}

.logo img {
	margin: 24px 0px 0px 62px;
}

.left	{
	border-left: 1px solid #7d95c2;
	vertical-align: top;
	width: 21%;
	background: url(/bitrix/templates/colaxm/images/center_topgrad.gif) top repeat-x;
}

.center	{
	vertical-align: top;
	width: 54%;
	background: #FFF url(/bitrix/templates/colaxm/images/central_bg.jpg) bottom right no-repeat;
}

.header_line	{
	background: #5d7798;
	height: 1px;
}

.milk_pack	{
	height: 169px;
	top: 169px;
	position: absolute;
	z-index: 4;
	left: 50px;
}

.milk_pack img {
	margin-left: 8px;
}

.create_own_colax	{
	text-align: center;
	padding-top: 54px;
	padding-bottom: 14px;
}

.advantages	{
	text-align: center;
	padding: 0px 0px 21px 0px;
}

.center_top_bg	{
	background:url(/bitrix/templates/colaxm/images/center_topbg.jpg) right top no-repeat;
	height: 29px;
	margin-top: -29px;
}

.center_top_grad	{
	background: url(/bitrix/templates/colaxm/images/center_topgrad.gif) top repeat-x;
	height: 29px;
}

.central	{
	padding: 21px 21px 10px 26px;
}

.right	{
	vertical-align: top;
	width: 25%;
	border-right: 1px solid #7d95c2;
}

.right_column_patch	{
	width: 249px;	
}

.footer	{
	border-left: 1px solid #7d95c2;
	border-right: 1px solid #7d95c2;
	
	height: 95px;
	background: #d8e2f5 url(/bitrix/templates/colaxm/images/footer_bg.jpg) right bottom no-repeat;
}

.3d  {
       text-align: center;
}
/*------------------------------*/