body {
	margin:0;
	padding:0;
	font-size:12px;
	color:#22405a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

ul {
	list-style:none;
	margin:0;
	padding:0;
}

a {
	text-decoration:none;
	color:#22405a;
}

a:hover {
	text-decoration:underline;
}

#header {
	width:882px;
	height:92px;
	margin:0 auto;
}

#logo {
	float:left;
}

#lang {
	float:right;
	font-weight:bold;
	margin-top:75px;
}

#lang span {
	margin-left:5px;
}

#slider {
	position: relative;
	width: 882px;
	height: 280px;
	overflow: hidden;
	background: #000;
	margin:0 auto;
}
#slider .slide {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	overflow: hidden;
	border-left: #000 solid 1px;
	cursor: default;
}
#slider .title   {
	color: #F80;
	font-weight: bold;
	font-size: 14px;
	margin-right: 1.5em;
	text-decoration: none;
}

#slider .date   {
	color:#FFFF33;
	font-weight: bold;
	font-style:italic;
	font-size: 12px;
	margin-right: 1.5em;
	text-decoration: none;
}

#slider .backgroundText {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	background: #000;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

#slider .text {
	position: absolute;
	top: 1%;
	top: 100%;
	color: #FFF;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	width: 500px;
	left: 10px;
}

#slider .diapo {
	position: absolute;
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: hidden;
}

#nav {
	width:882px;
	height:40px;
	margin:0 auto;
	font-size:14px;
	font-weight:bold;
}

#nav li {
	width:145px;
	height:31px;
	float:left;
	background:url(images/nav_bg.gif) no-repeat;
	margin-right:2px;
	padding-top:9px;
	*padding-top:11px;
	text-align:center;
}

#nav a {
	color:#fff;
}

#page {
	width:882px;
	min-height:300px;
	height: expression(this.style.height>=this.scrollHeight?'300px':this.scrollHeight+'px');  
	*height:300px;
	overflow:hidden;
	*overflow:visible;
	margin:0 auto;
	background:url(images/sidebar_bg.gif) repeat-y right;
}

#content {
	width:598px;
	float:left;
	padding:15px;
}

.page_title {
	height:30px;
	background:url(images/page_title_icon.gif) no-repeat left;
	border-top:1px dashed #c0c0c0;
	line-height:30px;
	font-size:14px;
	font-weight:bold;
	padding-left:25px;
	*padding-top:3px;
}

.page_text {
	margin-top:30px;
	line-height:150%;
}

#sidebar {
	width:224px;
	float:right;
	padding:15px 15px 0 15px;
}

.sidebar_title {
	height:35px;
	line-height:35px;
	padding-left:35px;
	font-size:14px;
	font-weight:bold;
	border-top:1px solid #c0c0c0;
}

#side_title_1 {
	background:url(images/news_icon.gif) no-repeat left;
}

#side_title_2 {
	background:url(images/phone_icon.gif) no-repeat left;
}

.side_content {
	margin:10px 0 10px 15px;
}

.side_content li {
	border-bottom:1px dashed #959595;
	line-height:25px;
}

#woman {
	height:189px;
	background:url(images/woman.gif) no-repeat right;
	margin-top:-40px;
	margin-right:-15px;
}

#footer {
	width:882px;
	height:50px;
	border-top:3px solid #3b4149;
	line-height:50px;
	text-align:center;
	margin:0 auto;
}

.question {
	min-height:30px;
	line-height:30px;
	font-weight:bold;
}

.answer {
	min-height:30px;
	line-height:30px;
	padding-left:10px;
	background:url(images/sidebar_bg.gif) repeat;
	border:1px solid #c0c0c0;
}

.prod_list {
	width:290px;
	overflow:hidden;
	float:left;
	text-align:center;
	margin-right:5px;
}

.prod_list li {
	margin-bottom:10px;
}
.clear {
	clear:both;	
}
.prod_img {
	border:1px solid #999999;
}

.single_img {
	text-align:center;
	padding-bottom:5px;
	border-bottom:1px dashed #c0c0c0;
}

.single_content {
	line-height:150%;
	overflow:hidden;
}

.news_list {
	height:30px;
	line-height:30px;
	border-bottom:1px solid #c0c0c0;
}

.news_title {
	float:left;
}

.news_date {
	float:right;
}

.page_nav {
	text-align:center;
	clear:both;
}

.message-title {
	height:30px;
	background:url(images/sidebar_bg.gif) repeat; 
	padding-left:20px; 
	line-height:30px;
}

.message {
	padding-left:20px; 
	margin-top:10px; 
	margin-bottom:15px;
}

.reply {
	border:1px dashed #c0c0c0; 
	margin:10px 0 0 0; 
	padding:5px;
}
