* {
  margin: 0;
  padding: 0;
}



body {
  width: 100%;
  height: 100%;
  color:#333;
  background: url(images/body.png) 0px 0px repeat;
  font-family: "Segoe UI", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:0.94em;
  line-height:135%;
  
}



h1 {
	font-size:30px;
	font-weight:normal;
	padding:0px 0 0px;
	line-height:100%;
        font-style:italic;
	
}

a {
	color: #cd5252;
	text-decoration:none;
}

a:hover {
  color:#963c3c;
  text-decoration: none;
}

/* -------------------------------
Адаптивный дизайн
----------------------------------*/

img {
   max-width: 100%;
   height: auto;
   width: auto\9; /* ie8 */
}

/*###################################################################################################################*/
@media screen and (min-width:100px) and (max-width:1024px) {

body #wrapper {
        
        margin-top:40px;
        
	width: 90%;
        margin: 0 auto;
	}

body #headerInner {
        border: 0px solid #000;
        position:relative;
        width:90%;
        margin:0 auto;
        
	}
  
 
  
body #blok-topmenu {
        position:relative;
        width:90%;
        margin:0 auto;
        
	}  


#wrapper #content #colLeft {
        border: 0px solid #ccc;
        float:left;
	width:67%;
	
        }

#wrapper #content #colRight {
        margin-left:3%;
        float:left;
	width:30%;
        }

}

/*###################################################################################################################*/

@media screen and (min-width:100px) and (max-width:768px) {

#wrapper #content #colLeft {
    float:none;
	width:100%;
	margin-right:0px;
        
        }

#wrapper #content #colRight {
        margin-left:0px;
        margin-top:25px;
        float:none;
	    width:100%;
        
	}
  
}





/* -------------------------------
Конец Адаптивный дизайн
----------------------------------*/

/* -------------------------------
LAYOUT STRUCTURE
----------------------------------*/

#wrapper {
        
        margin-top:40px;
        border:0px solid #000;
	    width: 100%;
        max-width:1000px;
	    margin: 0 auto;
	    height: auto  !important;
       
	
}

#headerInner {
        border: 0px solid #000;
        background: #d04942;
        position:relative;
        width:100%;
        max-width:1000px;
        height:100px;
	    margin:0 auto;
        margin-top:0px;
	
}



#blok-topmenu {
   
        margin:0 auto;
        width:100%;
        max-width:1000px;
}




/* меню */
.nav {
	margin: 20px 0;
}
.nav ul {
	margin: 0;
	padding: 0;
}
.nav li {
	margin: 0 5px 10px 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	*display:inline; /* ie7 */
}
.nav a {
	padding: 3px 12px;
	text-decoration: none;
	color: #999;
	line-height: 100%;
}
.nav a:hover {
	color: #000;
}
.nav .current a {
	background: #999;
	color: #fff;
	border-radius: 3px;
}

/* меню справа */
.nav.right ul {
	text-align: right;
}
/* меню по центру */
.nav.center ul {
	text-align: center;
}

@media screen and (max-width: 600px) {
	.nav {
		position: relative;
		min-height: 40px;
        font-size:24px;
	}	
	.nav ul {
		width: 100%;
		padding: 5px 0;
		position: absolute;
		top: 0;
		left: 0;
		border: solid 1px #aaa;
		background: #FAFAFA url(images/icon-menu.png) no-repeat 15px 16px;
		border-radius: 5px;
		box-shadow: 0 1px 2px rgba(0,0,0,.3);
	}
	.nav li {
		display: none; /* скрыть все <li> пункты */
		margin: 0;
	}
	.nav .current {
		display: block; /* показывать только текущие активные <li> пункты */
	}
	.nav a {
		display: block;
		padding: 5px 5px 5px 32px;
		text-align: left;
	}
	.nav .current a {
		background: none;
		color: #666;
	}
 
	/* при наведении на пункты меню */
	.nav ul:hover {
		background-image: none;
	}
	.nav ul:hover li {
		display: block;
		margin: 0 0 5px;
	}
	.nav ul:hover .current {
		background: url(images/icon-check.png) no-repeat 10px 7px;
	}
 
	/* адаптивное меню справа */
	.nav.right ul {
		left: auto;
		right: 0;
	}
 
	/* адаптивное меню по центру */
	.nav.center ul {
		left: 50%;
		margin-left: -90px;
	}
 
}



























#content {
        
	margin-top:25px;
        border: 0px solid #1FA2E1; 
}

.text {
        
	margin:15px;
        
}

#content #colLeft {
        
        border: 0px solid #000;
        float:left;
	width:67%;
	margin-right:0px;
        background: #85c9cf;
        
        
}

#content #colRight {
        position:relative;
        margin-left:30px;
        float:left;
	width:30%;
        border: 0px solid #1FA2E1;
	background: #7a9e0e;
        
}

#content-l {
  
margin: 15px 0 0 0;
  
}

#menu-catalog {
  
margin: 15px 0 0 0;
padding-left: 20px;
  
}




#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}


/*----------------------------
          Логотип
------------------------------*/

.logo {
        
	position:relative;
	left:20px;
	top:40px;
        
}