@import url(http://fonts.googleapis.com/css?family=Numans);

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	background: #fff;
	color: #666666;

}

h1 {
	font-family: Georgia, serif;
	font-size: 18px;
	
}


a {
	color:  #7aa1a8;
	text-decoration: none;
}

a:hover {
	color:  #3b6c75;
}

#container {
	margin: 30px auto;
	width: 779px;
}

#citycontainer {
	margin: 80px auto;
	width: 779px;
}

.red {
	color: #ff0000;
}

#box {
	background: #fff url('http://static.rdeals.ca/images/deals246/green_top_bg.gif') no-repeat top center ;
	width: 632px;
	border: solid #7BA1A8;
	border-width: 28px 28px 45px 38px;
	padding: 50px 40px 0px 40px;
	position: relative;
	float: left;
	
}



#contest_thankyou  #box {
	height: 500px;
}

#logo {
	padding: 0 0 23px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px dotted #333;
}

#citylogo {
	padding:0;
	margin: -140px 0 0 -4px;
	border-bottom: 1px dotted #333;
}

#left {
	width: 46%;
	float: left;
}

#cityleft {
	width: 46%;
	float: left;
	margin-top:20px;
}

#left strong {
	font-size: 12px;
}

/* PROMO BANNER */

#banner {
	position: absolute;
	background: url('/images/banner.png') no-repeat;
	width: 292px;
	right: -60px;
	top: 130px;
	text-align: center; 
	padding: 35px 60px ;
}

#banner p {
	color: #535e30;
	text-transform: uppercase;
	margin: 8px;
}

#banner p.big {
	color: #fff;
	margin: 2px;
	font-family: 'Numans', sans-serif;
	font-size: 19px;
	line-height: 21px;
	padding: 0px 30px;
}



/* FORM */

#newsletter_signup {
	float: right;
	width: 45%;
	margin: 120px 0 10px 0;
}

#city_signup {
	float: right;
	width: 45%;
	margin: 20px 0 10px 0;
}

form select {
	border: 1px solid #cccccc;
	padding: 7px;
	color: #999999;
	margin: 7px 2px 0px 0px;
	width: 231px;
	background: #ebebeb;
}

form input {
	border: 1px solid #cccccc;
	padding: 7px;
	color: #999999;
	margin: 7px 2px 0px 0px;
	
	background: #ebebeb;

}

form #name {
	width: 215px;	
}


form #email {
	width: 215px;
}

form #business {
	width: 215px;
}

form #postal_code {
	width: 69px;
}


#help {
	display: block;
	width: 39px;
	height: 31px;
	position: relative;
	/*background: url('/images/help.jpg') no-repeat; */
	background: url('http://static.rdeals.ca/images/help.jpg') no-repeat;
	padding: 0px;
	float: left;
	margin: 7px 0 0 3px;
}

#help:hover #popup  {
	display: block;
}

#help #popup {
	display: none;
	position: absolute;
	top: 4px;
	left: 0px;
	width: 150px;
	background: #fff;
	border: 3px solid #cccccc;
	color: #333;
	font-size: 11px;
	font-weight: normal;
	padding: 4px;
	text-align: left;
	box-shadow: 1px 1px 3px #dcdcdc;
}

#postal_code {
	float: left;
	clear: both;
}

.error {
	color: #ff0000;
	margin: 0;
	clear: both;
	visibility: hidden;
}


p.terms {
	margin: 7px 0px 0px 0px;
	clear: both;
	float: left;
}

#terms {
	margin: 2px 5px 10px 0;
	float: left;
	width: inherit;
	padding: 0px;
	border: none;
}

#submit {
	color: #fff;
	border: 0;
	float: left;
	position: relative;
	display: block;
	margin: 15px 0 0 0;
	font-size: 13px;
	height: 28px;
	width: 96px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	padding: 0 8px 0 0px;
	/*background: #ff0000 url('/images/subscribe.jpg') no-repeat right; */
	background: #ff0000 url('http://static.rdeals.ca/images/subscribe.jpg') no-repeat right;
	
	
	
}




/* FOOTER */

#footer {
	width: 779px;
	/*margin: 20px auto; */
	float: left;
}

#footer #links {
	float: right;
	margin: 10px auto;
}

#footer #links a {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
/* THANK YOU PAGE */

#thankyou #box {
	height: 550px;
}
#contest_thankyou #box {
	height: 550px;
}


#thankyou #left {
	z-index: 4;
	position: relative;
}

#contest_present {
	bottom: 0;
	right: 0;
	float: right;
	z-index: 0;
	display: block;
	position: absolute;	
}

#present {
	bottom: 0;
	right: 0;
	z-index: 0;
	display: block;
	position: absolute;
}

#thankyou #banner {
	top:auto;
	bottom: 0px;	
	z-index: 2;
}

#contest_thankyou #banner {
	top: auto;
	bottom: 30px;	
	z-index: 2;
}
/* Mike */
