html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a,address, font, img, strong, ol, ul, li, form,
table,tr, th, td, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
html {
	width:100%;
  	height:100%;
}
body {
	position: relative;
	font: 12px Arial, sans-serif;
	line-height: 19px;
	background: url("../i/bgtop.png") 0 0 repeat-x;
}

/*Layout blocks*/
#container {
	min-width: 1000px;
	max-width: 1280px;
	margin: 0 auto;
}
#wrapper {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
#content {
	margin: 0 215px 0 19%;
}
#right {
	float: left;
	width: 215px;
	margin-left: -215px;
}
#left {
	float: left;
	width: 19%;
	margin-left: -100%;
}
#footer{
	clear: left;
	width: 100%;
	height: 80px;
	position: relative;
	z-index: 10;
	margin-top: 40px;
}
.box-footer {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 80px;
	margin-top: -80px;
	background: #dae3ec;
	z-index: 5;
}
#header {
	margin-bottom: 25px;
	background: #030d17;
	position: relative;
}

/*Design blocks*/
a {
	color: #004090;
}
a:hover {
	color: #f63;
}
ul {
	list-style: none;
}

h3 { font-size: 16px; margin-bottom: 6px; }

/*header*/
#header .logo{
	display: block;
	width: 1000px;
	height: 135px;
	background: url("../i/logo.png") 0 0 no-repeat;
}

/*left*/
#left .left-menu {
	min-width: 140px;
	margin-left: 15px;
	padding: 14px 20px 5px 20px;
	background: url("../i/leftm.png") 0 0 repeat-y;
}
#left .left-menu li {
	margin-bottom: 15px;
}
#left .left-menu li a {
	font-size: 14px;
	line-height: 21px;
	color: #000;
}
#left .left-menu li a:hover {
	text-decoration: none;
}
#left .left-menu-2 {
	width: 100%;
	margin: 15px 20% 0 0;
}
#left .left-menu-2 li {
	float: left;
	width: 100%;
}
#left .left-menu-2 li a {
	display: block;
	padding: 5px 0 6px 20px;
	margin: 0 0 5px 15px;
	font-size: 13px;
	line-height: 19px;
}
#left .lm2-activ a{
	font-weight: bold;
	text-decoration: none;
	color: #fff !important;
	background: #15487d url("../i/tmenu-2.jpg") 100% 0 no-repeat;
}
#left .lm-activ a{
	font-weight: bold;
	text-decoration: none !important;
}

/*right*/
#right .r-contact {
	width: 160px;
	height: 213px;
	padding: 0 19px;
	margin-bottom: 25px;
	border: 1px solid #ccc;
}
#right .rc-ref {
	display: block;
	margin-bottom: 2px;
	line-height: 48px;
}
#right .rc-text {
	padding-bottom: 21px;
	font-weight: bold;
	font-size: 22px;
	color: #b92918;
}
#right .rc-text span {
	float: left;
	margin: -4px 4px 0 0;
	font-weight: normal;
	font-size: 13px;
	color: #000;
}
#right .rc-line {
	display: block;
	width: 100%;
	height: 1px;
	margin: -2px 0 10px 0;
	background: #e0e0e0;
	overflow: hidden;
}
#right .rc-text-2 {
	font-size: 13px;
	line-height: 19px;
}
#right .rc-ref-2 {
	font-size: 13px;
	line-height: 30px;
}
#right .r-friend {
	width: 160px;
	padding: 0 20px 5px 20px;
	margin: 25px 0 40px 0;
	background: #f6f6f6;
}
#right .r-friend h3 {
	font-size: 14px;
	line-height: 24px;
	padding: 13px 0 8px 0;
	color: #000;
}
#right .rf-data a {
	font-size: 13px;
}
#right .rf-data p {
	font-size: 11px;
	line-height: 16px;
	color: #777;
	padding: 3px 0 11px;
}
#right .rf-data span {
	padding-left: 6px;
}
/*content*/
.wrapper-home {
	margin-bottom: 25px !important;
}
#content .content-data {
	padding: 0 30px;
}
.content-data h2 {
	padding-bottom: 15px;
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
}
.content-data p {
	padding-bottom: 12px;
	font-size: 16px;
	line-height: 24px;
}
.content-data ul {
  list-style-type: disc;
	margin: -5px 0 0 35px; padding-bottom: 12px;
	font-size: 16px;
	line-height: 24px;
}
.content-data ol {
  list-style-type: decimal;
	margin: -5px 0 0 36px; padding-bottom: 12px;
	font-size: 16px;
	line-height: 24px;
}
.content-data .box-img {
	float: left;
	width: 250px;
	margin: 0 20px 25px 0;
}
.content-data .box-img span {
	float: left;
	width: 220px;
	padding: 8px 15px 7px 15px;
	color: #787878;
	background: #f6f6f6;
}
.content-data img {
	float: left;
}
.c-author {
	display: block;
	padding-top: 8px;
	font-size: 13px;
	font-style: italic;
	color: #777;
}
.cd-line {
	display: block;
	width: 100%;
	height: 1px;
	margin: 11px 0 21px 0;
	background: url("../i/line.png") 0 0 repeat-x;
}
.home-catalog, .catalog-1 {
	padding-left: 30px;
}
.hcat-ref {
	font-size: 18px;
	color: #000;
}
.hcat-text {
	display: block;
	font-size: 14px;
	padding: 10px 30px 16px 0;
}
.hcat-data {
	float: left;
	width: 47%;
	margin: 0 2% 15px 0;
}
.hcat-data .hc-data-img {
	display: block;
	width: 100%;
	height: 130px;
	background: url("../i/hcat-img.jpg") 0 0 repeat-x;
}
.hcat-data .hc-data-info {
	width: 100%;
	margin-top: 1px;
	padding-bottom: 11px;
	background: #f6f6f6;

}
.hcat-data .hc-data-info a {
	display: block;
	padding: 8px 15px 1px 14px;
	font-size: 14px;
	line-height: 21px;
}
.hcat-data .hc-data-info p {
	padding: 0 15px 0 14px;
	font-size: 13px;
	color: #777;
}

/*footer*/
#footer {
	background: #dae3ec;
}
#footer .f-count {
	position: absolute;
	top: 20px;
	left: 35px;
}
#footer .f-copy {
    float: left;
    width: 330px;
    margin: 16px 0 0 19%;
    padding-left: 30px;
	font-size: 11px;
	line-height: 16px;
	color: #666;
}
#footer .f-info {
	float: right;
	margin: 16px 49px 0 0;
}
#footer .f-info p {
	font-size: 11px;
	line-height: 16px;
	color: #666;
}
#footer .f-info p a {
	padding-right: 13px;
	background: url("../i/mark.gif") 100% center no-repeat;
}


/*page->catalog-1*/
.c-crumbs {
	margin: 4px 0 8px 0;
}
.c-crumbs a {
	font-size: 11px;
	color: #777;
}
.c-crumbs a:hover {
	color: #333;
}
.c-crumbs span {
	font-size: 11px;
	color: #777;
	padding: 0 3px;
}
.cat1-data {
	float: left;
	width: 45%;
	min-height: 70px;
	margin: 0 2% 20px 0;
	position: relative;
}
.cat1-data img {
	position: absolute;
	top: 0;
	left: 0;
}
.cat1-data a {
	display: block;
	padding-left: 75px;
	margin-top: -5px;
	font-size: 13px;
}
.cat1-data p {
	display: block;
	padding: 3px 0 0 75px;
	font-size: 11px;
	line-height: 16px;
	color: #777;
}


/*page->catalog-2*/
.obj-data {
	min-height: 226px;
	padding-left: 240px;
	position: relative;
}
.obj-data img {
	position: absolute;
	top: 6px;
	left: 0;
}
.obj-data p {
	font-size: 14px;
	line-height: 21px;
}
.price-info {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
}
.price-data {
	font-size: 22px;
	font-weight: bold;
	color: #b92918;
}
.obj-character h3 {
	display: block;
	padding: 43px 0 17px 0;
	font-size: 18px;
	font-weight: normal;
}
.obj-character div {
	float: left;
	width: 100%;
	height: 38px;
	border-top: 1px solid #e0e0e0;
	overflow: hidden;
}
.obj-character div p {
	float: left;
	width: 50%;
	font-size: 14px;
	line-height: 38px;
}
.obj-character div span {
	float: left;
	width: 50%;
	font-size: 14px;
	line-height: 38px;
}
.char-last {
	border-bottom: 1px solid #e0e0e0;
}

/*page->404*/
.container-404 {
    position:relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
.header-404 {
    height: 135px;
    width: 100%;
}
.content-404 {
    padding-bottom: 80px;
}
.f-404 {
    height: 80px;
    width: 100%;
    position: absolute;
    left:0;
    bottom: 0;
}
.cont-404 {
	margin: 185px 0 0 225px;
}
.ref-404 {
	font-size: 14px;
}
.copy-404 {
	font-size: 11px;
	color: #666;
	padding: 18px 0 0 225px;
}

/*IE hack*/
*html .cd-line {
	margin-bottom: 11px;
}
*html #right .r-friend {
	margin-bottom: 20px;
}
*html .wrapper-home {
	margin-bottom: 25px !important;
}
*html #wrapper {
	margin-bottom: 0px !important;
}
*html #footer .f-info {
	margin: 16px 23px 0 0;
}
*html .obj-data {
	_height: 226px;
}

*+html #right .r-friend {
	margin-bottom: 20px;
}
*+html .price-data {
	display: block;
	margin-top: -7px;
	line-height: 33px;
}
*+html .wrapper-home {
	margin-bottom: 25px !important;
}
*+html #wrapper {
	margin-bottom: 0px !important;
}


