/*##### general settings ###################################################*/
html, body {
	height: 100%;
}
body {
	font-family: Arial, sans-serif;
	font-size: 14px;
}
* {
    margin: 0px;
	padding: 0px;
}
img {
    border: none;
}
a, a:link, a:visited, a:hover, a:active { 
	text-decoration: none; 
}
table {
    border-collapse: collapse;
}
.page_path, .page_path a, a.system_a, .page_tags, .page_tags a {
    font-weight: bold;
}

/*##### general id an classes ###################################################*/
.float_right {
    float: right;
}
.float_left {
    float: left;
}
.clear {
    clear: both;
}
.hr_line{
    height: 2px;
    margin: 5px 0px;
}
.ltr_input {
    direction: ltr;
}
.page_path {
    position: absolute;
    top: -25px;
    margin: 5px 10px;
}
.page_tags {
    margin: 5px 0px;
}
a.system_a {
    margin: 5px 0px;
    display: block;
}
/*##### wrapper settings ###################################################*/
div.wrapper {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

/*##### header ###################################################*/
h1.site_slogan {
    position: absolute;
    font-weight: bold;
}
div.header_logo {
    position: absolute;
	background-repeat:no-repeat;
	background-position: center right;
}
div.lang_div {
    position: absolute;
    width: 30px;
    height: 20px;
}
/*search*/
div.div_search {
    position: absolute;
    z-index: 300;
}
div.div_search input[type="submit"] {
    position: absolute;
    z-index: 20;
    border: none;
    background-repeat: no-repeat;
    cursor: pointer;
}
div.div_search input[type="text"] {
    border: none;
    background-repeat: no-repeat;
}
/*##### menu ###################################################*/
#hor_menu {
    position: relative;
	z-index: 10;
	min-height: 21px;
}
#hor_menu ul {
    position: relative;
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
}
#hor_menu ul li {
    position: relative;
    padding: 0px 15px;
    white-space: nowrap;
}
#hor_menu ul li a{
    display: block;
    vertical-align: center;
    text-align: center;
    font-weight: bold;
    line-height: 21px;
}
#hor_menu ul li ul {
    position: absolute;
    right: -1px;
    visibility: hidden;
    z-index: 100;
}
#hor_menu ul li ul li {
    position: relative;
    float: none; 
    width: 150px;
    padding: 0px; 
    white-space: normal; 
}
#hor_menu ul li ul li a {
    padding: 0px;
    line-height: 25px;
    min-height: 25px;
}
/*##### main ###################################################*/
.main {
}
#main_wrapper {
    top:25px;
}
/*side part*/
.side_part {
    position: relative;
    min-height: 500px;
}
.block_border {
    background-repeat: no-repeat;
    background-position: center center;
}
.block_top {
    margin-top: 25px;
}
.block_middle {

}
div.facebook_block {
    padding: 5px 10px;
}
.block_middle div.clouds_wrapper {
    padding: 10px;
    text-align: center;
}
.block_middle div.clouds_wrapper a {
}
.block_middle div.clouds_wrapper a:hover {
    text-decoration: underline; 
}
.block_bottom {
    margin-bottom: 20px;
}
.block_title {
    line-height: 25px;
    text-align: center;
}
.block_title span {
    position: relative;
    top: -5px;
    font-size: 20px;
    font-weight: bold;
}
/*main part*/
.main_part {
    position: relative;
    width: 730px;
}
.main_part_full {
    position: relative;
    width: 1000px;
}
.main_border {
    background-repeat: no-repeat;
    background-position: center center;
}
.main_top { 
    margin-top: 0px /*25px;*/
}
.main_middle {
    min-height: 500px;
}
.main_bottom {
    margin-bottom: 20px;
}
.page_content {
    padding: 10px 20px;
}
.facebook_like {
    position: relative;
    left: 20px;
}
/*##### footer ###################################################*/
.footer {
}
#footer_wrapper {
}
.white_data, .white_data a, .credit_data, .credit_data a {
}
.green_data, .green_data a {
}
.client_data span {
    padding: 0px 10px;
}

.design_credit img {
    margin-right: 5px;
    position: relative;
    top: 2px;
}
a#hidden_link {
    cursor: default;
}
.left_footer a {
    text-decoration: underline;
}
/*##### contact settings ###################################################*/
.main_part .contact_div, .main_part_full .contact_div {
    width: 300px;
    margin: 50px auto;
}
.contact_div td.large_td {
    width: 80px;
}
.contact_div input[type='text'], .contact_div textarea {
    width: 200px;
    margin: 3px 0px;
}
.contact_div textarea {
    height: 115px;
}
.contact_div input[type='submit'] {
    height: 23px;
    cursor: pointer;
}
td#td_contact {
    padding-bottom: 10px;
}
#top_align {
    vertical-align: top;
    padding-top: 5px;
}
.contact_side {
    padding: 10px 20px;
}
.contact_side input[type="text"], .contact_side textarea {
    width: 200px;
    margin: 2px 0px;
    padding: 0px 5px;
}
.contact_side input[type="submit"] {    
    width: 70px;
    height: 23px;
    cursor: pointer;
    margin-top: 10px;
    
}
/*##### gallery settings ###################################################*/
div.player_wrapper {
    position: relative;
    width: 640px;
    margin: 0px auto;
}
div.main_img_gallery {
    position: relative;
    width: 640px;
    margin: 0px auto;
}
div#img_part {
    width: 640px;
    height: 440px;
    margin-bottom: 20px;
}
#video_title {
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
}
.gallery_content {
    margin-bottom: 10px;
}
/*##### news ###################################################*/
.news_block {
    height: 100px;
    padding: 0px 10px;
    overflow: hidden;
}
.news_block a {
}
.news_block span.main_title {
    font-weight: bold;
}
.news_block span.news_date {
    font-size: 10px;
}
.news_block div.news_item{
    margin: 10px 0px;
}
/*##### carousel ###################################################*/
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: -20px;
    width: 24px;
    height: 72px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: -20px;
    width: 24px;
    height: 72px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}


.arye{
	display:none;
}

