html, body {
	width:100%;
	height:100%;
	background-color: #e7e7e7;
	font: 100 90%/1.5em Helvetica, Arial, sans-serif;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	color:#111111;
}

#layout,
.page {
	height: 100%;
}

/* pngFix */
img, div { behavior: url('/iepngfix.htc') }

.carcas {
/*
	background-color: #434344;
*/
	background-color: #e7e7e7;
	height: 100%;
}


.contact_info {
	margin: 35px 0 15px;
	}
.carcas_border_left,
.carcas_border_right {
	width: 12%;
	background-color: #e7e7e7;
}

.carcas_border_bottom {
	color: #333;
	text-align: center;
	font-size: 12px;
	padding: 4px 0;
}

.carcas_content_area {
	padding: 50px 15px 15px 50px;
	background: #f7f7f7 url('/i/design/text_bg3.jpg') center center no-repeat;
}

.carcas_sidebar {
	padding-left: 20px;
	width: 22%;
}


ul {
	list-style:none;
	/* line-height:1.6em; */
	margin:0;
	/* padding: 0 0 0 20px; */
}



img {border:none;}

#bg {
	height: 370px;
	background-color:transparent;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-image: url('/i/design/header2.png');
	text-align: center;
}

#container {
	text-align: left;
	/*
	border: 1px solid red;
	*/
	width: 1100px;
	margin: 0 auto;
	min-height: 350px;
	overflow: visible;
	padding: 0px 10px 10px 10px;
}

#sidebar {
	position: absolute;
	width: 20%;
	top: 300px;
	right: 4%;
	z-index: 40;
	text-align: left;
}

#site_data {
	position: absolute;
	top: 330px;
	left: 8%;
	width: 60%;
	z-index: 30;
	/*
	margin:25px 0 30px;
	clear:both;
	padding: 0 0 0 40px;
	position: relative;
	
	top: -420px;
	z-index:5;
	*/
}

#sidebar,
#site_data {
	padding-bottom: 50px;
}






#admin_panel {
	width:100%;
	background-color:#444;
	height:36px;
	overflow: visible;
	color:#fff;
	font-size:0.8em;
}

#admin_panel .button{
	vertical-align: middle;
	border: none;
	
	/*
		filter: expression(fixPNG(this));
	*/
	
	cursor: pointer;
	/*
		cursor: hand;
	*/
}

.admin_mode {
	margin:30px 0 150px 0;
}

b, strong {
	font-weight:600;
}

/* remember to define focus styles! */

/*
ol, ul { 
	list-style: none; 
}
*/
/* tables still need 'cellspacing="0"' in the markup */
table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

#online {
	position: relative;
	top: 50px;
	left: 215px;
	font-size: 11px;
	float: right;
	color: #abd03d;
	margin-bottom: 0;
	/*
	z-index:50;
	*/
}

form {
	margin: 0;
	padding: 0;
}

.user_panel {
	text-align:left;
	font-size:90%;
	width:90%;
	padding:0;
}

.user_panel div {
	margin-top:0.2em;
}

td {
	margin: 0em;
	padding: 0em;
	vertical-align: top;
}

h1,h2,h3,h4 {
	font-weight: 100;
	margin: 10px 0 5px 0;
	line-height:1.2em;
}

h1 {font-size: 240%}
h2 {font-size: 210%}
h3 {font-size: 180%}
h4 {font-size: 160%}

h3.big_title {
	font: italic 2.4em/0.8em Georgia,"Times New Roman",Times,serif;
	margin: 0 0 30px 0;
	padding: 0;
	color: #333;
}

h3.big_title p,
h3.title p {
	margin: 0;
	padding: 0;
}


h3.title {
	text-indent: 20px;
	font: italic 2em/1em Georgia,"Times New Roman",Times,serif;
	margin: 0 0 0.6em 0;
	padding: 0;
	color: #222;
}

.carcas_sidebar h3.title {
	margin-left: 0;
	text-indent: 0;
}


#sidebar h3.title {
	text-indent: 0;
	color: #94a155;
}

.content {
	padding:0;
	margin:0;
	font-size: 10pt;
}

.content ul {
	list-style: inherit;
}

.content p {
	text-indent: 20px;
	margin-bottom: 1.6em;
}

.content ul,
.content ol {
	margin-top: -1em;
	padding:0 0 0 40px;
}

#contacts {
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: right;
	clear: both;
	padding-top: 25px;
}



/* Списочные данные */

.ribbon_list_entry {
	/*
	border-bottom:1px solid #c5e3f1;
	padding:5px 0;
	*/
}


.ribbon_list .title {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
}

.ribbon_list .title a {
	color:#333;
}


.ribbon_list h4.title {
	margin:0 0 0.4em 0;
}


p {
	margin-top:0;
	margin-bottom: 0.8em;
	padding:0;
}

a,a:visited {text-decoration:underline;}

/*
a:visited {color:#990099;}
a:visited {text-decoration:underline; color:#992299;}
.q_link a:visited {color:#1a3dc1;}
*/

a:hover,
a.q_link:hover,
a.q_link:hover span	{
	color:#cc0000;
	border-color:#cc0000;
}

a,
a:link,
a:visited,
a.q_link,
a.q_link span {
	color:#21698b;
	border-color: #21698b;
}

/*

a:link {
    color: #666666 !important;
    text-decoration: none !important;
}


*/

/*
a.q_link:hover{border-color:#dd0000; color:#dd0000;}
.q_link a:hover {color:#dd0000;}
*/

a.q_link {position:relative; top:-0.14em; text-decoration: none; border-bottom-width: 0.09em; border-bottom-style: dashed; cursor:pointer;}
a.q_link span {position:relative;top:0.14em;}
a.q_link:visited {color:#1a3dc1;}

.link {
	cursor:pointer;
	text-decoration: underline;
}


.color {
	color: #ffcc00;
}

.color2 {
	color: #fa8db1;
}

/* Поля форм на сайте */

.form {
	color: #606c4e;
}

/*:focus { outline: 0; }*/

select.text { width: 30em;}

.pm_new_total {
	background-color: #c2eb98;
	color: #529310;
	padding:2px;
}

.user_panel .data_name {
	color:#666666;
}


.ribbon_list .entry {
	margin: 1em 0;
}

.news_date {
	color: #9aac73;
	font-style: italic;
	font-size: 12px;
	padding-left: 14px;
}

.news_author {
	text-align:right;
	color: #aaa;
}

.ribbon_sections li.selected,
.ribbon_sections li.selected a{
	color:#669900;
	text-decoration:none;
}

.price_list table{
	font-size:12px;
}

.price_list .price_list_head td{
	color:#8BBAD1;
	font-weight: bold;
	border-bottom: 1px solid #3399cc;
	vertical-align:bottom;
	padding: 0 5px;
}

.price_list .price_list_body td{
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
}

.price_list input{
	font-size:12px;
	text-align:center;
}

.price_list table td.price_cell{
	text-align:center;
}





/* Формируем поля для форм и прочего */
div.f_i { clear: both }
div.f_i, div.f_i > label { margin-bottom: 15px }
div.f_i > label { float: left; width: 28%; text-align: right }
div.f_i .data { padding-left: 30%;}

