body{
	margin:0;
	padding:0;
	height:auto;
	font-family:Arial;
	font-size:12px;
	font-weight:regular;
}
img {
	border:none;
}
div.delfloat {
	width:100%;
	clear:both;
	font-size:1px;
	height:1px;
}
div.position {
	position:relative;
	width:100%;	
	text-align:left;
}
div.positioncenter {
	position:relative;
	width:100px;
	margin:0 auto;	
	text-align:left;
}
div.main {
	width:1025px;
	margin:0 auto;
}
div.head {
	background:url(/design/arkon/img/head.gif) 0% 0% no-repeat;
	height:92px;
}	
div.mainimage {
	background:url(/design/arkon/img/mainimg.gif) 0% 0% no-repeat;
	height:287px;
}
img.logo {
	position:absolute;
	left:12px;
	top:7px;	
}
div.headleft {
	float:left;
	height:75px;
	width:235px;
}
div.headright {
	float:left;
	margin:5px 0 0;
	width:790px;
}
div.but {
	float:left;
	margin:3px 5px 0;
}
div.but img  {
	float:left;
}
div.but a {
	float:left;
	background:url(/design/arkon/img/menucenter.gif) 0% 0% repeat-x;
	padding:12px 15px;
	color:#00214c;
	font-weight:bold;
	text-decoration:none;
}

div.but2 {
	float:right;
	margin:3px 5px 0;
}
div.but2 img  {
	float:left;
}
div.but2 a {
	float:left;
	background:url(/design/arkon/img/menucenter.gif) 0% 0% repeat-x;
	padding:12px 15px;
	color:#00214c;
	font-weight:bold;
	text-decoration:none;
}

div.mainimageleft {
	float:left;
	width:235px;
}

div.mainimageright {
	float:left;
	color:#545454;
	font-size:13px;
	font-weight:bold;
	margin:3px 0 0 5px;
	width:785px;
}
div.contact {
	color:#195370;
	font-weight:bold;
	margin:3px 0 0 15px;
	font-size:14px;
}
div.direct {
	margin:0 20px 0 0;
}
div.conttop {
	background:#fff url(/design/arkon/img/conttop.gif) 0% 0% repeat-x;
	margin:5px 0 0;
}
div.contbot {
	background:url(/design/arkon/img/contbot.gif) 0% 100% repeat-x;
	_height:400px;
	min-height:400px;
}
div.contleft {
	float:left;
	width:200px;
}
div.contright {
	float:left;
	width:815px;
	min-height:300px;
	_height:300px;
}
div.contall {
	min-height:300px;
	_height:300px;
}

div.menuleft {
	width:175px;
	margin:0 auto;
}
div.leftsubmenu {
	width:168px;
	margin:0 auto;
	background:#20698e;
	background:#1e6487 url(/design/arkon/img/submenubg.gif) 0% 100% repeat-x;
}
div.leftsubmenufoot {
	height:10px;
	background:url(/design/arkon/img/submenufoot.gif) 0% 0% repeat-x;
}	
img.left {
	float:left;
}
div.width {
	float:left;
	width:159px;
	background:url(/design/arkon/img/menucenter.gif) 0% 0% repeat-x;
	text-align:center;
	padding:8px 0 0;
	min-height:30px;
	_height:30px;

}
div.width a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	line-height:12px;
}
div.district {
	margin:0px 0 5px 10px; 
	color:#fff;
}
div.district a {
	text-decoration:none;
	font-size:15px;
	color:#fff;
}
div.block {
	margin:2px 5px;
	background:#fff;
	border:2px #789aab solid;
}
div.button {
	float:left;
	margin:0 5px;
}
div.buttoncenter {
	background:url(/design/arkon/img/buttoncenter.gif) 0% 0% repeat-x;
	float:left;
	font-weight:bold;
	color:#00214c;
	padding:15px;
}
div.wrap {
	margin:3px 15px;
}
img.mainimg {
	float:left;
	border:2px #49b5e1 solid;
	margin:0 0 0 5px; 
}
div.charecter {
	float:left;
	margin:0 0 0 20px;
}
div.copyrleft {
	float:left;
	margin:0 10px 0 15px;	
}
div.contact {
	float:left;
	color:#195370;
	font-size:10px;
	line-height:15px;
}
div.whoismade {
	float:left;
	color:#00214c;
	font-weight:bold;
	margin:0 0 0 150px;
}


/**
	Стили для листалки страниц
*/

a.page_list {
	margin:5px;
	font-weight:bold;
	padding:5px 8px;
	background-color:#E6F0FA;
	height:30px;
	text-decoration:none;
	text-align:center;
	width:30px;

	/*Firefox*/
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	
	/*Chrome, Safari*/
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
}
span.page_list {
	background-color:silver;
	color:white;
	font-weight:bold;
	margin:5px;
	padding:5px 8px;
	height:30px;
	text-align:center;
	width:30px;

	/*Firefox*/
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	
	/*Chrome, Safari*/
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
}
div.complaint {
	background-color:#f0f0f0;   
	border:1px solid #cccccc;
	padding:15px;
}
img.galphoto {
	float:left;
	padding:3px;
	margin:10px;
	border:2px #9db9da solid; 
	cursor:pointer;
}

div.groupcont {
	float:left;
	padding:10px;
	border:2px #385d8a solid;
	text-align:center;
	text-decoration:none;
	color:#000;	
	margin:10px;
}
div.groupcont a {
	text-decoration:none;
	color:#000;	
}
div.prodcolright img  {
	margin:5px;
	padding:5px;
	float:left;
}
div.info {
	margin:0 0 0 10px;
	text-align:justify;
}
span.useful {
	width:100%;
	text-align:center;
	font-weight:bold;
}
div.galery {
	width:600px;
}
