body {
	font-family: Verdana;
	font-size: 11px;
	margin: 15px 0px 15px 0px;
	color: #000000;
}

#container {
	margin: 0px 20px;
	min-width: 980px;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.head_banner {
	width: 960px;
	position: relative;
}

.head_banner a.mail {
	position: absolute;
	right: 0px;
	bottom: -20px;
}

#cat_menu li {
	float: left;
	padding: 0px 20px 3px 0px;
	z-index: -1;
}

#cat_menu a {
	z-index: -1;
}

#cat_menu a img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: -1;
}

#cat_menu a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

#cat_menu li.active img {
	opacity: 1;
	filter: alpha(opacity=100);
}

.box {
	float: left;
	width: 220px;
	height: 220px;
	/*padding: 10px 18px 18px 5px;*/
	padding: 0px;
	margin: 0px;
	/*padding: 5px 5px 5px 5px;
	margin: 5px 13px 0px 0px;*/
	color: #97abaa;
}

.box:hover, .box.selected {
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	z-index: 1999;
	
}

.box a {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-webkit-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
}

.box a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	
	/*-moz-box-shadow: 0px 0px 40px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 40px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 40px rgba(0,0,0,0.3);*/
}

.box img {
	/*padding-bottom: 3px;*/
}

.details {
	padding: 0px;
	color: #777;
}

.details h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size: 18px;
	padding: 8px 0px 5px 5px;
	color: #97ABAA;
}

.details .image_large {
	margin: 10px 23px 13px 5px;
}

.details p {
	max-width: 1260px;
    min-width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #97ABAA;
	padding: 0px 0px 0px 5px;
	line-height: 1.2;
}