#catalogs {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
#catalogs li {
    float: left;
    xmargin-right: 20px;
    margin-bottom: 20px;
}
#catalogs li:nth-child(3n) {
    margin-right: 0;
}
#order_form input {
    width: 210px;
    padding-left: 4px;
    padding-right: 4px;
}
#radio_block {
    margin-bottom: 10px;
}
#goods {
	width: 100%;
	border:0;
	border-collapse: collapse;
}
#goods td {
	xcolor: #6b849e;
	color: #355C8D;
	background: #c6dee8;
	padding: 0 10px;
	text-align: center;
}
#goods td.title {
	text-align: left;
}
#goods td.img {
	width: 75px;
	background: #fff;
	padding-right: 5px;
}
#goods td a {
	color: #355c8d;
}
#goods th {
	xbackground: #c1c1c3;
	xfont: normal 10px 'Myriad Pro';
	height: 50px;
	text-align: center;
	border:0;
}
#goods .separator td {
	height:5px;
	background: #fff;
}


/* ----- Меняю размеры ----- */
body {
	/*background-image: none;*/
}
#header {
	height: 360px;
	margin-left: 199px;
}
#logo {
	right: 265px;
	top: 82px;
}
#slogan {
	right: 265px;
	top: 267px;
}


#menu_new {
	left: -70px;
	position: absolute;
}
#menu_new ul {
	padding: 0;
	margin: 0;
	overflow: visible;
	list-style: none;
}
#menu_new ul li {
	float: left;
	text-align: center;
	width: 250px;
	height: 142px;
	margin-right: -27px;
}
#menu_new ul li a {
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color:#FFF;
	font-size: 13px;
	padding: 20px 50px;
	display: block;
	height: 100%;
	background:url(../images/menu_bg.png) no-repeat right top;
}
#menu_new ul li:hover,
#menu_new ul li.active {
	background:url(../images/menu_active_a_bg.png) no-repeat left top;
	padding-left: 27px;
	width: 223px;
}
#menu_new ul li:hover a,
#menu_new ul li.active a{
	background:url(../images/menu_active_bg.png) no-repeat right top;
	color:#0051a6;
	margin-left: 23px;
	padding-left: 0;
}
#sideLeft {
	width: 190px;
	padding-top: 1px;
}
#sideLeft .title {
	font-size: 15px;
	margin-bottom: 10px;
}
#order_form {
	border-radius: 23px 23px 23px 23px;
	margin-bottom: 43px;
	padding: 16px 23px 6px 23px;
}
#order_form label {
	font-size: 12px;
}
#order_form input {
	width: 140px;
	border-radius: 9px 9px 9px 9px;
	height: 19px;
	margin-bottom: 7px;
    margin-left: -2px;
	position: relative;
	font-size: 11px;
}
#radio_block label {
	margin-left: 5px;
}
#services {
	position: relative;
	z-index:2;
}
#services ul li {
	background-size: 6px;
	padding-left: 12px;
}
#services ul li a {
	font-size: 13px;
}
.content_general h1 {
	font-size: 15px;
	text-transform: uppercase;
}
.content_general {
	font-size: 12px;
}
#middle {
	padding-bottom: 238px;
	margin-left: 40px;
	position: relative;
	z-index: 2;
}
#footer {
	background-image: url(../images/wrapper_bottom.png);
	margin-left: 0px;
}
#contacts {
	position: absolute;
	bottom: 40px;
	left: 270px;
	color: #fff;
}
#position_in_gallery ul {
	margin: 20px 0 0;
	padding: 0;
	overflow: hidden;
	list-style:none;
}
#position_in_gallery ul li {
	float: left;
	margin: 0 10px 10px 0;
}

#sideLeft.sideRight {
  display: block;
  margin-right: 10px;
  margin-left: 26px;
  padding-top: 9px;
  position: relative;
  width: 288px;
}

#sideLeft.sideRight {
  padding-top: 1px;
  width: 190px;
}

#sideLeft.sideRight .title {
  margin-left: 0px;
}

#services ul li {
  margin-left: 0px;
}


#catalogs a.title{
    color: #0157AC;
    font-weight: bold;
    text-decoration: none;
}

#order_form textarea {
  border-radius: 9px 9px 9px 9px;
  font-size: 11px;
  height: 19px;
  margin-bottom: 7px;
  margin-left: -2px;
  position: relative;
  width: 147px;
  height: 100px;
  border: none;
  resize: none;
}

#wrapper {
  margin: 0 auto;
  width: 920px;
}

#header {
  width: 920px;
}

#footer {
  margin-left: auto;
  margin-right: auto;
  width: 920px;
}

body{
    background: #170075;
}

#middle {
    min-height: 600px;
}

#wrapper_top {
  background-color: #ffffff;
}



#bread-crumbs{
    overflow: hidden;
    margin-bottom: 10px;
}

#bread-crumbs ul{
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#bread-crumbs ul li{
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 5px;
    border-right: 1px solid #355C8D;
}

#bread-crumbs ul li.last{
    border-right: none;
    margin-right: none;
}

#bread-crumbs ul li a{
    margin: 0;
    margin-right: 5px;
}

#bread-crumbs ul li.last a{
    text-decoration: none;
    margin-right: none;
}



