html {
	margin:0;
	padding: 0;
	border: none;
}
body {
	width: 760px;
	margin: 0 auto;
	padding: 0;
}
html, body {
	font-family: arial, helvetica, sans-serif;
	font-size: small;
}
#advertisement-ad {
	height: 90px;
	padding: 5px 0 0 0;
}
#advertisement-ad img {
	border: none;
	display: block;
}

#header {
	height: 120px;
	background: url(../img_home/header_bg.jpg) no-repeat top right;
}
#header h1 {
	text-indent: -1000em;
	margin: 0;
	padding: 0;
	background: url(../img_home/pharma_logo.gif) no-repeat top left;
	width: 335px;
	height: 120px;
	float: left;
}
#header h2 {
	display: none;
}
#header select {
	display: block;
	float: right;
	font-size: .8em;
	color: #9C7F9D;
	width: 200px;
	margin: 25px 15px 0 0;
}
#content {
	width: 425px;
	float: right;
	background: url(../img_home/block_bg.jpg) no-repeat 0px 30px;
}
#content #enter {
	background: url(../img_home/enter.gif) no-repeat 10px 0;
	width: 425px;
	height: 30px;
}
#content #enter a {
	display: block;
	width: 425px;
	height: 30px;
	text-indent: -1000em;
}
#content #block {
	height: 325px;
	overflow: hidden;
	padding: 15px 0 0 0
}
#content #block p {
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 0.9em;
}
#content ul {
	margin: 0;
	padding: 0 0 0 15px;
}
#content ul#main_menu {
	height: 140px;
	margin: 0 0 10px 0;
}
#content ul li {
	list-style-type: none;
	display: inline;
	font-size: .9em;
	color: #6A446B;
	display: block;
	width: 185px;
	float: left;
	height: 20px;
	line-height: 20px;
	background: url(../img_home/bullet.gif) no-repeat 0px 5px;
	padding: 0 0 0 15px;
}
#content ul li a, #content a {
	color: #6A446B;
	text-decoration: none;
}
#content ul li a:hover, #content a:hover {
	color: #000;
}


/* credits */
p#credits {
	font-size: .7em;
	color: #aaa;
	margin: 0;
	padding: 0;
}
p#credits a {
	color: #888;
}
/* credits */



#content #contact {
	background: url(../img_home/contact_bg.jpg) no-repeat;
	height: 280px;
}
#contact h3, #contact #phone {
	display: none;
}
#contact address {
	font-style: normal;
	padding: 115px 0 0 0;
	font-size: .9em;
	line-height: 150%;
}
#contact address strong {
	color: #955497;
}
#contact address em {
	color: #5B5B5B;
	font-weight: bold;
	font-style: normal;
}
#contact h4 {
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	font-size: .9em;
	color: #9F65A1;
}


#leftside {
	width: 304px;
	float: left;
	background: url(../img_home/leftside_bg.jpg) no-repeat top;
	padding: 0 0 0 31px;
}
#leftside p {
	margin: 0;
	padding: 0;
}
#leftside form {
	margin: 25px 0 0 24px;
	padding: 0;
	width: 240px;
}
#leftside form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
#leftside form fieldset label {
	display: block;
	font-weight: normal;
	font-size: .85em;
	padding: 0 0 5px 0;
	color: #fff;
}
#leftside form fieldset label#mail_label {
	display: none;
}
#leftside form fieldset input {
	margin: 0 0 5px 0;
	padding: 2px 0 0 5px;
	border: solid #7C4980 1px;
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: .85em;
	color: #6a6a6a;
	width: 233px;
	height: 16px;
	background: #fff url(../img_home/input_bg.gif) repeat-x top;
}
#leftside form fieldset input#newsletter_submit {
	background-color: #955497;
	background-image: none;
	color: #fff;
	font-size: .85em;
	border-top: solid #955497 1px;
	border-left: solid #955497 1px;
	border-bottom: solid #7A3F7D 1px;
	border-right: solid #7A3F7D 1px;
	height: 20px;
	padding: 0;
	margin: 0;
	float: right;
	width: 100px;
	cursor: pointer;
}
#leftside form  fieldset p {
	clear: both;
	font-size: xx-small;
	margin: 0;
	padding: 30px 0 0 0;
	color: #9D9D9D;
}