@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #ecd4ba;
	background-image:url(images/bg_pattern.png);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

p {
	margin-bottom: 18px;
}

p.firstrow {
	margin-top: 0px;
}

h1 {
	font-size: 18px;
	line-height: 27px;
	color: #333333;
	margin: 10px 0px 5px 0px;
	padding: 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

a {
	color: #33cc66;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
}


#bg_upper {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 300px;
	width: 100%;
	background-image: url(images/bg_top.png);
	background-repeat: repeat-x;
	background-position: top left;
}

#content_holder {
	position: relative;
	top: 0px;
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	background-color: #ffffff;
}

#content_top {
	float: left;
	width: 620px;
	height: 260px;
	padding: 0px 95px 0px 95px;
	background-image: url(images/contentbg_top.png);
}

#content_center {
	float: left;
	width: 620px;
	padding: 20px 95px 0px 95px;
	background-image: url(images/contentbg_center.png);
	text-align: left;
}

#content_bottom {
	float: left;
	width: 620px;
	padding: 0px 95px 0px 95px;
	height: 153px;
	background-image: url(images/contentbg_bottom.png);
}

#mainmenu {
	float: left;
}

ul#mainmenu {
	position: relative;
	top: 114px;
	left: 0px;
	width: 140px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}

ul#mainmenu li {
	display: inline;
}

ul#mainmenu li a {
	float: left;
	text-indent: -9999px;
	width: 140px;
	height: 31px;
	outline: none;
	background: url(images/mainmenu.png) no-repeat;
	margin-bottom: 1px;
}

ul#mainmenu li#mainmenu_item0 a			{	background-position: 0px 0px; 		}
ul#mainmenu li#mainmenu_item0 a:hover	{	background-position: -140px 0px;	}
ul#mainmenu li#mainmenu_item0_active a	{	background-position: -280px 0px;	}

ul#mainmenu li#mainmenu_item1 a			{	background-position: 0px -31px;		}
ul#mainmenu li#mainmenu_item1 a:hover	{	background-position: -140px -31px;	}
ul#mainmenu li#mainmenu_item1_active a	{	background-position: -280px -31px;	}

ul#mainmenu li#mainmenu_item2 a			{	background-position: 0px -62px;		}
ul#mainmenu li#mainmenu_item2 a:hover	{	background-position: -140px -62px;	}
ul#mainmenu li#mainmenu_item2_active a	{	background-position: -280px -62px;	}

ul#mainmenu li#mainmenu_item3 a			{	background-position: 0px -93px;		}
ul#mainmenu li#mainmenu_item3 a:hover	{	background-position: -140px -93px;	}
ul#mainmenu li#mainmenu_item3_active a	{	background-position: -280px -93px;	}

#keyhole {
	position: absolute;
	top: 420px;
	right: 45px;
	background-image: url(images/keyhole.png);
	width: 79px;
	height: 81px;
}

#content_center form {
	margin-left: 75px;
	margin-right: 75px;
}

#testform {
	margin-left: 75px;
	margin-right: 75px;
}

#testform h3 {
	padding-bottom: 5px;
}

#testform .test_title_question {
	padding: 15px 0px 4px 0px;
	border-bottom: 1px solid #2eb457;
}

#testform .test_question {
	padding: 4px 0px 4px 0px;
	border-bottom: 1px dotted #666666;
}

#testform input {
	margin-left: 25px;
}

#testform label {
	margin-left: 20px;
}

#testform #send_btn {
	width: 265px;
	height: 41px;
	margin: 20px 0px 0px 0px;
	background: none;
	background-image: url(images/btn_seeresult.png);
	background-position: 0px 0px;
	border: none;
	outline: none;
	cursor: pointer;
}
#testform #send_btn:active {
	background-position: -265px 0px;
}
#testform #send_btn::-moz-focus-inner, #testform #send_btn::-moz-focus-inner {   
	border : 0px;
}

.divider_green {
	height: 1px;
	width: 465px;
	background-color: #2eb457;
	margin: -8px 0px 5px 0px;
	padding: 0px;
}

ul#medicine_list {
	width: 380px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}

ul#medicine_list li {
	margin: 5px 0px 5px 0px;
	height: 20px;
	border-bottom: 1px dotted #666666;
}

.main_text {
	width: 380px;
	float: left;
	min-height: 320px;
	margin-bottom: 20px;
}

.main_text_padded {
	width: 460px; 
	float: left; 
	margin-left: 64px;
	min-height: 320px;
	margin-bottom: 20px;
}

form#competitionform {
	padding: 0px;
	margin: 0px;
}

#competitionform #name, #competitionform #address, #competitionform #email, #competitionform #phone {
	width: 300px;
	margin-bottom: 5px;
	font-size: 12px;
}

#competitionform h3 {
	margin: 5px 0px 5px 0px;
}

#competitionform #send_btn {
	width: 107px;
	height: 41px;
	margin: 20px 0px 0px 0px;
	background: none;
	background-image: url(images/btn_send.png);
	background-position: 0px 0px;
	border: none;
	outline: none;
	cursor: pointer;
}
#competitionform #send_btn:active {
	background-position: -107px 0px;
}
#competitionform #send_btn::-moz-focus-inner, #competitionform #send_btn::-moz-focus-inner {   
	border : 0px;
}


#btn_tellfriend {
	width: 227px;
	height: 41px;
	margin: 20px 0px 20px 0px;
	background: none;
	background-image: url(images/btn_tellfriend.png);
	background-position: 0px 0px;
	border: none;
	outline: none;
	cursor: pointer;
}
#btn_tellfriend:active {
	background-position: -227px 0px;
}

#btn_sharefacebook {
	width: 227px;
	height: 41px;
	margin: 20px 0px 20px 0px;
	background: none;
	background-image: url(images/btn_sharefacebook.png);
	background-position: 0px 0px;
	border: none;
	outline: none;
	cursor: pointer;
}
#btn_sharefacebook:active {
	background-position: -227px 0px;
}


form#tellfriendform {
	padding: 0px;
	margin: 0px;
}

#tellfriendform #ownmessage {
	width: 200px;
	margin-bottom: 5px;
	font-size: 12px;
}

#tellfriendform #name, #tellfriendform #email0, #tellfriendform #email1, #tellfriendform #email2 {
	width: 300px;
	margin-bottom: 5px;
	font-size: 12px;
}

#tellfriendform h3 {
	margin: 5px 0px 5px 0px;
}

#tellfriendform #send_btn {
	width: 107px;
	height: 41px;
	margin: 20px 0px 0px 0px;
	background: none;
	background-image: url(images/btn_send.png);
	background-position: 0px 0px;
	border: none;
	outline: none;
	cursor: pointer;
}
#tellfriendform #send_btn:active {
	background-position: -107px 0px;
}
#tellfriendform #send_btn::-moz-focus-inner {
	border : 0px;
}
























form#tellfriendform {
	padding: 0px;
	margin: 0px;
}

#tellfriendform #ownmessage {
	width: 200px;
	margin-bottom: 5px;
	font-size: 12px;
}

#tellfriendform #name, #tellfriendform #email0, #tellfriendform #email1, #tellfriendform #email2 {
	width: 300px;
	margin-bottom: 5px;
	font-size: 12px;
}

#tellfriendform h3 {
	margin: 5px 0px 5px 0px;
}

#tellfriendform #send_btn {
	width: 107px;
	height: 41px;
	margin: 20px 0px 0px 0px;
	background-image: url(images/btn_send.png);
	background-position: 0px 0px;
	border: none;
	outline: none;
	cursor: pointer;
}
#tellfriendform #send_btn:active {
	background-position: -107px 0px;
}
#tellfriendform #send_btn::-moz-focus-inner {
	border : 0px;
}


