@font-face {
    font-family: 'gothammedium';
    src: url('fonts/gotham-medium-webfont.eot');
    src: url('fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-medium-webfont.woff') format('woff'),
         url('fonts/gotham-medium-webfont.ttf') format('truetype'),
         url('fonts/gotham-medium-webfont.svg#gothammedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothamblack';
    src: url('fonts/gotham-black-webfont.eot');
    src: url('fonts/gotham-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-black-webfont.woff') format('woff'),
         url('fonts/gotham-black-webfont.ttf') format('truetype'),
         url('fonts/gotham-black-webfont.svg#gothamblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    font-size: 13px;
	font-family: 'gothammedium';
    color: #646362;
    background: #7b7a79 url('img/bg.jpg') no-repeat center top;
}

a {
	color: #414040;
}

h1 {
    color: #3484D2;
    display: none;
}
h1#welcome {
    color: #646362;
    font-weight: normal;
    margin: 10px 0 0 0;
    float: right;
    font-size: 29px;
    display: block;
}

h1#specialization {
	color: #dda300;
	font-family: 'gothamblack';
	font-size: 22px;
	text-transform: uppercase;
	margin: 8px 0 8px 0;
	display: block;
	float: right;
}

h1#welcome .highlight {
    font-weight: bold;
	font-family: 'gothamblack';
    color: #dda300;
}

h2 {
    margin: 5px 0 0 0;
	
    font-size: 18px;
}

#ajax-spinner {
    margin: 15px 0 0 15px;
    padding: 13px;
    background: white url('./img/spinner.gif') no-repeat 50% 50%;
    font-size: 0;
    z-index: 123456;
    display: none;
}

div.flash {
    color: black;
    background: #FFF9D7;
    border: 1px solid #E2C822;
    padding: 1em;
    margin: 1em 0;
}

img.logo {
	float: left;
}

img.letter {
    position: absolute;
	
    right: 45px;
    top: 30px;
}

img.map_cz {
    position: absolute;
    top: 130px;
    left: 10px;
}

img.map_cz_en {
    position: absolute;
    top: 150px;
    left: 10px;
}

#content p.address {
    margin: 8px 0 0 40px;
	
}

#content p.contacts {
    margin: 8px 0 0 40px;
	
}

div.flags {
    margin: 0 0 0 40px;
	
}

div.phoneNumber {
    position: absolute;
	
    top: 415px;
    left: 15px;
    background: url('img/phone.png') no-repeat center left;
    font-family: 'gothamblack';
    font-size: 24px;
    color: white;
    padding: 20px 0 25px 60px;
}

a[href^="error:"] {
    background: red;
    color: white;
}

form tr, form td {
    vertical-align: top;
    font-weight: normal;
}

form .required label {
    font-weight: bold;
}

form .error {
    color: #D00;
    font-weight: bold;
}

#holder {
    width: 1000px;
	
    margin: 10px auto;
}

#header{
    height: 90px;
}

#leftColumn {
    float: left;
	
    width: 271px;
    position: relative;
}

#rightColumn {
    float: right;
	
    width: 729px;
}

#content {
    float: left;
    position: relative;
}

#content p {
    clear: both;
    margin: 0 0 10px 0;
}

#content .homePageWrapper {
    float: left;
	
    width: 729px;
    background: url('img/bg_wrapper_top.png') no-repeat center top, url('img/bg_wrapper_bottom.png') no-repeat center bottom;
    padding: 40px 0px;
}
#content .homePageWrapperInner {
    padding: 0 40px 5px 40px;
 
	
    background: url('img/bg_wrapper_middle.png') repeat-y;
    min-height: 200px;
}

#selectedProduct {
    float: left;
	
    margin: 20px 0 0 0;
}

#selectedProduct p.title {
    font-weight: bold;
	
    font-size: 15px;
    margin: 0 0 5px 0;
    display: none;
}

#footer {
    float: left;
	
    width: 729px;
    /*border-top: 4px solid white;*/
    padding: 10px 0 0 0;
}

#footer p {
	font-size: 12px;
	color: white;
	clear: none;
}

#footer p.copyrate {
    float: left;
	
}

#footer p.powered {
    float: right;
	
}

#footer p.powered a {
    background: url('img/surface.png') no-repeat center right;
    padding: 2px 25px 2px 0px;
    color: white;
}

#footer p.powered a:hover {
	/*background: url('img/surface_active.png') no-repeat center right;*/
}

ul.menuHolder {
    margin: 0 0 0 20px;
    padding: 0px;
    float: left;
    -moz-box-shadow: -1px -1px 5px #7b7a79;  -webkit-box-shadow: -1px -1px 5px #7b7a79;  box-shadow: -1px -1px 5px #7b7a79;
}

ul.menuHolder li {
    padding: 12px 13px 16px 14px;
    list-style-type: none;
    float: left;
    position: relative;
    background: url('img/separator_menu.png') no-repeat center left -2px, url('img/separator_menu.png') no-repeat center right -2px, url('img/bg_main_menu.png') repeat-x top;
    border-bottom: 1px solid white;        
}

ul.menuHolder li.last {
	background: url('img/bg_main_menu.png') repeat-x top;
}

ul.menuHolder li a{
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 0 1px 0;
    color: #646362;
}
ul.menuHolder li:hover a, ul.menuHolder li.active a {
	color: white;
	border-bottom: 1px solid #adadad;
	padding: 0px;
}
ul.menuHolder li ul {
    width: 100%;
    display: none;
}

ul.menuHolder li:hover, ul.menuHolder li.active {
     background: url('img/bg_main_menu_active.png'); 
     border-bottom: 1px solid #888888; 
}

ul.menuHolder li:hover > ul {
    display: block;
}


#frm-contactEmailForm th {
	text-align: right;
}

.map {
    position: absolute;
	
    top: 50px;
    left: 600px;
    border: 1px solid white;
}