.sh-cnt { display: none; }

#header_wrapper #header #infobar #search_input {width:240px;}

#header_wrapper {
	position: relative;
	/*
	width: 980px;
	min-width: 980px;
	border-left: 1px solid rgba(0,0,0,.6);
	border-right: 1px solid rgba(0,0,0,.6);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 1px 0 0 rgba(255,255,255,.5), inset -1px 0 0 rgba(255,255,255,.5);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 1px 0 0 rgba(255,255,255,.5), inset -1px 0 0 rgba(255,255,255,.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 1px 0 0 rgba(255,255,255,.5), inset -1px 0 0 rgba(255,255,255,.5);
	-ms-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 1px 0 0 rgba(255,255,255,.5), inset -1px 0 0 rgba(255,255,255,.5);
	-o-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 1px 0 0 rgba(255,255,255,.5), inset -1px 0 0 rgba(255,255,255,.5);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	*/
}
/*
#header_wrapper .background_image { width: 978px; margin-right: -489px; }
#ds_div {
	width: 980px;
	margin: 0 auto;
}
#header_wrapper #header #infobar .search_wrapper { width: 245px; }
#header_wrapper .background_image { background-position: 8px 0; }
*/



ul#main-menu {
	margin-top: 25px;
	margin-bottom: 25px;
}

#content {
	margin-left: 10px;
}

#content .pictures { text-align: center; margin-bottom: 15px; border-top: 1px solid rgba(0,0,0,.1); padding-top: 15px; }
#content .pictures img {
	max-width: 700px;
	display: inline-block;
	margin: 5px 0 20px 0;
	/*padding: 1px;
	background: #ddd;
	border: 1px solid rgba(0,0,0,.6);
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	*/
}


#content .info {
	width: 100%;
	text-align: center;
	line-height: 30px;
	margin: 30px 0 20px 0;
	border-top: 1px solid rgba(0,0,0,.1);
	padding: 30px 0 0 0;
}

#content .info-buttons {
	width: 100%;
	margin: 30px 0 0 0;
}

#content .info-buttons a {
	float: left;
	display: block;
	height: 34px;
	line-height: 34px;
	border-radius: 3px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.6);
	font-weight: normal;
	text-decoration: none;
	width: 300px;
	padding:0;
	margin:0;
	text-align: center;
	background: #089f3d;
	background: -moz-linear-gradient(top,  #089f3d 0%, #2a7529 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#089f3d), color-stop(100%,#2a7529));
	background: -webkit-linear-gradient(top,  #089f3d 0%,#2a7529 100%);
	background: -o-linear-gradient(top,  #089f3d 0%,#2a7529 100%);
	background: -ms-linear-gradient(top,  #089f3d 0%,#2a7529 100%);
	background: linear-gradient(to bottom,  #089f3d 0%,#2a7529 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#089f3d', endColorstr='#2a7529',GradientType=0 );
	border: 1px solid rgba(0,0,0,.4);
	box-shadow: inset 1px 1px 0 rgba(255,255,255,.4), inset 0 -1px 0 rgba(255,255,255,.5);
}
#content .info-buttons a:hover {
	background: #18af4d;
	background: -moz-linear-gradient(top,  #18af4d 0%, #3a8539 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#18af4d), color-stop(100%,#3a8539));
	background: -webkit-linear-gradient(top,  #18af4d 0%,#3a8539 100%);
	background: -o-linear-gradient(top,  #18af4d 0%,#3a8539 100%);
	background: -ms-linear-gradient(top,  #18af4d 0%,#3a8539 100%);
	background: linear-gradient(to bottom,  #18af4d 0%,#3a8539 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18af4d', endColorstr='#3a8539',GradientType=0 );
}
#content .info-buttons a.right { float: right; }

#content .info-buttons a img { margin: 0 10px 0 0; opacity:0.8; }

#header_wrapper { 
		margin: 0 auto;
}

.pictures {
	color: #ffffff;
	line-height: 0px;
}
