#layout {
	min-width: 800px;
	width: 100%;
	width: 900px;
}

#layout {
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	text-align: center;
}

/********************************
 * Header
********************************/

#header {
	height: 141px;
	margin: 0 30px 30px 0;
	padding: 33px 0 0 0;
	position: relative;
	text-align: left;
	position: relative;
}

.header-content {
	margin: 0 0 0 114px;
	padding: 50px 0 0 0;
	position: relative;
}

.header-content .header-text {
	font-size: 20px;
	height: 50px;
	padding: 0 200px 0 0;
	position: relative;
}

/********************************
 * Content
********************************/

.content-box {
	margin: 0 0 15px 0;
	min-height: 250px;
	position: relative;
	text-align: left;
}

.content-box .line {
	clear: both;
}

.contetnblock {
	font-size: 14px;
	padding: 10px 10px 20px 40px;
	position: relative;
}

.box-border {
	background: transparent url(/images/boxborder_lt.gif) left top no-repeat;
	display: block;
	margin: 0 4px 4px 0;
	position: relative;
}

.box-border .box-border-content {
	background: transparent url(/images/boxborder_rb.gif) right bottom no-repeat;
	bottom: -4px;
	display: block;
	margin: 0 -4px -4px 0;
	margin: 0;
	right: -4px;
	padding: 4px 4px 4px 4px;
	position: relative;
}

.box-border-conner-rt {
	background: transparent url(/images/boxborder_rt.gif) left top no-repeat;
	display: block;
	height: 4px;
	position: absolute;
	right: -4px;
	right: 0px;
	top: -4px;
	width: 4px;
}

.box-border-conner-lb {
	background: transparent url(/images/boxborder_lb.gif) left top no-repeat;
	bottom: 0;
	display: block;
	height: 4px;
	left: -4px;
	position: absolute;
	width: 4px;
}


/********************************
 * Logo
********************************/
#logo {
	display: block;
	float: left;
	font-size: 26px;
	height: 136px;
	margin: 0 0 0 -2px;
	overflow: hidden;
	text-align: left;
	width: 100px;
}

#logo img {
	display: block;
	float: left;
	height: 136px;
	width: 100px;
}

/********************************
 * Header items
********************************/

#reply-link {
	bottom: 0;
	position: absolute;
	right: 0;
}

#reply-link,
#reply-link:visited {
	color: #8d8d8d;
}

#phone-block {
	color: #e91316;
	display: block;
	position: absolute;
	right: 0px;
	top: -15px;
}

#phone-block .pre {
	font-size: 12px;
	margin: 0 6px 0 0;
}


/********************************
 * Menu
********************************/
#menu-box {
	background: transparent url(/images/menu-shadow-bg.png) left top no-repeat;
	height: 22px;
	padding: 1px 3px 0 1px;
	position: relative;
}

#menu-box .conner-right {
	background: transparent url(/images/menu-shadow-bg-right.png) left top no-repeat;
	display: block;
	height: 23px;
	position: absolute;
	right: 0;
	top: 0;
	width: 3px;
}

#menu{
	background: #d11d1a url(/images/menu-item-bg.png) left top repeat-x;
	display: block;
	height: 19px;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#menu li {
	background: none;
	display: block;
	float: left;
	margin: 0 0px 0 0;
	padding: 0;
}

#menu a {
	color: #FFF;
	display: block;
	float: left;
	font-size: 13px;
	height: 19px;
	margin: 0;
	padding: 0 20px 0 20px;
	text-decoration: none;
}

#menu a:focus {
	outline: none !important;
}

#menu a:hover,
#menu a.selected  {
	color: #FFF !important;
	background: #f68786 url(/images/menu-item-bg.png) left -19px repeat-x; 
}


/********************************
 * Pages Box
********************************/
.pages-box {
	height: 24px;
}

.pages-numbers {
	float: left;
	font-size: 14px;
	height: 24px;
}

.pages-numbers a {
	display: block;
	float: left;
	height: 24px;
	margin: 0 1px;
	outline: none !important;
	padding: 0 3px; 
}

.pages-numbers b {
	background: #86cd1f;
	color: #0e1503;
	display: block;
	float: left;
	margin: 0 2px;
	padding: 0 5px;
}

.pages-numbers .many-pages {
	color: #FFF;
	display: block;
	float: left;
}

.pages-numbers a.prev,
.pages-numbers a.next {
	color: #7cbe1c;
}

.pages-numbers a.prev {
	background: transparent url(/images/nav_arrow_left.png) left 5px no-repeat;
	margin-right: 12px;
	padding-left: 38px;
}

.pages-numbers a.next {
	background: transparent url(/images/nav_arrow_right.png) right 5px no-repeat;
	margin-left: 16px;
	padding-right: 35px;
}

.pages-numbers a.notactive {
	color: #374021 !important;
	text-decoration: none;
}

.pages-numbers a.notactive-left {
	background-position: left -25px;
}

.pages-numbers a.notactive-right {
	background-position: right -25px;
}

/********************************
 * Navigation
********************************/
#navigation {
	display: block;
	font-size: 17px;
	margin: 0 0 7px 2px;
}


#navigation a {
	color: #7cbe1c;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation .separator {
	color: #4d5040;
	margin: 0 3px;
}

#navigation .current {
	color: #FFF;
}

/********************************
 * Footer
********************************/

#copyright {
	float: right;
	margin: 0 30px 0 0;
	padding: 0;
	text-align: right;
	width: 220px;
}

#footer {
	clear: both;
	color: #787878;
	margin: 0 30px 0 25px;
	padding: 14px 0 50px 0;
	position: relative;
	text-align: left;
}

#copyright a,
#copyright a:focus,
#copyright a:visited {
	color: #787878;
}

#footer a {
	color: #f40a09;
}


/********************************
 * Site-map
********************************/

ul.sitemap li {
  padding: 2px 0px 1px 0px;
  background: none;
  border: none;
}

ul.sitemap li.level-1 {
}

ul.sitemap li.level-2 {
  margin-left: 30px;
  list-style-type: circle;
}

ul.sitemap li.level-3 {
  margin-left: 60px;
  list-style-type: square;
}

ul.sitemap li.level-4 {
  margin-left: 90px;
  list-style-type: disc;
}

/********************************
 * Other
********************************/

#actions-list {
	display: block;
	margin: 0;
	padding: 40px 0 0 0;
}

#actions-list li {
	display: block;
	float: left;
	margin: 0 5px 10px 0;
	padding: 0;
	width: 218px;
}

#actions-list li h1.title-link {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}

#actions-list li .title-link a {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 75px;
	padding: 30px 0 0 100px;
}

#actions-list li .title-link a,
#actions-list li .title-link a:visited {
	color: #4b4b4b !important;
	text-decoration: none;
}

#actions-list li .title-link a.online-shop {
	background-image: url(/images/img-basket.jpg);
}

#actions-list li .title-link a.promo {
	background-image: url(/images/img-promo.jpg);
	background-position: 10px -30px;
}

#actions-list li .title-link a.corporate {
	background-image: url(/images/img-corporate.jpg);
}

#actions-list .action-content {
	margin: 0 20px 10px 0px;
}

#actions-list .action-more {
	background: transparent url(/images/icon-link-more.png) left 2px no-repeat;
	display: block;
	height: 17px;
	margin: 10px 0 0 3px;
	padding: 0px 0 0 19px;
	width: 60px;
}

.green-box {
	background: #93b476 url(/images/green-box.png) -14px -14px no-repeat;
	margin: 0 0 0 8px;
	min-height: 30px;
	padding: 10px;
	position: relative;
}

.green-box .green-box-conner-rt, 
.green-box .green-box-conner-rb,
.green-box .green-box-conner-lb {
	background: url(/images/green-box.png) right -14px no-repeat;
	height: 14px;
	position: absolute;
	width: 14px;
}

.green-box .green-box-conner-rt {
	background-position: left -14px;
	right: 0;
	top: 0;
}

.green-box .green-box-conner-rb {
	background-position: left top;
	right: 0;
	bottom: 0;
}

.green-box .green-box-conner-lb {
	background-position: -14px top;
	left: 0;
	bottom: 0;
}

.info-box {
	padding: 31px 40px 30px 35px;
	text-align: left;
}

.info-box .personal-box {
	float: right;
	width: 158px;
}

.info-box .columns {
	float: left;
	margin: 0 10px 0 0;
	width: 165px;
}

.info-box .columns ul {
	display: block;
	margin: 0;
	padding: 0;
}

.info-box .columns ul li {
	list-style: none;
	margin: 0 0 8px 0;
	padding: 0;
}

.info-box .columns ul li a {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}

.gen-time-text {
	color: #DDD;
	font-family: tahoma;
	font-size: 10px;
}





.info-block {
	color: #787878;
	padding: 10px 50px 20px 5px;
	position: relative;
	text-align: left;
}

.info-block .columns {
	width: 99%;
}

.info-block .columns td {
	border-right: 1px solid #d9d9d9;
	padding: 22px 0 15px 0;
	width: 24%;
}

.info-block .columns td.personal-box-cell {
	border-right: none;
	
}

.info-block .columns td ul {
	list-style: none;
	margin: 0 15px 0 20px;
	padding: 0;
}

.info-block .columns td ul li {
	margin-bottom: 7px;
	padding: 0;
}

.info-block .columns td ul li a {
	color: #787878;
	text-decoration: none;
}

.info-block .columns td ul li a:hover {
	color: #787878 !important;
	text-decoration: underline;
}

.info-block .personal-box {
	margin: 0 0 0 30px;
}


#message-send-form h3 {
	font-size: 18px;
	color: #333;
}

.form-input {
	width: 380px;
}

.form-text {
	height: 120px;
	margin-bottom: 20px;
	width: 380px;
}



.note {
  padding: 7px;
  border: 1px solid #eee;
  margin: 3px 0;
}

.alert {
  padding: 7px;
  border: 1px solid #FF0000;
  margin: 3px 0;
}

.success {
  padding: 7px;
  border: 1px solid #018825;
  margin: 3px 0;
}
