/* CSS Document */

body {
	background: url(img/bg.jpg) top center no-repeat fixed;
	background-size: cover;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F6F6F6;
}
body,td,th {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
}

/* */

a:link {
	color: #444;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #444;
}
a:hover {
	text-decoration: none;
	color: #fd641a;
}
a:active {
	text-decoration: none;
	color: #000000;
}

/* */

.c {
	clear:both;	
}

/* */

#header {
	background-image: url(img/top.png);
	height: 98px;
	width: 100%;
	margin-bottom: 50px;
}
#logo {
	background-image: url(img/logo.png);
	height: 98px;
	width: 118px;
	position: absolute;
	left: 50%;
	margin-left: -490px;
}

/* */
#page {
	width:988px;
	margin:0 auto;	
}
#page #pl {
	float: left;
	width: 260px;
	overflow: hidden;
	text-align: justify;
}
#page #pr {
	float: right;
	padding-top: 10px;
}
#pl .info {
	background-image: url(img/wbg.png);
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 20px;
	color: #505050;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#pl .info h1 {
	font-family: Gotham-Light, Calibri, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #F46E20;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#pl .info p {
	margin-top: 10px;
	margin-bottom: 15px;
}
#pl .info strong {
	font-size: 12px;
	color: #fd641a;
	line-height: 20px;
}
#pl #madeby a {
	font-size: 15px;
	text-align: left;
	line-height: 22px;
}

/* */ 

#choosel, #choosem, #chooser {
	float: left;
	height: 566px;
}
#choosel, #chooser {
	opacity:0.7;
	transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
}
#choosel a, #chooser a {
	display:block;
	width:100%;
	height:100%;
}
#choosel {
	background: url(img/choosel.png) no-repeat top right;
	width: 407px;
	margin-right:-7px;	
}
#choosel:hover {
	opacity:1.0;
	width:401px;
	margin-right:-1px;
}
#choosem {
	background: url(img/choosem.png) no-repeat top center;
	width: 33px;
	margin:0 -13px;
	position:relative;
	z-index:999;
}
#chooser {
	background: url(img/chooser.png) no-repeat top left;
	width: 277px;
	margin-left:-8px;
	margin-right:8px;
}
#chooser:hover {
	opacity:1.0;
	width:277px;
	margin-left:0px;
	margin-right:0px;
}
