@charset "UTF-8";
/* Dermatix Asia CSS Document */

body {
	margin: 0;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #CCCCCC;
	color: #333333;
}

a img{
	border: none;
}	

a {
	color: #2A53A1;
	text-decoration: none;
}	

a:hover {
	color: #2A53A1;
	text-decoration: underline;
}	


p {
	line-height: 18px;
	margin-top: 10px;
}

h2 {
	font-size: 160%;
	font-weight: normal;
	color: #000000;
}

h3 {
	font-size: 140%;
	font-weight: normal;
	color: #000000;
}

h4 {
	font-size: 120%;
	font-weight: normal;
	color: #000000;
}

h5 {
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
}

h6 {
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
}


#homenews a {
	color: #FFFFFF;
	text-decoration: underline;
}

#homenews a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#masthead {
	background: #FFFFFF;
}

#masthead-box {
	height: 64px;
	width: 880px;
	margin: 0 auto;
	background: #FFFFFF;
}

#masthead-cty {
	height: 10px;
	width: 100px;
	border: 1px;
	margin-right: 0px;
	align: right;
	background: #FFFFFF;
}

#nav {
	height: 37px;
	background: #FFFFFF url(../images/nav-bg.jpg) repeat-x;
}

#menu {
	width: 540px;
	padding-left: 440px;
	margin: 0 auto;
}

#hm-banner {
	background: #000000;
	margin: 0;
	padding: 0;
}

#hm-banner-box {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: 348px;
}

#hm-content {
	background: #3D689D url(../images/hm-content-bg.jpg) top repeat-x;
}

#hm-content-box {
	margin: 0 auto;
	padding: 20px;
	width: 940px;
	color: #FFFFFF;
}

#content {
	background: #FFFFFF url(../images/content-bg.jpg) top repeat-x;
}

#content-box {
	margin: 0 auto;
	padding: 20px;
	width: 940px;
}

#content-table {
	border-collapse: collapse;
	width: 100%;
}

#content-table-left-column {
	width: 80%;
	padding-right: 20px;
	text-align: left;
	vertical-align: top;
}

#content-table-right-column {
	width: 20%;
	text-align: left;
	vertical-align: top;
	padding-top: 30px;
}


#footer {
	background: #CCCCCC;
}

#footer-box {
	margin: 0 auto;
	padding: 20px;
	width: 940px;
	color: #333333;
	font-size: 11px;
}

.img-left{
	float: left;
	margin: 0 20px 0 0;
	padding: 5px 0 10px 0;
	clear: both;
}

.scar{
	float: left;
	margin: 0px 10px 5px 10px;
	padding: px 5px 10px 5px;
	clear: both;
}


.rounded {
    background-color:#E7E7E7;
	padding: 7px;
}

.txt-blue {
	color: #114E90;
}

.txt-large {
	font-size: 120%;
}

.txt-small {
	font-size: 75%;
}

ol li{
	margin-bottom: 5px;
}

ul.mlist{
	margin-top: 5px;
	margin-bottom: 30px;
}

ul.mlist li{
	margin-bottom: 5px;
	list-style: url(../images/bull.gif);
}

ol.ref li{
	margin-left: -15px;
}

table.data {
	border-collapse: collapse;
}

table.data td {
	padding: 4px;
	text-align: center;
	border: solid 1px #FFFFFF;
	color: #000000;
	font-size: 11px;
}

table.data td.whiteleft {
	padding: 4px;
	text-align: left;
	border: solid 1px #FFFFFF;
	color: #000000;
	font-size: 11px;
}


table.data td.darkgrey {
	background: #666666;
	color: #FFFFFF;
	font-size: 12px;
}

table.data td.midgrey {
	background: #999999;
	color: #FFFFFF;
	font-size: 12px;
}


table.data td.lightgrey {
	background: #e6e6e6;
}

table.data td.lightgrey1 {
	background: #e6e6e6;
	color: #000000;
	text-align: left;
	vertical-align: top;
	
}


table.data td.darkyellow {
	background: #F8B101;
	font-size: 12px;
}

table.data td.lightyellow {
	background: #FCD884;
}

table.data td.darkblue {
	background: #32508C;
	color: #FFFFFF;
	font-size: 12px;
}

table.data td.lightblue {
	background: #7D97BD;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#subnav{
	/*width: 180px; width of menu*/
}

#subnav ul{
	list-style-type: none;
	margin: 0 0 50px 0;
	padding: 0;
}
	
#subnav li a{
	display: block;
	background: transparent url(../images/dotline.gif) bottom repeat-x;
	padding: 6px 0 6px 10px;
	/*line-height: 20px; Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
#subnav li a:link, #subnav li a:visited {
	color: #2A53A1;
}

#subnav li a:hover{
	color: #000000;
}

	
#subnav li a.selected{
	color: #000000;
}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

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

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
padding: 10px 0 9px 10px;
text-decoration: none;
color: #2A53A1;
}

.suckertreemenu ul li a span{
padding: 0 10px 0 0;
}

.suckertreemenu ul li.selected a{
background: url(../images/tab-blue-left.gif) no-repeat left top;
color: #FFFFFF;
}

.suckertreemenu ul li.selected a span{
background: url(../images/tab-blue-right.gif) no-repeat right top;
padding: 10px 10px 9px 0;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 0em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
background-color: #2A53A1; 
/* float: none; This line causing problem in IE7*/
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #FFFFFF;
text-decoration: none;
padding: 5px;
background-color: #2A53A1; 
font-size: 12px;
}

.suckertreemenu ul li.selected ul li a{
background: #2A53A1;
}

.suckertreemenu ul li a:hover{
color: white;
text-decoration: none;
background: url(../images/tab-blue-left.gif) no-repeat left top;
}

.suckertreemenu ul li a:hover span{
background: url(../images/tab-blue-right.gif) no-repeat right top;
padding: 10px 10px 9px 0;
}

.suckertreemenu ul li ul li a:hover{
color: white;
text-decoration: none;
background: #000000;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; width: 0; }
/* End */

#country {
	position:absolute; 
	top:0; 
	text-align: right;
	right:0; 
	z-index: 100; 
	margin:5px 5px 0 0; 
	padding:0; 
	width:60px; 
	height:15px; 
	font-size:11px;
	
}

#country a.thislang {
	color: #faad05;
	text-decoration: none;
	
}	

#country a.chooselang {
	color: #2A53A1;
	text-decoration: none;
}	


#country a:hover {
	color: #000000;
	text-decoration: underline;
}