@charset "utf-8";
/* CSS Document */

#wrapper
	{
	width:1000px;
	height:308px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(logo_bg.gif);
	background-repeat: no-repeat;
	}


#wrapperlwr
	{
	width:1000px;
	height:322px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(lower_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
	
.barWrap {
	background-color: #db4298;
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: -2px;
	text-align: right;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	float: right;
	height: 65px;
	width: 1000px;
	text-align: right;
	padding-top:10px;
	
	background-image: url(logo_bg1.jpg);
	background-repeat: no-repeat;
}

#barBrwn {
	background-color: #71471d;
	width:100%;
	padding-bottom: 10px;
	height: auto;
	margin-bottom: auto;
	
}

.contentWrap {
	width: 535px;
	margin-top: -14px;
	margin-right: 20px;
	margin-bottom: 2px;
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

#footerWrap {
	width:100%;
	background-color:#71471d;
	height: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8f7050;	
}

#footer {
	width:1000px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #bca48c;
	text-decoration: none;
	text-align: right;
	margin-bottom: 0px;
	vertical-align: middle;
	padding-top: 20px;
	
}

#contentrt {
	width: 300px;
	margin-top: 60px;
	margin-right: 20px;
	margin-bottom: 2px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
	float: right;
}

.infoBalloon {
	margin: -200px 0 0 0;
	width: 243px;
	height: 230px;
	background-image: url(balloon.png);
	position:relative;
}
.infoBalloonContent {
	padding: 35px 25px 0 25px;
	font-size:20px;
	font-style:italic;
	color:#000000;
}
.successBalloon {
	width: 146px;
	height: 126px;
	position:absolute;
	left: 800px;
	top:420px;
}
.errorBalloon {
	width: 146px;
	height: 126px;
	position:absolute;
	left: 800px;
	top:420px;
}
.resultText {
	padding: 30px 10px 0 6px;
	width: 146px;
	height: 126px;
	color: #ffffff;
	text-align:center;
	position: absolute;
	left: 800px;
	top:420px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
}
.mailWrap {
	font-size:20px;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	float: right;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
}
.newsletterInput {
	color: #FFFFFF;
	font-size:16px;
	width: 230px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	background-image: url(form.gif);
	background-repeat: no-repeat;
	height: 43px;
	background-color: #71471d;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:text;
}
.newsletterButton {
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(button.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 31px;
	width: 130px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
.contactWrap {
	margin: 20px auto 0 auto;
	text-align:center;
	color: #fff;
	line-height: 24px;
}
.contactWrap A:link, .contactWrap A:visited, .contactWrap A:active{
	color: #000000;
	text-decoration: none;
	background-color:#fff;
	padding: 4px;
}
.contactWrap A:hover {
	text-decoration: underline;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(button.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 130px;
	background-color: #db4298;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
