﻿@import url('./layout_style.css');

#lang_line, #top_container, #nav_container, #content_container, #footer_line{
	min-width: 100%;
	width: 100%;
	position: relative;
}
#lang_line{
	height: 18px;
	background-color: #3F592F;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 2px;
}
#top_container{
	height: 150px;
}
#top_header{
	padding-top: 15px;
	width: 800px;
	margin: 0px auto;
	position: relative;
}
#top_header img{
	width: auto;
	height: 75px;
}
#lang_container{
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 0px 15px 10px 5px;
	margin: 0px 20px 0px 0px;
	position: absolute;
	width: 120px;
	height: 20px;
	float: right;
	background-color: #3F592F;
	right: 20px;
	color: #FFFFFF;
	top: -2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#nav_container{
	height: 75px;
}
#content_container{
	padding-bottom: 200px;
}
article{
	min-height: 300px;
	width: 760px;
	background-color: #FFFFFF;
	position: relative;
	margin: 0px auto;
	padding: 20px;
	box-shadow: 3px 3px 2px #888888;
}
article p{
	text-align: justify;
	padding: 0px;
	margin: 10px 0px 0px 0px;
    clear: left;
}
article a{
	color: #3F592F;
}
article a:hover{
    text-decoration: none;
}
article table{
    margin: 0px 0px 30px 0px;
}
article td{
	padding: 5px 5px 5px 5px;
}
article td:not(:last-child) {
	width: 50%;
        padding-right: 10px;
}
article td:last-child{
	padding: 0px 0px 0px 0px;
        width: 50%;
}
article table tbody tr:nth-child(odd){
   background-color: #D1E2AC;
   color: #000000;
}
.odd{
   background-color: #D1E2AC;
   color: #000000;
}
article table{
	border-collapse: collapse;
	border-spacing: 0;
}
#footer_container{
	min-width: 100%;
	width: 100%;
	height: 230px;
	background-color: #3F592F;
	position: relative;
	bottom: 0px;
	left: 0px;
	color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #FFFFFF;
}
#footer_line{
	background-image: url('../images/onaments.png');
	background-repeat: repeat-x;
	background-position: bottom;
	position: absolute;
	bottom: 0px;
	height: 65px;
	background-color: #2B3D20;
	box-shadow: 0px 3px -2px #3F592F;
}
footer{
	padding: 0px 0px 0px 20px;
	width: 780px;
	height: 163px;
	min-height: 120px;
	max-height: 120px;
	margin: 0px auto;
	position: relative;
}
footer a{
	color: #D0FFB1;
}
footer p{
    width: 435px;
}
footer a:hover{
    text-decoration: none;
}
#footer_contact{
    border-width: 2px;
    border-color: #FFFFFF;
    padding: 10px;
    margin: 0px;
    position: absolute;
    width: 300px;
    height: 320px;
    float: right;
    background-color: #D1E2AC;
    bottom: -98px;
    right: 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #666666;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10pt;
    font-weight: normal;
    line-height: 120%;
    letter-spacing: 1px;
    box-shadow: 0px 0px 5px 2px #888888;
}
#footer_contact h2{
	padding: 0px;
	margin-bottom: 10px;
    font-weight: bolder;
    text-align: center;
    color:  #3F592F;
}
/*====================================LANGUAGE NAVIGATION STYLE===========================*/
ul.ppqtrans_language_chooser{
	padding: 0px;
	margin: 0px;
	width: 120px;
	float: left;
	list-style-type: none;
	height: 20px;
	position: relative;
	z-index: 1;
}
.lang-lv, .lang-en, .lang-ru{
	padding: 5px 0px 5px 10px;
	margin: 0px;
	float: left;
	display: inline;
	list-style: none;
	height: 20px;
	max-height: 20px;
	width: 30px;
	position: relative;
}
ul.ppqtrans_language_chooser li:not(:last-child) {
    -webkit-box-shadow: 10px 0px 0px -8px #FFFFFF;
       -moz-box-shadow: 10px 0px 0px -8px #FFFFFF;
            box-shadow: 10px 0px 0px -8px #FFFFFF;
}
ul.ppqtrans_language_chooser a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
ul.ppqtrans_language_chooser li.active a, ul.ppqtrans_language_chooser li:hover a{
	color: #FF9D5C;
}
/*====================================NAVIGATION STYLE===========================*/

nav
{
	border-radius: 10px;
	border: 2px solid #CCCCCC;
	padding: 0px;
	margin: 0px auto;
	position: relative;
	width: 800px;
	height: 50px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	box-shadow: 0px 3px 2px #888888;
	background-image: url('../images/navbg.png');
}
ul.nav
{
	padding: 0px 0px 0px 10px;
	margin: 0px;
	width: auto;
	float: left;
	list-style-type: none;
	height: 50px;
	position: relative;
	z-index: 1;
}
ul.nav li
{
	padding: 0px;
	margin: 0px;
	float: left;
	display: inline;
	list-style: none;
	height: 50px;
	max-height: 50px;
	width: auto;
	position: relative;
}
ul.nav li:not(:last-child) {
    -webkit-box-shadow: 10px 0px 0px -9px #FFFFFF;
       -moz-box-shadow: 10px 0px 0px -9px #FFFFFF;
            box-shadow: 10px 0px 0px -9px #FFFFFF;
}
ul.nav a {
	float: none !important;
	margin: 0px;
	padding: 0 10px 0 10px;
	float: left;
	display: block;
	text-decoration: none;
	height: auto !important;
	height: 1%;
	letter-spacing: 1px;
	width: auto;
	line-height: 50px;
	text-align: left;
	color: #2B3D20;
	position: relative;
}
ul.nav li.active_nav a, ul.nav li:hover a{
	color: #8C3500;
	background-image: none;
}
ul.nav a:hover
{
	color: #000000;
}
ul.nav
{
	border-top-color: #F0F0F0;
}
ul.sub-menu{
        visibility: hidden;
	display: none;
}
/*====================================END NAVIGATION STYLE=======================*/

textarea{
	resize: none;
	border-radius: 3px;
	min-height: 30px;
	overflow: auto;
	color: #8C3500 !important;
	font-weight: normal !important;
	border: 1px inset #CCCCCC;
	font-size: 10pt;
	max-width: 289px;
	min-width: 289px;
}
.text_area
{
    border: 1px inset #CCCCCC;
    max-width: 289px;
    min-width: 289px;
    height: 25px;
    font-weight: normal;
    border-radius: 3px;
    color: #8C3500;
    font-size: 10pt;
}
#span_style{
    color: #3F592F;
}
.mess{
    color: #3F592F;
}
.error {
	background-color: #AACF93; /* #AACF93;*/
}
.valid {
	background-color: #FFFFFF;
}
input#send_button{
	cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/;
	padding: 5px 40px 5px 40px;
	width: 100%;
	background: #3F592F;
	border: 2px outset #3F592F;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
	-moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
	color: #FFFFFF;
	font-weight: bolder;
}
input#send_button:hover, input#send_button:focus{
	background-color: #2B3D20; /*make the background a little darker*/
	/*reduce the drop shadow size to give a pushed button effect*/
	-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
	-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
	color: #FFFFFF;
	font-weight: bold;
	border: 2px groove #3F592F;
}
figure {
    padding: 0px;
    margin: 0px 10px 10px 0px;
    float: left;
    position: relative;
}
.imagesize{
    width: 250px;
    height: auto;
    position: relative;
}

.decimal{
    list-style-type: decimal;
    margin-left: 0px;
}
.disk{
    list-style-type: square;
    margin-left: 50px;
    /*list-style-image: url(../images/dot.png);*/
}
.alpha{
    list-style-type: lower-latin;
    margin-left: 30px;
}
article ul{
    margin-left: 0px;
    padding-left: 20px;
    /*list-style-image: url(../images/dot.png);*/
}
article ul li{
    padding-top: 2px;
    padding-bottom: 2px;
}
.right_header{
    text-align: right;
}
tr td.text_center{
    text-align: center;
}
.header_top_margin{
    margin-top: 50px;
}
.red{
    color: red;
}
.info{
    display: block;
    width: 400px;
    height: auto;
    float: left;
    clear: both;
    vertical-align: central;
    position: relative;
    color: #8C3500;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px 15px 10px 15px;
    border-top: solid #3F592F 1px;
    border-left: solid #3F592F 1px;
    box-shadow: 3px 3px 2px #3F592F;
}

/*==========================404 page Style===========================*/
#error404{
    margin: 20px 0px 0px 0px;
    padding: 0px;
    border: none;
}