@charset "utf-8";
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/shadow-slice.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	margin: 20px auto 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background-image:url(../images/shadow-top.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color: #ffffff; 
	height:29px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:transparent;
}
.inner-content {
	padding: 0px 20px;
}
.content-footer p {
	padding:0px 20px 3px 20px;
	margin: 20px 0 0 0 ;
	font-size:70%;
	text-align:center;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/shadow-bottom.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color: #ffffff;
	height:29px; 
}

.image-right {
	float:right;
	margin-left:8px;
	margin-bottom:8px;
}

.alignright {
	float:right;
	margin-left:8px;
	margin-bottom:8px;
}

.image-left {
	float:left;
	margin-right:8px;
	margin-bottom:8px;
}

.alignleft {
	float:left;
	margin-right:8px;
	margin-bottom:8px;
}

.clear {
	clear:both;
}

.border {
	border: 1px solid #686868;
}

h1 {
	font-size:28px;
}

h2 {
	font-size:22px;
}

h3 {
	font-size:19px;
}

ul li {
}

.underline {
	text-decoration: underline;
}

.checkoutbox {
	border:5px dashed #DE1852; width:70%; margin:20px auto; padding:0px 0px 20px; -moz-border-radius: 7px;	-webkit-border-radius: 7px;
}

.sign-up-wrap {
	margin:auto;
	width:75%;
}

.sign-up {
	font-size:90%;
}

.raspberry {
	background-image:url(../images/raspberry.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:73px;
	height:67px;
	float:left;
}

ul {
	list-style-type: none;
	padding: 0 20px 0 0;
	margin: 0 0 0 6%;
}

ul li {
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding: .7em 0 .7em 1.6em;
	font-size:1em;
}

.box1 {
	border:2px solid #336600;
	margin:14px auto;
	padding:5px 10px 14px;
	width:60%;
}

.box1 form {
	text-align:left;
	width:80%;
	margin:auto;
}

.box1 form input {
	width:220px;
	margin:0px 0 5px 20px;
}

.box1 p {
	font-size:13px;
	font-weight:bold;
	color:#4f4e4e;
}

.box1 p.small {
	font-size:11px;
}

.box2, .box3 {
	border:1px solid #336600;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:5px 10px 14px;
	width:80%;
}

.box2 {
	margin:27px auto;
}

.box3 {
	background-color:#f5ffec;
	margin:7px auto;
	width:70%;
}

.box-signup {
	clear:both;
	margin:20px auto;
	padding:14px;
	width:70%;
	border:3px dashed #336600;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.pink {
	color:#DE1852;
}

/****** GREEN THEME SPECIFIC ******/


body.green {
	font-family:Georgia, "Times New Roman", Times, serif;
}

.green ul li {
	background-image:url(../images/check-green.gif);
}

.green h1 {
	color:#DE1852;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.green h2 {
	color:#336600;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.green h3 {
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/****** DIVA-PINK THEME SPECIFIC ******/

body.divapink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.divapink ul.check-bullets li {
	background-image:url(../images/check-pink.gif);
}

.divapink h1 {
	color:#DE1852;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.divapink h2 {
	color:#000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.divapink h3 {
	color:#DE1852;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/****** AMBER THEME SPECIFIC ******/

body.amber {
	font-family: "Times New Roman", Times, serif;
}

.amber ul.check-bullets li {
	background-image:url(../images/check-amber.gif);
}

.amber h1 {
	color:#663c05;
	font-family: "Times New Roman", Times, serif;
}

.amber h2 {
	color:#ba7418;
	font-family: "Times New Roman", Times, serif;
}

.amber h3 {
	color:#663c05;
	font-family: "Times New Roman", Times, serif;
}

