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

* {
	margin: 0px;
	padding: 0px;
}
a {
	outline:none;
}
img {
	border: none 0px #fff;
}
body{
	font-size: 62.5%;
	width:100%;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
}
.cb{
	clear:both;
}
#pLsec,#pRsec{
	min-height:720px;
}
#pLsec{
	background-color: #FFF2C2;
	width: 50%;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
}
#pRsec{
	background-color: #000000;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../layout/landing/bgrrte_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.lsec{
	float: right;
	height: 100%;
	width: 480px;
	background-image: url(../layout/landing/logo_left.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.rsec{
	float: left;
	height: 100%;
	width: 480px;
	background-image: url(../layout/landing/logo_right.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.content{
	position: relative;
	padding: 20px;
	margin-top: 30px;
}
.logo_day{
	background-image: url(../layout/landing/logo_day.png);
}
.logo_night{
	background-image: url(../layout/landing/logo_night.png);
}
.logo{
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	height: 173px;
	display: block;
	text-indent: -999px;
	overflow: hidden;
	margin-bottom: 10px;
}
/* TEXT */
p{
	font-size: 1em;
	color: #FFFFFF;
}
.lsec p{
	color: #ad004f;
}
.offers {
	height: 80px;
	width: 440px;
	margin-top: 15px;
}
.offers-links {
	margin-right: 7px;
	margin-left: 7px;
}

.baf {
	height: 80px;
	width: 250px;
	margin-top: 20px;
	margin-left: 95px;
	background-repeat: no-repeat;
	background-position: left top;
}
.frm_baf .f1 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 21px;
	width: 190px;
	margin-top: 3px;
	color: #724B5D;
	padding-top: 4px;
	padding-left: 5px;
}
.frm_baf  #submit-day {
	position: absolute;
	height: 25px;
	width: 50px;
	left: 314px;
	top: 575px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: none;
	background-color: #FFF2C2;
	font-size: 2em;
	color: #451129;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
.frm_baf   #submit-night {
	position: absolute;
	height: 25px;
	width: 50px;
	left: 314px;
	top: 575px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: none;
	background-color: #010101;
	font-size: 2em;
	color: #FFF2C2;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
.frm_baf p {
	text-align: center;
	padding-top: 5px;
}



.footer {
	margin-top: 15px;
	width: 440px;
	text-align: center;
}
.footer p span {
	color: #FFF2C2;
}
.footer a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF2C2;
}

