/*
  disabling default styles
*/
* html img,
* html .png{
    azimuth: expression(
        this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "./images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
    );
}

html, body, h1, h2, img, blockquote, form, fieldset, label, p, dl, dd, dt { 
	padding: 0px;
	margin: 0px;
	border: none;
}

body {
	font-size: 12px;
  font-family: "Arial", Helvetica, sans-serif;
  color: #b8b8b8;
  background: #191919 url(bg.gif) repeat scroll top left;
}
input, select, textarea, option, table {
	font-size: 12px;
  font-family: "Arial", Helvetica, sans-serif;
}
a {
  text-decoration: none;
}
h1, h2, h3, h4, h5 {
  font-size: 14px;
}

h3 {
	color:#47bf00;
	font-size:16px !important;
}

h4 {
	color:#b8b8b8;
	background-color:#000;
	font-weight:bold;
	margin-bottom:4px;
}

h5 {
	color:#47bf00;
	font-weight:bold;
	margin-bottom:4px;
}

/*
  main layout
*/
.wrapper {
  width: 1274px;
  margin: 0 auto;
  background: transparent url(../../../images/bg2.gif) no-repeat scroll top left;
}

.inner {
  background: transparent url(../../../images/bg2_inner-2.gif) no-repeat scroll top left;
}

.menu {
  width: 185px;
  padding: 300px 0 0 153px;
  float: left;
}
.menu ul, ol, li{
	padding: 0px;
	margin: 0px;
	border: none;
}

.main {
  width: 568px;
  float: left;
}

.header {
  width: 412px;
  margin: 25px auto 40px 20px;
}

.content {
  width: 612px;
  xmargin:0px 34px 0px 34px;
  border-left: 2px solid #303031;
  border-right: 2px solid #303031;
  background: #28282a url(../../../images/bg_content-1.gif) no-repeat scroll bottom left;
  padding-bottom: 20px;
  xmin-height:300px;
}


.right {
  width: 250px;
  float: left;
}

.presentation {
  float: right;
  width: 240px;
  padding-left: 10px;
  margin-top: 335px;
  text-transform: uppercase;
  color: #4c4c4e;
  font-size: 12px;
}

.presentation img {
  vertical-align: middle;
  margin-top: 5px;
}

.footer {
  margin:40px 0px 0px 0px;
  padding-bottom: 30px;
  text-align:center;
}
.footer span{font-size:1.9em; color:#B8B8B8;}
.footer a{text-decoration:none; color:#7ACB1E; font-size:14px; font-weight:bold;}
.footer a:hover{text-decoration:underline;}
/*
  menu
*/

.menuMain {
  list-style: none;
  width: 180px;
}

.menuMain li {
  margin-bottom: 12px;
}

.menuMain li a {
  color: #767678;
  height: 18px;
  width: 172px;
  display: block;
  font-size: 10px;
  padding: 18px 8px 0 0;
  text-align: right;
}

.menuMain li a span {
  display: none;
}

.menuMain .menuAbout_lt a { background: transparent url(../../../images/menu_about_lt.gif) no-repeat scroll top left; }
.menuMain .menuServices_lt a { background: transparent url(../../../images/menu_services_lt.gif) no-repeat scroll top left; }
.menuMain .menuGallery_lt a { background: transparent url(../../../images/menu_gallery_lt.gif) no-repeat scroll top left; }
.menuMain .menuContacts_lt a { background: transparent url(../../../images/menu_contacts_lt.gif) no-repeat scroll top left; }

.menuMain .menuAbout_en a { background: transparent url(../../../images/menu_about_en-1.gif) no-repeat scroll top left; }
.menuMain .menuServices_en a { background: transparent url(../../../images/menu_services_en-1.gif) no-repeat scroll top left; }
.menuMain .menuGallery_en a { background: transparent url(../../../images/menu_philosophy_en-1.gif) no-repeat scroll top left; }
.menuMain .menuContacts_en a { background: transparent url(../../../images/menu_contacts_en.gif) no-repeat scroll top left; }

.menuMain .menuAbout_lt a:hover, .menuMain .menuAboutAct_lt a { background: transparent url(../../../images/menu_about_lt_act.gif) no-repeat scroll top left; }
.menuMain .menuServices_lt a:hover, .menuMain .menuServicesAct_lt a { background: transparent url(../../../images/menu_services_lt_act.gif) no-repeat scroll top left; }
.menuMain .menuGallery_lt a:hover, .menuMain .menuGalleryAct_lt a { background: transparent url(../../../images/menu_gallery_lt_act.gif) no-repeat scroll top left; }
.menuMain .menuContacts_lt a:hover, .menuMain .menuContactsAct_lt a { background: transparent url(../../../images/menu_contacts_lt_act.gif) no-repeat scroll top left; }

.menuMain .menuAbout_en a:hover, .menuMain .menuAboutAct_en a { background: transparent url(../../../images/menu_about_en_act-1.gif) no-repeat scroll top left; }
.menuMain .menuServices_en a:hover, .menuMain .menuServicesAct_en a { background: transparent url(../../../images/menu_services_en_act-1.gif) no-repeat scroll top left; }
.menuMain .menuGallery_en a:hover, .menuMain .menuGalleryAct_en a { background: transparent url(../../../images/menu_philosophy_en_act-1.gif) no-repeat scroll top left; }
.menuMain .menuContacts_en a:hover, .menuMain .menuContactsAct_en a { background: transparent url(../../../images/menu_contacts_en_act-1.gif) no-repeat scroll top left; }

.menuMain .menuAboutAct_lt a,
.menuMain .menuServicesAct_lt a,
.menuMain .menuGalleryAct_lt a,
.menuMain .menuContactsAct_lt a,
.menuMain .menuAbout_lt a:hover,
.menuMain .menuServices_lt a:hover,
.menuMain .menuGallery_lt a:hover,
.menuMain .menuContacts_lt a:hover,
.menuMain .menuAboutAct_en a,
.menuMain .menuServicesAct_en a,
.menuMain .menuGalleryAct_en a,
.menuMain .menuContactsAct_en a,
.menuMain .menuAbout_en a:hover,
.menuMain .menuServices_en a:hover,
.menuMain .menuGallery_en a:hover,
.menuMain .menuContacts_en a:hover {
  color: #ffffff;
}

/*
  main
*/
.main .flash {
  width: 412px;
  height: 492px;
}

h1 {
  width: 650px;
}

h1 a {
  display: block;
  width: 550px;
  height: 90px;
  background: transparent url(../../../images/batl-logo.jpg) no-repeat scroll top left;
  overflow: hidden;
  text-indent: -1000px;
  margin-bottom: 15px;
}

h2 {
  margin-bottom: 22px;
  width: 410px;
  overflow: hidden;
}

.content a {
  color: #47bf00;
  text-decoration: underline;
}

.content a:hover {
  text-decoration: none;
}

.content p {
  margin-bottom: 22px;
  line-height: 19px;
  padding: 0 3px;
}

.content .col2 {
  width: 50%;
  float: left;
}

.galleries {
  list-style: none;
  width: 180px;
  margin-bottom: 20px;
}

.galleries li {
  margin-bottom: 2px;
}

.galleries li a {
  color: #ffffff;
  font-weight: bold;
  height: 24px;
  width: 370px;
  display: block;
  padding: 8px 25px 0 15px;
  text-decoration: none;
  background: transparent url(../../../images/gallery_bg.gif) no-repeat scroll top left;
}

.galleries li a:hover {
  background: transparent url(../../../images/gallery_bg_hover.gif) no-repeat scroll top left;
}

.galleries li.act a {
  background: transparent url(../../../images/gallery_bg_act.gif) no-repeat scroll top left;
}

.galleries .thumbs {
  width: 395px;
  display: none;
  background-color: #363636;
  padding: 8px 0 0 15px;
  overflow: hidden;
}

.galleries .thumbs a {
  width: 111px;
  height: 74px;
  overflow: hidden;
  border: 2px solid #7acb1e;
  display: block;
  float: left;
  padding: 0px;
  margin: 0 15px 15px 0;
}

.content .buttonWriteUs {
  font-weight: bold;
  text-decoration: none;
  background: transparent url(../../../images/button_writeus.gif) no-repeat scroll top left;
  width: 135px;
  height: 28px;
  padding-top: 4px;
  text-align: center;
  display: block;
}

.content form ul {
  list-style: none;
}

.content form label {
  display: block;
  margin-bottom: 2px;
}

.content form .inputText,
.content form .inputTextarea {
  background-color: #454945;
  color: #47bf00;
  border: 1px solid #303031;
  padding: 3px 5px;
  width: 255px;
  margin-bottom: 10px;
}

.content form .inputTextarea {
  height: 65px;
  overflow: auto;
}

.content .buttonSubmit {
  font-weight: bold;
  text-decoration: none;
  background: transparent url(../../../images/button_submit.gif) no-repeat scroll bottom right;
  width: 92px;
  height: 32px;
  text-align: center;
  border: none;
  color: #47bf00;
  cursor: pointer;
}

/*
  right
*/

.menuRight {
  list-style: none;
  width: 180px;
  margin-top: 350px;
}

.menuRight li {
}

.menuRight li a {
  color: #cecece;
  font-weight: bold;
  width: 170px;
  display: block;
  font-size: 13px;
  padding: 5px 15px 5px 40px;
}

.menuRight li.act a,
.menuRight li a:hover {
  background: transparent url(../../../images/menu_right.gif) no-repeat scroll center left;
}

/*
  footer
*/

.footer .partners {
  float: left;
  width: 440px;
  xmargin: 0 34px 0 298px;
  padding-top: 12px;
  border-top: 1px solid #29292b;
}

.inner .footer .partners {
  border-top: none;
}

.footer .partners .headline {
  display: block;
  width: 118px;
  height: 10px;
  position:absolute;
  margin: 8px 0px 0px -150px;
  text-indent: 108px;
  overflow: hidden;
  background: transparent url(../../../images/partners_headline_lt.gif) no-repeat scroll top left;
}

.footer .partners .headline_en {
	background: transparent url(../../../images/partners_headline_en.gif) no-repeat scroll top left;
	width:118px;
}

.footer .partners a {
  margin-right: 19px;
}

.footer .partners a.last {
  margin-right: 0;
}

.footer .partners .more {
  margin-top: 11px;
  display: block;
  float: left;
  font-size: 11px;
  color: #767678;
  background-color: #242426;
  padding: 2px 5px 3px 5px;
  width: auto;
}

.footer .partners .more:hover {
  text-decoration: underline;
}

.footer .credits {
  float: left;
  width: 210px;
  padding-left: 10px;
  list-style: none;
  color: #3d3d3f;
}

.footer .credits li {
  float: left;
  width: auto;
  margin-right: 10px;
  margin-top: 3px;
  font-size: 10px;
}

.footer .credits li.right {
  float: right;
  width: auto;
  margin-right: 0px;
  margin-left: 15px;
}

.footer .credits li.noimg {
  padding-top: 4px;
}

.footer .credits li a {
  color: #3d3d3f;
  text-decoration: underline;
}

.footer .credits li a.noline,
.footer .credits li a:hover {
  text-decoration: none;
}

.footer .credits li img {
  vertical-align: middle;
}

/*
  common elements
*/

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
  font-size: 0px;
}

.partner {
	height:36px;
	display:block;
	float:left;
}

.partner1 {
	background:url('../../../images/partner1.gif') no-repeat center center;
	width:77px;
}

.partner1:hover {
	background:url('../../../images/partner1_on.gif') no-repeat center center;
}

.partner2 {
	background:url('../../../images/partner2.gif') no-repeat center center;
	width:77px;
}

.partner2:hover {
	background:url('../../../images/partner2_on.gif') no-repeat center center;
}

.partner3 {
	background:url('../../../images/litexpo_off.gif') no-repeat center center;
	width:41px;
}

.partner3:hover {
	background:url('../../../images/litexpo_on.gif') no-repeat center center;
}

.partner4 {
	background:url('../../../images/partner4.gif') no-repeat center center;
	width:74px;
}

.partner4:hover {
	background:url('../../../images/partner4_on.gif') no-repeat center center;
}

.partner5 {
	background:url('../../../images/palanga_off.gif') no-repeat center center;
	width:88px;
}

.partner5:hover {
	background:url('../../../images/palanga_on.gif') no-repeat center center;
}


.content ul li {
	color:#47bf00;
}

.content ul li span {
	color:#aaa !important;
}




/*editable*/

.home-content-div{padding:7px;font-size:14px;}
.home-content-div ul{list-style:lower-roman;}
.home-content-div ul li{color:#B8B8B8;}
