﻿@font-face { font-family: Lobster; src: url('fonts/Lobster.ttf'); } 
@font-face { font-family: FrederickatheGreat; src: url('fonts/FrederickatheGreat-Regular.ttf'); } 

body 
{
    margin:0;
    padding:0;
    height:auto;
}

A:link {text-decoration: none; color: black; font-family:Lobster; }
A:visited {text-decoration: none; color: black; font-family:Lobster;}
A:active {text-decoration: none; color: black; font-family:Lobster;}
A:hover {text-decoration: none; color: black; font-family:Lobster;}

img
{
    border-width:0px;    
}

.main-logo {
    position:absolute;
    width:100%;
}

.main-logo-title {
    font-family: FrederickatheGreat;
    font-size: 32px;
    margin-left: 40px;
}

.main-logo-holder {
    position:relative;
    width: 293px;
    margin: auto;
}

div.main-holder
{
    position:relative;
    width:100%;
    height:200px;
}

div.main-holder div.main-top
{
    position:relative;
    width:100%;
    height:200px;
    background-repeat: no-repeat;
    background-position:center;
    
    z-index:1000;
    
}

div.top-title
{
    position:relative;
    top:30px;
    left:60px;
    width:300px;
    font-size:xx-large;
    font-family:MS Mincho;
}



div.main-menu
{
    position:relative;
    top:-20px;
    left:5px;
    margin-left:auto;
    margin-right:auto;        
    width:1200px;
    height:41px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
    background-color: rgba(255, 203, 5, 1);
    font:normal normal normal 23px/0.6em lobster;
    text-align:center;
    
    z-index:2000;
}

.menu-link-holder {
    margin-left: 17px;
    float: left;
    width: 180px;
    margin-top: -21px;
    height: 58px;
    line-height: 52px;
    cursor:pointer;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: background .15s ease-out;
       -moz-transition: background .15s ease-out;
         -o-transition: background .15s ease-out;
            transition: background .15s ease-out;

}

.menu-link-holder:hover, .menu-link-holder.active {
    box-shadow: 2px 0 2px 0 rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 255);

}

.menu-link-holder-top-corner {
    border-bottom-color: rgba(179, 179, 179, 0);
    -webkit-transition: border-bottom-color .15s ease-out;
       -moz-transition: border-bottom-color .15s ease-out;
         -o-transition: border-bottom-color .15s ease-out;
            transition: border-bottom-color .15s ease-out;
}
.menu-link-holder-bottom-corner {
    border-top-color: rgba(179, 179, 179, 0);
    -webkit-transition: border-top-color .15s ease-out;
       -moz-transition: border-top-color .15s ease-out;
         -o-transition: border-top-color .15s ease-out;
            transition: border-top-color .15s ease-out;
}

.menu-link-holder:hover > .menu-link-holder-bottom-corner, .menu-link-holder.active > .menu-link-holder-bottom-corner {
    margin-top: 50px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-top: 10px solid;
    border-top-color: rgba(179, 179, 179, 1);
    position: absolute;
}

.menu-link-holder:hover > .menu-link-holder-top-corner, .menu-link-holder.active > .menu-link-holder-top-corner {

    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-bottom: 10px solid;
    border-bottom-color: rgba(179, 179, 179, 1);
    position: absolute;
}

.main-menu-hyperlink
{
    width: 195px;
}


div.main-menu-holder
{
    position:relative;
    top:12px;
}

div.main-info-holder
{
    position:relative;
    top:-60px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    
    z-index:100;
    
}

div.main-info {
    border: thin solid transparent;
    position: relative;
    width: 990px;
    top: 58px;
    margin-left: auto;
    margin-right: auto;
    color: #605E5E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

.main-info-content {

}

.h1-holder {
    border-bottom: 1px solid silver;
    height: 25px;
}

h1.version1 {
    font-family: initial;
    font-weight: bold;
    font-size: 41px;
    margin: auto;
    margin-top: 30px;
    width:220px;
}

h1 > span {
    background-color: white;
    padding: 0 30px;
}

h2 {
    font-family: initial;
    font-size: x-large;
}

h3 {
    font-family: initial;
    font-size: x-large;
    font-weight: normal;
}

div.info1
{
    position:relative;
    left:25px;
    top:50px;
    text-align:justify;
    font-size:large;
        
}

.center-content {
    margin:auto;
    width: 990px;
}

.floated-childs-fix {
    overflow: hidden;
}

div.main-footer
{
    height: 100px;
}

.circular-products-image {
    width: 130px;
	height: 130px;
	border-radius: 65px;
	-webkit-border-radius: 65px;
	-moz-border-radius: 65px;
    border: 1px solid #2F2E2E;
}

.circular-products-image-holder {
    width: 130px;
    margin: auto;
    padding: 50px;
    border: 1px solid #2F2E2E;
    border-radius: 115px;
	-webkit-border-radius: 115px;
	-moz-border-radius: 115px;
}

td {
    text-align: center;
}

.inline-image {
    float:left;
    margin-right: 34px; 
    margin-bottom: 24px;
}


.info-text {
    font-size: large;
}

.partners-container {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding: 20px;
    box-shadow: 0px 0px 10px 30px #FFFFFF;
    border-radius: 10px;
}

.partners-container-main {
    padding-top: 150px;
}

ul.tick-list li {
    background: url(../images/tick.png);
    background-position-y: 7px;
    background-repeat: no-repeat;
    list-style: none;
    padding: 5px 0px 0 20px;
}

.seeds-main-title {
    text-align: center;
    font-family: initial;
    font-size: xxx-large;
}

.partners-table {
    height: 260px;
    width: 400px;
}

.partners-table tr {
    line-height: 65px;
}