﻿body 
{
	/*background:lime;url("20.jpg") top center no-repeat;*/
	margin:0;
	padding:0;
	font-family:Akkurat, Arial, Sans-Serif;
	/*min-height:900px;*/
}
			
		p
		{
			font-family:Lucida Grande, Lucida Sans Unicode, Arial, Helvetica, Sans-Serif;
			font-size:12px;
			line-height:13px;
			margin:5px 0 8px 5px;
		}
		.bold
		{
			font-weight:bold;
		}
		.caps
		{
			text-transform:uppercase;
		}
		h1
		{
			font-size:18px;
			font-weight:bold;
			margin:1px 0 0 5px;
			padding:0;
			text-transform:uppercase;
		}
		h2
		{
			font-size:15px;
			margin:1px 0 10px 5px;
			padding:0;
			text-transform:uppercase;
		}
		h3
		{
			font-size:13px;
			margin:12px 0 3px 5px;
			padding:0;
			text-transform:uppercase;
		}
		
		ul
		{
			font-size:12px;
			list-style-image:url("images/bullet.jpg");
			list-style-position:bottom left;
			margin:0 0 8px 15px;
			padding:0;
		}
		
		.button
		{
			background:none;
			border:none;
			font-size:25px;
			font-weight:bold;
			margin:0;
			padding:0;
		}
		.field
		{
			height:20px;
			margin:5px 0 10px 0;
		}
		
/*		All pages		*/
#contentbox
{
	width:100%;
}
.mailbox #contentbox
{
	margin:0 0 0 10px;
}
	#head
	{
		float:left;
		/*background:url("images/logo.jpg") right top no-repeat;*/
		margin:/*47px */ 0 0 20px 0;
		padding:0 0 3px 0;
		width:100%;
	}
		#html_menubox
		{
			border-bottom:solid 1px #676767;
			float:left;
			height:50px;
			width:100%;
		}
			.mailbox #html_menubox
			{
				border-bottom:solid 2px #676767;
				height:40px;
				margin:10px 0 10px 0;
			}
		#logo
		{
			float:right;
			margin:7px 0 0 0;
		}
		#topmenue
		{
			display:none;
		}
			#topmenue .menueObj
			{
				float:left;
				font-size:11px;
				margin:0px 0px 0px 0px;
			}
			#topmenue a, #submenue a, #footer  .footerObj a
			{
				color:#000;
				float:left;
				font-weight:bold;
				margin:1px 3px 0 4px;
				text-decoration:none;
				text-transform:uppercase;
			}
			#footer  .footerObj a
			{
				text-transform:none;
			}
			#topmenue a.selected, 
			#topmenue .menueObj a:hover,
			#submenue a.selected, 
			#submenue .submenueObj a:hover, 
			#footer  .active a, 
			#footer a:hover
			{
				color:#448581/*#676767*/;
				text-decoration:none;
			}
		#submenue
		{
			display:none;
		}
			#submenue .submenueObj
			{
				float:left;
				font-size:10px;
				margin:0px 0 0px 0;
			}
		
	#content
	{
		float:left;
		width:100%;
	}
		#leftcol, #centercol, #rightcol
		{
			float:left;
			margin:0 10px 0 0;
			padding:0;
			width:286px;
		}
		#leftcol, #leftcol_thin
		{
			display:none;
		}
			#rightcol img
			{
				float:right;
				margin:0 0 10px 0;
			}
			.leftcolTitle
			{
				font-size:51px;
				font-weight:bold;
				margin:-10px 0 0 0;
				min-height:10px;
				padding:0;
				text-transform:uppercase;
			}
			.leftcolContent
			{
				font-size:12px;
				margin:0;
			}
		#content-content
		{
			float:left;
			height:auto;
			width: 671px;
		}
			.contentimg
			{
				float:none;
				width:580px;
			}
			#rightcol
			{
				margin:0;
			}
			
		#leftcol_thin
		{
			float:left;
			margin:0 10px 0 0;
			padding:0;
			width:200px;
		}
			#leftcol_thin a
			{
				clear:both;
				color:#000;
				float:none;
				font-size: 18px;
				font-weight: bold;
				line-height:20px;
				margin:0;
				padding:0 0 0 2px;
				text-decoration:none;
				text-transform:uppercase;
				width:100%;
			}
				.leftmenue_lv_one, .leftmenue_lv_two, .leftmenue_lv_three
				{
					margin:0 0 5px 0;
				}
					#leftcol_thin .leftmenue_lv_one a
					{
						clear:both;
						font-size: 16px;
						line-height:normal;
						padding:0 0 0 15px;
						width:100%;
					}
					#leftcol_thin .leftmenue_lv_two a
					{
						clear:both;
						font-size: 14px;
						line-height:normal;
						padding:0 0 0 30px;
						width:100%;
					}
					#leftcol_thin .leftmenue_lv_three a
					{
						clear:both;
						font-size: 12px;
						line-height:normal;
						padding:0 0 0 50px;
						width:100%;
					}
			#leftcol_thin a:hover, #leftcol_thin a.active
			{
				color:#448581/*#686868*/;
			}
			#leftcol_thin h3
			{
			margin:0 0 3px 5px;
			}
		#centercol_wide, .mailbox #content
		{
			float:left;
			margin:0 10px 0 0;
			width:370px;
		}
			p.intro
			{
				color:#686868;
				font-size:18px;
				line-height:20px;
				margin:0 0 15px 5px;
				padding:0;
			}
				p.intro a
				{
					color:#000;
					text-decoration:none;
				}
				p.intro a:hover
				{
					color:#448581/*#686868*/;
					text-decoration:none;
				}
			p a
			{
				color:#000;
				text-decoration:none;
			}
			p a:hover
			{
				color:#448581/*#686868*/;
			}
	
	#footer
	{
		display:none;
	}
		#footer .footerObj
		{
			float:left;
			font-size:10px;
			font-weight:bold;
			margin:10px 5px 0 0px;
		}
	
/*		Newslist		*/
.newsObj
{
	clear:both;
	float:left;
	margin:0 0 20px 0;
	padding:5px 0 8px 5px;
	width:368px;/*278px;*/
}
	.news_img
	{
		float:left;
		padding:0px;
		width:65px;
	}
	.newsDate, .newsHeader, .newsText, .readMore
	{
		clear:none;
		float:right;
		margin:0;
		padding:0;
		width:290px;
	}
		.newsText p
		{
			margin-left:0;
			padding-left:0;
		}
	.newsDate
	{
		color:#333;
		font-size:13px;
	}
	.newsHeader
	{
		font-size:13px;
	}
	.newsText
	{
		font-size:12px;
	}
	.readMore
	{
		font-size:12px;
		font-weight:bold;
		margin:10px 0 0 0;
		text-transform:uppercase;
	}
		.readMore a
		{
			color:#000;
			text-decoration:none;
		}
		.readMore a:hover
		{
			color:#448581/*#686868*/;
			text-decoration:none;
		}
#newsPager
{
	float:left;
	margin:25px 0 0 0;
}
#newsPager2
{
	float:left;
	margin:0 0 20px 0;
}
	#newsPager_prev, #newsPager_prev2
	{
		float:left;
		font-weight:bold;
		width:50px;
	}
	#newsPager_pages, #newsPager_pages2
	{
		float:left;
		margin:auto;
		padding:5px 0 0 0;
		text-align:center;
		width:270px;
	}
	#collection-content #newsPager_pages, #collection-content #newsPager_pages2
	{
		width:558px;
	}
		#newsPager_pages a, #newsPager_pages2 a
		{
			color:#686868;
			font-size:12px;
			margin:10px 0 0 0;
			padding:0 3px 0 3px;
			text-decoration:none;
		}
		#newsPager_pages a:hover, #newsPager_pages2 a:hover, #newsPager_pages a.active, #newsPager_pages2 a.active
		{
			color:#448581/*#000*/;
			padding:3px 3px 0 3px;
			text-decoration:none;
		}
	#newsPager_next, #newsPager_next2
	{
		float:right;
		font-weight:bold;
		text-align:right;
		width:50px;
	}
	
/*		News - detail		*/
#newsblock
{
	margin:0 0 60px 0;
	padding:0 6px;
}
	#newsblock #date
	{
		margin:2px 0 0 5px;
		padding:0;
	}
	#newsblock h1
	{
		font-size:18px;
		font-weight:bold;
		margin:0px 0 0 5px;
		padding:0;
	}
	.newsblock_img
	{
		margin:17px 0 15px 3px;
	}
	#newsblock p
	{
		line-height:13px;
	}
	#newsblock a, #newsblock a:visited
	{
		color:#000;
		font-weight:bold;
		text-decoration:none;
	}
	#newsblock a:hover
	{
		color:#448581/*#686868*/;
		font-weight:bold;
		text-decoration:none;
	}
	
/*		Collection		*/

#collection-content
{
	float:left;
	width:671px;
	height:100%;
}
	.collectionBlock
	{
		float:left;
		margin:20px 4px 30px 0;
		padding:0;
		width:219px;
	}
		.collectionBlock img
		{
			border:none;
			float:left;
			margin:0;
			width:125px;
		}
		.itemHeader
		{
			float:left;
			font-size:12px;
			width:100%;
		}
			.itemHeader a
			{
				color:#000;
				text-decoration:none;
			}
			.itemHeader a:hover
			{
				color:#448581/*#686868*/;
			}
		.itemInfo p
		{
			float:left;
			font-size:11px;
			margin:2px 0 5px 0;
			width:90px;
		}
		
img.itemImg
{
	float:right;
	margin:0 20px 0 0;
}
#collection-content #centercol, #collection-content #rightcol
{
	margin-top:50px;
}
	#itemCategory
	{
		font-size:10px;
		margin:0;
		padding:0;
		text-transform:uppercase;
	}
	#itemDesc
	{
		width:200px;
	}
		#itemDesc p, #itemDesc li
		{
			font-size:11px;
		}
	.colorcontainer
	{
		border: 0.07em solid black;
		float: left;
		height: 20px;
		margin: 0px 5px 0px 0px;
		width: 20px;
	}
	.itemColor
	{
		/*border:solid 0.07em #000;
		float:left;
		height:20px;
		margin:2px 0 0 5px;
		width:20px;*/
		border-top:20px solid;
		float: left;
		height: 0px;
		margin: 0px 0px -19px 0px;
		width: 20px;
	}
	#links
	{
		clear:both;
		margin:0px 0 0 0;
	}
		#links img
		{
			display:none;
			float:left;
			margin:50px 0 5px 5px;
		}
		#links ul
		{
			clear:both;
			float:none;
			font-size:10px;
			list-style-type:disc;
			list-style-image:none;
			margin:3px 0 0 5px;
			padding:0 0 0 15px;
		}
		#links li
		{
			line-height:12px;
		}
		#links a
		{
			color:#000;
			text-decoration:none;
		}
#leftmenu a {		clear:both;
				color:#000;
				float:none;
				font-size: 18px;
				font-weight: bold;
				line-height:20px;
				margin:0;
				padding:0 0 0 2px;
				text-decoration:none;
				text-transform:uppercase;
				width:100%;
			}

#leftmenu ul {
	list-style: none;
	margin-left: 0px;
	list-style-image: none;
}
# leftmenu li {
	list-style: none;
}
#leftmenu ul li ul {
	margin-left: 15px;
}
#leftmenu ul li ul li a {
	margin:0 0 5px 0;
						clear:both;
						font-size: 16px;
						line-height:normal;
						width:100%;
}
#leftmenu ul li ul li ul li a
					{
						clear:both;
						font-size: 14px;
						line-height:normal;
						width:100%;
					}

#leftmenu ul li ul li ul li ul li a				{
						clear:both;
						font-size: 12px;
						line-height:normal;
						width:100%;
					}
#leftmenu a:hover, #leftcol_thin a.active
			{
				color:#448581/*#686868*/;
			}

.mailbox input
{
	margin:0 0 2px 0;
}
.mailbox p
{
	float:left;
	clear:left;
	line-height:22px;
	margin:0;
	text-align:left;
	width:120px;
}
.mailbox .formRow
{
	margin:0 0 10px 0;
}
#flashwrapper, #flashdiv, #flashwrapper2, #flashdiv2
{
	height:auto;
}
#Div1
{
	height:0px;
}