* {
	margin: 0;
	padding: 0;
}
table{
    border-collapse:collapsed;
    border-spacing:0;
}
html {
	height: 100%;
}
body {
	font: 14px/18px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
}
a {
	color: darkred;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 277px;
}

/* Header Top*/
#main_header_container{
  width: 100%;
	height: 1%;
	position: relative;
}
#main_header_content{
  width: 100%;
	float: left;
	overflow: hidden;
}
#main_header {
  height: 167px;
  padding: 5px 254px 0 120px; 
  background: transparent url('/img/site/header_left.png') no-repeat; 
}
.cms_last, .cms_link {
  border-right: 1px solid;
  font-size: 14px;
  padding: 0 7px 0 5px;    
}
.cms_last {
  border-right: none;    
}
.maintitle {
  color: darkred;
  font-size: 11px;
  left: 34px;
  top: 71px;
  padding: 70px 0 0 73px;
  position: absolute;
  text-align:left;
  font-weight:bold;
}
.icq_consult {
  padding: 5px 0 0 5px;
}

#main_header_right {
  float: left;
	margin-right: -3px;
	margin-top: -3px;
	width: 254px;
	margin-left: -254px;
	height:172px;
	position: relative;
	background: transparent url('/img/site/header_right.png') no-repeat;
}
/* End Header Top*/

/* Header Menu */
#menu {
  padding: 0 0 0 400px;
  height:36px;
  background: transparent url('/img/site/menu_body_bg.png') no-repeat;
}
#menu_body {
  width:100%;
  height:36px;
  background: transparent url('/img/site/menu_bg.png') repeat-x;
}
#menu_body a{
  color: #fff;
  border-left: 1px dotted white;
  padding: 6px 7px 6px 7px;
  text-decoration: none;
  font-size:17px;
  display:block;
  float:right;
}
#menu_body a:hover{
  color: #000;
}
#menu_body a.first{
  border-left: none;
}
#menu_body a.selected{
  background: transparent url('/img/site/menu_line.png') no-repeat;
  background-position: center bottom;
}
/* End Header Menu */

/* Search Block */
#search_block {
  height:69px;
  width:100%;
  background: transparent url('/img/site/menu_bottom.png') repeat-x;
  position: relative;
}
#search_block_container{
  padding: 21px 7px 0 7px;
}
#back_button{
  background: transparent url('/img/site/menu_button.png') repeat-x;
  width: 68px;
  height: 25px;
  float:left;
}
#search_box {
  height:25px;
  width:230px;
  float: left;
  margin-left: -230px;
}
#search_button{
  float:right;
  background: transparent url('/img/site/menu_button.png') no-repeat;
  width: 68px;
  height: 25px;
}
#search_button:hover,#back_button a:hover{
  background: transparent url('/img/site/menu_button_white.png') no-repeat;
  color:#999999;
}
#back_button a,#search_button{
  width: 56px;
  height: 22px;
  color: #fff;
  text-decoration: none;
  padding: 3px 0 0 12px;
  display:block;
  cursor:pointer; 
}
#search_text {
  font-size:18px;
  width:150px;
}

#social_box{
  float:left;
  height:25px;
  width:230px;
  margin-left: -100%;
  position: relative;
}
#social_box img:hover{
  opacity:1.0;
  filter: alpha ( opacity = 100); 
}
#social_box img{
  opacity:0.65;
  filter: alpha ( opacity = 65);
}
#social_box a{
  text-decoration:none;
}
#more_link{
  padding:5px 240px;
  text-align:center;
  font-size:17px;
}
#more_link_block{
    float: left;
    overflow: hidden;
    width: 100%;
}
/* End Search Block */

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 60px;
	height: 1%;
	position: relative; 
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 234px 0 225px;
}

#content div.in_content{
    border-right: 2px dotted #999999;
	border-left: 2px dotted #999999;
	padding:2px;
	width:100%;
}
#content div h2{
    color: darkred; 
    display:block;      
}
#content ul{
    list-style-type:disc;
    padding:0 0 0 10px;
}
#content ul#lightBox{
    list-style-type:none;
    padding:0 0 0 10px;
}
#title{
    text-align:center;
    font-size:21px;
    font-weight:bold;
    color:darkred;
    padding:0 0 10px 0;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 223px;
	margin-left: -100%;
	position: relative;
	padding: 2px 2px 0 0;
}
#sideLeft a{
  text-decoration:none;
}
#sideLeft .list_cat
{
    background: transparent url('/img/site/cat_bg.png') repeat-x;
    padding:5px 4px; 
    border: 1px dotted #999999;
    color: #666666;
    font-size:15px;
    font-weight:bold; 
    text-decoration:none;
    cursor: pointer;
}
#sideLeft .list_cat:hover,
#sideLeft .list_group:hover,
#sideLeft .list_sbcat:hover
{
    background: transparent url('/img/site/cat_bg_hover.png') repeat-x;
    color: #ffffff;
}
#sideLeft .list_group
{
    background: transparent url('/img/site/cat_bg.png') repeat-x;
    border: 1px dotted #999999;
    border-top: none;
    padding:5px 4px 5px 14px;
    font-size:15px;
    /*font-weight:bold; */
    color: #000000;/*#ffffff;*/
    text-decoration:none;
    cursor: pointer;
}
#sideLeft .list_sbcat
{
    background: transparent url('/img/site/sub_cat_bg.png') repeat-x;
    border: 1px dotted #999999;
    border-top: none;
    padding:5px 4px 5px 24px;
    font-size:14px;
    /*font-weight:bold; */
    color: #000000;/*#999999;*/
    display:none;
    text-decoration:none;
    cursor: pointer;
}

#sideLeft .selected,#sideLeft .checked{
    background: transparent url('/img/site/cat_bg_hover.png') repeat-x;
    color:#ffffff;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 223px;
	margin-left: -225px;
	position: relative;
	padding: 2px 2px 0 0;
}
#sideRight1 {
	float: left;
	width: 110px;
	padding: 2px 2px 0 0;
}
#sideRight2 {
	float: right;
	width: 110px;
	padding: 2px 0 0 0;
}
#sideRightSelect{
    padding:5px;
    background:transparent url('/img/site/brands_all_bg.png') no-repeat;
    width:213px;
}
#sideRightSelect select{
    width:213px;
}
#sideRight a.brands_link {
    width:223px;
    height:28px;
    display:block;
    
}
#sideRight1 a,#sideRight2 a{
    width:110px;
    display:block;
    text-align:center;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -60px auto 0;
	min-width: 1000px;
	height: 35px;
	text-align:center;
	padding: 25px 0 0 0;
	background: #fff url('/img/site/footer_bg.png') repeat-x;
}
