.wrapper {
	margin: 0 auto;
	width: 952px;
}

#header {
	background: url('images/header.jpg') no-repeat;
	height: 190px;
	position: relative;
}
	#logo {
		float: left;
		margin: 3px 0 0 31px;
		width: 184px;
		height: 82px;
	}
		#logo span {
			display: none;
		}

/*
	#lang {
		float: right;
		padding: 4px 0 0 4px;
		position: absolute;
		top: 7px;
		right: 30px;
		background: url('images/language.png') no-repeat;
		width: 171px;
		height: 22px;
	}
*/
	
		#lang li {
			display: none;
			float: left;
			margin: 0 0 0 3px;
			padding: 0;
		}
			#lang span {
				color: #ff3300;
			}
			#lang a {
				color: #333;
			}
				#lang a:hover {
					color: #ff3300;
				}
		#lang li.clear {
			float: none;
		}
	#mainmenu {
		margin: 70px auto;
		text-transform: uppercase;
		font-weight: bold;
		text-align: center;
	}
		#mainmenu a {
			padding: 0 15px;
			border-right: 1px solid #ffcfc0;
			color: #fff;
		}
			#mainmenu a:hover {
				color: #ffcfc0;
			}
		#mainmenu a.first {
			border-left: 0;
		}
		#mainmenu a.last {
			border-right: 0;
		}
#mainbody {
	padding: 17px 0;
	background: url('images/mainbody.gif') repeat-y;
	width: 928px;
	min-height: 350px;
}
	.panelLeft {
		float: left;
		padding: 0 0 0 34px;
		width: 208px;
	}
		.panelLeft ul {
			list-style: none;
			font-size: 12px;
		}
			.panelLeft ul li {
				margin: -3px 0 10px 0;
				padding: 0 0 7px 15px;
				border-bottom: 1px solid #999;
			}
			.panelLeft ul li.sub {
				padding-bottom: 0;
				border: 0;
			}
				.panelLeft ul li a {
					color: #333;
				}
					.panelLeft ul li a:hover {
						color: #ff3300;
					}
					.panelLeft ul li.sub li {
						margin: -3px 0 10px -15px;
						padding: 0 0 7px 30px;
					}
						.panelLeft .sub li b {
							margin: 0 8px 0 -27px;
							color: #ff3300;
							font-size: 16px;
						}
					.panelLeft ul li b {
						margin: 0 3px 0 -12px;
						color: #ff3300;
						font-size: 16px;
					}
	.panelRight {
		float: right;
		padding: 0 34px 0 0;
		width: 623px;
	}
	.hp .panelLeft {
		width: 380px;
	}
		.ho {
			display: block;
			margin: 0 0 5px 0;
			font-size: 12px;
		}
		.ho2 {
			display: block;
			margin: 0 0 15px 0;
			font-size: 12px;
		}
	.hp .panelRight {
		padding: 0 34px 0 0;
		width: 450px;
	}
		.panelRight .news {
			list-style: none;
		}
			.panelRight .news li {
				float: left;
				margin: 0 10px 15px 0;
				width: 440px;
				height: 55px;
				line-height: 120%;
				color: #999;
			}
				.panelRight .news li a {
					color: #333;
					text-decoration: underline;
				}
				.panelRight .news li a:hover {
					color: #ff3300;
				}
			.panelRight .news li.clear {
				float: none;
				padding: 0;
				margin: 0;
				height: 0px;
			}
		.panelRight .focus {
			list-style: none;
			text-align: justify;
		}
			.panelRight .focus li {
				padding: 10px 0;
			}
			.panelRight .focus li.first {
				padding-top: 0;
				border-bottom: 1px solid #999;
			}
#footer {
	background: url('images/footer.gif') no-repeat;
	width: 928px;
	height: 27px;
	color: #fff;
}
	#footer a {
		color: #fff;
	}
		#footer a:hover {
			color: #999;
		}
	#footer .left {
		float: left;
		margin: 0 0 0 34px;
		width: 395px;
	}
	#footer .center {
		float: left;
		width: 100px;
	}
	#footer .right {
		float: right;
		width: 180px;
		text-align: left;
	}
		#footer .right a {
			text-decoration: underline;
		}

.usertext {
	text-align: justify;
	line-height: 125%;
}
.readmore {
	text-align: right;
	font-weight: bold;
}
.date {
	color: #a7a7a7;
}

/* 02 Pages */
#management {
	list-style: none;
}
	#management li {
		margin: 0 0 40px 0;
		list-style: none;
	}
		#management li div {
			float: left;
			width: 150px;
		}
		#management li p {
			float: right;
			width: 450px;
		}
		#management li .clear {
			float: none;
		}
		
/* 03 Pages */
.one-product .left {
	float: left;
	margin: 0 20px 0 0;
	padding: 10px 0 0 0;
	width: 255px;
}
	.one-product .left .description {
		margin: 20px 0 0 0;
		padding: 20px 10px;
		background: #ebebeb;
	}
		.one-product .left .title {
			float: left;
			margin: 0 0 10px 0;
			width: 130px;
			font-weight: bold;
		}
		.one-product .left .desc {
			float: right;
			margin: 0 0 10px 0;
			width: 105px;
		}
.one-product .right {
	float: left;
	width: 348px;
}
.noFirst {
	margin: 40px 0 0 0;
}
#drugs {
	margin: 17px 0 0 0;
	width: 100%;
}
	#drugs td, #drugs th {
		padding: 3px 10px;
		text-align: left;
	}
	#drugs .col-name1 {
		width: 180px;
		text-align: left;
	}
	#drugs .col-name2 {
		width: 70px;
	}
	#drugs .col-atc {
		width: 70px;
	}
	#drugs .col-dop {
		width: 70px;
	}
	#drugs .odd td, #drugs .odd th {
		background: #e6e6e6;
	}

/* 04 Pages */
#distributors {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
	#distributors td, #distributors th {
		border-bottom: 1px solid #999999;
		border-right: 1px solid #999999;
		padding: 3px 10px;
	}
	#distributors .col-distributor {
		width: 180px;
		text-align: left;
	}
	#distributors .col-town {
		width: 70px;
		text-align: center;
	}
#partners {
	list-style: none;
}
	#partners li {
		margin: 5px 0;
	}
		#partners li div {
			float: left;
			width: 65px;
		}
		#partners li p {
			float: left;
			padding: 18px 0 0 0;
			width: 400px;
			font-weight: bold;
		}
		#partners li .clear {
			float: none;
		}
#news-list {
	margin: -5px 0 0 0;
}
	#news-list li {
		padding: 10px 0 15px 0;
		border-bottom: 1px solid #999;
	}
#contact-form {

}
	#contact-form .labels {
		float: left;
		margin: 5px 0;
		padding: 3px 0 0 0;
		width: 100px;
	}
	#contact-form .inputs {
		float: left;
		margin: 5px 0;
	}
	#contact-form textarea {
		height: 120px;
	}
	#contact-form span {
		color: #ff3c00;
	}
	#contact-form .bottom {
		padding: 10px 0 0 100px;
	}
		#contact-form .bottom span {
			font-style: italic;
		}
		#contact-form .bottom input {
			margin: 0 0 0 105px;
		}
#form-drugs-safety {
	
}
	#form-drugs-safety .first {
		margin-top: 20px;
		border-top: 1px solid #333333;
	}
	#form-drugs-safety table {
		width: 600px;
	}
		#form-drugs-safety table td {
			padding: 10px 5px;
			border-bottom: 1px solid #333333;
			vertical-align: top;
		}
		#form-drugs-safety table .noborder td {
			padding-bottom: 0;
			border: 0;
		}
		#form-drugs-safety table .colsborder td {
			padding: 5px;
			text-align: center;
		}
			#form-drugs-safety table .colsborder .itext {
				width: 50px;
			}
		#form-drugs-safety table .colsborder td.first {
			border-left: 1px solid #333333;
		}
			#form-drugs-safety .itext {
				width: 75px;
			}
			#form-drugs-safety .long {
				width: 200px;
			}
			#form-drugs-safety .icheck {
				position: relative;
				top: 2px;
			}
			#form-drugs-safety .icheck2 {
				position: relative;
				top: 3px;
			}
			#form-drugs-safety .area {
				width: 350px;
				height: 100px;
			}
			#form-drugs-safety .nomargin {
				margin-top: 10px;
			}
			#form-drugs-safety .ibutton {
				margin: 0 10px;
				padding: 2px 5px;
			}
			
#header-flash {
	position: absolute;
	top: 0;
	left: 26px;
}