@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #f2e7d3;
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
}
.middle_column img, .big_middle_column img  {
	margin:5px 15px 10px 10px;
}

a:focus, a:active, input[type=image] {
	outline: 0 none;
}

h1 {
    font-size: 18px;
    text-align: right;
    font-weight: normal;
    color: #990000;
    margin-right: 40px;
    margin-bottom: 10px;
}
h2 {
	clear:both;
	font-size:14px;
	font-weight: bold;
	text-align:left;
	margin-top: 5px;
	margin-left:10px;
}

h3 {
	clear:both;
	color: #990000;
	font-size:13px;
	font-weight: bold;
	font-style: italic;
	text-align:left;
	margin-top: 5px;
	margin-left:10px;
}
table tr td {
	vertical-align:middle;
	padding: 3px;
}
table tr:hover{
	background-color: #F2E7D3;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
	text-align:justify;
}

.container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.container .top_bar {
    height: 32px;
}

.el, .en {
    width: 27px;
    height: 27px;
    float: left;
    margin-top: 2px;
}

.el {
    background-image: url(../images/flag_el.jpg);
    background-repeat: no-repeat;
    margin-left: 40px;
}

.en {
    background-image: url(../images/flag_en.jpg);
    background-repeat: no-repeat;
    margin-left: 10px;
}

.search_container {
    float: right;
    height: 32px;
}

.search_label, .search_box {
    float: left;
    margin-top: 4px;
    margin-left: 7px;
}

.search_label {
    font-size: 14px;
    margin-top: 6px;
}

.search_box {
    background-image: url(../images/search_bg.jpg);
    background-repeat: no-repeat;
    height: 23px;
    width: 154px;
    border: 0px;
    padding-top: 4px;
    padding-left: 4px;
}

.search_button {
    float: left;
    background-image: url(../images/mag_glass.png);
    background-repeat: no-repeat;
    background-color: transparent;
	border: 0px solid #ffffff;
	height: 44px;
    width: 44px;
    position: relative;
    z-index: 5;
	display: inline;
}

.logo_container {
    clear: both;
    height: 165px;
    position: relative;
}

.logo_description {
    position: absolute;
    top: 90px;
	left: 567px;
    height: 70px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
}

.logo_description p {
    margin: 5px;
}

.certifications{
	background-image: url(../images/certifications.jpg);
	background-repeat: no-repeat;
	width: 233px;
    height: 114px;
    position: relative;
    top: 25px;
    float: left;
    margin-left: 10px;	
}

.logo {
    height: 125px;
    width: 363px;
    float: right;
    margin-right: 20px;
    margin-top: 6px;
    border: 0px;
}

.slideshow_container {
    clear: both;
    background-image: url(../images/slideshow_container.jpg);
    background-repeat: no-repeat;
    height: 292px;
    width: 960px;
    position: relative;
	margin-top:4px;
}

.mainMenu {
	width: 960px;
    height: 40px;
    position: relative;
    bottom: -10px;
	margin-left: auto;
	margin-right: auto;
}

.mainMenu ul {
    list-style: none;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;

    height: 40px;

}

.mainMenu ul li {
    float: left;
    margin-left: 6px;
    margin-right: 6px;
	list-style: none;
	
	text-align: center;
    height: 40px;
	
	position: relative;

}

.mainMenu ul li a {
	position: relative;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
	display: block;
	float: left;
	z-index: 5;

    height: 40px;

}

/* Represents the background of the highlighted menu-item. */
.mainMenu li.back {
    /*background: url("../image/lava.gif") no-repeat right -30px;*/
	list-style:none;
    margin-left:0px;
    width: 9px; height: 20px;
	z-index: 0;
    position: absolute;
	bottom: 0px;
	border-bottom: #ffffff 4px solid;
	
    height: 40px;
	
}

.mainMenu li.back .left {
    /*background: url("../image/lava.gif") no-repeat top left;
    height: 30px;
    margin-right: 9px;*/
}

.red_spacer{
	background-color: #6E0019;
	height: 20px;
	width: 100%;
}

.mainMenu ul ul{
	display: none;
	float: left;
	position: absolute;
	width: 200px;
	height: 30px;
	line-height: 30px;
	z-index: 10;
	bottom: -20px;
	left: 0px;
}
.mainMenu ul ul li{
	background-color: #6E0019;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	
}

.mainMenu li:hover ul li{
	/*display: block;*/
}

.mainMenu .company{
	width: 60px;
}

.mainMenu .dpt_biop_microb {
	width: 160px;
}

.mainMenu .dpt_m_biol {
	width: 125px;
}

.mainMenu .dpt_cytog {
	width: 140px;
}

.mainMenu .other_exams {
	width: 75px;
}

.mainMenu .doctors {
	width: 105px;
}

.mainMenu .patients {
	width: 105px;
}

.mainMenu .contact {
	width: 86px;
}


.left_column {
    clear: both;
    width: 200px;
    float: left;
}

.middle_column {
    width: 500px;
	min-height:600px;
    background-image: url(../images/mid_column_bg.jpg);
    background-repeat: repeat-y;
    float: left;
    margin-left: 10px;
    padding: 20px 20px 31px 20px;
    position: relative;
}

.middle_column p{
	line-height: 20px;
}
.middle_column li{
	line-height: 20px;
}
.big_middle_column {
    width: 705px;
	min-height:600px;
    background-image: url(../images/mid_column_bg_big.jpg);
    background-repeat: repeat-y;
    float: left;
    margin-left: 10px;
    padding: 20px 20px 31px 20px;
    position: relative;
}

.middle_column a, .big_middle_column a {
	color:#cc0000;
}

.middle_column ul, .middle_column ol, .big_middle_column ul, .big_middle_column ol{
	margin-top: 5px;
	margin-bottom: 5px;
}
.big_middle_column h2{
	clear:none;
}
.big_middle_column iframe + h2{
	clear:both;
}


.middle_footer {
    background-image: url(../images/mid_column_footer.jpg);
    background-repeat: no-repeat;
    height: 31px;
    width: 540px;
    margin-left: -20px;
    position: absolute;
    bottom: 0px;
}
.big_middle_footer {
	clear:both;
    width: 745px;
    height: 31px;
    background-image: url(../images/mid_column_footer_big.jpg);
    background-repeat: no-repeat;
    margin-left: -20px;
    position: absolute;
    bottom: 0px;
}
.right_column {
    width: 200px;
    float: right;
}


.box {
    margin-top: 15px;
    background-image: url(../images/box_bg.jpg);
    background-repeat: repeat-y;
    width: 190px;
    position: relative;
    font-size: 13px;
    padding-left: 10px;
    padding-bottom: 17px;
	padding-top: 0px;
}

.box h2 {
    background-image: url(../images/box_h2_bg.jpg);
    background-repeat: no-repeat;
    height: 25px;
    width: 195px;
    font-size: 12px;
    padding-top: 10px;
    padding-left: 5px;
    margin-left: -10px;
    margin-bottom: 5px;
    overflow: hidden;
	margin-top:0px;
}

.box h2 a, .box h2 a:visited, .box h2 a:link{
    font-size: 12px;
	text-decoration:none;
	color: #000000;
}
.box h2 a:hover{
	text-decoration:underline;
}

.box p{
	width: 180px;
}

.box_footer {
    background-image: url(../images/box_footer.jpg);
    background-repeat: no-repeat;
    height: 17px;
    width: 200px;
    position: absolute;
    bottom: 0px;
    margin-left: -10px;
}

.box ul{
	list-style:none;
}

.box ul li{
	color: #000000;
	margin-bottom:5px;
}
.box li.current a{
	color:#cc0000;
}

.box ul li a{
	color:#000000;
	text-decoration: none;
}

.box ul li a:hover{
	color:#cc0000;
}

li {
    margin-left: 15px;
    margin-right: 10px;
}

.footer {
    clear: both;
    position: relative;
    top: 12px;
    margin-left: auto;
    margin-right: auto;
    width: 650px;
    height: 30px;
    font-size: 9px;
    padding-top: 5px;
    text-align: center;
}

.jcarousellite{
	width: 180px;
}
.jcarousellite a{
	text-decoration:none;
	color: #000000;
}

.jcarousellite ul{
	overflow: hidden;
	height: 200px;	
	list-style: none;
	list-style-image: none;
}

.jcarousellite ul li{
	border-bottom: #999999 1px dashed;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
	list-style-image: none;
}  
.jcarousellite ul li a:hover{
	color:#cc0000;
}

li.category{
	font-style:normal;
	font-weight: bold;
	list-style:url(../images/arrow_right.jpg);
}
li.open{
	list-style:url(../images/arrow_down.jpg);
}
li.category span{
	cursor:n-resize;
}
li.category span:hover{
	color:#cc0000;
}
li.article{
	font-weight:normal;
	list-style-image: url(../images/bullets.jpg);
}


#contact label{
	clear:both;
	float:left;
	text-align:right;
	width:100px;
}
#contact input{
	background-image:url(../images/input_bg.jpg);
	float:left;
	width:350px;
	height:25px;
	margin-bottom: 10px;
	margin-left:10px;
	border:1px #000000 solid;
}
#contact textarea{
	background-image:url(../images/input_bg.jpg);
	float:left;
	width:350px;
	height:100px;
	margin-bottom: 5px;
	margin-left:10px;
	border:1px #000000 solid;
}

#contact input.submit{
	clear:both;
	margin-left:110px;
	width:100px;
	height:30px;
	background-image:none;
	background-color:#990000;
	border:0px #000000 solid;
	color:#FFFFFF;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;

	
}
#contact {
	margin-top:20px;
	margin-bottom:30px;
	clear:both;
}
address {
	clear:both;
	float:right;
	margin-top:100px;
	margin-right:10px;
	font-size:14px;
	font-style:normal;
}
.address_icons{
	float: right;
	margin-top:115px;
	margin-right:0px;
}
.address_icons img{
	display: block;
}
.map {
	border:solid 2px #000000;
	float:left;
	margin-top:-30px;
	margin-bottom:30px;
	margin-left:10px;
}


.main_slideshow {
	position:relative;
	width: 888px;
	height: 240px;
	margin-left: auto;
	margin-right:auto;
	top: 2px;
}

.main_slideshow a, .small_slideshow a{
	display:none;
}

.search_results li{
	margin-bottom: 10px;
}
.search_results a{
	color:#000000;
	text-decoration:none;
}
.search_results a:hover{
	color:#cc0000;
}

.pdf_icon{
	color:#cc0000;
	font-weight: bold;
	font-size: 10px;
}

img.pdf{
	vertical-align: middle;
	border: #ffffff 0px solid;
	margin: 0px 0px 0px 5px;
}

.adsense{
	width: 180px;
	height: 150px;
	background-image: url(../images/adsense.jpg);
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.tcenter{
	text-align: center;
}


