html {
	height: 100%;
}

p {
	font: normal 1.1em/1.1em Arial, Helvetica, sans-serif;
	margin: 6px 0 6px 0;
}

h1 {
	display:block;
	height: 1.56em;
	padding: 0.4em 0.75em 0 0.75em;
	font: normal 1.4em Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 10px 0 12px 0;
}

#leftCol h1 {
	background: #e67817;
}
#rightCol h1 {
	background: #007cc2;
}
/***************************************************/
/********* Basic layout ****************************/
/***************************************************/ 

body  {
	font: normal 1.1em/1.2em Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;	
	text-align: center;
	background: #E5E5E5 url(img/body_fon.gif) top repeat-x;
	font-size: 62.5%;
	height: 100%;
}

#fon_left{
	float:left;
	height:458px;
	width:36px;
	background:url(img/fon_left.gif);
	}

#fon_right{
	float:right;
	height:458px;
	width:36px;
	background:url(img/fon_right.gif);
	}
	
#all{
	float:left;
	width:728px;
	background:#FFFFFF;
	}


#container {
	position: relative;
/*	min-height: 100%;*/
	text-align: left;
}

/*A little hack. We hide this rule from ie6 and older*/
body>#container {
	width: 800px; /* !!! to set width of the site, change this value, and other values marked with "change" */
	margin: 0 auto;
}

/*And this rule, on contrary, is meant for ie6 and older**/
* html #holder {
	width: 800px; /*change*/
	height: 100%;
	margin: 0 auto;
}

#header_1 {
	height: 36px;
	background: #016faa url(/bitrix/templates/nmz_main/images/nev_1.gif) top left no-repeat;
	border-bottom: #aac7cf solid 1px;
}

#header_2 {
	height: 123px;
	background: url(/bitrix/templates/nmz_main/images/nev_8.gif) repeat-x;
} 


/*Another hack. This is for ie6 not to collapse a container, which holds floating blocks*/
* html #main_content {
	height: 1px;
}

#rightCol {
	float: right;
	width: 25%;
}

/*For Mozilla*/
#main_content>#rightCol { 
	margin-top: -10px;
}

/*For IE7*/
*+html #main_content>#rightCol { 
	margin-top: 0;
}

#leftCol {
	margin-right: 27%;
}

#footer {
	width:100%;
	height: 5.5em;
	background: #615d5c;
	position: absolute;
	bottom: 0px;
	text-align: center;
} 

#footerInner {
	height: 5.5em;
	background: #0094de;
	border-top: #aac7cf solid 2px;
	text-align: left;
}

*html #footerInner {
	width: 800px;	/*change*/
}

/**********************************************/
/********* styles for header ******************/
/**********************************************/

#header{
	float:left;
	width:724px;
/*	margin-left:2px;*/
	height:148px;
	padding-left:2px;
}

#logo_holder {
	height:110px;
	background: url(img/logo_fon.jpg) bottom left no-repeat;
}

#logo{
	float:left;
	width:150px;
	height:38px;
	margin-top:36px;
	margin-left:12px;
}

#logo img{
	border:none;
}

#links {
	font: 1.3em Arial, Helvetica, sans-serif;
	float: left;
	text-align: right;
	margin-top:48px;
	margin-left:10px;
	color: #6699FF;
}

#links a {
	color: #6699FF;
}

#links a:hover {
	color: #FF6600;
}

/**********************************************/
/*********** styles for menu ******************/
/**********************************************/

#menu {
	height:31px;
	width:719px;
	background: url(img/menu_fon.jpg);
	padding-left:5px;
	padding-top:5px;
}

#menu a {
	display: block;
	float: left;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	font: bold 1.5em "Arial Narrow";
	color: #FFF;
	text-decoration:none;
}

#menu a:link {
	color: #FFF;
}

#menu a:hover {
	color: #666666;
	background:#FFFFFF;
}

.menu-item {
	color: #e1e1e1;
	background:#FFFFFF;
}

.menu-active {
	color: #e1e1e1;
	background:#FFFFFF;
}


/**********************************************/
/************** styles for content*************/
/**********************************************/

#content{
	margin:-2px;
	float:left;
	width:724px;
	margin-left:2px;
	background: #fff url(img/content_fon.jpg) no-repeat right top;
}

#news_all{
	float:left;
	width:340px;
	margin-left:2px;
	margin-top:15px;
/*	background:#00CCFF;*/
	padding-left:13px;
}

#h1{
	font: bold 1.6em "Arial Narrow" ;
	color:#003387;
}

#h3{
	font: bold 1.6em "Arial Narrow" ;
	color:#fff;
}

#date{
	font:1.4em  "Arial Narrow";
	color:#666666;
}

#txt a{
	font: 1.3em Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
}

#txt a:hover{
	color:#FF6600;
}



#line1{
	float:left;
	width:100%;
	height:1px;
	background: #D8D8D8 url(img/line_fon.gif);
}

#line3{
	float:left;
	width:700px;
	margin-left:1px;
	margin-top:17px;
	height:1px;
	background: #D8D8D8 url(img/line_fon.gif);
}

#news_link a{
	float:right;
	font: 1em Arial, Helvetica, sans-serif;
	color:#6699FF;
	text-decoration: underline;
}

#news_link a:hover{
	color:#FF6600;
}
	
#spacer_top{
	float:left;
	width:20px;
}	

#best_off{
	float:left;
	width:340px;
	margin-top:75px;
/*	background:#00CCFF;*/
}

#line_news{
	line-height:17px;
}

/**********************************************/
/*********** styles for top tables ************/
/**********************************************/

#order{
	font: 1.3em Arial, Helvetica, sans-serif;
	color: #6699FF;
}

#order a {
	color: #6699FF;
}

#order a:hover {
	color: #FF6600;
}

#price{
	font: bold 1.3em Arial, Helvetica, sans-serif;
	color: #FF6600;
}

#name{
	font: 1.3em Arial, Helvetica, sans-serif;
	color: #666666;
}


/**********************************************/
/*********** styles for main text *************/
/**********************************************/

#main_content{
	float:left;
	width:708px;
	padding-left:16px;
	padding-bottom:1em;
}

#line2{
	height:13px;
	width:700px;
	background: url(img/menu_fon.gif);
	}


#h2{
	font:2.5em "Arial Narrow";
	color:#999999;
	width:400px;
}

#main_text{
	width:600px;
	font: 1.3em Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration: none;
	line-height:17px;
}

#zakaz{
	float:left;
	width:698px;
	padding-left:2px;
}

#main_text a {
	color:#6699FF;
	text-decoration: underline;
}


#main_text a:hover{
	color:#FF6600;
}

#main_text_big{
/*	width:600px;*/
	font: 1.6em Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration: none;
	line-height:20px;
}

#mini_menu{
	padding-right:8px;
	margin-top:10px;
	float:right;
	font: 1em Arial, Helvetica, sans-serif;
	color:#6699FF;
	text-decoration: none;
}

#mini_menu a {
	color:#6699FF;
	text-decoration: underline;
}


#mini_menu a:hover{
	color:#FF6600;
}

/**********************************************/
/*********** styles for content_in ************/
/**********************************************/

#content_in{
	margin-top:-2px;
	float:left;
	width:712px;
	padding-left:14px;
	background: #fff url(img/content_fon.jpg) no-repeat right top;
	overflow-x:hidden;
	line-height:18px;
}

#main_text_cat{
/*	font: 1.3em Arial, Helvetica, sans-serif;*/
font-size:13px;
	color:#000000;
	text-decoration: none;
	line-height:17px;
	margin-left:5px;
}

#main_text_cat a {
	color:#6699FF;
	text-decoration: underline;
}

#main_text_cat a:hover {
	color:#FF6600;
}

#about_text {
	width:600px;
	font: 1.3em Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration: none;
	line-height:17px;
}

#about_text a {
	color:#6699FF;
	text-decoration: underline;
}

#about_text a:hover {
	color:#FF6600;
}

#table_place{
	float:left;
	width:500px;
	margin-right:18px;
}

#catal_menu{
	float:left;
	width:130px;
}

#butt a{
	font: bold 1.6em "Arial Narrow" ;
	color:#6699FF;
	text-decoration:underline;
}

#butt a:hover{
	font: bold 1.6em "Arial Narrow" ;
	color:#FF6600;
	text-decoration:underline;
}






















form {
	margin-left: 6px;
}

select {
	margin-bottom: 10px;
	font: 1.1em/1.2em Arial, Helvetica, sans-serif;
}

input {
	margin-top: 8px ;
}

optgroup {
	font: bold 1.1em/1.2em Arial, Helvetica, sans-serif;
}

.newsBlock {
	margin-left: 6px;
	border-bottom: #85b3c2 1px solid;
	padding: 8px 6px 8px 0;
}

.newsBlock a h3 {
	font: normal 1.1em Arial, Helvetica, sans-serif;
	color: #e67817;
	text-decoration:underline;
	margin: 0 0 0.625em 0; 
}

.date {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0.625em 0 0.625em 0;
}

#lastNews {
	border: 0;
}

/****************************************/
/********* styles for footer ************/
/****************************************/

#contacts {
	height: 4.8em;
	margin-left: 13px;
}



#blueLine1 {
	height: 13px;
	background: url(/bitrix/templates/nmz_main/images/nev_7.gif) left no-repeat;
	margin-left: 0px;
}

#blueLine2 {
	background: url(/bitrix/templates/nmz_main/images/fon.gif) repeat-x;
}

/**********************************************/
/********* miscellanous styles  ***************/
/**********************************************/

.fltrt {
	float: right;
}
.fltlft {
	float: left;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#fLogo { margin-right: 20px; }

/**************************************/
/********* inner pages  ***************/
/**************************************/


.image {
	float: left;
	margin-right: 10px;
}