body,
h1,h2,h3,h4,h5,h6,a,ul,ol,li,p{
	margin:0px;
	padding:0px;
	text-decoration:none;
	/*font-family:		 Arial, Verdana, Helvetica, sans-serif;*/
	/*1)) font-family:      Lucida Console, Monaco5, monospace;
	  font-weight:normal !important;
	  2))font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	  3)) Tahoma, Geneva, sans-serif;*/

	  font-family: Verdana, Verdana, Geneva, sans-serif;
	

}

* a,
* * a{
	color:				inherit;
	font-size:			inherit;
	font-family:		inherit;
	font-weight:		inherit;
	text-decoration:	inherit;
}

input, select{
	border:1px solid #C3D87D;
	font-weight:bold;
}

body{
	background-color: #000;
	text-align: center;
}

#main{
	width:677px;
	margin: 0 auto;
	overflow:hidden;
} 

/*
#main #left{
	width:140px;
	float:left;
	margin-right: 20px;
/*	height:100%;
}

#main #left .empty{
	height:275px;
	float:left;
	width:140px;
}

#main #left .grayBackgr{
	width:140px;
	height:100%;
	background: url("/img/shadow.png") repeat-x;
	float:left;
}

#main #right{
	width:140px;
	float:left;
	margin-left: 20px;
	/*height:100%;
}

#main #right .empty{
	height:275px;
	float:left;
	width:140px;
}

#main #right .grayBackgr{
	width:140px;
	height:100%;
	background: url("/img/shadow.png") repeat-x;
	float:left;
}
*/
.languages{
	float:left;
	margin-left: 10px;
}

.languages a{
	font-size:11px;
}

/*Index*/

#main #middle{
	width:677px;
	float:left;
	overflow:hidden;
}

#main #middle .oHeader{
/*	background: url("/img/logoBG1.jpg") no-repeat;*/
/*	height:275px;*/
	height:201px;
	border-bottom: 3px solid #353535;
	position:relative;
	text-align:center;
}

#main #middle .oHeader .logoLink{
	height:100px;
	left:175px;
	position:absolute;
	top:40px;
	width:330px;
}

#main #middle .oHeader .mainMenu{
	position:absolute;
	bottom: 0px;
	left: 2px;
}

#main #middle .oHeader .mainMenu ul{
	 height:50px;
}

#main #middle .oHeader .mainMenu li{
	float:left;
	list-style:none;
	height:50px;
	margin: 0 5px;
}

.mainMenu li a{
	font-size: 13px;
	color:black;
	font-weight:bold;
	text-transform: uppercase;
	 border-right: 1px solid black;
	 float:left;
	 height:25px;
	 margin-top:25px;
	 line-height: 15px;
/*	 padding: 0 5px 0 30px;	 */
	  padding: 0 5px 0 20px;	
	  outline: none;
	  overflow: visible !important;
}

.mainMenu li a:hover{
	color:white !important;
	border-right: 1px solid white !important;
}

.mainMenu .menuEffect{
	background: url('/img/productsTransp.png') repeat;
	color: white !important;
	border-right: 1px solid white !important;
}


/*Home*/

#middle .oBody.home{
	background: url("/img/homePic.jpg") no-repeat;
	position:relative;
	height: 524px;

}
#middle .oBody .oText{
	width:395px;
	background:  url("/img/transpPic.png") repeat;
	position:absolute;
	top: 40px;
	right: 0;
	padding: 20px;
	text-align:left;
}

#middle .oBody .oText h1{
	color:white;
	font-size:14px;
	padding: 10px 0 0px 10px;
	font-weight: bold ;
}

#middle .oBody .oText p,
#middle .oBody .oText div{
	color:white;
	font-size:16px;
	padding: 0 0 10px 13px;
}





/*AboutUs*/

#middle .oBody.aboutUs{
	background: #679E04 url("/img/Backgr1.jpg") no-repeat !important;
	position:relative;
	float:left;
}

#middle .oBody .aText{
	text-align:left;
}

#middle .oBody .aText .subText{
	padding: 6px 15px 15px 17px;
	width:inherit;

	font-size:13px;
}

 .oBody .aText h1{
	color:white;
	font-size:24px;
	padding: 7px 0px;
	font-weight: normal;	
}

 .oBody .aText p{
	font-size:13px;
	padding: 6px 0px;
}

 .oBody .aText p b{
	border-bottom: 1px solid #3A4604; 
	font-weight:normal;
 }

 .oBody .aText .subText li{
	font-size:13px;
	padding: 2px 10px;
	list-style: circle;
	vertical-align: top;
 }

  .oBody .aText .subText li ul {
	padding:7px;
  }

   .oBody .aText .moveUl{
		margin-left:30px;
   }

/*Products*/

.products .aText{
	background: url("/img/Backgr1.jpg") repeat !important;
	float:left;
}

.products .aText img{
	margin-bottom:2px;
}

.products .aText .subText img{
/*	float:left;
	padding: 15px 20px 10px 0px;*/
	border:2px solid #2D4C10;
}

.rightSmallPic{
	float:right;
	padding: 5px 10px 10px 10px;
}

.leftSmallPic{
	 float:left;
	 padding: 5px 15px 5px 0px;
}

.products .aText .subText{
	background: url("/img/productsTransp.png") repeat;
	float:left;
	padding: 15px 25px 10px 25px;
}

.products .aText .subText ul{
	/*width:98%;*/
	margin-left:20px;
	list-style: circle;
}

  .products .aText .subText li ul{
	list-style: disc;
	/*width:580px;*/
  }

 .oBody .aText .subText .boxBorder{
	border-bottom:1px solid #ADD042;
	padding-bottom: 20px;
	float:left;
}

.products .aText .subText p{
	padding: 3px 0px;
	line-height: 16px;
	/*width:inherit;*/
}

.products .aText .subText h1{
	padding: 10px 0 10px 0px;
	/*float:left; */
	/*width:400px;*/
}

.products .aText .subText h2{
	color: white;
	font-size:19px;
}


/*Portfolio*/

.portfolio{
	background: url("/img/portfolioBackgr.png") repeat;
	float:left;
}

.portfolio .aText img{
	margin-bottom: 0;
}

.portfolioText {
	float:left;
	width: 379px;
	padding-left:10px;
/*	width: 395px;*/
}

#middle .oBody.portfolio .aText .subText{
	padding: 6px 15px 10px 17px;
	width:95%;
}

.portfolioText p:first-letter{
	padding-left: 30px;
}

.portfolioText a{
/*	width: 150px;*/
	color:white;
	font-size:24px;
	padding: 7px 0px;
	font-weight: normal;	
}

.aText .subText .boxBorder .portfolioText h1{
	padding-bottom: 10px;
}

.portfolioText .portfolioLink{
	float:left;
	padding: 20px 0 0 0;
}

.portfolio .portfolioText .portfolioLink img{
	float:left;
	padding:  10px;
}

.portfolioText .portfolioLink a{
	float:left;
	font-size: 12px;
	text-decoration: underline;
	color:black;
}

 .oBody.portfolio .aText .subText img{
	border:none;
 }

.portfolio .aText .subText .picsFrame img{
	position: absolute;
	/*top:4px;*/
	top: 19px;
	left:17px;
 }

.portfolio .aText .subText .boxBorder{
	padding-bottom:10px;
	width:100%;
 }

.portfolioText a:hover{
	text-decoration: underline;
	color:white;
}

.picsFrame{
		width: 238px;
		height: 165px;
		background: url('/img/frame.png') no-repeat; 
		float:left;
		position:relative;
	}

/*Contacts*/
.contact{
	width:625px;
	border:1px dashed #1B3802;
	text-align: center;
	float:left;
	font-size:11px;
}

.contact .row{
	margin:5px 0;
	float:left;
	width:500px;
	overflow:hidden;
}

.contact .row label{
	width:190px;
	float:left;
	text-align: right;
	margin-right:10px;
	color: #344906;
	font-weight: bold;
}

.contact .row label.error{
	color:red;
	width:365px;
	margin:5px 0;
}


.contact .row textarea,
.contact .row input{
	width: 300px;
	background-color:	#ACD33A	 ;	/*#B7DA1C;*/ 
/*background: url('/img/contactExtra.png') no-repeat;*/
	border: 1px solid #6C861B;
}

.subText .contactInfo  h1{
	font-size:18px;
	border-bottom: 1px dotted #6C861B;
}

.contactInfo{
	text-align:center;
	float:left;
	width:100%;
	margin: 20px 0;
}

.subText h2{
	font-size: 15px;
	color: #223903;
	font-weight: normal;
	margin: 5px 0;
}

.contactButton{
	width:100%; 
	float:left;
	padding-left:145px;
}

.contactButton input{
	border: 1px solid #1B3802; 
	margin: 5px 0;
	background-color:#ACD33A; /*#C1D97B; */
	color: #1B3802; 
	font-weight: bold;
}

.contact.sended{
	font-size:14px;
	font-weight:bold;
	color: white;
	padding:10px;
}

.contact.sended div{
	padding: 10px 0 0 0;
}

.contact.sended div a{
	line-height:20px;
	font-weight:bold;
	font-size: 12px;
	color: #0B0D02;
	
}

/*Footer*/

.footer{
	margin:5px 0 10px 0;
	text-align: right;
	font-size:10px;
	color: #7BAD05;
}

.footer a{
	color: #7BAD05;
	text-decoration: underline;
}

.footer a:hover{
	color: #B8DC85;
}


.inputChangeColor{
	background: #d3f279 !important;
	border:1px solid #435C0B !important;
}

.stronging{
	font-weight: normal;
}
