* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0px;
	background-color: #F2F2F2;
	font-family: Verdana, Geneva, sans-serif;
}
:focus {
	outline: none;
}
/* General styles ------------------------- */
.showcase {
	position: relative;
}
.showcase a.controls {
	position: absolute;
	width: 54px;
	height: 50px;
	background-color: #2097FA;
	text-decoration: none;
	color: #FFF;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #FFF;
}
.showcase a.previous {
	padding-bottom: 4px;
}
.showcase ul li {
	width: 170px;
	height: 170px;
	float: left;
	list-style-type: none;
}
.showcase ul li a {
	display: block;
}
.showcase li a img {
	width: 100%;
	height: 100%;
	border: 0;
}
/* Horizontal showcase ------------------------- */
.showcase#horizontal {
	width: 860px;
	height: 170px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 60px;
	padding-left: 80px;
}
.showcase#horizontal a.controls {
	top: 50%;
	margin-top: -27px;
}
.showcase#horizontal a.next {
	right: 0;
	padding-top: 4px;
}
.showcase#horizontal a.controls:hover {
	border-color: #2097FA;
}
.showcase#horizontal ul {
	position: relative;
	width: 700px;
	height: 170px;
	margin: 0 auto;
}
/* Vertical showcase ------------------------- */
.showcase#vertical {
	margin: 100px auto 0 auto;
	width: 170px;
	height: 600px;
}
.showcase#vertical a.controls {
	left: 50%;
	margin-left: -27px;
}
.showcase#vertical a.next {
	bottom: 0;
	padding-top: 4px;
}
.showcase#vertical a.controls:hover {
	border-color: #2097FA;
}
.showcase#vertical ul {
	position: relative;
	width: 170px;
	height: 450px;
	top: 75px;
}
/* Diagonal showcase ------------------------- */
.showcase#diagonal {
	margin: 100px auto 0 auto;
	width: 620px;
	height: 620px;
}
.showcase#diagonal a.previous {
	top: 0;
	left: 0;
}
.showcase#diagonal a.next {
	right: 0;
	bottom: 0;
	padding-top: 4px;
}
.showcase#diagonal a.controls:hover {
	border-color: #2097FA;
}
.showcase#diagonal ul {
	position: relative;
	width: 500px;
	height: 500px;
	top: 60px;
	left: 60px;
}
#wrapper {
	width: 1000px;
	height: 752px;
	margin: auto;
}
#header {
	height: 72px;
}
#container {
}
#nav {
}
#banner {
	background-image: url(../images/index/main-bg.jpg);
	background-repeat: no-repeat;
	height: 318px;
}
#main {
	background-image: url(../images/index/main-bottom.jpg);
	background-repeat: no-repeat;
	height: 362px;
}
.left {
	background-image: url(../images/index/bottom-about.gif);
	background-repeat: no-repeat;
	width: 458px;
	font-size: 11px;
	color: #666;
	float: left;
	padding-top: 190px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.right {
	background-image: url(../images/index/bottom-new.jpg);
	background-repeat: no-repeat;
	background-position: left 10px;
	width: 480px;
	height: 280px;
	float: right;
}
.right ul {
  height: 150px;
	width: 380px;
	margin: 40px 0px 0px 40px;
}
.right ul li {
	font-size: 11px;
	line-height: 20px;
	color: #666;
	background-image: url(../images/index/new.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	list-style-type: none;
	padding: 2px 0px 0px 38px;
}
#footer {
	width: 930px;
	float: left;
	height: 88;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #4d4d4d;
	line-height: 20px;
	margin: 14px 0px 0px 34px;
	padding-top: 12;
	background-image: url(../images/index/p-footer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#footer a:link {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #333333;
	text-decoration: none;
}
#footer a:visited {
	color: #979797;
	text-decoration: underline;
}
#footer a:active {
	color: #979797;
	text-decoration: underline;
}
#footer_left {
	float: left;
	text-align: left;
	padding: 8 0 0 60;
	margin: 5px 0px 0px 0px;
	font-size: 11px;
	line-height: 18px;
	color: #FFF;
}
#footer_right {
	float: right;
	text-align: right;
	padding: 13 40 0 0;
	font-size: 11px;
	color: #FFF;
}
