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

body {
	background:#E3E3E3;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#3D3D3D;
}
#container {
	margin:auto;
	width: 990px;
}
.input_box {
	background-color: #E3E3E3;
	border: 1px solid #3d3d3d;
	width:400px;
	height:22px;
}

#top {
	background:url(../images/bgTop.png) no-repeat;
	width:406px;
	height:25px;
	margin:auto;
	text-align:center;
	padding:5px 0 0 0;
}
#top ul{
	margin: 0;
	padding:0;
}
#top li{
	display: inline;
	list-style:circle;
	padding:0 10px 0 10px;
}
#top a{
	color: #fff;
	text-decoration:none;
}
.input_buttons {
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/button_bg.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 123px;
	border:none;
}
#top a:hover{
	text-decoration:underline;
}
#logo {
	height:83px;
	text-align:center;
	padding:27px 0 0 0;
}
#player {
	height:20px;
	width: 240px;
	background:#000;
	margin: auto;
	color:#fff;
}
.box-hdr {
	margin:auto;
	width:960px;
	height:29px;
	background:url(../images/bgHdr.png) no-repeat;
	color:#fff;
	font-weight:normal;
	font-size:18px;
	text-align:center;
	padding:8px 0 0 0;
}
.box {
	margin:auto;
	padding:10px 20px 0 20px;
	background:url(../images/bgBox.png) repeat-y;
	width:920px;
}
.box-ftr {
	margin:auto;
	width:960px;
	height:25px;
	background:url(../images/bgFtr.png) no-repeat;
}
#slideshow {
	margin:auto;
	width:850px;
	text-align: center;
}
.img-slideshow {
	float:left;
	width:170px;
	border:none;
}
#movies {
	margin:auto;
	width:770px;
	
}
#footer{
	height: 70px;
	padding:50px 0 50px 0;
	text-align:center;
}

.text_title{
	font-family:Verdana;
	font-size:16px;
	font-weight:normal;
}

