/* General */

body,div,ul,li,h1,p {
  margin:0;
  padding:0;
}

img {
  border:0;
}

ul li {
  list-style:none;
}
.clearer{
  clear: both;
}
.left{
  float:left;
  display:block;
}
.right{
  float:right;
  display:block;
}
html,body {
  height:100%;
  width:100%;
  color:#2E2E2E;
  font-family: Arial, Helvetica, sans-serif;
}
body {
  background: url(/i/wood.jpg);
  position: relative;
}
/*html {
    overflow: auto;
}*/
html:not(:nth-child(1)) {
    overflow: visible; /* KHTML сам нарисует скроллинг, не будем ему мешать */
}

/* General styles */

h1 {
  margin:0;
  padding:24px 0 0 0;
  color: #5c0606;
  font-size:18px;
  font-weight:normal;
  line-height: 24px
}

h2 {
  margin: 4px 0 24px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #5c0606;
}

h3 {
  margin:-20px 0 0 0;
  padding:20px 0 24px 0;
  font:900 18px/1 Arial, sans-serif;
}

h4 {
/*  margin:-20px 0 0 0;
  padding:20px 0 26px 0;*/
  margin:0;
  padding:0 0 16px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #5c0606;
}

h5 {
  margin: -23px 0 0 0;
  padding:0 0 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

h6 {
  margin:0;
  padding:24px 0 26px 0;
  font-family: Broadway;
  font-size: 26px;
  color: #d2d2d2;
  text-align: center;
}

ul, ol {
  /*font-size: 14px;*/
  line-height: 24px;
  margin: 0 0 24px 4px;
}


/* Header */

#header {
  position:absolute;
  top:0;
  left:0;
  height:130px;
  width:100%;
  z-index: 1000
}
#header .wrap{
  height:108px;
  width:960px;
  margin: 0 auto;
  display:block;
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  position: relative;
  z-index: 1000;
  background-image: url(../i/bg_header.jpg)
}
#header .wrap .stamp{
    position: absolute;
    right: 100px;
    top: 67px;
    z-index: 500;
}
#header .wrap .stamp a{
  background-image: url(../i/stamp_normal.gif);
  display: block;
  width: 170px;
  height: 81px
}
#header .wrap .stamp a:hover{
  background-image: url(../i/stamp_hover.gif)
}
#header .wrap .logo{
  float:left;
  clear:right;
}

/* Rounded corner without images */
.xbottom_b {
  position:absolute;
  top:108px;
  left: 0;
  display:block;
  background:transparent;
  font-size:1px;
  width:960px;
  margin: 0 auto;
  z-index: 0
}
.xb1_b, .xb2_b, .xb3_b, .xb4_b {
  display:block;
  overflow:hidden;
}
.xb1_b, .xb2_b, .xb3_b {
  height:1px;
}
.xb2_b, .xb3_b, .xb4_b {
  background:transparent;
  border-left:1px solid #fff;
  border-right:1px solid #fff;
}
.xb1_b {
  margin:0 5px;
  background:#fff;
}
.xb2_b {
  margin:0 3px;
  border-width:0 2px;
}
.xb3_b {
  margin:0 2px;
}
.xb4_b {
  height:2px;
  margin:0 1px;
}

.xbottom {
  display:block;
  background:transparent;
  font-size:1px;
  width:960px;
  margin: 0 auto;
  z-index: 0
}
.xb1, .xb2, .xb3, .xb4 {
  display:block;
  overflow:hidden;
}
.xb1, .xb2, .xb3 {
  height:1px;
}
.xb2, .xb3, .xb4 {
  background-image: url(/i/bg_header.jpg)
}
.xb1 {
  margin:0 5px;
  background:#fff;
}
.xb2 {
  margin:0 3px;
  border-width:0 2px;
}
.xb3 {
  margin:0 2px;
}
.xb4 {
  height:2px;
  margin:0 1px;
}

#header .wrap .logo a{
  position:relative;
  display:block;
  width:267px;
  height:96px;
  margin:0 0 0 18px;
  background: url(/i/logo.gif) no-repeat;
  text-decoration:none;
}

#header .wrap .links{
  margin:0 0 0 300px;
  position:relative;
  padding:0;
  width:600px;
  height:96px;
}
#header .wrap p {
  padding: 10px 0 0 0;
  margin:0;
  font-size: 14px;
  line-height: 24px;
}
#header .wrap .links .head_txt{
  float:right;
  margin:0 10px 0 0;
  padding:0 10px 0 0;
  background-image: url(/i/bg_header_link.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  display: inline;
}
#header .wrap .links .head_txt_3{
  float:right;
  margin:0 0 0 0;
  padding:0 0 0 0;
}

/* Header link */

.link{
  float:left;
  display:block;
  padding:0 0 0 0;
  margin:0 0 0 0;
}
.link img{
  padding:0 10px 0 0;
}
.link a{
  font-size: 14px;
}
.link a:link{
  color:#0078D4;
}
.link a:visited {
  color:#0078D4
}
.link a:hover {
  color:#E97300;
}

.link.active a{
  color:#C3C3C3;
  text-decoration:none;
  cursor:default;
}
.link.active a:hover{
  color:#C3C3C3;
  text-decoration:none;
}

/* Clear */

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*.clear {
  display: inline-block;
}*/

.clear {
  display: block;
}

/* Content */

#content{
  width:960px;
  margin: 0 auto;
  height: auto !important;
/*  height:100%;*/ /* для IE6 */
  min-height:100%;
  overflow:hidden;
  position: relative;
  z-index: 500;
}
* html #content {
  overflow: visible;
}
#content .wrap {
  padding-top: 130px;
  background: url(/i/bg_right_top.jpg) no-repeat right 130px;
}
#content .wrap img#bg_left_top{
  width: 338px;
  vertical-align: top;
}
#content .wrap .submenu{
  float: right;
  top: 0;
  padding: 0 85px 0 0;
  margin:25px 0 0 0;
}
#content .wrap .submenu span{
/*  float: left; */
  margin:3px 0 0 0;
  font-size: 11px;
  font-weight: bold;
  display: block
}
#content .wrap .submenu ul{
/*  float: right;*/
  display: block
}
#content .wrap .submenu li{
/*  display: inline; */
  float: left;
  margin: 0 10px 5px 10px;
  padding: 0 10px 0 0;
  list-style: none;
/*    background-color: #e8e8e8;*/
  height: 26px;
}
#content .wrap .submenu li a{
  margin: 0 0 5px 0;
  line-height: 26px;
  font-size: 11px;
  font-weight: bold;
/*  border-bottom: 1px dashed #cc0000; */
  border-bottom: 1px dashed #0078D4;
  text-decoration: none
}
#content .wrap .submenu li a:hover{
  color:#E97300;
  border-bottom: 1px dashed #E97300;
}

#content .wrap .submenu li#li_current {
  background-image: url(/i/marker_left.gif);
  background-position: left top;
  padding: 0 10px 0 26px;
  margin-top: 3px;
  background-repeat: no-repeat
}
#content .wrap .submenu li#li_current a{
  color: #fff;
  background-image: url(/i/marker_right.gif);
  background-position: right 1px;
  line-height: 20px;
  padding: 6px 26px 7px 0;
  border: 0px;
  text-decoration: none
}
.empty {
  height:90px
}

/* Content left */

#content .sidebar_left{
  float:left;
  display:inline;
/*  overflow:hidden; */
  width: 336px;
  margin-left:-100%;
  background: url(/i/bg_left.jpg) repeat-y left top;
  padding-bottom: 32767px;
  margin-bottom: -32767px;
}

/* Content center */

#content .center{
  float:left;
/*  width:100%;*/
  width:960px;
  padding-bottom:32767px;
  margin-bottom:-32767px;
  background: url(/i/bg_center.jpg);
}

#content .center .in {
  position:relative;
  margin: 0 78px 0 336px;
  padding: 0 0 250px 0;
}

#content .center .in p {
  font-size: 14px;
  line-height: 24px;
  margin: 4px 0 24px 0;
}

#content .center .in p.NoBottomSpace {
  margin-bottom: 0px;
}

/*! This is not cross-browser! This actually spans two rows in IE*/
#content .center .in p.OneRow {
  height: 0px;
/*  line-height: 0px;*/
}

#content .center .in ul, #content .center .in ol {
  font-size: 14px;
}

#content .center .in ul li{
  background:url(/i/ul_marker.gif) no-repeat left 7px;
  padding-left: 20px;
}

#content .center .in ol {
  padding-left: 30px;
}

#content .center .in .path{
  position:absolute;
  margin: -35px 0 0 0;
  padding: 0;
  left: 0;
  z-index: 999;
}

#content .center .in .path h1{
  color: #454545;
  margin: 0;
  padding: 0;
  font-size: 18px;
}
/* Index quick link block*/
div.CTA {
  background-color: #EFEFEF;
  border-top: 3px solid #ccc;
  border-bottom: 1px dashed #9F9F9F;
  padding: 10px 0;
  margin: -5px 0 0 0;
}
#content .center .in .index_quick_link{
/*  width:545px;  */
  margin: 0 auto;
  padding: 0;
}
#content .center .in .index_quick_link a{
  float:left;
  width:178px;
  margin: 0 2px 8px 0;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  height: 131px;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: bottom
}
#content .center .in .index_quick_link a:hover{
  border: 1px solid #cf7200;
  background-color: #fff;
}
#content .center .in .index_quick_link a.first{
  background-image: url(../i/quick_link_first.jpg);
}
#content .center .in .index_quick_link a.first:hover{
  background-image: url(../i/quick_link_first_hover.jpg);
}
#content .center .in .index_quick_link a.second{
  background-image: url(../i/quick_link_second.jpg);
}
#content .center .in .index_quick_link a.second:hover{
  background-image: url(../i/quick_link_second_hover.jpg);
}
#content .center .in .index_quick_link a.third{
  background-image: url(../i/quick_link_third.jpg);
}
#content .center .in .index_quick_link a.third:hover{
  background-image: url(../i/quick_link_third_hover.jpg);
}
#content .center .in .index_quick_link span{
  display: block;
  width: 178px;
}
#content .center .in .index_quick_link span.top{
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
  background-color: #e8e8e8;
}
#content .center .in .index_quick_link a:hover span.top{
  border-bottom: 1px solid #cf7200;
  background-color: #ffb970;
  background-image: url(../i/bg_quick_link_span.jpg);
  background-repeat: repeat-x;
  background-position: bottom
}
#content .center .in .index_quick_link span.bottom{
  height: 100px;
}
/*Index quick link block Link */
#firstDescription,
#secondDescription,
#thirdDescription {
  padding: 0 10px;
}
#content .center .in  .index_quick_link a{
  color:#2e2e2e;
  font-size: 18px;
}
#content .center .in  .index_quick_link a:hover {
  text-decoration: none;
  color:#fff;
}
#content .center .in .index_quick_link span.top a{
  text-decoration: none;
}
/*#content .center .in .index_quick_link span.top:hover{
  border-bottom: 1px solid #d8d8d8;
  background-color: #e8e8e8;
  background-image: url(../i/bg_quick_link_span.jpg);
  background-repeat: repeat-x
}*/

/* Content right */

#content .sidebar_right{
  float:left;
  display:inline;
/*  overflow:hidden; */
  width:78px;
  margin-left:-78px;
/*  padding-top:55px;  */
  background:url(/i/bg_right.jpg) repeat-y left top;
  padding-bottom:32767px;
  margin-bottom:-32767px;
}

#content .sidebar_right ul{
	width: 42px;
    height: 564px;
	margin: 0 0 0 13px;
	list-style-type: none;
}
#content .sidebar_right ul li a {
	width: 42px;
    display: block;
	text-decoration: none;
	overflow: hidden;
	height: 181px !important;
	height /**/:181px; /* IE5/Win */
	background: transparent url(/i/quick_menu.gif) no-repeat;
}

#content .sidebar_right ul li#price a {
    background-position: -210px 0;
    left: 0;
}
#content .sidebar_right ul li#brief a {
    background-position: -210px -181px;
    left: 0;
}
#content .sidebar_right ul li#port a {
    background-position: -210px -362px;
    left: 0;
	height: 201px !important;
	height /**/:201px; /* IE5/Win */
}
#content .sidebar_right ul li#price a:hover	{
  background-position: -42px 0;
}
#content .sidebar_right ul li#brief a:hover	{
  background-position: -42px -181px;
}
#content .sidebar_right ul li#port a:hover {
  background-position: -42px -362px;
}

ul#nav  {
  background: transparent url(/i/quick_menu.gif) no-repeat -42px 0;
}

body#price ul#nav  {
  background: transparent url(/i/quick_menu.gif) no-repeat -168px 0;
}

body#brief ul#nav {
  background: transparent url(/i/quick_menu.gif) no-repeat -126px 0;
  }
body#portfolio ul#nav  {
  background: transparent url(/i/quick_menu.gif) no-repeat -84px 0;
}


body#price ul#nav li#price a {
  background-position: -168px 0;
  width: 42px;
}
/*body#price li#price a:hover	{
  background-position: -42px 0;
}*/
body#price ul#nav li#brief a {
  background-position: -168px -181px;
}
body#price ul#nav li#brief a:hover {
  background-position: 0 -181px;
}
body#price ul#nav li#port a {
  background-position: -168px -362px;
  left: 168px;
}
body#price ul#nav li#port a:hover {
  background-position: -42px -362px;
}


body#brief ul#nav li#price a {
  background-position: -126px 0;
  width: 42px;
  left: 126px;
}
body#brief ul#nav li#price a:hover {
  background-position: -42px 0;
}
body#brief ul#nav li#brief a {
  background-position: -126px -181px;
  left: 126px;
}
/*body#brief ul#nav li#brief a:hover {
  background-position: -22px -181px;
}*/
body#brief ul#nav li#port a	{
  background-position: -126px -362px;
  left: 126px;
}
body#brief ul#nav li#port a:hover {
  background-position: 0 -362px;
}


body#portfolio ul#nav li#price a {
  background-position: -84px 0;
  width: 42px;
  left: 84px;
}
body#portfolio ul#nav li#price a:hover {
  background-position: -42px 0;
}
body#portfolio ul#nav li#brief a {
  background-position: -84px -181px;
  left: 126px;
}
body#portfolio ul#nav li#brief a:hover {
  background-position: -42px -181px;
}
body#portfolio ul#nav li#port a	{
  background-position: -84px -362px;
  left: 84px;
}
/*body#portfolio ul#nav li#port a:hover {
  background-position: -178px -362px;
}*/



/* Menu */

.menu {
  width: 236px;
  margin-left:30px;
}
.menu li{
  width:100%;
  height:38px;
  margin-bottom:5px;
  font-size: 18px;
}
.menu li.brief{
  border-top: #aaa solid 1px;
  border-bottom: #aaa solid 1px;
  -webkit-box-shadow:inset -1px 0 10px 0 #aaa;
  -moz-box-shadow:inset -1px 0 10px 0 #aaa;
  box-shadow:inset -1px 0 10px 0 #aaa;
}
.menu li a{
  height:38px;
  display:block;
  padding-left:52px;
  color:#454545;
  background:url(/i/marker.gif) no-repeat 15px -40px;
  text-decoration: none;
  line-height: 38px;
}
.menu li a:link{
  color:#454545;
}
.menu li a:visited{
  color:#454545;
}
.menu li a:hover{
  color:#c95d00;
/*  background:url(/i/marker.gif) no-repeat left bottom;   */
}
.menu li#current a{
  color:#5c0606;
  background:url(/i/marker.gif) no-repeat 15px top;
}

.menu li span {
  color:#454545;
  padding-left: 36px;
  line-height: 36px;
}

/* Link */
a:link {
  color:#0078D4
}

a:visited {
  color:#0078D4
}
a:hover {
  color:#E97300
}

/* Footer */

#footer{
  position:relative;
  height:90px;
  width:960px;
  margin: 0 auto;
  width:100%;
  margin-top:-90px;
  background: url(/i/wood.jpg) repeat-x bottom;
  z-index: 1001;
}

#footer .wrap{
  height:90px;
  width:960px;
  margin: 0 auto;
  background: url(/i/bg_center_bot.jpg) repeat-x left top;
}
#footer .wrap p{
  font-weight: bold;
  font-size: 12px;
  vertical-align: middle;
  color: #8b8b8b;
}
#footer .wrap .bleft{
  float:left;
/*  border: 1px solid #ccc;*/
  width:338px;
  height:90px;
  background: url(/i/bg_left_bot.jpg) no-repeat top
}
#footer .wrap .bleft div.copyright{
  margin: 15px 0 0 0;
  width: 270px;
}
#footer .wrap .bleft p{
  top: 0;
  left: 0;
  float: left;
  line-height: 24px;
  width: 40px;
}
#footer .wrap .bleft div.copyright a {
  margin: 0;
  padding: 0;
  width: 117px;
  height: 24px;
  background:url(/i/logo_mini.gif) no-repeat left top;
  overflow:hidden;
  display: block;
  text-decoration: none;
}
#footer .wrap .bleft div.copyright a:hover {
  background:url(/i/logo_mini.gif) no-repeat -117px top;
  overflow:hidden
}
.pagelist_holder{
  display: inline;
  position: relative;
  width: 26px;
  float: right;
  top: 0;
  margin: 10px 55px 0 0;
  text-decoration: none;
}

.page_number{
  display: inline;
  position: relative;
/*  width: 46px;*/
  float: right;
  top: 0;
  margin: 10px 10px 0 0;
  text-decoration: none;
}
.number {
  float: right;
  display: block;
  cursor: pointer;
}

#footer .wrap .links .page_number span{
  font-family: Broadway;
  font-size: 26px;
  color: #d2d2d2;
}

.content_menu_wrapper {
  display: none;
  position: absolute;
  margin-top: -145px;
  margin-left: -135px;
  width: 150px;
  z-index: 333;
}

ul.content_menu {
  padding: 10px;
  background-color: #FFFFFF;
  border-top: 5px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

ul.content_menu li{
  height: 16px;
  line-height: 16px;
  font-size: 12px;
}


.site_map_wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -260px;
  margin-left: -210px;
  width: 205px;
  z-index: 333;
}
.site_map_holder{
  display: inline;
  position: relative;
  width: 26px;
  float: right;
  top: 0;
  margin: 10px 55px 0 0;
  text-decoration: none;
}
ul.site_map {
  padding: 10px;
  background-color: #FFFFFF;
  border-top: 5px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
ul.site_map ul{
  padding: 0;
  margin: 0 10px;
}
ul.site_map li{
/*  height: 16px; */
  line-height: 16px;
  font-size: 12px;
}
#footer .wrap .bleft div.copyright a.site_map_holder_link{
  float: left;
/*  border: 1px solid #ccc;*/
  width: 70px;
  height:70px;
  background:none;
}

#footer .wrap .links{
/*  margin-left:76px; */
  height:90px;
  background:url(/i/bg_right_bot.jpg) no-repeat right top;
}
#footer .wrap .links div.address {
  padding-top: 5px;
  width: 240px;
  float: left;
}
#footer .wrap .links p{
/*  width:240px;*/
  margin: 10px 2px 0 0;
}

.dropcap {
  float: left;
  width: 40px;
  font-size: 48px;
  line-height: 48px;
}

.accordion {
  padding: 0;
  margin: 0;
}
.accordion h3 {
  margin: 0;
  padding: 5px 0 19px 50px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  background-color: transparent;
}
.accordion h3:hover {
	background-color: #e8e8e8;
}

#content .center .in .accordion p ,
#content .center .in .semi_accordion .accordion p {
  background: #f7f7f7;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
  margin: 0 0 0 50px;
  padding: 5px 15px 19px 15px;
  border-left: solid 3px #5c0606;
  color: #5c0606
}

.semi_accordion {
  padding: 0;
  margin: -4px 0 0 0;
}
#content .center .in .semi_accordion  p {
  padding-bottom: 0;
  margin: -20px 0 20px 0;
}
/*.semi_accordion .accordion2 {
  padding: 0 0 0 0;
}*/
.accordion2 {
  padding: 24px 0 0 0;
}
.semi_accordion h2,
.accordion2 h2 {
  margin: 0;
  padding: 4px 0 20px 50px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  background-color: transparent;
}
.accordion2 h2:hover {
	background-color: #e8e8e8;
}

div.FaqCatHolder {
  line-height: 24px;
  margin: 0 0 0 50px;
}
.semi_accordion  span,
.accordion2  span,
.accordion  span {
    display: block;
    font-family: Broadway;
    font-size: 24px;
    color: #d2d2d2;
    margin-left: 10px;
    float: left;
    line-height: 24px;
}

.accordion  span {
     font-size: 20px;
     padding-top: 3px;
 }
.semi_accordion  h3 span {
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    float: none;
    line-height: 24px;
    margin: 0;
    border-bottom: 1px dashed #000
}
.accordion h3:hover span {
    border-bottom: none;
}
/* ARTICLE */

.article {
    display: block;
    margin: 0;
    padding: 0;
}

/*#content .center .in .article p {
  margin: 4px 0 22px 0;
}*/

#content .center .in .article p.bottom_panel {
  text-align: right;
  padding-right: 10px;
}

/*
.article div.bottom_panel{
    height: 23px;
    border: solid 1px #d1d1d1;
    background-color: #e8e8e8;
    margin: 18px 0 0 0;
}
*/

#content p.bottom_panel{
    background-color: #e8e8e8;
    padding-left: 4px;
    position: relative;
    top: -4px;
    height: 24px;
}
/*
.article a{
    font-size: 12px;
    display: inline;
    float: right;
    margin: 4px 5px 0 0;
}
.article ul{
    display: inline;
    font-size: 12px;
    float: left;
    margin: 4px 0 0 0;
}
.article ul li{
    float: left;
    display: inline;
    margin: 0 5px;
}
.article ul li a{
    margin: 0;
    float: none;
}
*/
.image{
  padding: 7px;
  margin: 0 auto;
  width: 202px;
  margin-top: 18px;
  margin-bottom: 6px;
  border: 1px solid #d1d1d1;
  background-color: #e8e8e8;
}
.image img{
  display: block;
  width: 200px;
  height: 150px;
  border: 1px solid #d1d1d1;
}

/* PORTFOLIO */

.portf {
    display: block;
    width: 202px;
    font-size: 12px;
    /*margin: 23px 0 0 0;*/
    margin: -4px 0 0 0;
    float: left;
/*    border: solid 1px #e8e8e8; */
}
.portf_descr h2,
.portf_descr p {
    padding-left: 240px;
}


.image_scheme{
  padding: 7px;
  margin: 0 auto;
  width: 182px;
  margin-top: 18px;
  margin-bottom: 6px;
  border: 1px solid #d1d1d1;
  background-color: #e8e8e8;
}
.image_scheme img{
  display: block;
  width: 180px;
  height: 263px;
  border: 1px solid #d1d1d1;
}
.portf_scheme {
    display: block;
    width: 182px;
    font-size: 12px;
    /*margin: 23px 0 0 0;*/
    margin: -4px 0 0 0;
    float: left;
/*    border: solid 1px #e8e8e8; */
}
.portf_descr h2,
.portf_descr p {
    padding-left: 220px;
}


/* CONTACTS FORM */
p.contact {
    text-align: center;
    font-weight: bold;
}
#container {
	width:545px;
    background-color: #FFFFFF;
    border-top: 3px solid #ccc;
  font-size: 14px;
}
form.cmxform fieldset {
	margin:0 auto;
    border: none;
    margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 24px;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  text-align: right;
  margin-right: 25px;
  width: 150px; 
}
form.cmxform fieldset input,
form.cmxform fieldset select,
form.cmxform fieldset textarea {
  width: 250px;
}
form.cmxform fieldset fieldset label {
  margin-left: 123px;
}

/* BRIEF FORM */

form.online_brief fieldset {
    border: 1px solid #AFAFAF;
}
form.online_brief fieldset fieldset {
  border: 1px solid #AFAFAF;
  text-align: left;
}
form.online_brief label {
  width: 30%; /* Width of labels */
}
form.online_brief fieldset input,
form.online_brief fieldset select,
form.online_brief fieldset textarea {
  width: 60%; /* Width of inputs */
}
form.cmxform fieldset p {
   padding:0 10px;
   margin:0;
}
ul.CTA_title {
  width: 200px;
  float: left;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: -5px 0 0 0;
  padding: 0;
  list-style-image:none;
  list-style-type:none;
  position:relative;
}

#content .center .in  ul.CTA_title li {
  font-size: 18px;
  line-height: 38px;
  padding-left: 10px;
  cursor: pointer;
  border-left: 1px solid #bdbcbd;
  background: url(/i/CTA_title_bg_normal.gif) repeat-x;
}

#content .center .in  ul.CTA_title li a {
  color: #2E2E2E;
  text-decoration: none;
}

#content .center .in ul.CTA_title li.selected {
  border-left: 1px solid #c95d00;
  background-image: url(/i/CTA_title_bg_hover.gif);
  display: block;
  color: #FFFFFF;
}

#content .center .in ul.CTA_title li.selected a {
  color: #FFFFFF;
}

ul.CTA_title li span {
  float: right;
  display: block;
  background-image: url(/i/span3.gif);
  width: 25px;
  height: 38px;
}

ul.CTA_title li.selected span {
  background-image: url(/i/span2.gif);
}

.CTA_description {
  clear: none;
  width: 345px;
  height: 152px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: -5px 0 19px 200px;
  background-color: #FFF;
}
.CTA_description p {
  padding: 0 10px;
}

/*.CTA_description a {
  display: block;
  text-align: right;
  background-image: url(/i/CTA_go.gif);
  background-repeat: no-repeat;
  background-position: 200px top;
  line-height: 26px
}*/
.CTA_description a {
  display: block;
  text-align: right;
  padding-right: 30px;
  background-image: url(/i/bg_button.gif);
  background-repeat: no-repeat;
  background-position: right top;
  line-height: 38px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
.CTA_description a:link,
.CTA_description a:visited {
  color: #fff;
}
#content .center .in h2.Organic {
  margin-top: -24px;
  margin-bottom: -4px;
}

#portfolio #jcarousel-container {
  display: none;
}

#portfolio #content .center .in {
  padding: 0 0 20px 0;
}

#brief #jcarousel-container {
  display: none;
}

#brief #content .center .in {
  padding: 0 0 20px 0;
}

#contacts #jcarousel-container {
  display: none;
}

#contacts #content .center .in {
  padding: 0 0 20px 0;
}

#devtools #jcarousel-container {
  display: none;
}

#devtools #content .center .in {
  padding: 0 0 20px 0;
}

.page_keywords {
  font-size: 12px;
  color: #555555;
  text-align: center;
}

.page_keywords h5 {
  display: inline;
}

.partner_links {
  font-size: 12px;
  color: #555555;
  text-align: center;
}

div.partner_links a {
  color: #333333;
}
.opinion {
  padding: 10px;
  background: #FFFFCC;
  border: 1px solid #FFFF00;
  margin-top: -5px
}

.BriefSteps {
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  border: 1px solid #cf7200;
  border-top-style: none;
  border-bottom-style: none;
  background: #9F9F9F url(/i/bg_online_brief.jpg) repeat-x;
  margin-top: -4px;
}

.BriefSteps span{
  margin-left: 30px;
  padding: 6px 0;
  color: #676767
}
.BriefSteps span.arrow{
  margin-left: 30px;
  padding: 6px 6px;
  background: url(/i/arrow_online_brief.jpg) no-repeat
}
.BriefSteps .current {
  font-weight: bold;
  color: #5C0606
}
form.BriefWizard {
  background-color: #FFF;
  border: 1px dashed #9F9F9F;
  padding: 15px 10px 0px 10px;
  margin-bottom: 14px;
  border-top-style: none;
}

.BriefWizard h2 {
  margin-bottom: 8px;
}

input,
textarea {
  border: 1px dashed #9F9F9F;
  background-color: #EFEFEF;
}
input.OtherDetails {
  width: 400px;
  margin-left: 25px;
  position: relative;
  top: -4px;
}
textarea.BriefNormal {
  width: 520px;
  height: 66px; 
  position: relative;
  top: -4px;
  margin: 0;
}

a.LinkPrev {
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0 10px 0 20px;
  border-right: 1px solid #cf7200;
  background: url(/i/bg_online_brief_prew.gif) no-repeat left;
  color: #5C0606;
  text-decoration:none;
  font-weight: bold;
}

a.LinkNext {
  display: block;
  float: right;
  height: 30px;
  line-height: 30px;
  padding: 0 20px 0 10px;
  border-left: 1px solid #cf7200;
  background: url(/i/bg_online_brief_next.gif) no-repeat right;
  color: #5C0606;
  text-decoration:none;
  font-weight: bold;
}

a.LinkNext:hover, a.LinkPrev:hover {
  color:#E97300;
}
.panel_button {
	position: relative;
	width: 111px;
	height: 518px;
/*background: url(images/panel_button.png);*/
	z-index: 1050;
/*	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;*/
	cursor: pointer;
  top: 15px;
  float: left
}
.panel_button img {
	position: relative;
	border: none;
}
.panel_button a:hover {
	color: #999999;
}

#toppanel {
  position: absolute;
  right: 0px;
  /*width: 111px;*/  /*or 351*/
  top:170px;
  z-index: 725;
  text-align: center;
  background: url(/i/panel_bg.png);
  background-repeat: no-repeat;
  background-position: 111px 0;
  height: 518px;
  display: inline-block;
}

#panel {
	height: 400px;
	position: relative;
  top: 70px;
	width: 0px;
	z-index: 1500;
	overflow: hidden;
	text-align: left;
  float: right;
}
#panel_contents {
	height: 400px;
	/*width: 100px;*/
	position: absolute;
	z-index: -1;
}
#panel h1 {
	text-align: left;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	color: #808080;
	font-weight: normal;
	line-height: 35px;
	left: 0px;
	position: absolute;
	top: 0px;
}
ul.tag_cloud {
	list-style-type: none;
	text-align: center;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	left: 0px;
	position: absolute;
	top: 80px;
}

ul.tag_cloud li {
	float: left;
}

ul.tag_cloud  li a {
	text-decoration: none;
	line-height: 30px;
	padding: 0 2px;
}

ul.tag_cloud  li a.size1 {
	color: #666;
  font-size: 15px;
}
	ul.tag_cloud  li a.size1:hover {
		background-color: #999;
		color: white;
	}

ul.tag_cloud  li a.size2 {
	color: #912600;
	font-size: 14px;
}
	ul.tag_cloud  li a.size2:hover {
		background-color: #cc3500;
		color: white;
	}

ul.tag_cloud  li a.size3 {
	color: #877900;
	font-size: 16px;
}
	ul li a.size3:hover {
		background-color: #d8c100;
		color: white;
	}

ul.tag_cloud li a.size4 {
	color: #1d6c01;
	font-size: 18px;
}
	ul.tag_cloud li a.size4:hover {
		background-color: #2daf00;
		color: white;
	}
ul.tag_cloud li a.size5 {
	color: #004e6b;
	font-size: 20px;
}
	ul.tag_cloud li a.size5:hover {
		background-color: #007ead;
		color: white;
	}

ul.tag_cloud li a.size6 {
	color: #430069;
	font-size: 24px;
}
	ul.tag_cloud li a.size6:hover {
		background-color: #7600b9;
		color: white;
	}
a.order_button {
  float:right;
  margin: -29px 0 5px 0;
  padding: 5px;
  border: 1px solid #c95d00;
  background-color: #FFA22E;
  -webkit-box-shadow:inset 0 0 10px 0 #fff;
  -moz-box-shadow:inset 0 0 10px 0 #fff;
  box-shadow:inset 0 0 10px 0 #fff;
  display: block;
  text-decoration:none;
  color: #6F4202;
  text-shadow: 1px 1px 1px #fff;
  font-weight: bold;
}
.semi_accordion a.order_button {
  margin: 0 0 6px 0;
}
.semi_accordion a.order_button span,
a.order_button span{
  border: 1px dashed #c95d00;
  display: block;
  padding: 7px 10px 7px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #6F4202;
    margin-left: 0;
    float: none;
    line-height: 19px;
 }
.accordion a.order_button span:hover,
a.order_button span:hover {
  color: #fff;
  text-shadow: 1px 1px 1px #6F4202;
/*  text-shadow: none; */
}
/* Index quick link block*/
.site_type  {
  background-color: #DCE5EC;
  border-top: 3px solid #ddd;
  border-bottom: 1px dashed #ddd;
  border-right: 1px dashed #ddd;
  border-left: 1px dashed #ddd;
  margin: -5px 0 19px 0;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 18px;
}
.site_type .row_1  {
  background-color: #F2F6F9;
}
.site_type .row_2  {
  background-color: #FFF;
}
.site_type .row_3  {
  background-color: #DCE5EC;
}
.site_type .bold_text  {
  text-shadow: 1px 1px 1px #fff;
  font-weight: bold;
}
.site_type  td{
  text-align: center;
  border-color: #ddd;
  padding: 5px;
}
.site_type  td.td_left  {
  text-align: left;
  vertical-align: top;
}
.site_type  a.order_button {
  float:none;
  margin: 0 auto;
  width: 105px;
  height: 35px;
  padding: 5px;
  border: 1px solid #c95d00;
  background-color: #FFA22E;
  -webkit-box-shadow:inset 0 0 10px 0 #fff;
  -moz-box-shadow:inset 0 0 10px 0 #fff;
  box-shadow:inset 0 0 10px 0 #fff;
  display: block;
  text-decoration:none;
  color: #6F4202;
  text-shadow: 1px 1px 1px #fff;
  font-weight: bold;
}
.red_block {
  width: 546px;
  background: url(/i/red_block.png) no-repeat;
  height: 95px;
  margin: -4px 0 0 0;
  padding: 30px 0 0 35px;
}
.red_block a:hover {
  font-weight: bold;
  text-decoration: none;
  text-shadow: -1px -1px 1px #000;
  color: #fff;
}
.red_block a {
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: -1px -1px 0 #000, 1px 1px 1px #ff0000;
  color: #fff;
}

.attention {
  color: #B0000D;
  text-align: center;
  font-weight: bold;  
}
.attention a:hover {
  font-weight: bold;
  text-decoration: none;
}
.attention a {
  font-weight: bold;
  text-decoration: none;
}