html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   font: inherit;
   vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
   display: block;
}
body {
   line-height: 1;
}
ol, ul {
   list-style: none;
}
blockquote, q {
   quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
   content: '';
   content: none;
}
table {
   border-collapse: collapse;
   border-spacing: 0;
}@font-face {
    font-family: 'MyriadPro';
    src: url('/gfx/font/myriadpro-regular-webfont.eot');
    src: url('/gfx/font/myriadpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/gfx/font/myriadpro-regular-webfont.woff') format('woff'),
         url('/gfx/font/myriadpro-regular-webfont.ttf') format('truetype'),
         url('/gfx/font/myriadpro-regular-webfont.svg#') format('svg');
    font-weight: normal;
    font-style: normal;

}
html {
    background: url(/gfx/bg.png) left top repeat-x #fff;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666;
    background: url(/gfx/f-bg.png) left bottom repeat-x;
}
body, td {
	font: 11px Tahoma, sans-serif;
	line-height: 130%;
}
input, select, textarea {
	padding: 1px 2px;
	font: 11px Tahoma, sans-serif;
	border: 1px solid #333;
}
input[type=button], input[type=submit], input.submit {
	cursor: pointer;
}
input[type=text], input[type=password]:focus {
	outline: none;
}
input[type=checkbox], input[type=radio] {
	border: 0;
}
img {
	border: 0;
}
p {
	/*margin: 5px 2px;*/
	padding: 0;
}
a {
	text-decoration: none;
	color: #BD7B3D;
}
form {
	display: inline;
}
h1, .form_title {
	margin: 0;
	padding: 5px 0;
	font-size: 20px;
	font-weight: bold;
}
h2 {
	margin: 0;
	padding: 5px 0;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	margin: 0;
	padding: 3px 0;
	font-size: 16px;
	font-weight: bold;
}
h4 {
	margin: 0;
	padding: 3px 0;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	margin: 0;
	padding: 3px 0;
	font-size: 12px;
	font-weight: bold;
}
h5 {
	margin: 0;
	padding: 3px 0;
	font-size: 10px;
	font-weight: bold;
}
h6 {
	margin: 0;
	padding: 3px 0;
	font-size: 8px;
	font-weight: bold;
}

/* alap elrendezés */
#wrapper {
	width: 930px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 100px;
    position:relative;
    z-index: 99;
}
#logo {
    position:absolute;
    text-indent: -9999px;
    background: url(/gfx/logo.png) no-repeat;
    width: 194px;
    height: 127px;
    top: 0;
    left: 10px;
}

/*NAVIGATION*/
#navigation {
    background: url(/gfx/submenu-bg.png) left bottom no-repeat;
    height: 60px;
    margin-top: 30px;
}
#nav {
	height: 35px;
    position:absolute;
    right: 10px;
    width: 703px;
    line-height: 33px;
	list-style: none;
    background: url(/gfx/menu.png) left top no-repeat;
    /*border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px,
    behavior: url(/gfx/PIE.htc);*/
}
/*#nav > li:first-child > a {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    behavior: url(/gfx/PIE.htc);
}
#nav > li:last-child > a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    behavior: url(/gfx/PIE.htc);
}*/
#nav li {
    float:left;
}
/*#nav > li {
    background: #efefef;
    background: -moz-linear-gradient(top, #efefef 0%, #e8e8e8 50%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(50%,#e8e8e8), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #efefef 0%,#e8e8e8 50%,#efefef 100%);
    background: -o-linear-gradient(top, #efefef 0%,#e8e8e8 50%,#efefef 100%);
    background: -ms-linear-gradient(top, #efefef 0%,#e8e8e8 50%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#efefef',GradientType=0 );
    background: linear-gradient(top, #efefef 0%,#e8e8e8 50%,#efefef 100%);
}*/
#nav > li:last-child > a {
    /*padding-right: 4px;*/
    border: none;
}
#nav > li > a {
    display: block;
    height: 35px;
    text-indent:-9999px;
    /*padding: 0 9px;
    font-size: 18px;
    color:#808080;
    text-shadow: -1px -1px #fff;
    border-right: 1px solid #ccc;*/
}
a.home {
    background: url(/gfx/menu.png) left top no-repeat;
    width:71px;
}
a.products {
    background: url(/gfx/menu.png) -71px top no-repeat;
    width:88px;
}
a.products:hover, a.products.active {
    background: url(/gfx/menu.png) -71px -36px no-repeat;
}
a.research {
    background: url(/gfx/menu.png) -159px top no-repeat;
    width:88px;
}
a.research:hover, a.research.active {
    background: url(/gfx/menu.png) -159px -36px no-repeat;
}
a.news {
    background: url(/gfx/menu.png) -247px top no-repeat;
    width: 61px;
}
a.news:hover, a.news.active {
    background: url(/gfx/menu.png) -247px -36px no-repeat;
}
a.aboutus {
    background: url(/gfx/menu.png) -308px top no-repeat;
    width:91px;
}
a.aboutus:hover, a.aboutus.active {
    background: url(/gfx/menu.png) -308px -36px no-repeat;
}
a.distributors {
    float: none;
    background: url(/gfx/menu.png) -399px top no-repeat;
    width:112px;
}
a.distributors:hover, a.distributors.active {
    background: url(/gfx/menu.png) -399px -36px no-repeat;
}
a.support {
    background: url(/gfx/menu.png) -511px top no-repeat;
    width: 84px;
}
a.support:hover, a.support.active {
    background: url(/gfx/menu.png) -511px -36px no-repeat;
}
a.contact {
    background: url(/gfx/menu.png) right top no-repeat;
    width: 108px;
}
a.contact:hover, a.contact.active {
    background: url(/gfx/menu.png) right -36px no-repeat;
}
/*#nav > li > a.active {
    background: #818386;
    background: -moz-linear-gradient(top, #818386 0%, #9ea0a2 50%, #818386 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#818386), color-stop(50%,#9ea0a2), color-stop(100%,#818386));
    background: -webkit-linear-gradient(top, #818386 0%,#9ea0a2 50%,#818386 100%);
    background: -o-linear-gradient(top, #818386 0%,#9ea0a2 50%,#818386 100%);
    background: -ms-linear-gradient(top, #818386 0%,#9ea0a2 50%,#818386 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#818386', endColorstr='#818386',GradientType=0 );
    background: linear-gradient(top, #818386 0%,#9ea0a2 50%,#818386 100%);
    color:#fff;
}
#nav > li > a:hover {
    background: #293882;
    background: -moz-linear-gradient(top, #293882 0%, #0080c0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#293882), color-stop(100%,#0080c0));
    background: -webkit-linear-gradient(top, #293882 0%,#0080c0 100%);
    background: -o-linear-gradient(top, #293882 0%,#0080c0 100%);
    background: -ms-linear-gradient(top, #293882 0%,#0080c0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293882', endColorstr='#0080c0',GradientType=0 );
    background: linear-gradient(top, #293882 0%,#0080c0 100%);
    color:#fff;
    text-shadow: none;
}*/
#nav > li:hover > .subnav {
    display: block;
}
.subnav.active {
    display:block;
}
.subnav {
    position: absolute;
    display:none;
    height: 28px;
    margin-top: -3px;
}
.subnav li a {
    color: #808080;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    margin-right: 9px;
}
.subnav li a:hover, .subnav li a.active {
    color: #00467f;
}
.subnav li a:after {
    content: "|";
    float: left;
    margin-right: 9px;
}
.subnav li:first-child a:after {
    content: "";
    margin: 0;
}

/*fix the width issue*/
#nav li:nth-child(7) > .subnav, #nav li:nth-child(8)  > .subnav {
    right: 0;
}
/*PRODUCTS*/
#products {
    padding-top: 23px;
    clear:both;
    background: url(/gfx/shadow.png) center bottom no-repeat;
    height: 160px;
    width: 910px;
}
.product:last-child {
    margin-right: 0;
}
.product {
    float:left;
    width:292px;
    height:128px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-right: 14px;
    position:relative;
    cursor: pointer;
    behavior: url(/gfx/PIE.htc);
}
.prd-leftside {
    float:left;
    width:110px;
    height:113px;
    padding-top:16px;
    margin-left:23px;
    overflow:hidden;
}
.prd-title {
    font: 23px Trebuchet MS;
    color:#00467F;
    width:120px;
}
.prd-description {
    color:#4d4d4d;
    font-size: 14px;
    width:120px;
}
.prd-rightside {
    float:right;
    width: 157px;
    padding-top:5px;
    text-align:center;
}
.prd-image img {
    max-width: 147px;
}
/*BANNER*/
#banner {
    border-bottom: 1px solid #999;
    height: 200px;
    overflow: hidden;
}
.banner-image {
    float: right;
    width: 600px;
}
.banner-image img {
    max-width: 600px;
}
.banner-text {
    float: left;
    margin: 50px 14px 0 30px;
    width: 266px;
}
.banner-text-title {
    font: 24px Trebuchet MS;
    color:#00467f;    
}
.banner-text-description {
    font-size: 16px;
    color:#4d4d4d;
    height: 99px;
    overflow: hidden;
}
/*SLOGEN*/
.slogen {
    text-align:center;
    font: 20px Trebuchet MS;
    color:#00467f;
}
/*MAIN*/
#main {
    /*min-height: 600px;*/
}
#content {
    /*margin: 40px 0 0 10px;*/
    margin-left: 10px;
}
/*SUPPORT*/
#support {
    margin-top: 10px;
}
.support-product {
    width: 250px;
    border-right: 1px solid #cbcbcb;
    padding-left: 50px;
    float: left;
}
.support-product-image {
    padding-top: 5px;
}
.support-product-description {
    margin-top: 10px;
}
.support-list {
    list-style: url(/gfx/list-image.png);
}
.support-list li {
    margin-bottom: 3px;
}
/*PRODUCT CONTENT*/
.product-content {
    padding: 10px 0 0 50px;
    float:left;
}
.documentlist li {
    margin-bottom: 7px;
    font: 12px 'MyriadPro';
}
.documentlist  li a {
    color:#00467f;
    text-decoration:underline;
}
/*FOOTER*/
#footer {
	clear: both;
    /*padding-top: 95px;
    padding-bottom: 10px;*/
    padding-top: 73px;
    padding-bottom: 30px;
}
.footer-menu-container {
    width: 860px;
    margin: 0 auto;
    margin-bottom: 30px;
}
#footer > .footer-menu:nth-child(6) {
    margin-right: 0;
}
#footer > .footer-menu:first-child {
    margin-left: 45px;
}
.footer-menu {
    float:left;
    margin-right: 90px;
}
.footer-menu li:first-child {
    font-size: 12px;
    color:#808080;
    text-transform:uppercase;
    font-weight:bold;
}
.footer-menu li a {
    color:#808080;
}
.footer-menu li {
    margin-bottom: 1px;
}
.footer-copyright {
    background: url(/gfx/submenu-bg.png) left top no-repeat;
    color:#808080;
    font-size: 10px;
    text-align:center;
    clear:both;
    padding-top:25px;
    width: 939px;
    margin:0 auto;
}
/*DISTRIBUTORS*/
#distributor {
    margin-top: 35px;
}
.distributors {
    float:left;
    width: 190px;
}
#distributor .form {
    padding: 0;
}
#distributor .field-label {
    display:none;
}
.distributor-title {
    color:#00467f;
    font-size: 16px;
    text-align:center;
    margin-bottom: 7px;
}
.distributor-list select {
    background: #f2f2f2;
    border: 1px solid #ccc;
    width: 190px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    padding-right: 2px;
    outline: none;
    color:#808080;
    font-size: 14px;
    behavior: url(/gfx/PIE.htc);
}
.distributor-list select option {
    background: #fff;
}
.distributor-list select option:hover {
    color:#0071bc;
    background:red;
}
.map {
    float: right;
    margin-bottom:30px;
    position: relative;
}
#company {
    clear:both;
    width:820px;
    margin: 0 auto 40px;
}
.company-box {
    float:left;
    width:380px;
    overflow:hidden;
    margin-right: 30px;
}
.company-logo {
    float:left;
    width: 110px;
}
.company-logo img {
    max-width: 110px;
}
.company-description {
    float:right;
    color:#808080;
    width: 250px;
}
/*RESEARCH*/
#time-lapse, #embryo-culture, #stress-treatment {
    margin-top: 10px;
}
#time-lapse td h2, #embryo-culture td h2, #stress-treatment td h2 {
    font-size: 14px;
}
#stress-treatment h2 {
    color:#00467f;
}
#time-lapse td, #embryo-culture td, #stress-treatment td {
    padding: 10px 20px 10px 20px;
}
#stress-treatment td.separator {
    padding: 0;
}
#time-lapse td p:first-child, #embryo-culture td p:first-child, #stress-treatment td p:first-child {
    color: #00467f;
}
#time-lapse td p a, #embryo-culture td p a, #stress-treatment td p a {
    text-decoration:none;
    color:#0071bc;
    margin-top: 5px;
    display:block;
}
/*ABOUT US*/
.element {
    width: 410px;
    float:left;
/*    border-bottom: 1px solid #999;*/
    margin: 10px 20px 10px;
    padding-bottom: 10px;
}
.element ul {
    list-style-type: disc;
    margin-left: 15px;
}
strong {
    font-size: 13px;
    font-weight:bold;
    color:#00467f;
}
/*colleague*/
#colleague {
    /*
    width:830px;
    */
    text-align:center;
    margin: 10px auto 0;
}
#colleague h2 {
    font-size: 16px;
    color:#00467f;
}
#colleague ul li {
    display:inline-block;
    display:-moz-inline-stack;
    zoom: 1;
    *display: inline;
}
#colleague ul li a {
    font-size: 14px;
    color:#00467f;
    padding: 0 5px;
    border-right: 1px solid #00467f;
}
#colleague ul li:last-child a {
    border: none;
}
#colleague .picture {
    float:left;
    min-width: 340px;
    min-height: 150px;
    text-align:center;
}
.colleague .picture img {
    max-width: 200px;
    max-height: 200px;
}
.colleague .content p:first-child {
    font: 16px 'Trebuchet MS';
    color:#00467f;
}
.colleague .content p:last-child, .colleague .content p:last-child a {
    color:#0071bc;
}
#colleague .content {
    display: inline;
    text-align: left;
    width: 580px;
    float: right;
}

#colleague ul li a.active{
    
    text-decoration: underline;
    
    color: gray;
}



#colleague .subleft40 {
    display: inline;
    text-align: left;
    width: 400px; 
}
/*ALMA*/
#search-container {
    float: right;
    position: relative;
    top: -25px;
    margin-right: 10px;
    height: 18px;
    background: #b3b3b3;
    width: 116px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;   
    behavior: url(/gfx/PIE.htc);
    border: 1px solid #ccc;
    padding-top: 1px;
}
#search-container.active {
    background: #fff;
    width: 155px;
    border: 1px solid #b3b3b3;
}
#search {    
    color:#fff;
    background: #b3b3b3;
    width: 90px;
    height: 13px;
    border: none;
    float:right;
    margin: 1px 1px 0 0;
}
#search.active {
    background: #fff;
    color:#808080;
    width: 128px;
}
#submit {
    background: url(/gfx/search.png) 2px 4px no-repeat #b3b3b3;
    width: 19px;
    height: 15px;
    border: none;
    float:left;
    margin-left: 2px;
}
#submit.active {
    background: url(/gfx/search-active.png) 2px 4px no-repeat #fff;
}
#prod-desc {
    position: relative;
    top: -409px;
    width: 190px;
    background: white;
    height: 345px;
}
div.success, div.error, div.info, div.notice {
	margin: 10px;
	padding: 8px 10px 10px 28px;
}
div.success {
	background: #CDEFA6 url(/gfx/icon_success.gif) no-repeat 5px 10px;
	border: 1px solid #9BCC54;
	color: #648434;
}
div.error {
	color: #CF3738;
	background: #FFD5D5 url(/gfx/icon_error.gif) no-repeat 5px 10px;
	border: 1px solid #FFACAD;
}
div.info {
	color: #1C6B8B;
	background: #A8CDE3 url(/gfx/icon_info.gif) no-repeat 5px 10px;
	border: 1px solid #6ABCE2;
}
div.notice {
	color: #B79000;
	background: #FFF3A3 url(/gfx/icon_notice.gif) no-repeat 5px 10px;
	border: 1px solid #E7BD72;
}
span.error {
	color: #CF3738;
}
.required {
/*	font-weight: bold;*/
}
.clear {
	clear: both;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.uppercase{
	text-transform:uppercase;
}
.lowercase{
	text-transform:lowercase;
}
.capitalize{
	text-transform:capitalize;
}
.nowrap {
	white-space: nowrap;
}
.hidden {
	display:none;
}
img.left {
	float: left;
}
img.right {
	float: right;
}
div.separator {
    border-bottom: 1px solid grey;
    clear: both;
}
.spacer20 {
    clear: both;
    height: 20px;
}
