@charset "utf-8";
body {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-color: #999999;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1, h2, h3, h4, img, p {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
a {
	color: #0000CC;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
a:hover {
	color: #CC0000;
}
#container {
	width: 680px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
#header {
	background-image: url(../images/header.png); /* if you want a blank header and want to type in the site name, change the header image to header-no-logo.png and uncomment the proper section in the page code to allow the site name and tagline to be visible */
	background-repeat: no-repeat;
	background-position: center top;
	height: 136px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	position: relative;
	width: 680px;
}
#tagline { /* this is the line of text above the site name in the header */
	position: absolute;
	width: 350px;
	top: 40px;
	left: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
#sitename { /* if you don't include your logo in your header image, use this for a bold text site name. Uncomment the proper section in the page source code */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	left: 28px;
	top: 60px;
	letter-spacing: -1px;
}
#sitename .altlogocolor {
	color: #FFCC00;
}
#offertext {
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	position: absolute;
	top: 55px;
	right: 150px;
	width: 150px;
	line-height: 13px;
}
#freedownload {
	text-align: right;
	position: absolute;
	width: 90px;
	top: 105px;
	right: 35px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
}
#freedownload a {
	color: #000000;
	text-decoration: none;
}
#freedownload a:hover {
	color: #990000;
}
#header h1 { /* not currently used */
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrap {
	background-image: url(../images/pagefill.gif);
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
	width: 680px;
	margin: 0px;
	padding: 0px;
}
#mainContent {
	background-image: url(../images/pagefill.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	width: 630px;
	position: relative;
	left: 25px;
	top: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#mainContent p.left {
	text-align: left;
	margin-right: 25px;
	margin-left: 25px;
}
#mainContent .left {
	text-align: left;
}
#mainContent p.center { /* by assigning the center class to a paragraph, you give it 25 pixel right and left margins */
	text-align: center;
	margin-right: 25px;
	margin-left: 25px;
}
#mainContent h1, h2, h3 {
	padding-bottom: 20px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainContent h1 {
	font-size: 27px;
	color: #CC0000;
	font-weight: bold;
	padding-bottom: 25px;
}
#mainContent h2 {
	font-size: 21px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 20px;
	padding-top: 10px;
}
#mainContent p {
	line-height: 18px;
	margin-bottom: 15px;
	text-align: center;
}
#wrap-right { /* this is a little image that completes the background gradient on the right side */
	background-image: url(../images/wrap-right.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: 136px;
	right: 0px;
	height: 157px;
	width: 10px;
}
#wrap-left { /* this is a little image that completes the background gradient on the left side */
	background-image: url(../images/wrap-left.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	left: 0px;
	top: 136px;
	height: 157px;
	width: 10px;
}
#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 94px;
	margin: 0px;
	padding: 0px;
	width: 680px;
	position: relative;
	clear: both;
	color: #FFFFFF;
	font-weight: normal;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #333333;
	text-decoration: underline;
}
#footer p {
	margin: 0;
	padding: 0; 
	position: absolute;
	left: 35px;
	top: 12px;
	width: 360px;
}
#footer div.right {
	position: absolute;
	top: 12px;
	width: 240px;
	right: 35px;
	text-align: right;
}
#footer div.jdlink {
	text-align: left;
	position: absolute;
	top: 65px;
	width: 640px;
	color: #B1B1B1;
	left: 35px;
}
#footer div.jdlink a {
	color: #B1B1B1;
	text-decoration: none;
}
.yellow-highlight { /* this makes your text look like it is highlighted in yellow */
	font-weight: bold;
	background-color: #FFFF00;
}
.underline {
	text-decoration: underline;
}
.red {
	color: #CC0000;
}
.greybox { /* apply this class to a paragraph to give it a grey box around it */
	background-color: #F3F3F3;
	border: 1px solid #E2E2E2;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.redunderline { /* apply to any text to make it red and underlined */
	color: #CC0000;
	text-decoration: underline;
}
.smalltext {
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.black { /* mainly used if you want your H1 text black since it defaults to red in the template */
	color: #000000;
}
.lineout { /* crosses out text with a line */
	text-decoration: line-through;
}
blockquote { /* this creates a blockquote with a single quotation mark on the left side and indents the text to fit */
	background-image: url(../images/blockquote.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 60px;
	margin-top: 0px;
	margin-bottom: 25px;
}
.blockquotesig {
	font-size: 10px;
	font-weight: bold;
	margin-top: 10px;
	color: #999999;
}
.blockquotesig em { /* we used this to style to name of the person giving the testimonial - just a little bigger and red */
	color: #990000;
	font-style: normal;
	font-size: 11px;
}
#mainContent .offercoupon { /* the offercoupon is the box with the red dotted line around it */
	padding: 20px;
	background-color: #FEFCD8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	background-image: url(../images/coupon-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.offercouponoutline {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 4px dashed #CC0000;
	padding: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.offercoupon form {
	margin: 0px;
	padding: 0px;
}
#mainContent .offercoupon p {
	line-height: 22px;
}
#couponbtn { /* this styles the actual button in the coupon box */
	background-image: url(../images/coupon-button.gif);
	height: 42px;
	width: 292px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	color: #FFFFFF;
}
.shadowbox { /* this styles the box that looks like the lower right corner is turned up */
	background-color: #FFFFFF;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.sbcontent { /* shadow box content styles */
	padding: 15px;
	border: 1px solid #E2E2E2;
	background-color: #F3F3F3;
	background-image: url(../images/shadowbox-corner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sbcontent p {
	margin: 0px;
	padding: 0px;
}
.sbshadow { /* div for page curl shadow below box */
	background-image: url(../images/shadowbox-shadow.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 28px;
}
#mainContent .checkmarklist p { /* this is for creating page-width list with the green check boxes to the left */
	text-align: left;
	background-image: url(../images/checkmark-sm.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	font-size: 13px;
	line-height: 21px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
}
.checkmarklist {
	margin-left: 50px;
	width: 550px;
}
#mainContent .checkmarks p { /* use this one for the list enclosed in the table with the photo to the left */
	text-align: left;
	background-image: url(../images/checkmark-sm.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	font-size: 13px;
	line-height: 21px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	margin-right: 0px;
	margin-left: 20px;
	padding-right: 0px;
}
#mainContent .testimonial { /* styles for the testimonial table */
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #CCCCCC;
	margin-bottom: 30px;
}
.testimonial img {
	padding-left: 18px;
	padding-top: 15px;
}
#mainContent .testimonial p {
	text-align: left;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 11px;
}
#mainContent .roundbox { /* this is the opt-in email box with rounded corners */
	background-image: url(../images/round-box-fill.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 475px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}
#mainContent .roundboxcontent p {
	line-height: 25px;
}
.roundboxcontent {
	padding-right: 25px;
	padding-left: 25px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.roundboxcontent .input {
	width: 300px;
	font-size: 15px;
	font-weight: bold;
	padding: 2px;
	color: #CC0000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333333;
	background-color: #FFF9DF;
}
.roundboxcontent .label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
.roundboxcontent .button {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	background-image: url(../images/form-btn-bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	border: 3px solid #CCCCCC;
	margin-top: 10px;
}
.roundboxcontent form {
	margin-bottom: 0px;
}
.roundboxbtm {
	background-image: url(../images/round-box-btm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 22px;
}
.roundboxtop {
	background-image: url(../images/round-box-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 22px;
}
#footer .copyright {
	background-image: url(http://www.justdreamweaver.com/templates/link/spacer.gif);
}
