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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}
body, td, th {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 12px;
	color: #a11d2f;
}
body {
	background-image:url(images/background.jpg);
	background-repeat:repeat;
	background-position:left;
	background-color:#FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	text-decoration: none;
}
a:link {/* unvisited link */
	color:#7b684f;
}
a:visited {/* visited link */
	color:#7b684f;
}
a:hover { /* mouse over link */
	color:#7b684f;
	text-decoration: underline;
}
a:active {/* selected link */
	color:#7b684f;
}
h1 {
	color: #a11d2f;
	margin: 0px 0 10px;
	font: bold 22px Georgia, Times, Times New Roman, serif;
	letter-spacing: .04em;
}
h2 {
	color: #7b684f;
	margin: 10px 0;
	font: 22px Georgia, Times, Times New Roman, serif;
	letter-spacing: .0em;
}
h3 {
	color: #7b684f;
	margin: 0px 0;
	font: 15px Georgia, Times, Times New Roman, serif;
	letter-spacing: .0em;
}
h4 {
	color: #a11d2f;
	margin: 10px 0;
	font: bold 26px Georgia, Times, Times New Roman, serif;
	letter-spacing: .05em;
}
h5 {
	color: #a11d2f;
	margin: 10px 0;
	font: 16px Georgia, Times, Times New Roman, serif;
	letter-spacing: .05em;
}
h6 {
	color: #10476b;
	margin: 10px 0;
	font: bold 11px Georgia, Times, Times New Roman, serif;
	letter-spacing: .05em;
}
p {
	font-size: 12px;
	line-height: 1.4em;
	margin: 10px 0;
}
p b {
	color: #56004e;
}
table {
	font-size: 12px;
	margin: 10px 0;
	width:100%;
}
table tr td b {
	font-size: 14px;
	color: #56004e;
	display: block;
	padding: 10px 0 10px;
}
legend {
	margin:10px 0 0;
	padding:0;
	font-weight: bold;
}
label {
	margin: 10px 0 4px;
}
fieldset {
	clear:both;
}
hr {
	clear: both;
	border: none;
	border-bottom: #1a1818 solid 1px;
	height: 1px;
	padding: 0 0 10px;
}
dd {
	font-size:12px;
	line-height: 1.2em;
}
dt {
	margin-top: 10px;
	color: #56004e;
	font-size: 14px;
	font-weight: bold;
}
pre {
	line-height:1.5em;
	font-family:Courier, monospace;
	font-size:1.05em;
}
/*  Start Divs */

#page_wrapper {
	float:left;
	width:100%;
	min-height:612px;
	height:100%;	
	margin:0;	
	background-image:url(images/background2.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	z-index:1;

}

#header {
	float:left;
	width:100%;
	height:125px;
	background-image:url(images/header_bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
}
#header_container {
	position:relative;
	width:950px;
	height:125px;
	margin: 0 auto;
	background-image:url(images/header.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#header_container_friends {
	position:relative;
	width:950px;
	height:125px;
	margin: 0 auto;
	background-image:url(images/header_friends.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#refer_a_friend {
	position:relative;
	float:right;
	margin-top:10px;
	margin-right:26px;
	width:153px;
	height:31px;
	z-index:2;
}
#page {
	position:relative;
	width:950px;
	min-height:555px;
	margin: 0 auto;
	background-color:transparent;
}

#page_top_container {
	float:left;
	width:950px;
	height:43px;
	background-image:url(images/page_top_left.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#page_top_right {
	float:right;
	width:350px;
	height:43px;
	text-align:right;
	padding-right:14px;
}
#page_top_right a {
	margin-left:15px;
}
#content {
	position:relative;
	width:950px;

	/* for IE */
    /*filter:alpha(opacity=10);*/
	/* CSS3 standard */
    /*opacity:0.1;*/
}

#content_top {
	float:left;
	width:950px;
	height:38px;
	background-image:url(images/content_top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#content_contaienr {
	float:left;
	width:950px;
	min-height:250px;
}
.content_side {
	float:left;
	width:6px;
	height:550px;
	background-color:#FFF;
}
#content_main {
	float:left;
	width:938px;
	min-height:250px;
	background-color:#FFF;
	border-left-style:solid;
	border-left-width:6px;
	border-left-color:#f4e9cd;
	border-right-style:solid;
	border-right-width:6px;
	border-right-color:#f4e9cd;
	border-bottom:none;
	border-top:none;
}
#content_main2 {
	float:left;
	width:938px;
	min-height:250px;
	background-color:#FFF;
	border-left-style:solid;
	border-left-width:6px;
	border-left-color:#f4e9cd;
	border-right-style:solid;
	border-right-width:6px;
	border-right-color:#f4e9cd;
	border-bottom:none;
	border-top:none;
	font-size:10px;
	color:#000;
}
#content_area {
	float:left;
	width:932px;
	margin-left:3px;
	background-image:url(images/content_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
	
#content_area_top {
	float:left;
	width:932px;
	background-image:url(images/content_bg_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
	
#content_left {
	float:left;
	width:444px;
}
#content_right {
	float:left;
	width:478px;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
}
#content_right_not_centered {
	float:left;
	width:475px;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
}


#signup label {
	float:left;
	color:#7b684f;
	width:95px;
}
#signup input {
	width:175px;
	margin-top:8px;
}
#signup select {
	margin-top:8px;
}
#signup textarea {
	width:325px;
	margin-top:8px;
}
#login label {
	float:left;
	color:#7b684f;
	width:75px;
}
#login input {
	width:175px;
	margin-top:8px;
}

#plan_the_rustic {
	margin-top:28px;
}
.restirctions_text {
	color:#7b684f;
	font-size:9px;
}
#great_savings {
	float:left;
	width:444px;
	height:82px;
	background-image:url(images/great_savings.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#join_mission {
	float:left;
	width:444px;
	height:82px;
}
#get_coupons {
	float:left;
	margin-top:54px;
	margin-left:232px;
	height:20px;
	width:200px;
}

#left_text_area {
	float:left;
	padding-left:40px;
	margin-top:10px;
}
#left_text_area2 {
	float:left;
	padding-left:20px;
	margin-top:15px;
}
#left_text_area a {
	text-decoration:underline;
}
#left_text_area2 a {
	text-decoration:underline;
}
#footer_container {
	float:left;
	width:932px;
	height:75px;
	background-color:#FFF;
	background-image:url(images/footer_top.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-top:20px;
}
#footer_container_bottom {
	float:left;
	width:950px;
	height:13px;
}
#end_footer_container {
	float:left;
	width:950px;
	height:13px;
}
#end_footer_left {
	float:left;
	width:13px;
	height:13px;
	background-image:url(images/bottom_left_corner.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#end_center_container{
	float:left;
	width:924px;
/*	height:13px;*/
}
#end_footer_top_center {
	float:left;
	width:924px;
	height:8px;
	background-color:#FFF;
}
#end_footer_bottom_center {
	float:left;
	width:924px;
	height:5px;
	background-color:#f4e9cd;
}
#end_footer_right {
	float:left;
	width:13px;
	height:13px;
	background-image:url(images/bottom_right_corner.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#footer_left {
	float:left;
	width:350px;
	height:25px;
	color:#7b684f;
	margin-left:45px;
	margin-top:10px;
	font-size:10px;
}

#footer_right {
	float:right;
	width:350px;
	margin-right:45px;
	margin-top:10px;
	text-align:right;
	font-size:10px;
}

#footer_right a {
	text-decoration: none;
	padding-left:15px;
}
#footer_right a:link {/* unvisited link */
	color:#a11d2f;
}
#footer_right a:visited {/* visited link */
	color:#a11d2f;
}
#footer_right a:hover { /* mouse over link */
	color:#a11d2f;
	text-decoration: underline;
}
#footer_right a:active {/* selected link */
	color:#a11d2f;
}

.gray8{
	color:#7b684f;
	font-size:8px;
}
.gray10{
	color:#7b684f;
	font-size:10px;
}
.gray12{
	color:#7b684f;
	font-size:12px;
}
a {
	text-decoration: none;
}
.gray12 a:link {/* unvisited link */
	color:#a11d2f;
}
.gray12 a:visited {/* visited link */
	color:#a11d2f;
}
.gray12 a:hover { /* mouse over link */
	color:#a11d2f;
	text-decoration: underline;
}
.gray12 a:active {/* selected link */
	color:#7b684f;
}
.gray12u{
	color:#7b684f;
	font-size:12px;
	text-decoration:underline;
}
.gray14 {
	color:#7b684f;
	font-size:14px;
}
.gray15 {
	color:#7b684f;
	font-size:14px;
}
#share textarea {
	width:470px;
}
#share input {
	width:285px;
	margin-right:10px;
}
#share_pad {
	padding-left:15px;
}

#welcome_text {
	float:left;
	padding-left:230px;
	width:300px;
	height:43px;
	color:#7b684f;
}

p #hover a {width: 67px; height:37px; padding-top:37px; text-indent:-9000px; display:block; line-height:40px; float:left; margin-right:4px; margin-bottom:4px;  }
p#hover a.arrow:hover { background:url(images/arrow.jpg) top center no-repeat; height:37px; padding-top:21px; height:37px; z-index:2; overflow:visible; position:relative; }


.addrow a {
	text-decoration: none;
}
.addrow a:link {/* unvisited link */
	color:#a11d2f;
}
.addrow a:visited {/* visited link */
	color:#a11d2f;
}
.addrow a:hover { /* mouse over link */
	color:#a11d2f;
	text-decoration: underline;
}
.addrow a:active {/* selected link */
	color:#a11d2f;
}
.text_pad {
	padding-left:15px;
	padding-right:15px;
}
DIV#print {display:none;}




span.error { display: block; background: red; padding: 1em; color: black; }