/* general styles *************************************************************/
* {
	margin: 0;
	padding: 0;
}

.thumb-list a {
	color: #545454;
	text-decoration: underline;
}
.thumb-list a:hover {
	text-decoration: none;
}
.thumb-list img {
	border: none;
}
ul {
	list-style: none;
}
.wrap {
	width: 100%;
	overflow: hidden;
}
.box-center {
	width: 804px;
	background: url(../img/bg-center2.png) repeat-y;
	
}

.box-top {
	background: url(../img/bg-top2.png) no-repeat;
	width: 100%;
	position: relative;
	height: 41px;
}
.box-bottom {
	background: url(../img/bg-bottom2.png) no-repeat 0 100%;
	width: 100%;
	padding-bottom: 72px;
	position: relative;
}
.btn-close {
	position: absolute;
	right: -10px;
	top: -30px;
	background: url(../img/btn-close.png) no-repeat;
	width: 32px;
	height: 32px;
}
.box-bottom h2 {
	text-align: center;
	font: 60px/64px Impact, Arial, sans-serif;
	color: #007ae2;
	letter-spacing: 1px;
	padding: 3px 0 0;
}
.box-bottom h2 span {
	font-size: 28px;
	line-height: 32px;
	display: block;
	padding: 4px 0 0;
}
.thumb-list li {
	float: left;
	background: url(../img/bg-thumb.png) no-repeat;
	width: 158px;
	height: 146px;
	text-align: center;
	margin-right: -3px;
}
.thumb-list li:hover img {
	border-color: transparent;
}
.thumb-list li span {
    margin-top: 0px;	
}

.thumb-list li img {
	border: 4px solid #fff;
	margin: 2px 0 0px 9px;
	display: block;
}
.thumb-list {
	margin: 15px 0 0 15px;
	width: 800px;
	overflow: hidden;
}
.buttons {
	overflow: hidden;
	width: 100%;
}
.button1 {
	float: left;
	width: 255px;
	height: 60px;
	background: url(../img/button1.jpg) no-repeat;
	overflow: hidden;
	margin: 33px 0 0 50px;
	font: 33px/36px Impact, Arial, sans-serif;
	color: #930a0a;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #e80004;
	padding: 14px 0 0;
}
.button1:hover {
	background-position: 0 -74px;
}
.button1 span {
	display: block;
	color: #710505;
	font-size: 13px;
	line-height: 16px;
	font: 13px/16px Arial, sans-serif;
	text-transform: none;
}
.button2 {
	float: left;
	width: 436px;
	height: 72px;
	background: url(../img/button2.jpg) no-repeat;
	overflow: hidden;
	margin: 20px 0 0 19px;
	font: 36px/40px Impact, Arial, sans-serif;
	color: #0043ac;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	padding: 22px 0 0;
	text-shadow: 1px 1px 1px #20b6ff;
}
.button2 span {
	display: block;
	color: #013c99;
	font-size: 13px;
	line-height: 16px;
	font: 13px/16px Arial, sans-serif;
	text-transform: none;
}
.button2:hover {
	background-position: 0 -94px;
}
