body {
	margin: 0px;
	background-image: url(../images/body-bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
	background-color: #441F0F;
	background-position: 89px 19px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 3px;
	background-color: #F0F0F0;

}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #77011B;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#container {
	width: 969px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/container-bg.jpg);
}
#top {
	height: 303px;
	width: 905px;
	background-image: url(../images/top-bg.jpg);
	padding-top: 61px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 64px;
	position:relative;
}
#flash {
	left:64px;
	top:127px;
	position:absolute;
}
.logo {
	float: left;
}

#left {
	width: 327px;
	float: left;
	background: url(../images/left-bg.jpg) no-repeat;
	padding: 0px 0px 0px 59px;
}
#newsletter {
	width: 278px;
	height: 133px;
	background: url(../images/nl-bg.jpg) no-repeat;
	padding-top: 40px;
	color:#FFFFFF;
	margin:15px 0px 0px 12px;;
}
#content {
	background-image: url(../images/content-bg.jpg);
	float: right;
	background-repeat: no-repeat;
	width: 530px;
	padding-top: 5px;
	padding-right: 43px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: justify;
}
#footer {
	clear: both;
	width: 909px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-color: #441F0F;
	padding-top: 23px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	text-align: center;
	position: relative;
	margin: 0px;
	color: #FFFFFF;
}
#footer div {
	position: static;
	margin-bottom: 25px;

}
a:link, a:visited {
	color: #77011B;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
}
#footer a:link, #footer a:visited {
	color: #DAD7C0;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
}
a:hover, #footer a:hover {
	color: #AA9053;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}


img {border: none;}

.rightimg {float: right; margin-left: 10px; margin: 10px; margin-right: 0px; position:relative; display:block;}
.leftimg {float: left; margin-left: 10px; margin: 10px; margin-left: 0px; position:relative; display:block;}

.leftimg span, .rightimg span {visibility:hidden;display:none;}
.leftimg:hover span, .rightimg:hover span {visibility:visible;display:block; position:absolute; top:0px; left:0px;}
.border {
	padding: 4px;
	border: 1px dotted #77001C;
}

a.conversion {color:#FF0000;}

#blog {
	width: 136px;
	height: 170px;
	padding: 30px 7px 3px;
	display:block;
	float: right;
	margin-top: 66px;
	margin-right: 33px;
	text-transform:uppercase;
	font-size:11px;
	position:relative;
	}
#blog a { position:absolute; top:0; left:0; background:url(../images/blog-cta.jpg) top left no-repeat; height:223px; width:162px; display:block; text-indent:-9999px; line-height:223px;}
#blog a:hover { background-position:top right;}

#snippets {
	background:#77011b url(../images/snippets.jpg) center 15px no-repeat;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color:#fff;
	padding:65px 15px 15px;
	width:270px;
	margin:20px 0;
}
#snippets p {border-top: 1px dashed #898881; padding:15px 0; margin:0;}
#snippets a {color:#bcb797; text-decoration:none; font-size:18px; display:block;}
#snippets a:hover {color:#fff; text-decoration:underline;}
#snippets em { font-size:10px; text-transform:uppercase; color:#898881; display:block; font-weight:bold; }
#snippets em  a{ font-size:12px; text-align:right; font-style:normal; display:block; text-transform:lowercase; }
