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

img {border: 0;}

ul {list-style-type: none;}

body {
	background-color: #FFF;
	text-align:center;
	padding-bottom:50PX;
}

a:hover {
	opacity:0.4;
	filter:alpha(opacity=40);
	-webkit-transition: opacity 1s linear;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

#wrapper {
	background-color: #fff;
	width: 932px;
	margin:0 auto;
	text-align:left;
}

#main {
	height: 2200px;
	font-size: 13px;
}

#first {
	padding: 20px 30px 30px 30px;
	height: 390px;
}

.firstLeftCol {
	width: 530px;
	float: left;
}

.firstRightCol {
	width: 300px;
	float: right;
}

.bottomBorder{
	border-bottom: 1px solid #ccc;
	width: 100%;
	clear: both;
}

#second {
	padding: 10px 30px 30px 30px;
	height: 390px;
}

.secondLeftCol {
	width: 320px;
	float: left;
}

.secondRightCol {
	width: 550px;
	float: right;
}

#third {
	padding: 20px 30px 30px 30px;
	height: 390px;
}

.thirdLeftCol {
	width: 530px;
	float: left;
}

.thirdRightCol {
	width: 300px;
	float: right;
}

#movie {
	padding: 20px 30px 30px 30px;
	text-align: center;
}

#movieFrame {
	margin-bottom: 30px;
}

#prodList li {
	width: 257px;
	display: inline;
	float: left;
	margin: 0 30px 30px 0;
}

#footer {
	border-top: 1px solid #ccc;
	font-size: 11px;
	margin: 10px 0;
	padding: 0px 0 0px 30px;
	height: 40px;
}