body
	{
		margin:0px;
		padding:0px;
		font-family: tahoma;
		font-size:12pt;
		width:1000px;
	}
	
a
	{
		color:#852e3e;
		text-decoration:none;
	}
	
a:hover
	{
		text-decoration:underline;
	}
	
#headLogo
	{
		margin:0px;
		padding:0px;
		width:1000px;
		height:100px;
		background:url('/images/pix/logo.jpg') no-repeat;
	}
	
#service
	{
		width:800px;
		padding:0px;
		margin:0px;
		text-align:right;
		position:absolute;
		left:0px;
		top:15px;
		font-size:80%;
	}
	
#service a
	{
		margin:0px 5px 0px 5px;
	}
	
#findWrap
	{
		margin:0px;
		padding:0px;
		width:190px;
		height:26px;
		overflow:hidden;
		position:absolute;
		top:11px;
		left:810px;
		background:url('/images/pix/findField.jpg') no-repeat;
	}
	
#findButt
	{
		width:26px;
		height:26px;
		position:absolute;
		top:11px;
		left:972px;
		overflow:hidden;
		background:url('/images/pix/findButt.jpg') no-repeat;
	}
	
.searchContent
	{
		margin:0px 20px 0px 10px;
		font-size:95%;
	}
	
.searchContent p
	{
		margin:8px 0px 0px 7px;
		padding:0px;
	}
	
#findButt:hover
	{
		background-position:0px -26px;
	}
	
#findField
	{
		width:145px;
		height:15px;
		border:0px;
		position:absolute;
		top:16px;
		left:823px;
		font-style:italic;
		font-size:90%;
		color:#852e3e;
	}
	
#menuWrapper
	{
		width:100%;
		height:22px;
		margin:10px 0px 0px 0px;
		padding:0px;
		border-top:1px solid #3e852e;
		border-bottom:3px solid #3e852e;
		background:#ececec;
	}
	
#menuWrapper div
	{
		font-size:85%;
		font-weight:bold;
		float:left;
		padding:0px 15px 0px 15px;
		text-align:center;
		line-height:22px;
	}
	
#menuWrapper div a
	{
		display:block;
		color:#3e852e;
	}
	
.submenu
	{
		
		display:none;
		position:absolute;
		top:134px;
		left:0px;
		z-index:20;
		width:1000px;
		background:#ececec;
		border-bottom:15px solid #3e852e;
	}
	
.submenu div
	{
		width:243px;
		height:55px;
		line-height:55px;
		text-align:left;
		float:left;
		font-weight:bold;
		font-size:80%;
		margin-right:7px;		
	}
	
.submenu div a
	{
		display:block;
		padding-left:7px;
		width:100%;
		height:100%;
		text-decoration:none;
	}
	
.submenu div a:hover
	{
		text-decoration:underline;
	}
	
#regionsSelect
	{
		width:500px;
		height:22px;
		margin:0px;
		padding:0px;
		text-align:right;
		position:absolute;
		top:111px;
		left:500px;
		z-index:10;
		line-height:22px;
		font-weight:bold;
		font-size:90%;
		color:#852e3e;
	}
	
#regionsSelect a
	{
		font-weight:bold;
		font-size:90%;
		text-decoration:none;
	}
	
#landSelect
	{
		width:300px;
		float:right;
	}
	
.landElement
	{
		clear:both;
		height:30px;
		background:#53b13d;
		padding-right:10px;
		line-height:30px;
		border-bottom:1px solid white;
		display:none;

	}
	
.landElement a
	{
		display:block;
		width:100%;
		height:100%;

	}
	
.landElementAlt
	{
		background:#3e852e;
	}
	
#langArrowImgWrapper
	{
		width:18px;
		height:18px;
		margin:2px 0px 2px 5px;
		padding:0px;
		float:right;
		overflow:hidden;
	}
	
#langArrowImgWrapper a
	{
		text-decoration:none;
		border:0px;
	}
	
#langArrowImgWrapper img
	{
		border:0px;
	}
	
#langArrowImgWrapper img:hover
	{
		margin-top:-18px;
	}
	
#mainWrapper
	{
		width:100%;
		margin:15px 0px 0px 0px;
	}
	
#newsTable
	{
		width:100%;
		border:0px;
		padding:0px;
		margin:0px;
		border-collapse:collapse;
	}
	
#newsTable td
	{
		vertical-align:top;
	}
	
#news
	{
		vertical-align:top;
		width:300px;
	}
	
#auth
	{
		width:210px;
		text-align:right;
		vertical-align:top;
	}
	
#auth ul
	{
		list-style:none;
		font-size:80%;
		font-weight:bold;
		margin:15px 0px;
		padding:0px;
	}
	
#auth ul li
	{
		margin:0px 0px 5px 0px;
		padding:3px 0px 3px 5px;
		height:40px;
		border-left:5px solid #baffa7;
	}
	
#auth ul li img
	{
		margin:0px 0px 0px 3px;
		width:40px;
		height:40px;
		float:right;
		
	}
	
#auth ul li:hover
	{
		border-left:5px solid #852e3e;
	}
	
#auth ul li a
	{
		display:block;
		width:100%;
		height:40px;
	}
		
.blockHead
	{
		background:#3e852e;
		color:white;
		font-size:90%;
		font-weight:bold;
		padding:3px 3px 3px 5px; 
	}
	
.blockHead a
	{
		color:white;
		text-decoration:none;
	}
	
.title
	{
		color:#3e852e;
		font-size:90%;
		font-weight:bold;
		padding:3px 10px 3px 5px; 
	}
	
#mainNews
	{
		margin:0px 5px 0px 10px;
		padding:0px;
	}
	
#mainNews img
	{
		width:300px;
		height:215px;
		margin:10px 0px 7px 0px;
	}
	
.storieTitle
	{
		font-size:90%;
		font-weight:bold;
		margin:3px 0px 3px 0px;
		width:300px;
	}
	
.storieText
	{
		font-size:85%;
		width:340px;
	}
	
#otherNews
	{
		padding:10px 15px 0px 20px;
		font-size:80%;
		font-weight:bold;
		width:100%;
	}
	

#otherNews div
	{
		clear:both;
		padding:7px 0px 7px 0px;
	}
	
#otherNews img
	{
		width:70px;
		height:50px;
		margin-right:10px;
		float:left;
	}
	
	
#strAdv
	{
		height:60px;
	}
	
#themes
	{
		width:100%;
	}
	
#adv
	{
		width:210px;
		margin:0px 0px 15px 15px;
		text-align:center;
	}
	
#almonk
	{
		width:210px;
		background:#ececec;
		text-align:center;
		padding:5px;
		margin:0px 0px 15px 0px;
	}
	
.oneTheme
	{
		width:340px;
		float:left;
		margin:15px 35px 15px 5px;
		height:380px;
	}
	
.oneTheme img
	{
		width:150px;
		height:107px;
		float:left;
		margin:7px 7px 7px 0px;
	}
	
.elements
	{
		width:340px;
		height:330px;
		overflow:hidden;
		
	}
	
.elements ul
	{
		list-style:none;
		margin:0px;
		padding:0px;
		margin-left:0px;
	}

.elements ul li
	{
		float:left;
		margin:0px;
		padding:0px;
		width:340px;
		height:330px;
		
	}
	

	
.controlElement
	{
		display:block;
		width:18px;
		height:18px;
		margin:0px 2px 0px 0px;
		float:right;
		line-height:18px;
		text-align:center;
		color:white;
		font-weight:bold;
		font-size:75%;
		text-decoration:none;
		background:#3e852e;
		border:1px solid #3e852e;
	}
	
.controlElement:hover
	{
		color:#3e852e;
		background:white;
		text-decoration:none;
	}
	
.controlElementActive
	{
		height:25px;
		background:white;
		color:#3e852e;
	}
	
.themesListElement
	{
		margin:0px 20px 15px 0px;
		padding:10px;
		clear:both;
		font-size:85%;
	}
	
.themesListElement h4
	{
		margin:0px 0px 7px 0px;
	}
	
.themesListElementAlt
	{
		background:#baffa7;
	}
	
.themesListElement img
	{
		margin:0px 5px 5px 0px;
		float:left;
		width:150px;
		height:107px;
	}

.themesNoImgList
	{
		margin:10px 5px 10px 20px;
		padding:5px 0px 0px 0px;
		height:350px;
		font-size:85%;
		clear:both;
	}
	
.themesNoImgList p
	{
		margin:7px 0px 7px 0px;
	}
	
.date
	{
		font-size:80%;
		font-weight:normal;
	}
	
#themeWrapper
	{
		width:770px;
	}
	
.contentHead
	{
		margin:0px 20px 30px 10px;
		font-size:100%;
	}
	
.contentHead h3
	{
		margin:0px 0px 5px 0px;
	}
	

.materialsContent
	{
		margin:0px 20px 0px 10px;
		font-size:95%;
	}

.materialsContent img
	{
		margin:0px 10px 10px 0px;
		float:left;
	}
	
.materialsContent p
	{
		margin:0px 0px 20px 0px;
	}
	
.materialsContent a
	{
		color:#2e3f87;
	}
	
#fotoGallery img
	{
		border:0px;
	}


#fotoGalleryControls
	{
	position:relative;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	width:100%;
	height:30px;
	z-index:10;
	}
	
#galButLeft
	{
		display:block;
		width:30px;
		height:30px;
		margin:0px;
		padding:0px;
		overflow:hidden;
		background:url('/images/pix/galArrLeft.jpg') no-repeat;
		background-position:-30px 0px;
		float:right;
	}
	
#galButLeft:hover
	{
		background-position:0px 0px;
	}
	
#galButRight
	{
		display:block;
		width:30px;
		height:30px;
		margin:0px;
		padding:0px;
		overflow:hidden;
		background:url('/images/pix/galArrRight.jpg') no-repeat;
		background-position:0px 0px;
		float:left;
	}
	
#galButRight:hover
	{
		background-position:-30px 0px;
	}
	
.aboutAuth
	{
		margin:0px 20px 7px 0px;
		padding:0px;
		text-align:right;
		font-size:80%;
		font-weight:bold;
	}
	
.aboutAuthInfo
	{
		width:500px;
		position:absolute;
		border-left:2px solid #852e3e;
		border-right:2px solid #852e3e;
		border-bottom:2px solid #852e3e;
		z-index:15;
		padding:7px;
		background:white;
		color:#852e3e;
		left:240px;
		display:none;
		font-weight:normal;
		padding:7px;
	}
	
.aboutAuthInfo p
	{
		margin:0px 0px 5px 0px;
	}
	
#footer
	{
		border-top:1px solid #3e852e;
		margin:25px 0px 0px 0px;
		padding:15px 10px 10px 10px;
		font-size:80%;
		text-align:center;
	}
	
#bottomLNav
	{
		text-align:left;
	}
	
#bottomLNav a
	{
		display:block;
		margin:0px 5px 0px 5px;
		float:left;
	}
	
#simplemodal-container a.modalCloseImg {
	background:url(/images/pix/x.jpg) no-repeat; /* adjust url as required */
	width:25px;
	height:25px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}

#partners
	{
		padding:0px;
		font-weight:bold;
		text-align:right;
		color:#852e3e;
	}
	
#partners img
	{
		border:0px;
		margin:5px 5px 0px 5px;
	}
	
#archPartsNumbers
	{
		margin:5px 10px 5px 20px;
		font-size:85%;
	}
	
.partsLinks
	{
		display:block;
		width:28px;
		height:16px;
		text-align:center;
		margin:1px;
		float:left;
		font-size:85%;
		background:url('/images/pix/archParts.jpg') no-repeat;
		color:#852e3e;
		text-decoration:none;
	}
	
.partsLinksA
	{
		background:url('/images/pix/archPartsA.jpg') no-repeat;
		font-weight:bold;
		color:white;
	}
	
#hiddenArch
	{
		display:none;
	}
	
.sign
	{
		font-style: italic;
		text-align:right;
		margin:10px 0px 30px 0px;
	}

#quote
	{
		padding:3px;
		margin:50px 0px 0px 10px;
		font-size:90%;
	}
	
#blogCodeLink
	{
		cursor:pointer;
	}
	
#blogCode
	{
		margin:20px 0px 10px 20px;
		display:none;
	}
	

#blogCode textarea
	{
		width:300px;
		height:150px;
	}
	
#blogCode input
	{
		width:300px;
	}