body{
	font-family: Georgia, "Times New Roman", sans;
	font-size: 13px;
	line-height: 18px;
	background: url('/img/bg.png') top center repeat-y;
}

div.hr{
    height: 1px;
    margin: 15px 0px;
    border-bottom: 1px dashed #25536A;
}

.font-numeric{
	font-family: "Times New Roman", sans;
	font-size: 14px;
}

.flash{
	display: none;
}

span.flash-error{
	color: red;
}

p.error{
    color: red;
}

a.list-button-light {
    background-color: #699bb4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#DBDBDB)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #F2F2F2, #DBDBDB); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #F2F2F2, #DBDBDB); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #F2F2F2, #DBDBDB); /* IE10 */
    background-image:      -o-linear-gradient(top, #F2F2F2, #DBDBDB); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #F2F2F2, #DBDBDB);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F2F2F2', EndColorStr='#DBDBDB'); /* IE6-IE9 */
    border: 1px solid #A1A1A1;
    color: #3d6274;
    text-shadow: 0px 1px 1px #F2F2F2;
    font-family: Georgia, "Times New Roman", sans;
    font-size: 11px;
    padding: 0 2px;
    letter-spacing: 1px;
    text-transform: lowercase;
    cursor: pointer;
    text-decoration: none;
}

a.list-button-light:hover{
    color: black;
}

a.list-button-dark{
    background-color: #3d6274;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3d6274), to(#2D4957)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #3d6274, #2D4957); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #3d6274, #2D4957); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #3d6274, #2D4957); /* IE10 */
    background-image:      -o-linear-gradient(top, #3d6274, #2D4957); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #3d6274, #2D4957);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3d6274', EndColorStr='#2D4957'); /* IE6-IE9 */
    border: 1px solid #A1A1A1;
    color: #F2F2F2;
    text-shadow: 0px 1px 1px #3d6274;
    font-family: Georgia, "Times New Roman", sans;
    font-size: 11px;
    padding: 2px 2px;
    letter-spacing: 1px;
    text-transform: lowercase;
    cursor: pointer;
    text-decoration: none;
}

a.list-button-dark:hover{
    color: #FFFFFF;
}


/* http://css3please.com/ */
a.button-light,
button.light{
    background-color: #699bb4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#DBDBDB)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #F2F2F2, #DBDBDB); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #F2F2F2, #DBDBDB); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #F2F2F2, #DBDBDB); /* IE10 */
    background-image:      -o-linear-gradient(top, #F2F2F2, #DBDBDB); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #F2F2F2, #DBDBDB);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F2F2F2', EndColorStr='#DBDBDB'); /* IE6-IE9 */
    border: 1px solid #A1A1A1;
    color: #3d6274;
    text-shadow: 0px 1px 1px #F2F2F2;
    font-family: Georgia, "Times New Roman", sans;
    font-size: 11px;
    padding: 4px 9px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
}

a.button-light:hover,
button.light:hover{
    color: black;
}

a.button-dark,
button.dark{
    background-color: #3d6274;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3d6274), to(#2D4957)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #3d6274, #2D4957); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #3d6274, #2D4957); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #3d6274, #2D4957); /* IE10 */
    background-image:      -o-linear-gradient(top, #3d6274, #2D4957); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #3d6274, #2D4957);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3d6274', EndColorStr='#2D4957'); /* IE6-IE9 */
    border: 1px solid #A1A1A1;
    color: #F2F2F2;
    text-shadow: 0px 1px 1px #3d6274;
    font-family: Georgia, "Times New Roman", sans;
    font-size: 11px;
    padding: 4px 9px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
}

a.button-dark:hover,
button.dark:hover{
    color: #FFFFFF;
}

div.ajax-loader{
	width: 100%;
	height: 300px;
	background: url('/img/ajax-loader.gif') center center no-repeat;
}

h3{
	text-transform: uppercase;
	letter-spacing: 1px;
}

em{
	color: #E76200;
}

strong{
	font-weight: bold;
	color: #275268;
}

a{
	color: #275268;
}

a:hover{
	color: #E76200;
}

header h3{
	font-size: 11px;
}

span.tel{
	font-size: 30px;
	line-height: 30px;
}

div.pic{
	display: table-cell;
	vertical-align: middle;
	background-color: #FFFFFF;
}

.ie8 div.pic{
    display: block;
}

.control-group{
    clear: both;
    margin: 15px 0px;
}

.controls{
    margin-left: 310px;
}

.controls input,
.controls textarea,
.controls select{
    display: block;
    padding: 5px;
}

.controls input.inline{
    display: inline;
    padding: 5px;
    margin: 0px 10px;
    width: 224px;
}

.controls input.multiple{
    display: inline-block;
    margin-top: 10px;
}

.controls input.multiple:first-child{
	margin-top: 0px;
}

.control-group .clear{
    clear: both;
}

.controls input,
.controls textarea{
    width: 500px;
    border: 1px solid #c5c5c5;
}

.controls input.checkboxbutton,
.controls input.radiobutton{
    display: inline;
    width: auto;
    border: 0px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.controls select{
    width: 512px;
    border: 1px solid #c5c5c5;
    background: white;
    margin-bottom: 5px;
}

.controls textarea{
    height: 150px;
}

.controls input.error{
    border-color: #B94A48;
}

.controls span.error{
    color: #B94A48;
}

.controls span.success{
    font-weight: bold;
}

legend{
    float: left;
    padding: 8px 5px 25px 0px;
    width: 275px;
    font-size: 14px;
    letter-spacing: 1px;
}

nav.dynamic{
	overflow: auto;
	text-transform: uppercase;
	letter-spacing: 1px;
}

nav.dynamic a{
	font-size: 11px;
	color: #65889A;
	text-decoration: none;
	border-bottom: 1px dashed #65889A;
}

nav.dynamic a:hover{
	color: #E76200;
	border-bottom: 1px dashed #E76200;
}

nav.dynamic a.active{
	color: #E76200;
	border-bottom: 0px;
}

header,
footer,
section.main{
	position: relative;
	margin: 0px auto;
	width: 1001px;
	border-left: 1px solid #dbe3e6;
	border-right: 1px solid #dbe3e6;
}

footer {
	margin-top: 20px;
}

/* HEADER */

body.light header{
    height: 50px;
}

body.light header .logo{
    padding-top: 5px;
    width: 100px;
}

body.light header section{
    border: 0px;
}

body.light header .logo h1{
    position: absolute;
    top: 13px;
    left: 42px;
    font-family: "Liberation Sans Narrow", "Arial Narrow", Arial;
    font-size: 18px;
    line-height: 18px;
    color: #275268;
}

body.light header nav{
    float: right;
    line-height: 50px;
    padding-right: 10px;
}

body.light header nav a{
    margin-left: 29px;
}

body.light header nav br{
    display: none;
}

header{
	background: url('/img/headerbg.png') top left repeat-x;
	/*background: url('/img/snow.jpg');*/
	height: 182px;
	color: #275268;
}

header a{
	color: #275268;
}

header section{
	position: absolute;
	border-left: 1px dashed #FFFFFF;
	height: 152px;
}

/* section.logo */

header .logo{
	left: 20px;
	width: 370px;
	border: none;
}

header .logo .logoimg{
	position: absolute;
	top: 0px;
	left: -30px;
	color: #275268;
	text-decoration: none;
	cursor: pointer;
}

header .logo .logoimg img{
	position: absolute;
}

header .logo .logoimg h1{
	position: absolute;
	left: 100px;
	top: 40px;
	font-family: "Liberation Sans Narrow", "Arial Narrow", Arial;
	font-weight: normal;
	font-size: 32px;
	line-height: 32px;
}

header .logo .contacts{
	position: absolute;
	left: 70px;
	top: 80px;
	font-size: 10px; color: #275268;
	font-family: Arial, sans-serif;
}

header .logo h3{
	font-size: 10px;
	position: absolute;
	top: 45px;
	left: 200px;
}

header .logo div.slogan ul{
	font-size: 11px;
	position: absolute;
	left: 200px;
	top: 80px;
	font-style: italic;
}

header .logo div.slogan ul li{ display: none }
header .logo div.slogan ul li.active{ display: block }

/* section.nav */

header .nav{
	padding-top: 40px;
	left: 370px;
	width: 340px;
}

header .nav h3{
	overflow: hidden;
	padding-bottom: 20px;
}

header .nav a{
	float: left;
	clear: left;
	display: block;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	border-bottom: 1px solid #275268;
	margin-bottom: 2px;
}

header .nav a:hover{
	color: #E76200;
	border-bottom-color: #E76200;
}

header .nav nav > a{
    margin-bottom: 5px;
	color: #275268;
	border-bottom-color: #275268;
}

header .nav nav a.active{
	color: #E76200;
	border-bottom: none;
}

header .nav nav > a:hover{
	color: #E76200;
	border-bottom-color: #E76200;
}

header .nav nav.catalog{
	position: absolute;
	left: 20px;
}

header .nav nav.firm{
	position: absolute;
	left: 194px;
}

/* MAIN */

body.light section.main form.search{
    top: 16px;
}

section.main form.search,
section.main #catalog-lists
{
	position: absolute;
	z-index: 1000;
	top: 40px; right: 30px;
	color: #275268;
	padding: 0px;
    	width: 408px;
}

section.main form.search .legend
{
    float: left;
    font-size: 11px;
    text-transform: uppercase;
}

section.main form.search input[type="text"]{
	width: 263px;
	border: 3px solid #839096;
	margin: 0px 10px;
}

section.main form.search input[type="image"],
.legend
{
	position: relative;
	top: 5px;
}

div.search{
	padding-bottom: 20px;
	padding-left: 30px;
}

table.search_categories{
	width: 900px;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.search_categories td{
	padding-right: 10px;
}

.textpage{
	color: #5F5E5D;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-right: 500px;
}

.page{
    color: #5F5E5D;
    padding-bottom: 20px;
    padding-left: 30px;
}

section.main h3{
	padding-top: 20px;
	font-size: 12px;
	margin-bottom: 25px;
	color: #275268;
}

section.main p{
	margin-bottom: 15px;
}

.textpage ul li{
	margin-bottom: 15px;
}

/* footer */

body.light footer{
    display: none;
}

footer{
	background: url('/img/footerbg.png') top left repeat-x;
}

footer a{
	color: #E76200;
}

footer a:hover{
	color: #275268;
}

footer .hr{
    border: 0px; margin: 0px;
	border-top: 1px dashed #b9c8d0;
	height: 1px;
}

footer .logo{
	position: relative;
	height: 80px; padding-top: 20px;
	font-family: Arial, sans-serif; font-size: 12px;
	color: #275268;
}

footer .logo .contacts{
	background: url('/img/logo-small.png') top left no-repeat;
	margin-left: 40px;
	padding-left: 230px;
}

footer .logo .ambiz {
	position: absolute;
	left: 25px;
	bottom: 55px;
}

footer .logo .ambiz span{
	position: relative;
	top: 3px;
	margin-left: 45px;
	font-family: "Liberation Sans Narrow", "Arial Narrow", Arial;
	font-size: 18px;
	color: #275268;
}

footer .logo .contacts a{
	margin-left: 60px;
}

footer .logo address{
	position: absolute;
	top: 20px; left: 690px;
	width: 130px;
}

footer .logo nav{
	position: absolute;
	top: 20px; left: 820px;
}

footer .logo nav a{
	display: block;
}

.light-header,
.light-footer {
	background: url('/img/footerbg.png') top left repeat-x;
	position: relative;
	margin: 0px auto;
	width: 1001px;
	border-left: 1px solid #dbe3e6;
	border-right: 1px solid #dbe3e6;
}

.light-header .ul {
  margin: 0px; /* Обнуляем значение отступов */
  padding: 4px; /* Значение полей */
	list-style: none;
}

.light-header li {
  display: inline;
  margin-left: 0; /* Отступ слева */
}

.light-header .main-menu li {
	border-left: 1px solid #aaa; /* Рамка вокруг текста */
}

.light-header .main-menu li:first-of-type {
	border-left: none;
}

.light-header .main-menu a {
	padding : 0px;
	font-size: 90%;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
}

.light-header .status-menu {
	font-size: 12px; color: #275268;
	padding-left: 15px;
	font-family: Arial, sans-serif;
}

.demo-control {
	margin-top: 0;
	padding-top: 0;
	background-color: #ddd;
	border-bottom: 1px solid #fff;
	text-align: center;
}

.demo-info {
	color: #d66;
}

.demo-control .links {
	font-size: 120%;
	padding-bottom: 20px;
}
