@charset "utf-8";
/* CSS Document */


/** RESET **/

html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, acronym, address, big, cite, img, small,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

h1 { font-size: 18px; margin-bottom:10px;}
h2 { font-size: 17px; }
h3 { font-size: 16px; }
h4 { font-size: 15px; }
h5 { font-size: 14px; }
h6 { font-size: 13px; }
table tr td a,table tr td a span,table tr td span{
	color: #212D38 !important;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
	text-decoration:none !important;
}
table tr td a:hover, table tr td a span:hover{
	text-decoration:underline !important;
}
/**ADMIN MENU**/
#admin_menu {
	position:fixed;
	background:#000;
	width:100%;
	color:#FFF;
	padding:3px;
	opacity: 0.6;
	z-index:99999;
}
#admin_menu:hover {
	opacity: 1.0;
}

#admin_menu a {
	color:#FFF;
}

/** warning!! **/
/*#warning {
	height: 26px;
	line-height: 25px;
	background-color: #fabd30;
	border-bottom: 1px solid #f05c1e;
	text-align: center;
	font-size: 14px;
	color: #000;
}
*/
/** MAIN CSS **/
html, body { height: 100%; }

body {
	background: #d8d8d8 url(../imgs/back.jpg) fixed top ;
	font-family: arial, sylfaen, sans-serif;
	font-size: 12px;
}
.shadow-wrapper {
	width: 1008px;
	background: url("../imgs/shadow-bg.png") repeat-y 0 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -44px;
}
.main_wrapper {
	background-color:#fffbef;
	width:990px;
	margin: 0px auto 0 auto;
	overflow:hidden;
	padding:5px;
	padding-bottom: 38px;
}
.main_content {
	min-height:300px;
    height:auto !important;
    height:300px;
}

/** LOGO CSS **/	
.logo {
	background-color: #2a343e;
	height:75px;
	margin-top:20px;
	padding-top: 4px;
}
.logo a {
	display:block;
	width:236px;
	height:69px;
	background:url(../imgs/logo.png) no-repeat;
	margin: auto;
	text-indent: -999em;	
}	
/** MENU CSS **/
.menu-and-search {
	border-bottom: 4px solid #6d6f71;
}
ul.nav-menu {
	margin-top:28px;
	float: left;
}	
.nav-menu li {
    float:left;
	height:35px;
	line-height:35px;
	list-style: none;
	font-size:15px;
	position:relative;
	z-index:10;
	padding-bottom: 4px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 48px;
	font-weight: bold;
}	
.nav-menu li li {
	font-weight: normal;
	text-transform:capitalize;
}
.nav-menu li a {
	float: left;
	height: 100%;
	color:#010101;
	text-decoration:none;
	padding: 0 15px;
	z-index:99999999;
	display:block;
}

.nav-menu li a img {
	padding-top: 18px;
	
}
object{
	z-index: 0;
}
.nav-menu li:hover a, .nav-menu li a:hover, .nav-menu li.active a, .nav-menu li.par_selected a {
	/*background-color: #6D6F71;*/
	border-bottom: 4px solid #F3AE07;
	/*color: #fff;*/
}	

.lavaLampBottomStyle li.back {
	border-bottom: 5px solid blue;
	width: 9px;
	height: 30px;
	z-index: 888;
	position: absolute;
	background-color: pink;
}

/* DROP DOWN */
.nav-menu  li ul {
	background-color:#6b6e70;
	display:none;
	padding:0 0 4px 0;
	position: absolute;
	width:180px;
	min-width: 200px;/*180px;*/
	z-index:9999;
	
	top:39px; left:0;
	border-bottom:3px solid #3e4b58;
}
.nav-menu  li:hover ul {
	display:block;
}

.nav-menu  li ul li {
	clear:both;
	border-bottom:1px solid #7f8081;
	float: none;
	width: 100%;
	height: auto;
	z-index:99999;
	display:block;
}
.nav-menu  li ul li a {
	display: block;
	width: 100%;
	height: 28px;
	line-height: 36px;
	color:#fff;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	/*font-weight:bold;*/
	border: 0 !important;
	z-index:99999;
}
.nav-menu  li ul a:hover {
	color:#ccc;
}
/* 3-d level */
.nav-menu  li li ul {
	visibility:hidden; 
	position: absolute;
	top: 0; left: 100%;
	width: 300px;
}
.nav-menu  li li:hover ul {
	visibility:visible;
}
.nav-menu  li li ul li {
	
}
/* --------------------------------- */
/* SEARCH
/* ----------------------------------*/
#searchform {
    width: 205px;
    height: 22px;
    float: right; dispaly: inline;
    position: relative;
    margin: 30px 5px 0 0;
}
#searchform p { float:v left; display: inline;  }
#searchform .search-field {
    width:150px;
    height: 20px;
	padding: 3px 17px 0 3px;
    float: right; dispaly: inline;
    border: none;
    font-size: 12px;
	border:1px solid #a0a0a0;	
}

#searchform .eng-geo { display: none; }

#searchform .submit {
    width: 20px;
    height: 20px; 
    position: absolute;
    right: 3px; top: 3px;
    background: none;
    border: none;
    cursor: pointer;
	background: transparent url("../imgs/search_but.png") no-repeat right top;
}
/********************************************************/


/* --------------------------------- */
/* LANG-SWITCHER
/* ----------------------------------*/
.logo_cont {
	position: relative;
}
ul.lang-switcher {
    height: 20px;
    position: absolute;
    bottom: 0; right: 0;
	list-style: none;
	text-align: center;
}
ul.lang-switcher a {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	text-transform: capitalize;
}
ul.lang-switcher li {
	border-bottom: 5px solid #F3AE07;
	float:left;
	margin-left:10px;
	width:60px;
	height: 20px;
	line-height: 20px;
}
/*************************************/


	
/** SLIDE HEADER **/	
.slide_cont {
	height: 280px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #ccc9bf;
	margin-bottom: 7px;
	position: relative;
	z-index: 1;
}

.slider {
	height:280px;
	margin-bottom:12px;
	overflow:hidden;
	position:relative;
	z-index: 1;
}
#slider {
	background:url(../images/slider1.png);
	height:280px;
	z-index: 1;
}

.acc_menu { position:absolute; right:5px; bottom:14px;}


.acc_menu div.headermenu a{
background: transparent url(../imgs/accordeon_header.png) repeat-x center left;
font: normal 12px Tahoma, ;
color: white;
display: block;
position: relative;
width: auto;
padding: 1px 0;
padding-left: 8px;
text-decoration: none;
width:318px;
height:23px;
text-transform:uppercase;
line-height:23px;
}

.acc_menu div.submenu{ 
background:  url(../imgs/acc_sub_back.png);
padding: 4px;
height: 100px;
width:318px;}

.clear {clear:both;}

.border {
	border-bottom: 1px dashed #ccc9bf;
	height:1px;
	margin-bottom:7px;}
.border_bottom {
	border-bottom: 1px dashed #ccc9bf;
	height:1px;
	margin-bottom:11px;
	margin-top:11px;}	
/** MAIN PAGE NEWS CSS **/

.left_bar {
float:left; 
width:660px;
}

.news_row_one{
	background:#e7e5e1;
	padding-top:7px;
	padding-left:5px;
	padding-bottom:6px;
	border-top:1px solid #d3d2ca;
	border-bottom:1px solid #d3d2ca;
	overflow:hidden;
	}
	
	.news_row_two{
	background:#d8d4c9;
	padding-top:7px;
	padding-left:5px;
	padding-bottom:6px;
	border-top:1px solid #d3d2ca;
	border-bottom:1px solid #d3d2ca;
	overflow:hidden;
	}
	
.news_pic {
	float:left;
	width:150px;}

.news_date{ 
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:13px;
	color:#202020;
	margin-left:8px;}

.news_title {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:13px;
	color:#212d38;
	margin-left:2px;
}

.news_heading a:hover{
	text-decoration:none;
}
	
.news_text {
	overflow:hidden;
}

.news_text p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	/*line-height:13px;*/
	color:#202020;
	padding-left:7px;
	padding-right:25px;
	padding-top:9px;
	font-weight:normal;
}

/** MAIN PAGE Sidebar CSS **/
.right_bar {
float:right; 
width:319px; 
background-color:#f2f2f2;
}

/** MAIN PAGE BOTTOM CSS **/

.banner_cont { float:left;
margin-left:4px;
	}
	
	
/** MAIN PAGE FOOTER CSS **/	

.footer_border {
background:url(../imgs/footer_top_border.png) no-repeat;
margin-top:6px;

}

.footer {
	width: 1008px;
	height: 30px;
	margin: 0 auto;
	/*background: url("../imgs/shadow-bg.png") repeat-y 0 0;*/
}
.footer div {
	margin: 0 10px;
	background:url("../imgs/footer_top_border.png") no-repeat 0 0;
	/*overflow: hidden;*/
	padding-top: 8px;
	font-size: 10px;
	font-family: Verdana;
	color:#555d62;
}
.footer .copy {
	float:left;    
}
.footer .itdc {
	float:right;  	 
}


/** GALLERY CSS **/

.gallery_cont { 
width:215px;
float:left; margin-left:4px;}

.gallery_img img {
border:4px solid #d3d2ca;}	

.gallery_img a:hover img {
border:4px solid #f3ae07;}	

.gallery_title {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#212d38;
	margin-top:9px;
	margin-bottom:5px;}

/** PAGER CSS **/
.pager{
	margin-top:17px;
	margin-left:45px;}
.prew {
	float:left;
	border:2px solid  #d4d3cb;
	margin-left:5px;
	width:105px;
	height:35px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:32px;
	text-transform:uppercase;
	text-align:center;
	color:#202020;
	}
	.prew a{
		display:block;
		text-decoration:none;
	width:105px;
	height:35px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:32px;
	text-transform:uppercase;
	text-align:center;
	color:#202020;
	}
.pages {
	float:left;
	border:2px solid  #d4d3cb;
	margin-left:5px;
	width:37px;
	height:35px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:32px;
	text-transform:uppercase;
	text-align:center;
	color:#202020;
	}
	
	.pages a {
		text-decoration:none;	
	width:37px;
	height:35px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:32px;
	text-transform:uppercase;
	text-align:center;
	color:#202020;
	}
	
.next {
	float:left;
	border:2px solid  #d4d3cb;
	margin-left:5px;
	width:105px;
	height:35px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:32px;
	text-transform:uppercase;
	text-align:center;
	color:#202020;
	}	
	
	.next a {
		display:block;
	text-decoration:none;
	width:105px;
	height:35px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:32px;
	text-transform:uppercase;
	text-align:center;
	color:#202020;
	}	

.bottom {
	overflow: hidden;
	border-top: 1px dashed #CCC9BF;
	margin-top:7px;
	padding-top:8px;
}

/*SIDEBAR TXT MOD */
.holder {
	position:relative;
	overflow:hidden;
}
.over-image{
	background:url("../imgs/trans.png") repeat scroll 0 0 transparent;
	bottom:0;
	color:#2a353f;
	display:block;
	font:bold 20px/25px Arial,sans-serif;
	left:0;
	padding:10px 13px;
	position:absolute;
	text-transform:uppercase;
	width:100%;
}
.sd-item {
	border-top:3px solid transparent;
	background:#fffbef;
}

/*TXT PAGE */
.txt {
	background:#e7e3d7;
	padding:6px;
	border-top:2px solid #afb1ad;
	border-bottom:2px solid #afb1ad;
}
.thumb {
	float:left;
	padding:3px 10px 3px 0;
}
.thumb img {
	border:2px solid #FFF;
}
.txt ul {
	margin-left:40px;
	clear:both;
}
.txt p {
	margin-top:10px;
}
.txt ol {
	padding-left: 20px;
	list-style:decimal;
}

.txt p a {
	color:#000;
	text-decoration:none;
	font-size:12px;
}
	

/* GALLERY */

.gallery-element {
	float:left;
	margin-left:4px;
	width:215px;
}
.gallery-element a.img-a {
	float: left; 
	border:4px solid #D3D2CA;
}
.gallery-element a.img-a:hover {
	border:4px solid #F3AE07;
}
.gallery-element h3 a {
	float: left;
	color:#212D38;
	font-size:12px;
	line-height:15px;
	text-decoration:none;
	text-align: center;
}

.gallery-element h3{
	margin-bottom:5px;
	margin-top:9px;
	margin-left:3px;
}

/*----------------*/
.the-album-title {
	text-align: center;
	font-size: 20px;
	margin: 16px 0 18px 0;
}
.image-list {
	overflow: hidden;
	padding-left: 12px;
	list-style: none;
	margin-top:10px;
}
.the-image {
	float: left;
}
.the-image a {
	float: left;
	padding: 3px;
	border-bottom: 5px solid #fff;
	background-color: #bbb;
	margin: 0 10px 20px 0;
}
.the-image a:hover {
	background-color: #555;
	border-color: #555;
	border-bottom-color: #F3AE07;
}
.the-image img {
	float: left;
	border: 1px solid #777;
}



/*NEWS PAGE*/
.list-cascad .news_one {
	background:none repeat scroll 0 0 #e7e3d7;
	border-bottom:1px solid #D3D2CA;
	border-top:1px solid #D3D2CA;
	overflow:hidden;
	padding-bottom:6px;
	padding-left:5px;
	padding-top:7px;
}

.news_one h2 span {
	color:#6a6864 !important;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px !important;
	line-height:13px;
}

.news_one h2 a{
	color:#212c37 !important;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px !important;
	line-height:13px;
	text-decoration:none;
}
.news_one .news_thumb {
	float:left;
	padding-right:7px;
	padding-left:3px;
}
.content_text {
	font-size:12px;
	color:#212c37;
}

.list-cascad .news_two {
	background:none repeat scroll 0 0 #d8d4c9;
	border-bottom:1px solid #D3D2CA;
	border-top:1px solid #D3D2CA;
	overflow:hidden;
	padding-bottom:6px;
	padding-left:5px;
	padding-top:7px;
}

.news_two h2 span {
	color:#6a6864 !important;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px !important;
	line-height:13px;
}

.news_two h2 a{
	color:#212c37 !important;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px !important;
	line-height:13px;
	text-decoration:none;
}
.news_two .news_thumb {
	float:left;
	padding-right:7px;
	padding-left:3px;
}
.content_text {
	font-size:12px;
	color:#212c37;
}

/*PAGER*/
#pager_div a {
	background:#e7e3d7;
	font-size:14px;
	padding:10px 20px 10px 20px;
	margin-left:3px;
	border:1px solid #d3d2ca;
	color:#202020;
	text-decoration:none;
}
.pager_cur_page{
	background:#e7e3d7;
	font-size:14px;
	padding:9px 20px;
	margin-left:3px;
	border:3px solid #f3ae07;
	color:#202020;
	text-decoration:none;
}
#pager_div {
	margin-bottom:5px;
}
	
/*FOOTER*/
.itdc a {
	color:#2a353f;
	text-decoration:none;
	font-weight:bold;
}


/**
 * ACCO-SLIDER
 */
.acco-slide-container {
    position: relative;
}
#slideshow {
    height:280px;
	overflow: hidden;
	z-index:0;
    position: relative;
}
#slideshow li {
    position:absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.0;
    height: 280px;
    background-color: #FFF;
}
#slideshow li.active {
    z-index:3;
    opacity:1.0;
}
#slideshow li.last-active {
    z-index:2;
}
#slideshow li img {
    display: block;
    border: 0;
}
/*********************/
#accordion {
    width: 318px;
    position:absolute;
    bottom: 14px; right: 4px;
    z-index: 5;
}
#accordion .ui-accordion-header {
	background:transparent url("../imgs/gray-transp-dot.png") repeat 0 0;	
	height: 23px;
	line-height: 23px;
	padding: 0 10px;
	margin-bottom: 2px;
}
#accordion .ui-accordion-header a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	height: 100%;
}
#accordion .ui-accordion-content {
	color: #212d38;
	background:transparent url("../imgs/white-transp-dot.png") repeat 0 0;
	padding: 10px;
}

.holdertwo {
	height:1px;
	background:url("../imgs/footer_top_border.png") no-repeat scroll 0 0 transparent;
	height:5px;
	width:990px;
	margin:0 auto;
	margin-bottom:10px;
}

/* =Feedback Form
----------------------------------------*/
.fdb {
	padding: 20px 0 150px 30px;
}
.fdb form {
	width: 370px;
}
.fdb form p {
	overflow: hidden;
	padding: 4px 0;
}
.fdb form input, .fdb form textarea {
	float: right;
	width: 271px;
	border: 1px solid #949494;
}
.fdb form textarea { height: 120px; }
.fdb form input.submit {
	width: auto;
}
/* =Products Page
----------------------------------------*/
.products-page {
	padding: 5px 0 30px 0;
}

/***/
#fdb_thanks {
	height: 100px;
	line-height: 100px;
	background-color: #D8D4C9;
	color: #000;
	font-size: 14px;
	margin-top: 4px;
}





