body{
	background-color: #DFDFDF;
	background-image: url('cssImages/bg.png');
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: verdana;
	font-size: 12px;
}
#divFullScreen{
	position: absolute;
	width: 100%;
	height: 100%;
}
li{
	line-height: 20px;
}
table.news:hover{
	background-color: #F8F8F8;
	color: blue;
}
input.textSearch{
	background: url('cssImages/search-bg.png');
	border: 1px solid white;
	font-family: tahoma;
	font-size: 13px;
	margin-top: 2px;
}
input.textMail{
	background: url('cssImages/text07.jpg');
	border: 1px solid #DFDFDF;
}
input.textMail:hover{
	border: 1px solid #AFAFAF;
}
textarea.textareaMail{
	background: url('cssImages/text07.jpg');
	background-repeat: repeat-x;
	border: 1px solid #DFDFDF;
}
textarea.textareaMail:hover{
	border: 1px solid #AFAFAF;
}
input.btnSearch{
	background: #5C9CFF;
	border: 1px solid white;
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
}
.divInnerMain{
	background-image: url('cssImages/middle.png');
	margin-left: auto;
	margin-right: auto;
	width: 905px;
	min-height: 730px;
	height: auto;
	overflow: hidden;
}
.divBanner{
	padding-left: 6px;
	width: 905px;
	height: 150px;
}
.divUpperGap{
	background: url('cssImages/upper.png');
	background-repeat: repeat-x;
	width: 905px;
	height: 35px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.divBottomGap{
	background: url('cssImages/bottom.png');
	background-repeat: repeat-x;
	width: 905px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
}
.divLogo{
	background-image: url('cssImages/logo.png');
	position: absolute;
	margin-left: 20px;
	margin-top: 25px;
	width: 250px;
	height: 79px;
	z-index: 3000;
}
.divSearch{
	background-image: url('cssImages/search-bg.png');
	position: absolute;
	margin-left: 600px;
	margin-top: 35px;
	width: 250px;
	height: 60px;
	z-index: 3000;
}
.divMenu{
	position: absolute;
	width: 892px;
	margin-top:125px;
	z-index: 3000;
}
.divButton{
	background-image: url('cssImages/button.png');	
	padding-top: 5px;
	position: relative;
	float: right;
	text-align: center;
	font-weight: bold;
	width: 100px;
	height: 20px;
	z-index: 3000;
	color: black;
}
.divButton:hover{
	background-image: url('cssImages/buttonHover.png');
}
.divLeftContainer{
	background: url('cssImages/linija.png') no-repeat scroll right top;
	float: left;
	position: relative;
	margin-left: 20px;
	margin-top: 15px;
	width: 550px;
	height: auto;
	min-height: 400px;
}
.divRightContainer{
	background-image: url('cssImages/bgComm.jpg');
	background-repeat: no-repeat;
	float: right;
	position: relative;
	margin-right: 50px;
	margin-top: 30px;
	width: 250px;
	min-height: 600px;
	height: auto;
}
.divCommercial{
	padding-top: 10px;
	padding-left: 5px;
	background-image: url('cssImages/feature-bg.png');
	width: 190px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: black;
}
.divCommercial:hover{
	background-image: url('cssImages/feature-bgHover.png');
}
a:link {
	color: black; 
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: black; 
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: black; 
	text-decoration: none; 
	font-weight: bold;
}
a:hover {
	color: #000090; 
	text-decoration: underline
}
