body
	{
		padding:0;
		margin:0;
		font-family:Helvetica, Arial, sans-serif;
		font-size:12px;
		color:#292929;
		background: url(../../img/index/backgrounds/body.jpg) top left repeat-x;
	}
table
	{
		border-collapse:collapse;
		border-spacing:0;
	}
input,textarea,select
	{
		font-family:inherit;
		font-size:inherit;
		font-weight:inherit;
	}
a
	{
		color:#308913;
		text-decoration:none;
	}
a:hover
	{
		text-decoration:underline;
	}
p a
	{
		color:#308913;
	}
h1
	{
		font-size:24px;
	}
h2
	{
		font-size:24px;
	}	
h3
	{
		font-size:22px;
	}	
h4
	{
		font-size:18px;
	}	
h5
	{
		font-size:16px;
	}	
h6
	{
		font-size:14px;
	}	
a img
	{
		border:none;
	}
#background
	{
		width:100%;
		height:auto;
		float:left;
		clear:both;
		background: url(../../img/index/backgrounds/background.png) top center repeat-y;
		_background: url(../../img/index/backgrounds/background.gif) top center repeat-y;
	}
	
.container
	{
		width:990px;
		clear:both;
		margin:0 auto;
	}
/*----------------------- H e a d e r ------------------------*/
.header
	{
		width:990px;
		height:216px;
		padding:0;
		margin:0;
		border:none;
		background: url(../../img/index/backgrounds/header.png) center no-repeat;
	}
	.header .menu
		{
			width:990px;
			height:40px;
			clear:both;
		}
		.header .menu ul, .header .menu ul
			{
				width:100%;
				height:40px;
				margin:0;
				padding:0;
				list-style:none;
			}
		.header .menu li
			{
				float:left;
				padding:0 27px;
				clear:none;
			}
			.header .menu li a
				{
					margin:0;
					padding:12px 0 2px 0;
					float:left;
					clear:none;
				}
			.header .menu li a img
				{
					margin:0;
					padding:0;
				}
			.header .menu li a:hover
				{
					padding:12px 0 0 0;
					border-bottom:2px solid white;
				}

	.header .slogan
		{
			width:511px;
			height:126px;
			margin:36px 0 0 0;
			padding:0 0 0 36px;
			float:left;
			text-align:justify;
		}
		.header .slogan h1
			{
				margin:0;
				padding:0;
				font-size:18px;
				line-height:36px;
				font-family:"Lucida Grand";
				color:white;
				text-transform:uppercase;
				font-weight:normal;
				text-shadow: rgb(0,0,0) 1px 1px 5px;
			}
		.header .logo
			{
				width:198px;
				height:128px;
				margin:23px 20px 0 0;
				_margin:35px 10px 0 0;
				float:right;
				background: url(../../img/index/backgrounds/header.logo.png) center no-repeat;
			}
		.header .languages
			{
				width:150px;
				height:30px;
				float:left;
				margin:35px 10px 0 60px;
				color:white;
				/*border:0px solid red;*/
			}
	
	
/*holder	*/

.container .container
	{
		width:990px;
		height:auto;
		float:left;
		clear:both;
		padding:27px 0 0 0;
		background: url(../../img/index/backgrounds/container.container.png) bottom no-repeat;
	}

.spacer
	{
		width:17px;
		height:600px;
		float:right;
	}
	
	
/*left bar	*/

.leftbar
	{
		width:180px;
		float:left;
		padding:0 0 0 18px;
	}
	.leftbar ul
		{
			width:180px;
			float:left;
			margin:0;
			padding:0;
			list-style:none;
		}
	.leftbar li
		{
			margin:0;
			padding:10px 0 ;
			list-style:none;
			float:left;
			clear:both;
			background: url(../../img/index/backgrounds/leftbar.li.png) left bottom no-repeat;
			_background: url(../../img/index/backgrounds/leftbar.li.gif) left bottom no-repeat;
		}
	.leftbar li ul
		{
			width:144px;
			float:left;
			padding:0 0 0 36px;
		}
		.leftbar li ul li
			{
				margin:0;
				padding:5px 0px;
				_padding:4px 0;
				line-height:11px;
				background:none;
			}
			.leftbar li ul li a
				{
					width:144px;
					margin:0;
					padding:0;
					float:left;
					font-size:12px;
					color:black;
					line-height:12px;
				}
	


/* content */

.content
	{
		width:522px;
		padding:0 0 0 44px;
		float:left;
	}
	.content input
	{
		margin:5px 0;
	}
	.content .head
		{
			width:522px;
			height:22px;
			padding:15px 0 0 0;
			float:left;
			clear:both;
		}
	.content .newGallery
		{
			width:503px;
			height:81px;
			margin:0 0 27px 0;
			padding:41px 0 0 19px;
			background: url(../../img/index/backgrounds/content.newGallery.png) left bottom no-repeat;
			_background-image: none;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/index/backgrounds/content.newGallery.png', sizingMethod='scale');
		}
		.content .newGallery a
			{
				width:88px;
				height:66px;
				float:left;
				margin:0 4px 0 0;
				border:2px solid white;
				position:relative;
			}
			
	.content .article
	 	{
			width:486px;
			float:left;
			clear:both;
			margin:0 0 36px 0;
			padding:0 18px;
			background: url(../../img/index/backgrounds/content.article.png) left bottom ;
			_background-image: none;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/index/backgrounds/content.article.png', sizingMethod='scale');
			color:#292929;
		}
		.content a
			{
				position:relative;
			}
		.content .article img
			{
				float:left;
				margin:0 14px 0 0;
				border:2px solid white;
			}
		.content .article p img
			{
				float:none;
			}
		.content .article .image
			{
				width:90px;
				height:90px;
				float:left;
				margin:0 14px 0 0;
				border:2px solid white;
			}
			.content .article span.time
				{
					margin:0;
					padding:0;
					float:left;
					clear:right;
					color:#676767;
					font-size:12px;
					line-height:12px;
				}
			.content .article h1.name, .content .article h1.name a
				{
					width:360px;
					margin:0 0 5px 0;
					padding:0;
					float:left;
					clear:none;
					color:#308913;
					font-size:14px;
					line-height:16px;
					font-weight:normal;
					position:relative;
				}
				.content .article h1.name a:hover
					{
						text-decoration:underline;
						position:relative;
					}
				.content .article h1.name a span.title, .content .article h1.name span.title, .content .single .article h1.name span.title
					{
						font-weight:bold;
						text-decoration:underline;
						font-style: italic;
						position:relative;
					}
				.content .article span.status, .content .article a.status
					{
						margin:0;
						padding:0;
						float:left;
						color:#989898;
						font-weight:bold;
						font-size:11px;
						line-height:11px;
						text-transform:uppercase;
						background:white;
					}
				.content .article a.status
					{
						font-weight:normal;
						position:relative;
					}
				.content .article p.info
					{
						width:auto;
						margin:0 0 0 0;
						padding:0;
						float:right;
						clear:none;
						color:#292929;
						line-height:18px;
					}
				.content .article .readmore
					{
						margin:18px 0 0 0;
						_margin:0;
						padding:0;
						float:right;
						clear:right;
						color:black;
						font-weight:bold;
						font-size:12px;
						line-height:11px;
					}
	/*single*/
	
	.content .single .article
		{
			background-image:none;
			_filter:none;
		}
		.content .single .article h1.name
			{
				font-size:18px;
				line-height:12px;
				text-transform:uppercase;
			}
	
/* right bar	*/
	
	
.rightBar
	{
		width:173px;
		float:right;
	}
	.rightBar .head
		{
			width:173px;
			height:37px;
			margin:0 0 5px 0;
			float:left;
			clear:both;
			background: url(../../img/index/backgrounds/rightBar.head.png)  ;
			_background-image: none;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/index/backgrounds/rightBar.head.png', sizingMethod='scale');
		}
	.rightBar .sponsor
		{
				width:173px;
				float:left;
				clear:both;
				margin:0 0 27px 0;
				text-align:justify;
		}
		.rightBar .sponsor a.image
			{
				float:left;
				padding:0 0 6px 0;
				position:relative;
				opacity: 0.2;
				filter:alpha(opacity=20);
			}
			.rightBar .sponsor a.image:hover
				{
					opacity: 1.0;
					filter:alpha(opacity=100);
				}
		.rightBar .sponsor p
			{
				padding:0;
				margin:0;
				font-size:11px;
				line-height:13px;
				color:#515151;
			}


	
/* footer */


.footer
	{
		width:990px;
		height:27px;
		padding:0;
		float:left;
		clear:both;
		background:#dedede;
		text-align:center;
	}
	.footer p
		{
			margin:0;
			padding:0;
			color:#5b5b5b;
			font-size:10px;
		}
	.footer a.createdby
		{
			width:71px;
			height:27px;
			float:right;
			clear:both;
			padding:0;
			margin:-26px 18px 0 0;
			position:relative;
			background: url(../../img/index/backgrounds/createdby.png) ;
		}


/*gallery*/

.gallery
	{
		margin:27px 0 0 0;
		float:left;
		display:block;
	}
	.gallery h3
		{
			margin:0;
			padding:0 0 9px 0;
			font-size:14px;
			line-height:14px;
			clear:both;
		}
	.gallery .folder
		{
			width:126px;
			height:126px;
			margin:0 4px 18px 0;
			float:left;
			background: url(../../img/index/backgrounds/folder.png)  ;
			_background: none;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/index/backgrounds/folder.png', sizingMethod='scale');
		}
		.gallery .folder a.image
			{
				width:90px;
				height:90px;
				float:right;
				display:block;
				margin:4px 16px 0 0;
				_margin:4px 8px 0 0px;
					position:relative;
				border:2px solid white;
			}
		.gallery .folder a.name
			{
				width:126px;
				height:28px;
				text-align:center;
				line-height:12px;
				background:white;
				position:relative;
			}
	
	.gallery ul, .gallery li
		{
			float:left;
			clear:none;
			list-style:none;
			display: inline;
		}
	

		#wrapper {
		    width: 522px;
		    margin: 0 auto;
		}

		#slider {
		    width: 522px;
		    margin: 0 auto;
		    position: relative;
		}

		.scroll 
			{
				width:340px;
				float:right;
			    overflow: auto;
			    overflow-x: hidden;
			    position: relative;
			    clear: right;
			}

		.scrollContainer div.panel {
		    height: auto;
		    width: 340px;
		}
		.scrollContainer div.panel img
			{
				border:1px solid #8a8a8a;
			}


		ul.navigation 
			{
				width:180px;
				float:left;
			    list-style: none;
			    margin: 0;
			    padding: 0;
			}

		ul.navigation li 
			{
				width:88px;
				height:66px;
				margin:0 2px 2px 0;
				padding: 0;
		        list-style:none;
		        display: inline;
				float:left;
				clear:none;
			}

		ul.navigation a
			{
				width:88px;
				height:66px;
				margin:0;
				padding:0;
				float:left;
				 display: inline;
				clear:none;
				opacity: 0.6;
				filter:alpha(opacity=60);
		
			}


		ul.navigation a:hover {
			opacity: 1;
			filter:alpha(opacity=100);
		}

		ul.navigation a.selected {

			opacity: 1;
			filter:alpha(opacity=100);
		}

		ul.navigation a:focus {
		    outline: none;
		}

		.scrollButtons {
		    position: absolute;
		    top: 256px;
		    cursor: pointer;
	
		}

		.scrollButtons.leftslider {
		    left: 182px;
			width:170px;
			height:24px;
			margin:0 2px 0 0;
			padding:0;
			background: url(../../img/index/menu/gallery.a.prev.png)  ;
			_background: none;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/index/menu/gallery.a.prev.png', sizingMethod='scale');
			font-size:14px;
			line-height:14px;
			text-align:left;
			color:#242424;
			text-align:right;
		}

		.scrollButtons.rightslider {
			right:0;
			width:170px;
			height:24px;
			padding:0;
			background: url(../../img/index/menu/gallery.a.next.png)  ;
			_background: none;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/index/menu/gallery.a.next.png', sizingMethod='scale');
			font-size:14px;
			line-height:14px;
			text-align:left;
			color:#242424;
		}

		.hide {
		    display: none;
		}
	
