@charset "UTF-8";
/* CSS Document */

body  {
	font: 12px'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
	background:url(../img/bg_content.jpg) repeat-y;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color:#000;
}
* {
margin:0;
padding:0;
}
h2 {
	font-size:1.5em;
	color:#552917;
	margin:0;
	padding:0 0 3px 0;
	text-transform:uppercase;
	border-bottom:1px solid #dd9132;

}
h2 span, h3 span {
	font-weight:normal;
}

a:link { text-decoration:none; background-color: transparent; color:#552917;}
a:visited { text-decoration:none; background-color: transparent; color:#552917;}
a:hover { text-decoration:underline; background-color: transparent; color:#dd9132; }
a:active { text-decoration:underline; background-color: transparent; }

#full{
	padding:15px 0 0 15px;
	text-align:left;
	width:780px;
	margin:0 auto;
}
#full ul{
	width:780px;
	margin:0;
	padding:0;
}
#full li{
	width:179px;
	height:94px;
	margin:16px 14px 0 0;
	padding:0;
	list-style:none;
	float:left;
}
#full li a img{
	border:#552917 3px solid;
}
#full li a:hover img{
	border:#DD9132 3px solid;
}

.overlay-bd {
background:transparent url(../img/white-shadow.png) repeat scroll 100% 100% !important;
margin:0 -5px -6px 0;
}
.overlay {
background:transparent url(../img/white-shadow.png) repeat scroll 0 0;
padding:5px 0 0 6px;
float:left;
}

