body {
	background: #d7e5cf url(img/bgnew.jpg) no-repeat 50% 0;
	font: normal 11px Arial, Tahoma, Verdana, sans-serif;
	color: #6b7452;
}

a {
	color: #202511;
}

a img {
	border: 0;
}

#main {
	margin: auto;
	width: 980px;
	position: relative;
}

#footer {
	position: absolute;
	width: 600px;
	left: 265px;
	top: 690px;
	text-align: center;
}

#footer img {
	vertical-align: middle;
	margin: 0 10px;
}

#mediaContainer {
	z-index: 10;
	position: absolute;
	left: 265px;
	top: 185px;
	background: #d7e5cf;
	width: 580px;
	padding: 10px;
	overflow: hidden;
	-moz-box-shadow: 0 0 8px #000;
	-webkit-box-shadow: 0 0 8px #000;
	box-shadow: 0 0 8px #000;
}

#show {
	margin: 0 0 5px;
	overflow: hidden;
	width: 580px;
	height: 325px;
}

#thumbnails {
	position: relative;
	margin: -10px 0 7px;
	overflow: hidden;
	padding-top: 10px;
}

#thumbnails div {
	display: inline-block;
	/* bugfix: IE7 needs this, since it will give you wrong content width with inline-block [Adam] */
		!display: block;
	white-space: nowrap;
	position: relative;
}

#thumbnails .thumbnail {
	border: 3px solid #144d62;
	display: inline-block;
	position: relative;
	margin-right: 8px;
}

#thumbnails .thumbnail b {
	position: absolute;
	width: 15px;
	height: 15px;
	z-index: 5;
	left: 42px;
	top: -11px;
	top: -13px\9;
	background: #3cdbc7;
	/* bugfix: Need to rotate with -90 degrees, because the "sizingMethod='auto expand'" not works in IE6 [Adam] */
		!filter: progid:DXImageTransform.Microsoft.Matrix(M11='0.7071',M12='-0.7071',M21='0.7071',M22='0.7071',sizingMethod='auto'), progid:DXImageTransform.Microsoft.BasicImage(Rotation=3);
		!top: -16px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071,M12=-0.7071,M21=0.7071,M22=0.7071,sizingMethod='auto expand')";
	-webkit-transform: rotate(-45deg); 
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: none;
}

#thumbnails .active {
	border: 3px solid #3cdbc7;
}

#thumbnails .active b {
	display: block;
}

#thumbnails .thumbnail img {
	position: relative;
	z-index: 10;
	width: 100px;
	height: 65px;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity='50')";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity='50');
}

#thumbnails .active img {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity='100')";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity='100');
}

#scrollbar {
	position: relative;
	clear: both;
	background: #b5c0ae;
	z-index: 50;
	height: 15px;
	overflow: hidden;
}

#scrollbarThumb {
	width: 0;
	position: relative;
	-moz-user-select: none;
	background: #144d62 url(img/thumb.gif) no-repeat 0 0;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	text-align: center;
	left: 0;
	top: 0;
	height: 100%;
	cursor: default;
}

#newsletter {
	position: absolute;
	left: 20px;
	top: 560px;
	width: 200px;
	height: 180px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 200px;
}

#about {
	position: absolute;
	left: 750px;
	top: -5px;
	width: 110px;
	height: 100px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 200px;
}

#TB_Close {
	display: none;
}

#TB_window {
	background: url(img/lbbg2.png) no-repeat 100% 0;
	padding-right: 230px;
	padding-top: 60px;
	height: 500px;
	margin-top: 0!important;
	top: 140px !important;	
}

#TB_iframeContent {
	border: 3px solid #b1ebf6 !important;
	background: #0b8da6 url(img/lbbg.jpg) no-repeat 100% 0;
	-moz-box-shadow: 0 0 9px #000;
}

#addthis {
	position: absolute;
	top: 645px;
	right: 116px;
	z-index: 5;
	width: 600px;
}

#addthis .inner {
	float: right;
}

#social {
	position: absolute;
	top: 235px;
	left: 855px;
	z-index: 5;
}

#social a {
	-moz-border-radius: 0 7px 7px 0;
	-webkit-border-radius: 0 7px 7px 0;
	border-radius: 0 7px 7px 0;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	position: relative;
	left: 0;
	display: block;
	height: 40px;
	width: 50px;
	background: #97b089 url(img/social.gif) no-repeat;
	margin-bottom: 5px;
	overflow: hidden;
	text-indent: 50px;
}

#social a:hover {
	left: 10px;
	background-color: #d7e5cf;
}

#social .twitter {
	background-position: 22px 0;
}

#social .twitter:hover {
	background-position: -56px 0;
}

#social .facebook {
	background-position: 19px -45px;
}

#social .facebook:hover {
	background-position: -59px -45px;
}

#social .rss {
	background-position: 22px -90px;
}

#social .rss:hover {
	background-position: -56px -90px;
}

#social .youtube {
	background-position: 22px -135px;
}

#social .youtube:hover {
	background-position: -56px -135px;
}

#like {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 564px;
	background: url(img/likebg.png);
	padding: 6px 8px;
}
