* {
	margin:0;
	paddin:0;
}
body {
	text-align:center; /*Хак выравнивания по центру*/
	color : black; 
	font-family : Arial, Helvetica, sans-serif; 
	background : white url(../images/bg.gif) repeat top left; 
	font-size: 14px;
}
img, div, a, input { 
behavior: url(js/iepngfix.htc) /*прозрачность png in IE*/
}

A { 
outline : none; 
} 
A IMG { 
border : none; 
} 
a {color: #dba212;}
a:hover {color: #11a0db;  text-decoration: none; }

.inside{
	padding: 15px;
}


/* --------------- Блоки ---------------------- */
#wrap {
	width:1024; /*Хак выравнивания по центру*/
	margin:0 auto; /*Хак выравнивания по центру*/
	text-align:left;
	background-color: White;
	border : 1px solid gray; 
	border-width : 0 1px;
}

/* -------------------------------- Шапка -------------------------------- */
#header{
	height: 200px; 
	width: 1024px; 
	background-color: Gray;
}
#logo{
	height: 200px; 
	width: 400px; 
	float: left;
}
#slogan{
	float: left; 
	height: 200px; 
	width: 200px; 
	background-color: #dbdbdb; 
	color: #737373; 
	font-weight: bold; 
	font-size: 11px; 
	text-transform: uppercase; 
	line-height: 1.75em;
}
#slogan span{
	position: relative; top: 73px; left: 15px;
}
#search{
	float: left; 
	height: 200px; 
	width: 224px; 
	background: #11a0db url(images/bg-atom-1.png) no-repeat bottom left; 
	color: White; 
	font-size: 16px; 
	font-weight: bold;
}

/* ----------------------- Левая колонка с меню --------------------------- */
#left{
	width: 200px; 
	float: left;
	margin: 0;
	padding: 0;
}
#menu{
	min-height:200px;
	height:expression(this.scrollHeight > 200 ? "auto":"200px");
	width: 200px; 
	color: #737373;
}

#contact{
	width: 200px;
}
#tel{
	background: url(../images/tel.gif) no-repeat left; 
	padding-left: 35px; 
	font-size: 1.1em; 
	font-weight: bold; 
	color: Black; 
	height: 30px; 
	padding-top: 5px;
}
#fax{
	background: url(../images/fax.gif) no-repeat left; 
	padding-left: 35px; 
	font-size: 1.1em; 
	font-weight: bold; 
	color: Black; 
	height: 30px; 
	padding-top: 5px;
}

/* ------------------- Основной блок с контентом ---------------------- */
#content{
	color: #737373; 
	margin-left: 200px;
	border: 1px solid Gray;
 	border-width: 1px 0px 1px 1px;
	background: White url(../images/atom-page.gif) no-repeat top right;
}



/* -------------------------- Копирайт ----------------------------- */
#footer {
clear: both;
margin: 0px;
text-align: right;
font-size: 0.79em;
}
