/* 
 *	Horizontal, top-2-bottom
 *	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 *	(c) 2004 - Aleksandar Vacic, www.aplus.co.yu
 * Some rights reserved, http://creativecommons.org/licenses/by/2.0/
 *	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 */

/*		------	Basic style	------		*/

#menu {
	display: block;
}

#menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

#menu li {
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #70767B;
	background: #A0B0A2;
	display: block;
	float: left;
	position: relative;
}

#menu a {
	display: block;
}

#menu li li {
	width: 100%;
}

/* fix the position for 2nd level submenus. first make sure no horizontal scrollbars are visible on initial page load... */
#menu li li ul {
	top: 0;
	left: 0;
}

/* ...and then place it where it should be when shown */
#menu li li:hover ul {
	left: 100%;
}

/* initialy hide all sub menus */
#menu li ul {
	display: none;
	position: absolute;
	z-index: 10;
}

/* display them on hover */
#menu li:hover>ul {
	display: block;
}

/* this is needed if you want to style #menu div - force containment of floated LIs inside of main UL */
#menuList:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

/* Clear-fix for IE5/Mac \*//*/
#menu a {
	float: left;
}

#menuList {
	display: inline-block;
}
/*  */

/*		------   Make-up	--------			*/

#menu {
	width: 100%;
    height: 31px;
    background-image: url('../images/perimedlogo2.gif');
	background-repeat: no-repeat;
    font-size: 10px;
    position: relative;
	right:0;
    margin:0;
    top: 4px;
}

#menu li:hover {
	background-color: #cfdfff;
}

#menu a {
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding: 4px 5px 5px;
	margin:0;
}

#menu li a:hover {
	color: #4769b3;
}

#menu li ul {
	color: #000;
	background-color: #A0B0A2;
	width: 150px;
	border-left: 1px solid #70767B;
	border-right: 1px solid #70767B;
	border-bottom: 1px solid #70767B;
	margin:0;
}

#menu ul.short {
	width: 100px;
}

#menu ul.wide {
	width: 220px;
	font-weight:normal;
}

#menu li ul a {
	text-align: left;
}

#menu li.submenu {
	font-weight: bold;
	margin-left:3px;
	margin-top: 3px; 
}

#menu li.menuSimple {
	font-weight: bold;
	margin-left:3px;
	margin-top: 3px; 
}

#menu ul.texting {
	font-weight:normal;
	width: 160px;
}

#menu li li.submenu {
	background-image: url('../images/arrow-r.gif');
	background-repeat: no-repeat;
	background-position: right;
	font-weight: normal;
	margin-left:0px;
	margin-top:0px;
}

#menu li div.menuItemSep {
  border-left: 1px solid #70767B;
}


Body { 
   font-family: "Verdana", sans-serif; 
   font-size: 11px;
   line-height: 1.4em;
   background: #ffffff url('../images/bg.gif'); 
   background-repeat: no-repeat;
   color: #000000;
   margin:0px 0px 0px 0px;
 }

H1 { 
   font-family: "Trebuchet MS", sans-serif; 
   font-size: 18px; 
   font-weight: bold;
   font-style: italic;
   color: #6076dd;
   line-height: 30px;
   text-transform: uppercase;
   text-align: left;
   margin:15px 0px 0px 0px; 
 }

H2 { 
   font-family: "Trebuchet MS", sans-serif; 
   font-size:16px; 
   font-weight:bold;
   color: #6076dd;
   margin:10px 0px 0px 0px; 
 }

H3 { 
   font-family: "Trebuchet MS", sans-serif; 
   font-size:13px; 
   font-weight:bold;
   font-style: italic;
   color: #6076dd;
   margin:6px 0px 0px 0px; 
 }
 
H4 { 
   font-family: "Trebuchet MS", sans-serif; 
   font-size:12px; 
   font-weight:bold;
   font-style: normal;
   color: #6076dd;
   margin:6px 0px 0px 0px; 
 }

p { 
   font-family: "Verdana", sans-serif; 
   margin:8px 0px 8px 0px;
 }
.sci sub, .sci sup { line-height: 0; }
.products#font-family { font-family: "Arial", sans-serif; font-size:12px; } 
.hang { text-indent: -1em; margin-left: 1em; }
.hanglong { text-indent: -6em; margin-left: 6em; }
.pic	{font-size: 10px; font-style: italic; } 
.footnote { font-size: 10px; }
.left  {text-align: left; }
 
hr {
  width: 85%;
  height: 1px;
  margin: 6px 0px 6px 0px;
  background-color: #c0c0c0;
  color: #c0c0c0;
 }

td { 
   font-family: "Verdana", sans-serif; 
   font-size:11px;
   margin:0px 0px 0px 0px;
 }

A	{
   	text-decoration: none;
 }

A:link {
   color:#4769b3;
 }

A:visited {
   color:#4769b3;
 }
 
A:hover {
   text-decoration: underline;
   color:#4769b3;
 }

A:active {
   color:#4769b3;
 }

input text {
   font-family: "Arial", sans-serif; 
   font-size:11px;
 }

textarea {
   font-family: "Arial", sans-serif; 
   font-size:11px;
 }

div.menubox_right {
   width: 674px;
   margin: 0;
   float:right;
   right:0;
 }

div.menubox_left {
   width: 18px;
   margin: 0;
   float:left;
   right:0;
 }
 
div.menubox {
   width: 770px;
   margin: 0;
 }

div.container_outer {
  width: 770px;
  float: left;
  background: url('../images/fauxcols2.gif') repeat-y 100% 0;
  margin-top: 1px;
  margin-bottom: 1px;
}

div.container_outer_x {
  width: 770px;
  float: left;
  background: url('../images/colborder3.gif') repeat-y 100% 0;
  margin-top:10px;
}

div.container_announce {
  border: 1px solid #ccddff;
  background-color: #fafaff;
  width: 382px;
  padding: 10px;
  position:relative;
  bottom:6px;
  right: 6px;
}

*html div.container_announce {
  width: 404px;
  w\idth: 382px;
  \margin: 0px 0px -3px 0px;
  ma\rgin:  0px 0px 0px 0px;
}

div.centerx {
	width:770px;
	margin-left:auto;
    margin-right:auto;
 }

div.dropshadow {
	float:left;
	clear:left;
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	width: 404px;
	padding: 0px;
}

div.container_main {
  text-align: justify;
  width: 410px;
  float: right;
  margin-right: 12px;
  padding: 10px 15px;
}

}
*html div.container_main {
  width: 440px;
  w\idth: 410px;
}

div.container_right {
  text-align: justify;
  width: 200px;
  float: right;
  padding: 10px;
  margin-right: 0px;
}

*html div.container_right {
  width: 222px;
  w\idth: 200px;
}

div.container_contact {
  margin-right: 10px;
  margin-top: 3px;
  width: 40%;
  float: left;
}

div.container_bottom {
  width: 770px;
  clear: both;
  float: left;
  font-size: 10px;
  text-align: center;
  /* padding: 10px; */
}

div.distance {
  clear: both;
  line-height: 30px;
}

div.spacer {
  clear: both;
  line-height: 4px;
}