/* ARTiFact labs. */
html {
  margin:0; padding:0;
}

body {
  margin:0; padding:0;
  background: #fff;
  font-family: Trebuchet MS, Helvetica, sans-serif; font-size: 14px;
  text-decoration: none;
  color: #3f4a5e;
  background: url('../images/menu_bg.jpg') repeat-x left 9px;
}

table {
  border: 0; border-collapse: collapse;
}

table td {
  padding: 0;
  vertical-align: top;
  font-size: 13px;
}

img {
  border: 0;
}

a {
  color: #003e7d;
  text-decoration: underline;
}

a:hover {
  color: #e95d0f;
}

h1 {
	color: #0375ea;
	font-size: 18px; font-weight: bold;
	margin: 0 0 30px 0;
	border-left: 2px solid #e95d0f;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	line-height: 1.7;
}

h1 a {
	text-decoration: none;
	color: #0375ea;
}

h1 a:hover {
	color: #e95d0f; text-decoration: underline;
}

h1 em {
	font-size: 14px; font-weight: normal; font-style: normal;
	display: block; color: #e95d0f;
}

h2 {
	font-size: 16px; font-weight: normal; font-style: normal;
	display: block; color: #e95d0f;
}

h3 {
	font-size: 16px; font-weight: normal; text-transform: uppercase;
	color: #0375ea; margin: 30px 0 5px 0; padding: 0;
}

b, strong {
	color: #003E7D;
}

/* Шапка {{ */
.top_pict {
	background-position: right top;
	background-repeat: no-repeat;
	top: 0; right: 90px;
	position: absolute; z-index: 10;
}

.comment {
	position: absolute; z-index: 10;
	height: 18px; font-size: 12px;
	color: #fff; background-color: #878787; padding-left: 3px;
	background: #878787 url('../images/comment_left.jpg') no-repeat left top;
}

.comment div {
	padding-right: 20px;
	background: url('../images/comment_right.jpg') no-repeat right top;
}

.comment span {
	padding-left: 4px; background-color: #003e7d;
}

#hat .top_line { background: url('../images/top_line.jpg') repeat-x left top; }
#hat .top_line .left { background: url('../images/top_left.jpg') no-repeat left top; }
#hat .top_line .right { background: url('../images/top_right.jpg') no-repeat right top; }

#hat .top_line, #hat .top_line div {
	height: 9px; font-size: 1px;
	background-color: #e95d0f;
}

#hat #menu {
	height: 74px; padding: 32px 0 0 14%;
	background: url('../images/menu_left.jpg') no-repeat left top;
}
		
#hat #menu ul {
	margin: 0; padding: 0;
}

#hat #menu ul li {
	display: inline-block;
	float: left;
	list-style: none;
	margin: 0 20px 0 0; padding: 0 8px 0 0;
	text-align: right;
	border-right: 1px dashed #e95d0f;
	font-size: 18px; color: #e95d0f;
	text-transform: uppercase;
	line-height: 18px;
}

#hat #menu ul li span {
	display: block;
	font-size: 9px; color: #8d8d8d;
	text-transform: uppercase;
	line-height: normal;
}

#hat #menu ul li em {
	display: block; line-height: 0; height: 0; margin-top: 5px;
	font-size: 14px; font-weight: bold; font-style: normal;
	color: #ECF0F3;
	text-transform: uppercase;
}

#hat #menu ul li a {
	font-size: 14px; color: #000;
	border: 0; text-transform: none;
	text-decoration: none;
}

#hat #menu ul li.current .item {
	border-bottom: 1px dotted #a8a8a8;
	padding-bottom: 3px;
}

#hat #menu ul li.current .item a {
	font-weight: normal !important; color: #e95d0f;
	text-transform: uppercase; font-size: 18px;
}

#hat #menu ul li.current .item a:hover {
	color: #0375ea;
}

#hat #menu ul li a:hover {
	font-weight: bold; color: #0375ea;
	text-transform: uppercase;
}

#hat #menu ul li .sub {
	position: absolute; margin-top: 18px; margin-left: 0;
	clear: both; z-index: 20;
}

#hat #menu ul li ul {
	margin: 0; margin-top: 4px; margin-left: 50px; display: block;
	padding-left: 0; padding-top: 20px;
	border-left: 1px dotted #a8a8a8;
}

#hat #menu ul li ul li {
	margin: 0; margin-right: 5px; padding: 5px 12px 5px 12px; line-height: 16px;
	border: none; border-bottom: 1px solid #bbbbbb;	background-color: #f2f2f5;
}

#hat #menu ul li ul li a {
	font-size: 11px; color: #0573E2;
	text-transform: uppercase;
}

#hat #menu ul li ul li a:hover {
	font-size: 10px; color: #e95d0f;
	border-top: 1px dotted #e95d0f; margin-left: 1px;
}

#hat #menu ul li ul li a.current {
	color: #e95d0f; border: none;
}

#hat #menu ul li ul li a.current:hover {
	border-top: 1px dotted #e95d0f;
}

#hat #title {
	margin-right: 560px; height: 78px;
	background: #e8e8e8 url('../images/title_bg.jpg') repeat-x left top;
}

#hat #title div {
	height: 78px;
	background: url('../images/title_right.jpg') no-repeat right top;
}

#hat #title img {
	width: 238px; height: 78px;
}

#hat #title a {
	border: 0;
}

#icons {
	width: 81px; height: 91px;
	position: absolute; z-index: 444;
	right: 0; top: 115px;
	padding-top: 15px;
	background: url('../images/icons_bg.jpg') no-repeat right top;
}

#icons a {
	display: block; width: 18px; height: 16px;
	margin-bottom: 15px; margin-left: 40px;
}

#icons img {
	width: 18px; height: 16px;
}
/* }} Шапка */

/* Меню labs. {{ */
#labs_menu {
	list-style-type: none;
	margin: 0; margin-left: 15px;
	padding: 0;
}

#labs_menu li {
	border-left: 1px dashed #e95d0f;
	list-style-position: outside;
	margin: 0 0 25px 0;
	padding: 0; padding-left: 10px;
	vertical-align: top;
}

#labs_menu li.digit {
	float: left; left: -17px; margin-top: -3px;
	position: absolute;
	font-size: 32px; font-weight: bold;
	color: #dadada; border: none;
}

#labs_menu li.current {
	color: #ffc182;
}

#labs_menu li a {
	text-decoration: none;
	font-size: 11px; display: block;
}

#labs_menu li a span {
	text-transform: none;
}

#labs_menu li a:hover span {
	border-bottom: 2px solid #0275F2;
}

#labs_menu li span {
	font-size: 14px; font-weight: normal;
	color: #006cff; text-transform: uppercase;
}

#labs_menu li span em {
	color: #e95d0f;
	font-style: normal;
	text-transform: none;
}

#labs_menu li u {
	text-decoration: none; width: 170px;
	display: block; clear: both;
	font-size: 11px !important;
	color: #45515e; border-bottom: 2px solid #ffc182;
}

#labs_menu li a u {
	display: block;
	font-size: 11px;
	color: #81878e; border: none;
}

#labs_menu li a:hover abbr {
	color: #e95d0f;
}
/* }} Меню labs.*/

#news {
	margin: 30px 20px 30px 0; clear: none; height: 1%;
	display: inline-block;
	color: #969696; font-size: 12px; float: left;
}

#news h2 {
	color: #5c5c5c;
	font-size: 14px; font-weight: normal;
	padding: 0 0 0 60px; margin: 0 0 10px 0;
	height: 31px;
	background: url('../images/pointer_portfolio.gif') no-repeat left 10px;
}

#news h2 a {
	text-decoration: none; color: #0A75E7;
}

#news h2 a:hover {
	text-decoration: underline; color: #e95d0f;
}

#news div {
	float: left; width: 42.5%; margin-right: 3%; padding: 10px 5px 10px 20px;
}

#news .last {
	margin-right: 0; background: #f3f3f3 url(../images/curv_bg.jpg) repeat-y left top;
}

#news span {
	color: #E95D0F;
}

#news h3 {
	color: #000; padding: 0; margin: 0; display: inline;
	font-size: 13px; text-transform: none; font-weight: bold;
}

/* Контент {{ */
#main {
	height: 1%; width: 100%;
	overflow: hidden; padding-top: 20px;
	background: url('../images/content_bg.jpg') no-repeat left top;
}

#main #left_column {
	float: left; width: 250px;
}

#main #center {
	margin: 0 0 50px 250px;
}

#main #center .lside {
	margin: 0 300px 0 0; 
}

#main #center .rside {
	float: right; width: 260px;
	padding-top: 80px;
}

#main p {
	line-height: 1.7;
}

#main ul {
	margin-bottom: 30px;
}

#main ul li {
	margin-bottom: 10px; margin-left: 30px;
	line-height: 1.5;
	font-size: 90%;
}

#main p.gray {
	background: #f3f3f3 url(../images/curv_bg.jpg) repeat-y left top;
	padding: 10px 10px 10px 30px;
	margin: 20px 20px;
	color: #000;
}

/* }} Контент */

#portfolio {
	width: 232px; text-align: right;
	background-color: #fff;
}

#portfolio h2 {
	color: #5c5c5c;
	font-size: 12px; font-weight: normal;
	padding: 0 0 0 55px; margin: 0 0 10px 0;
	height: 31px; width: 120px; display: inline-block;
	right: 0; background: url('../images/pointer_portfolio.gif') no-repeat left 10px;
}

#portfolio h2 a {
	text-decoration: none; color: #5c5c5c;
}

#portfolio h2 a:hover {
	text-decoration: underline;
}

#portfolio h2 b {
	color: #5c5c5c;
}

#portfolio div {
	margin-right: 30px;
}

#portfolio div a {
	font-size: 11px;
	text-decoration: none;
	color: #9e9e9e;
	margin-bottom: 20px; display: block;
}

#portfolio div a:hover {
	color: #e95d0f;
}

#portfolio div a img {
	display: block; background: url('../images/portfolio_shadow.gif') no-repeat left bottom;
	padding-bottom: 6px;
}

.bottom_line, .bottom_line div {
	height: 6px; font-size: 1px;
	background-color: #e95d0f;
}

.bottom_line { background: url('../images/bottom_line.jpg') repeat-x left top; }
.bottom_line .right { background: url('../images/bottom_right.jpg') no-repeat right top; }

#footer {
	color: #fff;
	margin: 5px 0 30px 0;
	font-size: 11px; text-align: right;
	padding: 18px 50px 5px 0;
	background: #003e7d url('../images/footer_right.jpg') repeat-y right top;
}

#footer span {
	color: #ffc182;
	font-size: 18px;
	vertical-align: middle;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffc182;
	border-bottom: 1px dashed #ffc182;
}

.copy {
	color: #5c5c5c; float: right; position: absolute;
	font-size: 12px; font-weight: normal;
	padding: 7px 0 0 30px; margin: 0; margin-top: -37px; right: 103px;
	background: url('../images/pointer_copy.gif') no-repeat left top;
}

#phone {
	float: left; position: absolute;
	height: 99px; margin-top: -105px;
	background: url('../images/phone.jpg') no-repeat left top;
	padding: 22px 0 0 100px;
	color: #fff; font-size: 16px;
}

#phone b {
	font-size: 18px; font-weight: bold;
	color: #fff;
}

#phone em {
	font-size: 30px; font-style: normal;
	color: #ffc182;
}

#phone .pointer {
	color: #5c5c5c; float: left; position: absolute;
	font-size: 12px; font-weight: normal;
	padding: 0 0 0 38px; margin: 0; margin-top: -30px; left: 72px;
	background: url('../images/pointer_phone.gif') no-repeat left bottom;
}

.ua {
	color: #000; float: left; position: absolute;
	font-size: 11px; font-weight: normal;
	padding: 18px 0 0 36px; margin: 0; margin-top: -49px; left: 102px;
	background: url('../images/pointer_phone_ua.gif') no-repeat left top;
}
.code {
	color: #ffc182; float: left; position: absolute;
	font-size: 12px; font-weight: normal;
	padding: 0 0 0 32px; margin: 0; margin-top: -49px; left: 138px;
	background: url('../images/pointer_phone_code.gif') no-repeat left top;
}

.counters {
	float: left; margin-top: 5px; margin-left: 50%;
}

.counters a {
	border: none !important;
}

.counters img {
	padding: 0 6px 6px 6px; margin-right: 20px; width: 88px; height: 31px;
	background: url('../images/counter_shadow.gif') no-repeat left bottom;
}

.flash-success {
	padding: 20px; border-left: 2px solid #003e7d; background-color: #F7F8FA;
}

