@font-face {
	font-family: 'advokatmodern';
	src: url('../../../styles/fonts/advokat/Advokat_Modern.ttf');
	src: url('../../../styles/fonts/advokat/Advokat_Modern.ttf') format('truetype'),
	font-weight: normal;
	font-style: normal;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input.textField, select.selectMenu, textarea.textArea, input.uploadField, #main h1, #main h2, #main h3, #main h4, #content h1, #content h2, #content h3, #content h4, #content h5, #sidebar div.block input[type="submit"], .newInterfaceStep3 p .button, .newInterfaceStep4 p .button, section.rotator #rotatorBlock .txt a.more, #navbar a, #languageToggle ul li, a.icon.button, input.button {
	font-family: Georgia;
	font-size: 16px;
}

#header h1, #headerIssn, #headerLogo, #header #sidebarUser {
	font-family: Georgia;
}

#container {
	min-height: 95%;
	padding-bottom: 10px;
}

#header {
	background: url(../../img/backgroundGrad.png) repeat no-repeat;
	height: 180px;
}

#headerTitle {
	margin-top: 30px;
}

#headerLogo {
	top: 80px;
}

#siteLogo {
	padding-left: 60px;
}

#navbar {
	margin-top: 23px;
}

#navbar ul {
	margin-top: 36px;
	background: url(../../img/style/flags_bg.png) no-repeat;
	background-size: 100% 25px;
	background-size: 950px 25px;
	background-position-x: center;
}

#navbar ul li.sep {
	height: 25px;
}

ul#dropdown-inside {
	margin-top: 7px !important;
	background: none;
	background-color: #e4e4e4;
}

#sidebar {
	margin-top: 35px;
}

body {
	background: url(../../img/background_3.jpg) no-repeat;
        background-attachment: fixed;
        -moz-background-size: cover; /* Firefox 3.6+ */
        -webkit-background-size: cover; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: cover; /* Opera 9.6+ */
        background-size: cover;
}

#container {
	background: url(../../img/background_3.jpg) no-repeat;
	background-attachment: fixed;
	-moz-background-size: cover; /* Firefox 3.6+ */
	-webkit-background-size: cover; /* Safari 3.1+ и Chrome 4.0+ */
	-o-background-size: cover; /* Opera 9.6+ */
	background-size: cover;
}

#header h1 {
	text-shadow: 1px 1px 1px black !important;
	color: white;
	text-shadow: none;
	font-weight: normal;
	font-size: 43px;
	font-family: advokatmodern;
	text-transform: lowercase;
	padding: 0px;
}

#headerIssn {
	text-shadow: 1px 1px 1px black !important;
	color: white;
	text-shadow: none;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
}

ul.steplist li.current a, ul.steplist li span, ul.steplist li.current a:hover {
	background: #054e83;
	color: white;
}

ul.steplist li a:hover {
        background: #054e83;
        color: white;
}

ul.steplist li a, ul.steplist li span {
	background-color: #c0c0c0;
}

#main h1 {
	color: #680306;
	font-size: 22px;
}

#main h2 {
	color: #680306;
	font-size: 20px;
}

#main h3 {
	color: #680306;
	font-size: 18px;
}

#main h4 {
	color: #680306;
}

#main h5 {
	color: #680306;
}

#languageToggle ul li.active {
    background-color: #003050;
}

#languageToggle {
    width: 100%;
    height: 34px;
}

#languageToggle ul {
    position: absolute;
    right: 0px;
    height: auto;
	width: auto;
    margin: 5px 0px;
    display: block;
}

#navbar a {
	font-size: 13px;
	color: #680306;
	font-weight: bold;
	text-decoration: none;
	background: none;
	white-space: nowrap;
}

ul.menu li ul li {
	width: 100%;
	border-bottom: 1px solid #aaaaaa;
}

table.listing tr.heading {
		background: #054e83 !important;
		font-size: 14px;
		height: 25px;
		padding: 0px !important;
}

table.info td.heading {
        background: #054e83 !important;
		font-size: 14px;
		height: 25px;
		padding: 0px !important;
}

table.spec tr.head_row {
        background: #054e83 !important;
		font-size: 14px;
		height: 25px;
		padding: 0px !important;
}

table.spec tr.head_row td{
		font-size: 14px;
		height: 25px;
		padding: 0px !important;
}

input.button {
        background: linear-gradient(to bottom, #054e83 0%,#94D7CE 100%);
        background: #054e83; /* Old browsers */
        background: -moz-linear-gradient(top, #054e83 0%, #94D7CE 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#054e83), color-stop(100%,#94D7CE)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #054e83 0%,#94D7CE 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #054e83 0%,#94D7CE 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #054e83 0%,#94D7CE 100%); /* IE10+ */
        background: linear-gradient(to bottom, #054e83 0%,#94D7CE 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054e83', endColorstr='#94D7CE',GradientType=0 ); /* IE6-9 */
}

a.icon.button {
        background: linear-gradient(to bottom, #054e83 0%,#94D7CE 100%);
        background: #054e83; /* Old browsers */
        background: -moz-linear-gradient(top, #054e83 0%, #94D7CE 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#054e83), color-stop(100%,#94D7CE)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #054e83 0%,#94D7CE 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #054e83 0%,#94D7CE 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #054e83 0%,#94D7CE 100%); /* IE10+ */
        background: linear-gradient(to bottom, #054e83 0%,#94D7CE 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054e83', endColorstr='#94D7CE',GradientType=0 ); /* IE6-9 */
}

#sidebar div.block span.blockTitle {
		color: white;
		padding: 0px;
		position: relative;
		top: -10px;
		left: -10px;
		width: 249px;
		background-color: #054e83;
		text-align: center;
		font-weight: bold;
		font-size: 14px;
		margin: 0px;
		background: #054e83;
		line-height: 180%;
}

#sidebar div.block input[type="submit"] {
        background: #054e83; /* Old browsers */
        background: -moz-linear-gradient(top, #054e83 0%, #94D7CE 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#054e83), color-stop(100%,#94D7CE)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #054e83 0%,#94D7CE 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #054e83 0%,#94D7CE 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #054e83 0%,#94D7CE 100%); /* IE10+ */
        background: linear-gradient(to bottom, #054e83 0%,#94D7CE 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054e83', endColorstr='#94D7CE',GradientType=0 ); /* IE6-9 */
}

div.separator {
		background-color: #054e83;
		color: #054e83;
}

hr {
		background-color: #054e83;
		color: #054e83;
}

footer .underFooter {
    background: #054e83;
}

footer .separator {
	margin: 0px;
	height: 6px;
	background: url(../../img/style/divider-footer.png);
}

footer {
	background: url(../../img/backgroundFooter.png) repeat no-repeat;
}

footer div.central table {
	width: 100%;
}

footer div.central table tr td {
	width: 40%;
	vertical-align: top;
	padding: 10px;
}

footer div.central table tr td hr {
	background-color: #549aac;
}

footer div.central table tr td.pkpLink {
	width: 20%;
	vertical-align: top;
	text-align: center;
}

footer div.central table tr td h3 {
	color: white;
	text-align: left;
	font-size: 20px;
}

footer div.central table tr td p {
	color: white;
}

footer div.central table tr td p a{
	color: white;
}

footer div.central table tr td h5 {
	color: white;
}

