* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
	background: #ffffff;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	float: left;
	width: 100%;
	min-width: 1000px;
	max-width: 2500px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 625px;
	overflow: hidden;
	background-color: #f8f8f8;
}

#header_bottom {
	height: 35px;
	margin-top: -30px;
	position: relative;
	z-index: 9999;
	background-image: url('../../../files/tpl/line.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}

/* top_panel
------------------------------------------------------------------------------*/
#top_panel {
	display: block;
	width: 100%;
	min-width: 1000px;
	max-width: 2500px;
	height: 184px;
	text-align: center;
	background-image: url('../../../files/tpl/head.png');
	background-position: center top;
	background-repeat: no-repeat;
}

#phones {
	float: left;
	width: 35%;
	height: 130px;
}

#phones ul{
	margin-top: 40px;
	height: 90px;
}

#phones ul li{
	text-align: center;
	list-style: none;
}

#phones p{
	margin: 0;
	display: inline;
	color: #ffffff;
}

.phone_code {
	font-size: 13px;
	letter-spacing: 1px;
}

.phone_number {
	font-size: 18px;
	padding-left: 5px;
}

#logo {
	float: left;
	width: 30%;
	height: 130px;
}

#logo img {
	height: 90px;
	margin-top: 50px;
}

#search {
	float: left;
	width: 34%;
	height: 130px;
}

#search form{
	margin: auto;
}

#rounder {
	margin: 40px auto 0 auto;
	width: 291px;
	height: 30px;	
	background-image: url('../../../files/tpl/search.png');
	background-position: center top;
	background-repeat: no-repeat;
}

#search input {
	margin-top: 3px;
	margin-left: 10px;
	width: 270px;
	height: 24px;
	border: none;
	color: gray;
	font-style: italic;
	
}

/* main_menu
-----------------------------------------------------------------------------*/
#main_menu {
	display: block;
	margin-top: -21px;
	min-width: 1000px;
	max-width: 2500px;
	text-align: center;
	background-image: url('../../../files/tpl/menu.png');
	background-position: center top;
	background-repeat: no-repeat;
}

#main_menu ul li{
	display: inline;
	height: 40px;
	line-height: 40px;
	margin: 0 20px;
	list-style: none;
}

#main_menu ul li a{
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

/* slider
-----------------------------------------------------------------------------*/
#slider {
	display: block;
	min-width: 1000px;
	max-width: 2500px;
	height: 422px;
	text-align: center;
}

.slidesContainer {
	margin: auto;
}

#slides img {
	position: relative;
	z-index: 100;
}


#slides p {
	color: #ffffff;
	font-size: 35px;
	background: #f58634;
	height: 40px;
	line-height: 40px;
	width: auto;
	position: absolute;
	z-index: 150;
	padding: 0 4px;
	margin-top: 280px;	
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	float: left;
	width: 100%;
	padding-bottom: 205px;
	position: relative;
}

#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 12px 0 0 290px;
	font-size: 14px;
}

#content li {
	list-style: disc;
}

#contentMainPage {
	margin-left: 20px;
	margin-bottom: 20px;
	width: 92%;
	padding: 8px;
	border: 1px solid #cccccc;
	-moz-border-radius: 10px; /* Firefox */
  	-webkit-border-radius: 10px; /* Safari, Chrome */
  	-khtml-border-radius: 10px; /* KHTML */
  	border-radius: 10px; /* CSS3 */
  	/* �� ���� IE */
  	behavior: url(border-radius.htc); /* ��� IE border-radius */
}

.contentMainPageh3 {
	position: relative;
	width: 357px;
	margin: 0 0 20px 20px;
	font-size: 25px;
	padding: 7px 3px;
	color: #ffffff;
	background: #f58634;
}

/*main_block
----------------------------------------------------------------------------*/
#main_block_conteiner {
	width: 98%;
	float: left;
	margin: 0 1%;
}

#main_block_wrap {
	float: left;
	width: 98%;
	overflow: hidden;
}


#main_block_switch {
	float: left;
	width: 20%;
	position: relative;
	z-index: 10;
	margin: 15px -10px 0 10px;
}

#main_block_switch p {
	display: block;
	/*height: 42px;
	line-height: 42px;*/
	margin: 0 0 20px 0;
	padding: 10 10px;
	position: relative;
	z-index: 40;
	text-align: left;
	cursor: pointer;
	color: #d98d3f;
	font-size: 13px;
	border: 1px solid #cccccc;
	-moz-border-radius: 10px; /* Firefox */
  	-webkit-border-radius: 10px; /* Safari, Chrome */
  	-khtml-border-radius: 10px; /* KHTML */
  	border-radius: 10px; /* CSS3 */
  	/* �� ���� IE */
  	behavior: url(border-radius.htc); /* ��� IE border-radius */
}

.active {
	background: #ffffff;
}

.disactive {
	background: #f8f8f8;
}

#main_block_switch .active {
	font-weight: bold;
}

#main_block {
	float: left;
	width: 78%;
	min-height: 400px;
	position: relative;
	z-index: 50;
	padding: 4px;
	background: #ffffff;
	text-align: justify;
	border: 1px solid #cccccc;
	-moz-border-radius: 10px; /* Firefox */
  	-webkit-border-radius: 10px; /* Safari, Chrome */
  	-khtml-border-radius: 10px; /* KHTML */
  	border-radius: 10px; /* CSS3 */
  	/* �� ���� IE */
  	behavior: url(border-radius.htc); /* ��� IE border-radius */
}

#main_block img {
	width: 100px;
}

#main_block p {
	margin-left: 4px;
}

#main_block b {
	color: #193564;
	display: block;
}

.main_block_head {
	color: #193564;
	font-weight: bold;
	font-size: 14px;
	margin: 4px 0px 4px 12px;
}

.main_block_date {
	color: gray;
	font-size: 11px;
	margin: 0 4px;
}

#main_block li{
	width: 100%;
	list-style: none;
	margin: 8px 0;
	float: left;
}


/*news_page
-----------------------------------------------------------------------------*/
.rows_item h3 {
	font-size: 17px;
	margin: 4px;
	color: #d98d3f;
}

.rows_item .date {
	margin: 0 4px;
	font-size: 11px;
	color: gray;
}

#news_page .rows_item {
	margin-bottom: 50px;
}


/*review_page
------------------------------------------------------------------------------*/
#review_page .rows_item {
	margin-bottom: 50px;
}


/*catalogue_page
-----------------------------------------------------------------------------*/
#catalogue_page {
	float: left;
	width: 100%;
}

#catalogue_page h3 {
	position: relative;
	float: left;
	font-size: 30px;
	padding: 7px 3px;
	color: #ffffff;
	background: #f58634;
}

#catalogue_page li {
	width: 90%;
	float: left;
	margin: 5px 0;
	list-style: none;
	border-bottom: 2px solid #f8f8f8;
}

#catalogue_page li div {
	float: left;
	width: 100%;
	text-align: justify;
	margin: 0 0 10px 0;
	padding: 0 0 0 0 ;
}

#catalogue_page li img {
	float: left;
	width: 150px;
	padding: 5px;
}

#catalogue_page li a {
	font-size: 17px;
	text-decoration: none;
}

#catalogue_page li .catalogue_more {
	float: right;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	color: #ffffff;
	background: #f58634;
}


/*product_page
------------------------------------------------------------------------------*/

#product_page div {
	float: left;
	width: 90%;
}


#product_page h3 {
	position: relative;
	float: left;
	font-size: 30px;
	padding: 7px 3px;
	color: #ffffff;
	background: #f58634;
	margin-bottom: 30px;
}

#product_page li {
	margin-left: 40px;
	list-style: disc;
}


/*free_page
------------------------------------------------------------------------------*/

#free_page div {
	float: left;
	width: 90%;
	text-align: justify;
}

#free_page div li {
	margin-left: 40px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 270px;
	margin-left: -100%;
	position: relative;
}

#sideLeft li{
	float: left;
	list-style: none;
}


#sideLeft li a{
	float: left;
	color: #4d4d4d;
	width: 250px;
	margin: 4px 0;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

#sideLeft li a:hover {
	background: #f8f8f8;
	color: #f58634;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	float: left;
	margin-top: -170px;
	width: 100%;
	min-width: 1000px;
	max-width: 2500px;
	height: 170px;
	background: #e6e6e6;
	position: relative;
}

#footer_top {
	float: left;
	margin-top: -199px;
	position: relative;
	width: 100%;
	min-width: 1000px;
	max-width: 2500px;
	height: 35px;
	background-image: url('../../../files/tpl/line2.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}

#footer #phones {
	height: 140px;
}

#footer #phones p{
	color: #4d4d4d;
}

#footer #search {
	float: right;
	text-align: center;
}

#footer #search img {
	margin-top: 25px;
}



/*formSolutions
-----------------------------------------------------------*/
#formSolutions {
	float: left;
	padding-left: 10px;
	background: #f8f8f8;
	border: 1px solid #cccccc;
	border-top: none;
	border-left: none;
	margin: -4px 0 0 0;
	-moz-border-radius: 10px; /* Firefox */
  	-webkit-border-radius: 10px; /* Safari, Chrome */
  	-khtml-border-radius: 10px; /* KHTML */
  	border-radius: 10px; /* CSS3 */
  	/* �� ���� IE */
  	behavior: url(border-radius.htc); /* ��� IE border-radius */
}

#formSolutions label {
	float: left;
	font-size: 12px;
	color: #4d4d4d;
	width: 180px;
	cursor: pointer;
}

#formSolutions input {
	float: left;
	width: 20px;
	margin-top: 3px;
	cursor: pointer;
}

#formSolutions #section {
	float: left;
	margin: 10px 0;
	padding-left: 10px;
}

#formSolutions #section  p {
	margin: 0 0 0 -10px;
	font-weight: bold;
	color: #d98d3f;
}

#formSolutions #section .row {
	float: left;
	margin: 2px 0;
} 

#formSolutions #section .buttons {
	width: 200px;
}

#formSolutions #section .buttons input {
	width: 120px;
	padding: 5px;
}

#formSolutions #section h2 {
	float: left;
	padding: 2px;
	margin-left: -10px;
	color: #ffffff;
	background: #f58634;
}

.categorys .tab-content ul li {
	font-weight: normal;
	margin-left: 40px;
}
