@charset "utf-8";

html
{
    overflow-y: scroll;
}

body
{
	background: none repeat scroll 0 0 #FFF;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding: 0px;
}
a
{
    border: medium none;
    color: #006600;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 
{
    color: #060;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
h1
{
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 1em;
}
h2
{
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 1em;
   
}
h3 
{
    background: url("../media/image/h3.png") no-repeat scroll left center transparent;
    font-size: small;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 1em;
    padding-left: 20px;
    text-transform: uppercase;
}
h4 
{
    background: url("../media/image/h4.png") no-repeat scroll left center transparent;
    font-size: 20px;
    padding-left: 20px;
}
h5 
{
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 2px;
}
blockquote 
{
    background: url("../media/image/blockquote.png") no-repeat scroll 0 0 transparent;
    padding: 0 0 0 40px;
    margin-bottom:15px;
    min-height:2em;
    /*font: italic 0.8em/1.6em Georgia,"Times New Roman",Times,serif;*/
}
/***Color*/
#green
{
    color:#060;
}
#treatment, #treatment>ul, #treatment li
{
    border-color: #060;
    
}
#treatment li
{
    font: large Arial,Helvetica,sans-serif
}
#treatment>div
{
    font: 0.8em/1.8em Arial,Helvetica,sans-serif;
    min-height: 380px;
}
div.kmc-treatment-text
{
    width: 440px;
    float: right;
}
div.kmc-treatment-stage-text
{
	
	font: 1.5em Arial,Helvetica,sans-serif;
}
div.kmc-treatment-images
{
    text-align:center;
}
span.kmc-treatment-image
{
    text-align:center;
    float: left;
}
img.kmc-treatment-icon
{
    width: 25px;
}
td.kmc-treatment-image
{
    border: 1px solid #060;
    -moz-border-radius: 4px 4px 4px 4px;
    padding:16px;
    font:1.5em Arial,Helvetica,sans-serif;
}

img.kmc-product-image
{

}

/********************************************/
#langselector
{
	padding:0;
	margin:0;
	text-align:right;
}
#header
{
	background: url("../media/image/menubar.png");
	height:150px;
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}
#content
{
	width: 1000px;
	margin: 0px auto;
    margin-top:20px;
	padding: 0px;
	clear: both;
}
#left_content
{
	width:240px;
    
	float:left;
}
#main_content
{
    width:740px;
	float:left;
    padding:10px;
}
#center_content
{
	width:500px;
	float:left;
    padding:10px;
}
#right_content
{
	width:240px;
	float:left;
    text-align:left;
}
#footer
{
	background: #060;
	color:#FFF;
	width: 1000px;
	margin: 0px auto;
	padding-left: 10px;
	clear: both;
    font: normal normal 0.85em/1.8em Arial,Helvetica,sans-serif;
}
/************************************************************************************/
/*Left Content*/
#news div
{
    padding: 15px 20px 30px;
    background: url("../media/image/bg_block.png") repeat-x scroll 0 0 transparent;
}
#news p
{
    color: #990000;
    background: url("../media/image/bg_line.png") repeat-x scroll left bottom transparent;
    font: oblique normal normal small/1.8em Arial,Helvetica,sans-serif;
    padding: 3px 0;
}

#info div
{
    padding: 15px 20px 30px;
    background: url("../media/image/bg_block.png") repeat-x scroll 0 0 transparent;
}
#info p
{
    color: #666666;
    background: url("../media/image/bg_line.png") repeat-x scroll left bottom transparent;
    font: normal normal normal small/1.8em Arial,Helvetica,sans-serif;
    padding: 3px 0;
    margin: 0px;
}
/************************************************************************************/
/*Center Content*/

#post
{
    margin-left: 10px;
    padding: 0 16px 0;
}
#post>p
{
    color: #000000;
    font: 0.8em/1.8em Arial,Helvetica,sans-serif;
    margin-top:0px;
}
#post li
{
    font: 0.8em/1.8em Arial,Helvetica,sans-serif;
}
#listitem
{
    list-style: disc outside url("../media/image/listitem.png");
}
#left
{
    float: left;
    margin-right: 15px;
    margin-top: 5px;
}
#right
{
    float: right;
    margin-left: 15px;
    margin-top: 5px;
}
/************************************************************************************/
/*Main Content*/
#employee
{
    margin-top:20px;
    min-height:250px;
    background: url("../media/image/bg_line.png") repeat-x scroll left bottom transparent;
    margin-bottom:5px;
    padding-bottom: 5px;
}
#employee>p, #employee>blockquote
{
    font: small/1.8em Arial,Helvetica,sans-serif;
    margin-left:180px;
}
/*Menu*/
/************************************************************************************/
#nav
{
     margin:0;
     padding-left:120px;
	 padding-top:80px;
     list-style-type:none;
     list-style-position:outside;
     position:relative;
     line-height:1.5em;
     z-index: 1000;
 }
#nav ul
{
	padding: 10px 5px;
	border: 1px solid #6BBB75;
	margin:0;
	list-style-type:none;
	list-style-position:outside;
	line-height:1.5em;
	background-color: #EEE;
	position:absolute;
	width:10em;
	top:1.5em;
	display:none;
 }
#nav a
 {
	color:#FFF;
 }
#nav a:link, #nav a:active, #nav a:visited
 {
    display:block;
    padding:0px 5px;
    border:medium none;
    text-decoration:none;
    background-color: transparent;
 }

#nav a:hover
{
    background-color:transparent;

}
#nav li
{
	padding: 0 12px 0 0;
	font-size: 16px;
    font-weight: bold;
	font-family: Georgia;
    float:left;
    position:relative;
}

#nav li ul a
{
	font-size: 14px;
    font-weight: normal;
    padding: 3px 5px;
	color:#060;
    width:10em;
    float:left;
}
#nav li ul a:hover
{
	color:#FFF;
	background-color:#060;
}
#nav ul ul
{
	top:auto;
}

#nav li ul ul 
{
    left:12em;
    margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul
{
    display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul
{
	
    display:block;
}
/************************************************************************************/


/**/
/*Distance Care*/
.emptytextarea
{
    color:gray;
    
}
.normaltextarea
{
    color:black;
    
}
/**/
/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:300px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(http://flowplayer.org/img/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
/* styling for elements inside overlay */
	.details {
		position:absolute;
		top:15px;
		right:15px;
		font-size:11px;
		color:#fff;
		width:150px;
	}
	
	.details h3 {
		color:#aba;
		font-size:15px;
		margin:0 0 -10px 0;
	}


