BODY {
	font-family: "Myriad Pro", Arial, Tahoma, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
    margin: 0;
    padding: 0;
    min-width: 980px;
    color: #000000;
    background: #808080;
}

INPUT, 
SELECT, 
TEXTAREA {
    outline: none;
}

LABEL {
    cursor: pointer;
}

FORM {
    margin: 0;
    padding: 0;
}

TEXTAREA {
    resize: none;
}

A {
	color: #0485C7;
	font-size: 15px;
	text-decoration: underline;
	cursor: pointer;
}

A:hover {
	text-decoration: none;
}

IMG {
	padding: 0;
	margin: 0;
	border: none;
}

UL {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}

UL LI {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	list-style-type: none;
}


INPUT {
	padding: 0;
	margin: 0;
	border: none;
	display: inline-block;
}

BUTTON {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}

TABLE {
	padding: 0;
	margin: 0;
}

TABLE TR {
	padding: 0;
	margin: 0;
}

TABLE TD {
	padding: 0;
	margin: 0;
}

FORM {
	padding: 0;
	margin: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.row {
	float: left !important;
	width: 100% !important;
}


.hidden {
	display: none !important;
}

.page-col {
	width: 980px;
	margin: auto;
}

.header {
	height: 363px;
	background: url("../images/backgrounds/header.png") repeat-x scroll left top #273239;
	width: 980px;
    margin: auto;
}

.header .logo {
	background: url("../images/backgrounds/logo.png") no-repeat scroll center center transparent;
	display: block;
	width: 153px;
	height: 153px;
	margin-top: 9px;
	margin-left: 9px;
}

.header .left-col {
	float: left;
	width: 172px;
	height: 100%;
}

.header .center-col {
	float: left;
	height: 100%;
	width: 636px;

}

.header .top-search {
	background: #E2E1DF;
	height: 62px;
	position: relative;
	left: 0;
	top: 0;
}

.header .top-search .search-form {
	background: #273239;
	margin-top: 7px;
	margin-left: 65px;
	display: block;
	width: 490px;
	padding: 8px;
}

.header .top-search .search-form .search-key {
	height: 32px;
	line-height: 32px;
	width: 370px;
	padding: 0 10px 0 20px;
	font-size: 17px;
	color: #BABABA;
}

.header .top-search .search-form .btn-green {
	float: right;
	width: 84px;
}

.header .top-search .radius-left {
	position: absolute;
	background: url("../images/backgrounds/rad-search-l.png") no-repeat;
	width: 16px;
	height: 16px;
	bottom: 0;
	left: 0;
}

.header .top-search .radius-right {
	position: absolute;
	background: url("../images/backgrounds/rad-search-r.png") no-repeat;
	width: 16px;
	height: 16px;
	bottom: 0;
	right: 0;
}

.header .right-col {
	float: right;
	width: 172px;
	height: 100%;
}

.btn-green {
	background: url("../images/buttons/green.png") repeat-x scroll left top #659424;
	display: inline-block;
	padding: 0 14px;
	margin: 0;
	border: none;
	height: 32px;
	line-height: 32px;
	color: #FFFFFF;
	font-size: 17px;
	text-align: center;
}

.top-gallery {
	height: 275px;
	border: 2px solid #9ADB2E;
	margin: 12px 0 0 0;
	position: relative;
}

.top-gallery .bradius {
    position: absolute;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    z-index: 10;
}

.top-gallery .bradius.tl {
    background: url("../images/backgrounds/gallery/b-tl.png");
    left: -2px;
    top: -2px;
}

.top-gallery .bradius.tr {
    background: url("../images/backgrounds/gallery/b-tr.png");
    top: -2px;
    right: -2px;
}

.top-gallery .bradius.br {
    background: url("../images/backgrounds/gallery/b-br.png");
    bottom: -2px;
    right: -2px;
}

.top-gallery .bradius.bl {
    background: url("../images/backgrounds/gallery/b-bl.png");
    bottom: -2px;
    left: -2px;
}

.top-gallery .tg-container {
	margin: 5px 0 0 5px;
}

.top-gallery .gal-content {
	height: 265px;
	width: 622px;
	overflow: hidden;
	background: green;
}

.top-gallery .gal-content.simple {
	background: #659424 url("../images/backgrounds/banner.gif") repeat-x left top;
}

.top-gallery .gal-content.simple .gs-image {
	float: left;
	width: 272px;
	overflow: hidden;
}

.top-gallery .gal-content.simple .gs-text {
	margin: 0 0 0 273px;
}

.top-gallery .gal-content.simple .gs-text H1 {
	margin: 35px 20px 25px 20px;
	padding: 0;
	font-size: 27px;
	color: #FFFFFF;
	font-weight: normal;
}

.top-gallery .gal-content.simple .gs-text P {
	margin: 0 20px;
	padding: 0;
	font-size: 15px;
}

.top-gallery .gal-content.adv .ga-bg {
	float: left;
	width: 272px;
	background: #000000;
	opacity: 0.3;
	height: 100%;
}

.top-gallery .gal-content.adv .ga-text {
	float: left;
	width: 272px;
	margin: 0 0 0 -272px;
	position: relative;
	z-index: 1;
}

.top-gallery .gal-content.adv .ga-text H1 {
	font-size: 30px;
	font-weight: normal;
	color: #ffe100;
	margin: 25px 20px 20px 20px;
	padding: 0;
}

.top-gallery .gal-content.adv .ga-text P {
	font-size: 15px;
	color: #ffffff;
	margin: 0 15px;
}

.header UL.main-menu {
	margin-top: 64px;
	margin-left: 15px;
}

.header UL.main-menu LI {
	position: relative;
	padding: 5px 0 6px 0; 
	background: #1F262B;
	margin-top: 3px;
	z-index: 100;
}
 
.header UL.main-menu LI A {
	text-align: center;
	width: 148px;
	display: inline-block;
	color: #FFFFFF;
	font-size: 18px;
	word-wrap: break-word;
	text-decoration: none;
}
 
.header UL.main-menu LI .arrow {
	background: url("../images/backgrounds/menu-arrow.png") no-repeat scroll left top transparent;
    position: absolute;
	height: 34px;
    width: 10px;
    display: block;
    left: -10px;
    top: 0;
    z-index: 110;
    visibility: hidden;
}

.header UL.main-menu LI:hover,
.header UL.main-menu LI.active {
	background: url("../images/buttons/green.png") repeat-x scroll left top #659424;
}

.header UL.main-menu LI.active {
	padding-top: 6px;
}

.header UL.main-menu LI.active .arrow {
	visibility: visible;
}

.header UL.main-menu LI.active UL.submenu .arrow {
	display: none;
}

.header UL.main-menu LI UL.submenu LI:hover A,
.header UL.main-menu LI:hover A {
	color: #FFFFFF;
}

.header UL.main-menu LI.active A {
	font-weight: bold;
	color: #FFE100;
}

.header UL.main-menu LI UL.submenu {
	background: #263036;
	opacity: 0.93;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=93);
	position: absolute;
	top: 0;
	z-index: 105;
	visibility: hidden;
	padding: 7px;
	right: 148px;
}

.header UL.main-menu LI:hover UL.submenu {
	visibility: visible;
}

.header UL.main-menu LI UL.submenu LI {
	opacity: 0.95;
}

.header UL.main-menu LI UL.submenu LI A {
	width: 200px;
	padding: 0 4px;
	color: #FFFFFF;
	font-weight: normal;
}

.header .left-col UL.for-users  {
	margin-top: 5px;
	margin-left: 14px;
}

.header .left-col UL.for-users LI {
	margin-top: 12px;
}

.header .left-col UL.for-users LI A {
	color: #9ADB2E;
	font-size: 14px;
	text-decoration: none;
	background: url("../images/fp-bull.gif") no-repeat left 7px;
	padding: 0 0 0 12px;
	display: block;
}

.header .left-col UL.for-users LI.price-list A SPAN.txt {
	width: 50px;
	float: left;
}

.header .left-col UL.for-users LI.price-list A SPAN.icon {
	background: url("../images/price.jpg") no-repeat left top;
	width: 90px;
	height: 93px;
	display: block;
	margin: 0 0 0 50px;
	position: relative;
	left: 0;
	top: -5px;
}

.header .left-col UL.for-users LI A:hover {
	text-decoration: underline;
}

.content {
	background: #E2E1DF;
}

.content .c-block {
	padding: 0 47px 40px 47px;
	min-height: 480px;
	float: left;
	width: 91%;
}

.content .articles {
	margin-top: 10px;
}

.content .articles .article.close {
	background: url("../images/backgrounds/line.png") repeat-x scroll center bottom transparent;
	padding-bottom: 27px;
}

.content .articles .article.mb {
	margin-bottom: 40px;
}

.content .ar-title {
	font-size: 26px;
	color: #000000;
	margin: 20px 0 0 125px;
	padding: 0;
	word-wrap: break-word;
	float: left;
	text-align: justify;
	font-weight: normal;
}

.content .articles .article .ar-text {
	text-align: justify;
	margin-top: 12px;
	word-wrap: break-word;
}

.content .articles .article .ar-text P {
	margin: 10px 0 0 0;
	padding: 0;
}

.content .articles .article .ar-text A.text {
	color: #000000;
	text-decoration: none;
}

.content .articles .article .show-more {
	text-align: right;
}

.content .articles .article .prod-img {
	padding: 10px 15px 15px 0;
	float: left;
}

.content .articles .article .prod-img IMG {
	border: 3px solid #FFFFFF;
}

.content .product {
	float: left;
}

.content .product .pr-img {
	float: left;
	border: 3px solid #FFFFFF;
}

.content .product .pr-img {
	margin-right: 18px;
}

.content .product .pr-img IMG {
	display: block;
}

.content .product .pr-info {
	text-align: justify;
	color: #000000;
}

.content .product .pr-info .pr-descr {
	display: block;
}

.content .product.close {
	width: 285px;
	margin-left: 14px;
	margin-top: 14px;
	position: relative;
	top: 0;
	left: 0;
}

.content .product.first,
.content .product:nth-child(3n+2) {
	margin-left: 0;
}

.content.fp .product:nth-child(3n+2) {
	margin-left: 14px;
}

.content .product.close .pr-img {
	margin-right: 12px;
}

.content .product.close .pr-info .pr-name {
	font-size: 17px;
	font-weight: bold;
	padding-right: 34px;
	word-wrap: break-word;
}

.content .product.close .pr-info .pr-name A {
	font-size: 17px;
	text-decoration: none;
	color: #000000;
	display: inline-block;
	width: 109px;
}

.content .product.close .pr-info .pr-descr {
	margin-top: 5px;
}

.content .product.close .pr-info .pr-descr A {
	text-decoration: none;
    color: #000000;
}

.content .product.close .pr-info .show-more {
	float: right;
	margin-top: 7px;
}

.content .order-link {
	background: #659424 url("../images/order-link-bg.gif") repeat-x left top;
	border: 4px solid #273138;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 10px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.content .order-block {
	position: relative;
	left: 0;
	top: 0;
	margin: 70px 0 0 0;
}

.content .order-block .order-link {
	font-size: 18px;
	border-width: 7px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer {
	background: url("../images/backgrounds/footer.png") repeat-x scroll left top #1F252B;
	height: 35px;
	font-size: 12px;
	color: #999999;
	width: 980px;
    margin: auto;
}

.footer A {
	font-size: 12px;
	color: #999999;
}

.footer .f-block {
	padding: 0 47px;
	line-height: 35px;
}

UL.paginator LI A {
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    text-decoration: none;
    display: inline-block;
    padding: 2px 7px;
    border: 4px solid #E2E1DF;
}

UL.paginator LI A.active {
    border: 4px solid #1f262c;
    background: url("../images/paginator/current.gif") repeat-x left top;
}

UL.paginator LI.control A {
    font-size: 0;
    line-height: 0;
    padding: 0;
}

.sr .php.plain, 
.sr .php.plain H3 {
    font-size: 15px;
    font-family: "Myriad Pro", Arial, Tahoma, Helvetica, sans-serif;
    font-size: 15px;
}

.sr H3 {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.content .articles .article .ar-text .sr P {
    margin: 0;
    padding: 0 0 13px 0;
}

.content .articles .article .ar-text .sr P A {
    color: #000000;
    text-decoration: none;
}

.form {
    margin: 30px 0 0 0;
}

.form FORM {
    width: 453px;
    margin: 0 auto;
}

.form .field {
    margin: 2px 0 0 0;
}

.form .field.error {
    background: url("../images/icons/error.png") no-repeat right 2px;
}

.form LABEL {
    font-size: 18px;
    width: 198px;
    float: left;
    margin: 4px 0 0 0;
}

.form INPUT, 
.form TEXTAREA {
    width: 215px;
    border: 1px solid #999999;
    padding: 3px;
    height: 21px;
    margin: 0 0 0 198px;
    display: block;
}

.form TEXTAREA {
    height: 55px;
}

.form .field.error INPUT, 
.form .field.error TEXTAREA {
    border: 1px solid #b50900;
}

.form BUTTON {
    margin: 33px 0 0 85px;
    padding: 7px 70px;
    border: 8px solid #273138;
    background: #659424 url("../images/buttons/btn.gif") repeat-x left top;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    font-weight: normal;
    cursor: pointer;
}

.form SELECT {
    width: 221px;
}