html {
	font-size: 62.5%; /* reset 1em to 10px */
}
body {
	font: normal 1.2em Verdana,Arial,sans-serif;
	padding: 0;
	margin: 0;
	background: url(../images/bg.gif) top repeat-x !important;
	background-color: #002F5E !important;
}
a {
	color: green;
}
p {
	margin-bottom: 10px;
}
h1 {
	font-size: 150%;
	color: #0C3D75;
	margin-bottom: 10px;
}
h2 {
	font-size: 120%;
	color: #0C3D75;
	margin-bottom: 10px;
}
h3 {
	font-size: 100%;
	color: #0C3D75;
	margin-bottom: 10px;
}
h2 img, h3 img {
	float: left;
	margin-right: 7px;
}
ul {
	list-style-image: url(../images/bullet_green.png);
	margin-left: 20px;
	margin-bottom: 10px;
}
li {
	*padding-left: 10px;
}
#main {
	width: 980px;
	border: none;
	margin: 0 auto; /* Выравниваем по центру */
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
#header {

}
#content {
	background-color: #FFF;
	padding: 3px 10px 10px 10px;
	text-align: justify;
}
#footer {
	height: 50px;
	background: url(../images/bottom_bg.jpg);
	text-align: left;
}
#bottom_menu {
	float: right;
	padding: 8px 10px 0 0;
}
#bottom_menu a {
	float: left;
	font-size: 90%;
	width: 120px;
	height: 36px;
	display: block;
	text-align: center;
	text-decoration: none;
	padding-top: 3px;
	color: #FFFFFF;
	margin-left: 10px;
	background: url(../images/bottom_menu_btn.png) no-repeat;
}
#bottom_menu a:hover {
	background: url(../images/bottom_menu_btn1.png) no-repeat;
}
#copyright {
	padding: 5px 10px 0 0;
	font-size: 90%;
	color: #FFFFFF;
}
#copyright img {
	float: left;
	margin-top: -5px;
}
#counters {
	float: right;
	width: 32px;
	margin: 10px 6px 0 0;
}
#counters img {
	float: left;
}

table.stripe {
	width: 810px;
	border-collapse: collapse;
	font-size: 1.1em;
	border: 1px solid #95bce2;
}

table.stripe th {
    background:#4396CA url(../images/main_bg.jpg) repeat-x scroll 0 -100px;
	height: 26px;
	color: #fff;
	font-weight: bold;
	padding-top: 4px;
	text-align: center;
	border-left: 1px solid #fff;
	line-height: 1.2;
}

table.stripe td {
	text-align: center;
	padding: 6px 11px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
}
table.stripe td.leftcol {
	text-align: left !important;
}

table.stripe tr.alt td {
	background: #ecf6fc;
}

table.stripe tr.over td {
	background: #bcd4ec;
}

.trigger {
	cursor: help;
	border-bottom: 1px dashed green;
}
.tooltip {
	display: none;
	background-color: #A5DD7B;
	padding: 5px;
	border: 1px solid #59C10E;
}
.clr {
	clear: both;
}
#map_canvas {
	float: right;
	width: 500px;
	height: 400px;
	border: 1px solid #002F5F;
}
.templates_tbl {
	clear: both;
	width: 100%;
}
.templates_tbl td {
	width: 100px;
	text-align: center;
}
.templates_tbl td img {
	border: 1px solid #CCC;
}
.templates_tbl td a {
	display: block;
	padding: 5px;
	border: 1px solid #FFF;
}
.templates_tbl td a:hover {
	background: #D9F3F9;
	border: 1px solid #7DCFDF;
}
#useit {
	float:left;
	width: 150px;
}
#useit div {
	text-align: center;
	margin-bottom: 10px;
}
#useit div img {
	margin-right: 10px;
}
.portfolio { clear: both; margin-top: 10px; }
.portfolio_item  { clear: both; border-top: 1px dashed #CCC; padding: 10px 0px; }
.portfolio_item .portfolio_img {
	float: left;
	margin-right: 10px;
}
.portfolio_item img {
	border: 1px solid #CCC;
}
.portfolio_item .portfolio_url {
	display: block;
	margin-bottom: 10px;
}
