body {
	margin:0;
	padding:0;
	width:100%;
	background:#fff;
	min-width:1000px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	color: #333;
	line-height: 120%;
}

h1
{
	font-weight: normal;
	font-size: 2em;
	margin-bottom: 40px;
	line-height: 140%;
}

p
{
	margin-bottom: 7px;
}

strong,
b
{
	font-weight: bold;
}

i
{
	font-style: italic;
}

a:link,
a:visited
{
	color: #666;
}

a:hover,
a:active
{
	color: #333;
}

ul.dotted
{
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 20px;
}

ul.dotted li
{
	margin-bottom: 5px;
}


#header {
    padding-top: 40px;
    padding-bottom: 40px;
    padding: 40px 1%;
    margin: 0 2%;
    border-bottom: solid 1px #e5e5e5;
}


#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background: transparent;		/* Left column background colour */
}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:200px;
	left:235px;
	background:#fff;    	/* Centre column background colour */
	border-left: solid 1px #dfdfdf;
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;
	margin-left:-510px;
	border-left: solid 1px #dfdfdf;
	background: transparent;    	/* Right column background colour */
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 415px;
	margin:0 20px 0 525px;
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;
	padding-top: 20px;
}
#col2 {
	float:left;
	width:170px;
	width:205px;
	position:relative;
	margin-left:-50%;
	left:215px;
	left:300px;
	overflow:hidden;
}
#col3 {
	float:left;
	width:170px;
	width:250px !important;
	position:relative;
	left:15px;
	left:0px;
	overflow:hidden;
}
	/* Footer styles */
	#footer {
		display: block;
		float: none;
		clear: both;
		height: 76px;
		padding: 35px 20px;
		background: transparent url('../img/footer_bg.png') repeat-x left top;
    }
    #footer p {
        margin:0;
        font-size: 0.8em;
        color: #666;
        line-height: 1.2;
    }
    
    #footer p.copyright
    {
    	float: right;
    }


    

#menu
{
	display: block;
	height: 42px;
	background: #4a6465 url('../img/header_bg.gif') repeat-x top left;
}

#menu ul
{
	display: block;
	padding: 0 1%;
	margin: 0 2%;
}

#menu ul li
{
	float: left;
}

#menu ul li a:link,
#menu ul li a:visited
{
	display: block;
	float: left;
	padding: 11px 10px 14px 10px;
	color: #fff;
	text-decoration: none;
	font-size: 1.6em;
}

#menu ul li a:hover,
#menu ul li a:active
{
	background-color: #8DBAF2;
}


#logo
{
	display: block;
	width: 465px;
	height: 96px;
	background: transparent url('../img/logo.gif') no-repeat top left;
}

#consult
{
	float: right;
}

#consult a:link,
#consult a:visited
{
	display: block;
	font-size: 0.8em;
	padding-left: 17px;
	color: #999;
}

#consult a:hover,
#consult a:active
{
	color: #333;
}

#consult a#online:link,
#consult a#online:visited
{
	display: block;
	width: 197px;
	height: 30px;
	margin-bottom: 7px;
	color: #fff;
	font-size: 14pt;
	padding: 9px 0 0 60px;
	text-decoration: none;
	background: #68baea url('../img/consult_button.png') no-repeat top left;
}

#consult a#online:hover,
#consult a#online:active
{
	color: #dfdfdf;
}




.blocks
{
	display: block;
}

.blocks .block
{
	display: block;
	padding-top: 20px;
	padding-bottom: 30px;
	border-bottom: solid 1px #e5e5e5;
}

.leftblocks .block
{
	padding-right: 10px;
}

.rightblocks .block
{
	padding-left: 10px;
}

.blocks .block h2
{
	font-size: 1.6em;
	margin-bottom: 17px;
}




.articles
{
}

.article
{
	display: block;
	margin-bottom: 60px;
	line-height: 140%;
	clear: both;
}

.article h2
{
	margin-bottom: 15px;
	color: #1492c7;
	font-size: 1.7em;
	line-height: 120%;
}

.article a:link
{
	color: #1492c7;
}

.article a:visited
{
	color: #0f82b2;
}

.article a:hover,
.article a:active
{
	color: #1da2da;
}






.paging
{
	display: block;
	margin-bottom: 20px;
}

.paging .page
{
	padding: 2px 5px;
	border: solid 1px #1492c7;
	background-color: #f1fbff;
	margin-right: 2px;
	text-decoration: none;
}

.paging .active
{
	font-weight: bold;
	background-color: #dcecf3;
}

.paging .separator
{
	margin-right: 2px;
}



/*
	Форма
*/
.form
{
	margin-bottom: 10px;
}

.form td
{
	padding: 2px 5px;
	vertical-align: top;
}

.form .input,
.form textarea
{
	border: solid 1px #1492c7;
	padding: 2px;
	font-family: Arial;
	color: #333;
	width: 300px;
	font-size: 10pt;
}

.form textarea
{
	height: 150px;
}



ol
{
}

ol li
{
	list-style-type: decimal;
	list-style-position: inside;
}


/*
	Социальные сети
*/
#youtubeB,
#vkontakteB
{
	display: block;
	float: left;
	background: #fff url('/img/social.gif') no-repeat top left;
}

#youtubeB
{
	width: 51px;
	height: 20px;
	background-position: left bottom;
	margin-right: 7px;
}

#vkontakteB
{
	width: 100px;
	height: 18px;
}


.categories
{
	line-height: 140%;
	margin-bottom: 60px;
}

.categories h2
{
	margin-bottom: 15px;
	color: #1492c7;
	font-size: 1.7em;
	line-height: 120%;
}


/*
	Форма консультаций
*/
.consultForm
{
	
}

.consultForm label
{
	display: block;
}

.consultForm td
{
	vertical-align: top;
}

.consultForm input.text,
.consultForm textarea
{
	border: solid 1px #0481ef;
	width: 300px;
	padding: 2px;
	color: #555;
}

.consultForm textarea
{
	font-family: Arial;
	font-size: 1em;
	height: 150px;
}

.mInfo,
.mSuccess,
.mError
{
	display: block;
	padding: 5px;
	margin-bottom: 10px;
	color: #666;
}

.mInfo
{
	border: solid 1px #4b9ad1;
	background-color: #dcffe0;	
}

.mSuccess
{
	background-color: #dcffe0;
	border: solid 1px #5ed14b;
}

.mError
{
	background-color: #ffdcdc;
	border: solid 1px #d14b4b;
}