html, body
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	background-color: #fff;
}

body, table, td, h1, h2, h3, h4, h4, h6, li, p
{
	font-family: Tahoma, Arial;
}

body, table, td
{
	font: normal 11px Tahoma;
	color: #000;
}

a
{
	color: #1e609d;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
	cursor: pointer;
}

a img
{
	border: none;
}

p
{
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

.more
{
	background: url('../images/web/bullet.gif') no-repeat left 3px;
	padding-left: 15px;
}

.clear
{
	clear: both;
}

#site
{
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#footer
{
	background: url('../images/web/footer-border.gif') repeat-x top left;
	position: relative;
	width: 891px;
	margin: 0 auto;
	height: 24px;
	bottom: 0;
	z-index: 1;
	
	color: #8a8a8a;
	line-height: 24px;
}

#footer a
{
	text-decoration: none;
	color: #8a8a8a;
}

#footer a:hover
{
	text-decoration: underline;
}

#header
{
	height: 162px;
	background: url('../images/web/header.jpg') no-repeat top center;
	margin: 0 auto;
	margin-top: -17px;
}

#headerLine
{
	height: 0px;
	border-top: 5px solid #91acc4;
	position: absolute;
	top: 236px;
	right: 0;
	width: 50%;
	z-index: 2;
}

#headerBg
{
	height: 142px;
	position: relative;;
	width: 100%;
	top: 96px;
	margin-bottom: -142px;
	background-color: #1c609d;
	left: 0;
}

#logo, #menu
{
	position: relative;
	z-index: 1;
}

#logo
{
	float: left;
	padding-left: 47px;
	margin-top: 13px;
}

#menu
{
	float: right;
	margin-top: 71px;
	padding-right: 38px;
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a
{
	height: 25px;
	display: block;
	float: left;
	text-decoration: none;
	padding: 0 18px;
}

#menu ul li.noPadding a
{
	padding: 0;
}

#menu ul li.lang a
{
	font-size: 10px;
	line-height: 14px;
}

#menu ul li a:hover
{
	background: url('../images/web/menu-active.gif') no-repeat bottom center;
}

#content
{
	width: 891px;
	margin: 0 auto;
	margin-top: 32px;
	padding-bottom: 20px;
}

/* ELEMEntS */

#footer .content
{
	float: left;
}

#footer .solution
{
	float: right;
}

#content .blockIndex
{
	float: left;
	width: 295px;
	margin-right: 3px;
	padding-bottom: 4px;
}

#content .blockRight
{
	margin: 0;
}

#content .blockIndex h1
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	margin-bottom: 12px;
}

#content .blockIndex .content
{
	background-color: #e9ecef;
	padding-top: 13px;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 13px;
	
	min-height: 222px;
	background: #e9ecef url('../images/web/block-bg-left.jpg') no-repeat bottom left;
}

#content .blockIndex .content p
{
	line-height: 19px;
}

#content .blockIndex .moreLink
{
	text-align: right;
}

#content .blockIndex .content .blockImage
{
	margin: 0 auto;
	padding: 0 2px;
	margin-bottom: 10px;
}

* html #content .blockIndex .content
{
	height: 222px;
}

#content .blockRight .content
{
	background: #e9ecef url('../images/web/block-bg-right.jpg') no-repeat bottom left;
}

#content ul.ulist, #content .blockIndex .content ul, #rightSide .content ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content ul.ulist li, #content .blockIndex .content ul li, #rightSide .content ul li
{
	background: url('../images/web/bullet.gif') no-repeat left 5px;
	padding-left: 12px;
	line-height: 19px;
}

#content ul.ulist li a, #content .blockIndex .content ul li a, #rightSide .content ul li a
{
	text-decoration: none;
}

#content ul.ulist li a:hover, #content .blockIndex .content ul li a:hover, #rightSide .content ul li a:hover
{
	text-decoration: underline;
}

#content .blockMain
{
	float: left;
	width: 593px;
	margin-right: 3px;
	clear: both;
}


#content .blockMainInner
{
	float: left;
	width: 550px;
	padding-right: 43px;
	margin-right: 3px;
	clear: both;
	overflow: hidden;
}

#content .spacer
{
	height: 15px;
}

#content h1.blockTitle
{
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

/* news list */
.newsContent .newsItem
{
	margin-bottom: 18px;
}

.newsContent .newsItem .newsDate
{
	float: left;
	width: 65px;
	padding: 0 5px;
	color: #ababab;
}

.newsContent .newsItem .newsText, .newsContent .newsItem .newsTextInner
{
	float: left;
	width: 475px;
}

.newsContent .newsItem .newsText p
{
	display: inline;
	margin: 0;
}

.newsContent .newsListItem
{
	font-size: 12px;
}

.newsContent .newsListItem .newsText
{
	border-bottom: 1px solid #e9ecef;
	padding-bottom: 17px;
	margin-bottom: 12px;
}

.newsContent .newsItem h2.itemTitle
{
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

.textRight
{
	float: right;
	padding-right: 20px;
}
/* VIDINIAI */
#rightSide
{
	float: left;
	width: 295px;
}

#rightSide .topSpacer
{
	height: 14px;
}

#rightSide .banners
{
	margin-top: 35px;
}

#rightSide .block
{
	margin-bottom: 16px;
}

#rightSide .block a
{
	color: #000;
}

#rightSide .block h1.title
{
	font-size: 11px;
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
}

#rightSide .block .content
{
	padding: 24px 16px;
	background: #e9ecef url('../images/web/block-bg-left.jpg') no-repeat bottom left;
	margin-bottom: 4px;
}

#rightSide .bgTwo .content
{
	background: #e9ecef url('../images/web/block-bg-right.jpg') no-repeat bottom left;
}


#content .text
{
	line-height: 20px;
	font-size: 12px;
}

#content .pageTitle
{
	font-size: 12px;
	color: #3874aa;
	margin: 0;
	padding: 0;
	margin-bottom: 21px;
}

.pageTitleContainer
{
	background: url('../images/web/submenu-border.jpg') repeat-x bottom left;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#submenu
{
	background-color: #f3f5f7;
	padding: 8px 19px;
	margin-top: -20px;
	margin-bottom: 20px;
}

#submenu ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#submenu ul li
{
	margin: 0;
	padding: 0;
	display: inline;
	margin-right: 40px;
	background: url('../images/web/submenu-bullet.gif') no-repeat left 4px;
	padding-left: 8px;
	line-height: 19px;
}

#submenu ul li a.active
{
	color: #000;
	text-decoration: none;
}

/* PROJECTS */
#content .projectItem
{
	padding-bottom: 45px;
}

#content .mainContent
{
	padding-bottom: 45px;
}

#content .projectItem h1.projectTitle
{
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}

#content .projectItem h1.projectTitle span
{
	font-weight: normal;
	color: #3874aa;
}

#content .projectImages
{
	padding-bottom: 20px;
}

#content .projectImages .projectImage
{
	float: left;
	margin-right: 8px;
}

/* OTHERS LIST */
#content .othersList
{
	padding-bottom: 20px;
}

#content .othersList .othersTitle
{
	background: #fff url('../images/web/submenu-border.jpg') repeat-x bottom left;
	padding-bottom: 8px;
	margin-bottom: 24px;
}

#content .othersList .othersTitle h1
{
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: bold;
	font-size: 11px;
}

#content .othersList ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content .othersList ul li
{
	margin: 0;
	padding: 0;
	color: #4f4f4f;
	padding-bottom: 10px;
}

#content .othersList ul li a
{
	padding-left: 5px;
	padding-right: 5px;
	background: url('../images/web/bullet-dark.gif') no-repeat right 5px;
}

#content .blockBack
{
	clear: both;
	background: url('../images/web/bullet-back.gif') no-repeat left 5px;
	padding-left: 7px;
}

/* RENT LIST */
#content .rentList .rentListItem h1
{
	font: bold 12px Tahoma;
	color: #000;
	margin: 0;
	padding: 0;
}

#content .rentList .rentListItem .text
{
	float: left;
	width: 375px;
	padding-right: 25px;\
}

#content .rentList .rentListItem
{
	background: url('../images/web/rent-border.gif') repeat-x bottom left;
	padding-bottom: 23px;
	margin-bottom: 20px;
}

#content .rentList .rentImage
{
	float: right;
	width: 150px;
	text-align: right;
}

#content .rentList .rentImage a img
{
	margin-bottom: 5px;
}

#rentPhone 
{
	color: #b4b4b4;
	font-size: 11px;
	height: 20px;
	margin-bottom: -20px;
	position: relative;
	text-align: right;
}

#rentPhone span
{
	color: #6b6b6b;
	font-size: 17px;
}

.paging
{
	float: right;
	margin-top: -13px;
}

.paging a
{
	text-decoration: none;
	padding: 0 3px;
}

.paging a:hover, .paging a.active
{
	text-decoration: underline;
}
