ul, li, p, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
html, body {
  margin:0px;
  padding:0px;
  border: 0px;
  width:100%;
  height:100%;
  font-family: Tahoma, sans-serif;
  font-size: 11px;
}
body {
	min-width: 1000px;
}
table.main {
	height: 100%;
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	background: url("../images/shadow_bottom.jpg") right bottom no-repeat;
}
table.main td{
	vertical-align: top;
}
/*================================   CONTENT  ==========================================*/
#content {
  	/*height: 100%;*/
	margin-bottom: 151px;
}
/*================================   HEADER  ==========================================*/
#header {
	/*background: #D9D9D9 url("../images/flower_top_right.jpg") right top no-repeat;*/
	background: #D9D9D9;
	height: 130px;
	border-bottom: 1px solid #B5B5B5;
}
#header #logo {
	float: left;
}
#header #logo img {
	margin-left:20px;
	margin-top:80px;
}
#header #main_menu {
	float: right;
	margin-top: 128px;
	margin-right: 10px;
	color: #535353;
	font-size: 12px;
	height: 28px;
}
#header #main_menu ul li{
	display: inline;
	float: left;
	list-style-type: none;
}
#header #main_menu ul li span.active {
	display: block;
	float: left;
	padding: 5px 25px 10px 25px;
	_padding: 5px 25px 12px 25px;
	background: white url("../images/line_grad.jpg") center bottom no-repeat; 
}
#header #main_menu ul li a{
	display: block;
	float: left;
	padding: 5px 25px 10px 25px;
	_padding: 5px 25px 12px 25px;
	text-decoration: none;
	color: #535353;
}
#header #main_menu ul li a:hover{
	display: block;
	float: left;
	/*padding: 5px 25px 10px 25px;*/
	background: white url("../images/line_grad.jpg") center bottom no-repeat; 
}
/*================================   TEXT  ==========================================*/
/* right menu */
#content #right{
	background: url("../images/flower_content_right.jpg") right top no-repeat;
	width: 200px;
	font-size: 12px;
	line-height: 1.4;
	float: right;
	padding-top: 45px;
	padding-left: 25px;
	padding-bottom: 80px;
	margin-bottom: 151px;
	//margin-bottom: 0px;
}
#content #right h2 {
	padding-top: 20px;
}
#content #right h2 a{
	color: #464545;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 70px;
	margin-bottom: 10px;
	display: block;
	background: transparent url("../images/arrow.gif") left bottom no-repeat;
	
}
#content #right ul.brands {
	text-transform: uppercase;
}
#content #right ul li{
	display: block;
}
#content #right li a {
	color: #464545;
	text-decoration: none;
	display: block;
}
#content #right li a:hover {
	color: #D3007B;
	text-decoration: underline;
}
/*чтобы список не ехал в IE6*/
* html ul li a { height: 1%;} 
* html span {height: 1%; }
/**/
#content #text{
	padding: 0px 50px 50px 90px;
	margin-bottom: 151px;
	margin-right: 225px;
	/*background: transparent url("../images/flower_content_left.gif") left top no-repeat;*/
}
#content #text table{
	margin: 0px auto;
	width: 97%;
}
#content #text table td{
	text-align: center;
}
#content #text table td.border{
	border-bottom: 1px dotted #9C9C9C;
}
#content #text h1{
	font-size: 18px;
	color: #D3007B;
	font-weight: normal;
	border-bottom: 1px solid #C2C2C2;
	padding-bottom: 10px;
	padding-top: 35px;
}
/*================================   FOOTER  ==========================================*/
#footer {
	text-align: right;
	padding-right: 60px;
	padding-top: 36px;
  	margin-top: -122px;
	_margin-top:-121px;
  	height: 85px;
	background: #D9D9D9 url("../images/city.jpg") bottom left repeat-x;
	border-top: 1px solid #B5B5B5;
	color: #535353;
	font-size: 11px;
}
