﻿ /********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	PixelGreen
   TEMPLATE CODE: 	S-0010
   VERSION:          1.2   
	LAST MODIFIED:    June-05-2007       	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: normal 79%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	background: #FFF url(bg.jpg) repeat;
	text-align: center;
}

/* links */
a { background: inherit; color: #72A545; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }

/* headers */
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 { font-size: 2.4em; color: #595959; }
h2 { font-size: 2.2em; text-transform: uppercase; }
h3 { font-size: 2.2em; }

p, h1, h2, h3 {
	margin: 20px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

/* images */
img {
	border: 1px solid #DADADA;
	padding: 5px;
	background: #FAFAFA;
}
img.float-right {
  margin: 5px 0px 5px 15px;
    
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background-color: #FAFAFA; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #72A545;  
	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif; 
	color: #666666;	
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 0px 0px;	
}
th strong {
	color: #fff;
}
th {
	background: #1e1f20;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 0px;
}
td {
	padding-left: 1px;
	padding-right: 1px;
	/* border-left: 1px solid #FFE1C3; */
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;	
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	margin: 0; padding: 0;	
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #333; 
	height: 20px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: 1px solid #DADADA;
	padding: 3px 5px;	
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 760px;
}

/* header */
#header {
	height: 150px;
	text-align: left;
	background: url(topo.jpg) no-repeat;
	margin-left: 82px;	
	margin-bottom:4px;
}
#header-content {	
	margin: 0 auto; padding: 0;
	position: relative;
	margin-left: 98px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#header-content h1#logo {
	position: absolute;	
	font: bold 45px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px; 
	color: #FFF;
	margin: 0; padding: 0;	
	margin-bottom: 90px;	
	
	/* change the values of left and top to adjust the position of the logo */
	top: 0; left: 0px;
}
#header-content h1#logo a {
	text-decoration: none;
	color: #FFF;
}
#header-content #slogan {
	position: absolute;	
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 55px; left: 40px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: -5px;
	top: 15px;
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0;
	padding: 0;
	background-image: url(../Desktop/site/flash/banner1/fundo.jpg);
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #FFF;
	background-color: #4b4f50;
	text-decoration: none;
	border-right: 1px solid #272727;
}
#header-content li a:hover {
	background: #858b8d;
	color: #FFF;
}
#header-content li a#current  {
	background: #858b8d;
	color: #FFF;
}

/* header photo */
.headerphoto {
	margin: 0 auto;
	width: 770px;
	height: 200px;
	padding: 15px 10px 10px 10px; 
	
	/*background: #FFF url(headerphoto.jpg) no-repeat center;*/	
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	
}
#content {
	width: 1100px;
	text-align: left;	
	padding: 0;
	margin: 0 auto;	
	background: url(bjinter.jpg) repeat ;
}

/* sidebar */
#sidebarE {
	float: left;
	width: 20%;
	margin: 0 0 10px 5px; padding: 0;	
}	
#sidebarE h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
	font: bold 1.3em 'Trebuchet MS', Tahoma, Sans-serif;
}

#sidebar {
	float: right;
	width: 20%;
	margin: 0 5px 10px 0; padding: 0;	
}	
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
	font: bold 1.3em 'Trebuchet MS', Tahoma, Sans-serif;
}
.sidebox {
	background: #F5F5F5;
	border: 1px solid #EFEDED;
	margin-bottom: 10px;
	}
.sideboxx {
	background: #d1d1d1;
	border: 1px solid #ffffff;
	margin-bottom: 10px;
}

/* sidebar menu */
#sidebarE ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;
	background: #F2F2F2;			
}
#sidebarE ul.sidemenu li {
	padding: 0px 10px;
}
#sidebarE ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D4D4D4;
	text-decoration:none;
}
#sidebarE ul.sidemenu a.top{	
	border-top: 1px dashed #D4D4D4;
}
#sidebarE ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #65944A;
	color: #65944A;		
}

#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;
	background: #F2F2F2;			
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D4D4D4;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #D4D4D4;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #65944A;
	color: #65944A;		
}

/* main */
#main {
	float: left;
	width: 56%;	
	margin: 0 10px 0 21px;
	padding: 0;	
}
#main h1 {
	padding: 10px 0px 0px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f2f2f2; 	
	font: normal 1.5em 'Trebuchet MS', Tahoma, Sans-serif;
}
#main ul li {
	list-style-image: url(bullet.gif);
}

.post {
	margin: 0; padding: 0;
	background: #FFF url(gradientbg.jpg) repeat-x;
	border: 1px solid #EFEDED;
	left-margin: 105px;
}
.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}
.post .post-footer .date {
	background: url('clock.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url('comment.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url('page.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer {
	clear: both;
	margin: 0; padding: 0;
	font: normal .95em/1.6em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: center;	
	background: url(bjinter.jpg) repeat ;
}

#footer h1, #footer p {	margin-left: 0; }

#footer-content {	
	border-top: 1px solid #EAEAEA;
	margin: 0 auto;
	padding-left: 0px;
	width: 100%;
	
}
#footer-content a {
	text-decoration: none;
	color: #777;	
}
#footer-content a:hover {
	text-decoration: underline;
	color: #333;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	width: 32%;
	padding: 0 5px 30px 0;	
}
#footer-content .col2 {
	width: 100%;
	padding: 0 0 5px 0;	
	background: url(bjinter2.jpg) repeat ;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }



#imHeader, #imFooter {position: relative; }
#imHeader div, #imFooter div {position: absolute; cursor: pointer; background: center no-repeat}



#imMenuMain {width: 190px; float: left; padding: 0px 0 0 10px; }

.fb {font-weight: bold; } .fi {font-style: italic; } .fu {text-decoration: underline; } 
ul.imBullet {margin: 0 0 0 20px; padding: 0; text-align: left; } ul.imBullet li {vertical-align: middle; }
.imTD {padding: 3px; line-height: 16px; }
.imInput_0 {width: 95%}
.imInput_1 {width: 65%}
.imInput_2 {width: 45%}
.imInput_3 {width: 25%}
.imInput_4 {width: 10%}
.imCRNoPrev {background: #FFFFFF url('imcartprev.gif') no-repeat center; border: 1px solid #AAAAAA; text-align: center; overflow: hidden; font: 8pt Tahoma; }
form, fieldset {margin: 0; padding: 0; border: none; }
fieldset legend {visibility: hidden; }
.imAlign_left {text-align: left; }
.imAlign_center {text-align: center; }
.imAlign_right {text-align: right; }
.imAlign_justify {text-align: justify; }
img.imImage {border: 0px; vertical-align: baseline; }
.imInvisible {position: absolute; top: -10000px; left: -10000px; }
.imHidden {display: none; }
.imClear {clear: left; }
.imError {padding: 5px; margin: 10px; border: 1px solid #000000; background-color: #FFFFFF; font: 11px Tahoma; text-align: center; line-height: 16pt; overflow: hidden; }
#imWebSiteX5Adv {position: absolute; top: 0; right: 0; z-index: 1500; overflow: hidden; }
#imWebSiteX5AdvObj {position: relative; }
#imToolTip {position:absolute; z-index: 1001; }
#imShowBoxBG {position: fixed; z-index: 2000; top: 0; left: 0; width: 100%; height: 100%; background-color: #000000; opacity: 0; filter: alpha(opacity=0); }
#imShowBoxContainer {position: absolute; z-index: 2001; top: 0; left: 0; width: 100%; font: 8pt Tahoma; color: #000000; }
#imShowBox {position: relative; margin: 0 auto; padding: 10px; background: #FFFFFF url('imloading.gif') no-repeat center center; border: 1px solid #000000; overflow: hidden; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#imShowBoxContent {opacity: 0; filter: alpha(opacity=0); }
#imShowBoxDescription {padding: 8px 5px 0 5px; }
#imLockTxt {margin-left: 10px; font: 11px Tahoma; color: #000000; min-height: 300px; height: auto !important; height: 300px; }
#imLockForm {margin: 5px auto; text-align: left; padding: 5px; width: 200px; }
#imLockAlert {background-color: red; color: white; padding: 0 5px 0 5px; }
.imLockLabel {display: block; margin-top: 6px; }
.imLockBtn {font: 11px Tahoma; color: #000000; background-color: #C0C0C0; border: 1px solid #222222; margin: 5px; }
.imLockFld {font: 11px Tahoma; color: #000000; background-color: #FFFFFF; border: 1px solid #222222; margin: 4px 0; vertical-align: middle; }

/* -- Menu Main Settings -- */
#imMnMn {padding-top: 1px; }
#imMnMn ul, #imMnMn ul li {margin: 100; padding: 0; list-style: none; z-index: 1000; cursor: pointer; }
#imMnMn ul li {position: relative; float: left; padding-bottom: 1px; }
#imMnMn ul a {display: block; text-decoration: none; height: 26px; width: 190px; }

/* -- Menu Main Images -- */
#imMnMn ul li a.imMnItm_1 {background: url('home1.gif') no-repeat top left; }
#imMnMn ul li:hover a.imMnItm_1, #imMnMn ul li a:hover.imMnItm_1 {background: url('home2.gif') no-repeat top left; }
#imMnMn ul li a.imMnItm_2 {background: url('arnold1.gif') no-repeat top left; }
#imMnMn ul li:hover a.imMnItm_2, #imMnMn ul li a:hover.imMnItm_2 {background: url('arnold2.gif') no-repeat top left; }
#imMnMn ul li a.imMnItm_3 {background: url('bsn1.gif') no-repeat top left; }
#imMnMn ul li:hover a.imMnItm_3, #imMnMn ul li a:hover.imMnItm_3 {background: url('bsn2.gif') no-repeat top left; }
#imMnMn ul li a.imMnItm_4 {background: url('designer1.gif') no-repeat top left; }
#imMnMn ul li:hover a.imMnItm_4, #imMnMn ul li a:hover.imMnItm_4 {background: url('designer2.gif') no-repeat top left; }
#imMnMn ul li a.imMnItm_5 {background: url('dymatize1.gif') no-repeat top left; }
#imMnMn ul li:hover a.imMnItm_5, #imMnMn ul li a:hover.imMnItm_5 {background: url('dymatize2.gif') no-repeat top left; }
#imMnMn ul li a.imMnItm_6 {background: url('gaspari1.gif') no-repeat top left; }
#imMnMn ul li:hover a.imMnItm_6, #imMnMn ul li a:hover.imMnItm_6 {background: url('gaspari2.gif') no-repeat top left; }
#imMnMn ul li a.imMnItm_7 {background: url('Integralmedica1.gif') no-repeat top left; }
#imMnMn ul li:hover a.imMnItm_7, #imMnMn ul li a:hover.imMnItm_7 {background: url('Integralmedica2.gif') no-repeat top left; }
#imMnMn ul li a.imMnItm_8 {background: url('labrada1.gif') no-repeat top left; }
#imMnMn ul li:hover a.imMnItm_8, #imMnMn ul li a:hover.imMnItm_8 {background: url('labrada2.gif') no-repeat top left; }
#imMnMn ul li a.imMnItm_9 {background: url('mightmass1.gif') no-repeat top left; }
#imMnMn ul li:hover a.imMnItm_9, #imMnMn ul li a:hover.imMnItm_9 {background: url('mightmass2.gif') no-repeat top left; }
#imMnMn ul li a.imMnItm_10 {background: url('nutrilatina1.gif') no-repeat top left; }
#imMnMn ul li:hover a.imMnItm_10, #imMnMn ul li a:hover.imMnItm_10 {background: url('nutrilatina2.gif') no-repeat top left; }
#imMnMn ul li a.imMnItm_11 {background: url('naturesbest1.gif') no-repeat top left; }
#imMnMn ul li:hover a.imMnItm_11, #imMnMn ul li a:hover.imMnItm_11 {background: url('naturesbest2.gif') no-repeat top left; }
#imMnMn ul li a.imMnItm_12 {background: url('optimum1.gif') no-repeat top left; }
#imMnMn ul li:hover a.imMnItm_12, #imMnMn ul li a:hover.imMnItm_12 {background: url('optimum2.gif') no-repeat top left; }
#imMnMn ul li a.imMnItm_13 {background: url('pacifickhealth1.gif') no-repeat top left; }
#imMnMn ul li:hover a.imMnItm_13, #imMnMn ul li a:hover.imMnItm_13 {background: url('pacifickhealth2.gif') no-repeat top left; }
#imMnMn ul li a.imMnItm_14 {background: url('steel1.gif') no-repeat top left; }
#imMnMn ul li:hover a.imMnItm_14, #imMnMn ul li a:hover.imMnItm_14 {background: url('steel2.gif') no-repeat top left; }
#imMnMn ul li a.imMnItm_15 {background: url('syntrax1.gif') no-repeat top left; }
#imMnMn ul li:hover a.imMnItm_15, #imMnMn ul li a:hover.imMnItm_15 {background: url('syntrax2.gif') no-repeat top left; }
#imMnMn ul li a.imMnItm_16 {background: url('xpharma1.gif') no-repeat top left; }
#imMnMn ul li:hover a.imMnItm_16, #imMnMn ul li a:hover.imMnItm_16 {background: url('xpharma2.gif') no-repeat top left; }
#imMnMn ul li a.imMnItm_17 {background: url('vp21.gif') no-repeat top left; }
#imMnMn ul li:hover a.imMnItm_17, #imMnMn ul li a:hover.imMnItm_16 {background: url('vp22.gif') no-repeat top left; }
#imMnMn ul li a.imMnItm_18 {background: url('peformace1.gif') no-repeat top left; }
#imMnMn ul li:hover a.imMnItm_18, #imMnMn ul li a:hover.home {background: url('peformace2.gif') no-repeat top left; }
#imMnMn ul li a.imMnItm_19 {background: url('universal1.gif') no-repeat top left; }
#imMnMn ul li:hover a.imMnItm_19, #imMnMn ul li a:hover.home {background: url('universal2.gif') no-repeat top left; }
#imMnMn ul li a.imMnItm_20 {background: url('dynamiclab1.gif') no-repeat top left; }
#imMnMn ul li:hover a.imMnItm_20, #imMnMn ul li a:hover.home {background: url('dynamiclab2.gif') no-repeat top left; }
#imMnMn ul li a.imMnItm_21 {background: url('cytosport1.gif') no-repeat top left; }
#imMnMn ul li:hover a.imMnItm_21, #imMnMn ul li a:hover.home {background: url('cytosport2.gif') no-repeat top left; }
#imMnMn ul li a.imMnItm_22 {background: url('allmax1.gif') no-repeat top left; }
#imMnMn ul li:hover a.imMnItm_22, #imMnMn ul li a:hover.home {background: url('allmax2.gif') no-repeat top left; }
#imMnMn ul li a.imMnItm_23 {background: url('protowhey1.gif') no-repeat top left; }
#imMnMn ul li:hover a.imMnItm_23, #imMnMn ul li a:hover.home {background: url('protowhey2.gif') no-repeat top left; }
#imMnMn ul li a.imMnItm_24 {background: url('racaohumana1.gif') no-repeat top left; }
#imMnMn ul li:hover a.imMnItm_24, #imMnMn ul li a:hover.home {background: url('racaohumana2.gif') no-repeat top left; }
#imMnMn ul li a.imMnItm_25 {background: url('yellowhornet1.gif') no-repeat top left; }
#imMnMn ul li:hover a.imMnItm_25, #imMnMn ul li a:hover.home {background: url('yellowhornet2.gif') no-repeat top left; }
#imMnMn ul li a.imMnItm_26 {background: url('barrasdepreteinas1.gif') no-repeat top left; }
#imMnMn ul li:hover a.imMnItm_26, #imMnMn ul li a:hover.home {background: url('barrasdepreteinas2.gif') no-repeat top left; }
#imMnMn ul li a.imMnItm_27 {background: url('proteinaliquida1.gif') no-repeat top left; }
#imMnMn ul li:hover a.imMnItm_27, #imMnMn ul li a:hover.home {background: url('proteinaliquida2.gif') no-repeat top left; }

#imMnMn ul li a.imMnItm_home {background: url('home1.gif') no-repeat top left; }
#imMnMn ul li:hover a.imMnItm_home, #imMnMn ul li a:hover.home {background: url('home2.gif') no-repeat top left; }


span.imMnLv {display: block; width: 98%; background: url('iu.gif') no-repeat center right; }

/* -- Menu Level -- */
#imMnMn ul ul {display: none; position: absolute; top: 0px; left: 160px; }
#imMnMn ul ul ul {top: 0; left: 950px;}
#imMnMn ul li:hover li a, #imMnMn ul li.iehover li a, #imMnMn ul li:hover li:hover li a, #imMnMn ul li.iehover li.iehover li a, #imMnMn ul li:hover li:hover li:hover li a, #imMnMn ul li.iehover li.iehover li.iehover li a {padding: 3px 3px 3px 1px; height: auto !important; height: 1%; font: 11px Tahoma; background-color: #000000; background-image: url(''); color: #ffffff; border: 1px solid #ffffff; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85); opacity: 0.85; width: 109px; text-align: left; }
#imMnMn ul li li {padding-bottom: 0; margin-bottom: -1px; }
#imMnMn ul li:hover li a:hover, #imMnMn ul li:hover li:hover a, #imMnMn ul li.iehover li a:hover, #imMnMn ul li.iehover li.iehover a, #imMnMn ul li:hover li:hover li a:hover, #imMnMn ul li:hover li:hover li:hover a, #imMnMn ul li.iehover li.iehover li a:hover, #imMnMn ul li.iehover li.iehover li.iehover a, #imMnMn ul li:hover li:hover li:hover li a:hover, #imMnMn ul li.iehover li.iehover li.iehover li a:hover {background-color: #2b2a2a; background-image: url(''); color: #FFFFFF; }
#imMnMn ul li:hover ul ul, #imMnMn ul li:hover ul ul ul, #imMnMn ul li.iehover ul ul, #imMnMn ul li.iehover ul ul ul {display: none;}
#imMnMn ul li:hover ul, #imMnMn ul ul li:hover ul, #imMnMn ul ul ul li:hover ul, #imMnMn ul li.iehover ul, #imMnMn ul ul li.iehover ul, #imMnMn ul ul ul li.iehover ul {display: block;}

/* -- Menu Sub -- */
#imPageSub {float: right; width: 684px; background: url('imsubmnuline.gif') repeat-y 2px; }
#imMenuSub {float: left; width: 116px; margin-left: 0px;}
#imMenuSub ul {list-style: none; margin: 0; padding: 0; border: none; }
#imMenuSub li.imMenuSubCur, #imMenuSub ul a {height: auto !important; height: 0%; padding: 4px 3px 4px 5px; font: 11px Tahoma; color: #000000; border-bottom: 1px solid #C0C0C0; }
#imMenuSub li.imMenuSubCur {font-weight: bold; }
#imMenuSub ul a:link, #imMenuSub ul a:active, #imMenuSub ul a:visited {display: block; text-decoration: none; }
#imMenuSub ul a:hover, #imMenuSub ul a:focus, #imMenuSub ul a.selected {background-color: #000000; color: #FFFFFF; }
#imMenuSub ul ul a {margin-left: 5px; }
#imMenuSub ul ul a {padding: 4px 3px 4px 5px; font: italic 11px Tahoma; color: #000000; background: transparent none; border-bottom: 0px solid #C0C0C0; }
#imMenuSub ul ul a:hover, #imMenuSub ul ul a:focus {background-color: #000000; color: #FFFFFF; }

/* -- Texts Style -- */
h2 {margin: 0px 6px 4px 10px; padding: 2px 0 2px 0; font: bold 27px Tahoma; color: #004040; text-align: left; }
#imPathTitle {margin: 0px 6px 8px 10px; padding: 2px 0 2px 0; font: 9px Tahoma; color: #808080; text-align: left; }
.imDefText {padding: 2px 0 2px 0; font: 13px Tahoma; color: #000000; text-align: left; }
.fc0 {color: #000000; }
#imFooterSiteMap {margin: 8px 6px 0px 10px; padding: 2px 0 2px 0; font: 11px Tahoma; color: #000000; text-align: center; border-top: 1px solid #000000; }
#imFooterSiteMap a:link, #imFooterSiteMap a:active, #imFooterSiteMap a:visited, #imFooterSiteMap a:hover {color: #000000; text-decoration: none; }
#imFooterSiteMap a:hover {color: #000000; text-decoration: underline; }

/* -- Search Page Style -- */
#imSBox {font: 13px Tahoma; color: #000000; text-align: center;}
#imSBox input {font: 13px Tahoma;  color: #000000}
#imSButton {background-color: transparent; border: 1px #000000 solid}
#imSText {font: 13px Tahoma; color: #000000; text-align: left; margin: 0 10px 10px 10px;}
#imSPageTitle {position: absolute; left: 3px; margin-left: 6px;}
.imSCount {font-size: 80%}
.imSTitle {font-size: 120%; margin-bottom: 4px;}
.imSTitle a {color: #0000FF; }
.imSLink {margin: 2px 0 16px 0;}
.imSLink a {color: #C000C0; text-decoration: none; }
.imSLink a:hover {text-decoration: underline; }
.imSLabel {position: relative; font: 13px Tahoma; color: #000000; padding: 4px 6px 4px 0; margin: 7px 0; background-color: transparent; text-align: right; border-top: 1px solid #000000; }

/* -- Links Style -- */
a.ImLink  {text-decoration: underline; }
a.ImLink:link {color: #0000FF; }
a.ImLink:visited {color: #C000C0; }
a.ImLink:hover {color: #0000FF; text-decoration: underline; }
a.ImGlossary {text-decoration: none; border-bottom: 1px dashed; cursor: text; }
a.ImGlossary:hover {text-decoration: none; cursor: text; }

/* -- ScrollBar Style -- */
html {scrollbar-face-color: #C0C0C0; scrollbar-arrow-color: #000000; scrollbar-track-color: #E0E0E0; scrollbar-shadow-color: #808080; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #E0E0E0; scrollbar-darkshadow-Color: #000000; }

