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

Start: Jan 2009.
Author: J.Cousins - In House Logic www.inhouselogic.com

*/
/* General reset rule - just in case something happens to the reset style sheet. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
* {
	font-size: 100%;
}
body {
	background-color: #FFFFFF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-image: url(../imgs/bkgnd_striped_green1.jpg);
	background-position: 50% 0;
	background-repeat: repeat;
	width: 100%;
}
#outerWrapper {
	background-color: #fff;
	font-size: 1.2em;
	line-height: 1.1em;
	margin: 0 auto 0 auto;
	width: 952px;
	/* text-align: left; */
}
#outerWrapper #header {
	border-bottom: none;
	padding: 0;
	height: 196px;
	background-image: url(../imgs/vow_masthead.jpg);
	background-repeat: no-repeat;
	background-position-x: 0;
	background-position-y: 0;
}
#outerWrapper #topNavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 45px;
	padding: 2px 10px;
	background-image: url(../imgs/drop_shadow-on-white_greenline_col.jpg);
	background-position: 0 -6px;
	background-repeat: no-repeat;
}
#outerWrapper #contentWrapper #rightColumn1 {
	float: left;
	padding: 0 10px 10px 10px;
	font-size: 1em;
	color: #999999;
	margin-left: 50px;
	width: 345px;
	background-color: transparent;
}
#outerWrapper #contentWrapper #content {
	margin: 0 0 0 15px;
	padding: 20px 10px 10px 10px;
	color: #666666;
	width: 495px;
	float: left;
	background-color: transparent;
}
#outerWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
}
#outerWrapper #footer {
	padding: 0;
	background-image: url(../imgs/bkgnd_footer-col.jpg);
	height: 76px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	font-size: 10px;
}

h1 {
	color: #2C6382;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: 300;
	line-height: 1.5em;
	letter-spacing: 1px;
}
h2 {
	color: #2C6382;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 1em;
	letter-spacing: 1px;
}
h3 {
	font-size: 1.2em;
}
a, a:link {
	color: #CE4A22;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #CE4A22;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #2D637F;
	text-decoration: underline;
}
a:focus {
	color: #30617F;
}
a:active {
	color: #FF9900;
}
/* ------------------------- MAIN NAVIGATION -------------------- */
#navList {
	margin-left: 20px;
	font-size: 14px;
	line-height: 24px;
}

#navList li {
	float: left;
	font-weight: 400;
	text-transform: uppercase;
	background-image: url(none);
}

#navList li a {
	font-weight: bold;
	color: #316886;
	padding-left: 30px;
	padding-right: 1em;
	display: inline-block;
	line-height: 26px;
}

#navList li a:link,
#navList li a:visited  {
	color: #316685;
}

#navList li a:hover,
#navList li a:active  {
	color: #7A9550;
	background-image: url(../imgs/bullet_reds_sml.gif);
	background-repeat: no-repeat;
	background-position-x: 0;
	background-position-y: -2px;
	text-decoration: none;
}
/* ------------------------- FOOTERS -------------------- */
#lowerFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C5C5C5;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #EDEDED;
	color: #666666;
	background-image: url(../imgs/bkgnd_lower_footer.jpg);
	background-position: 50% 0;
	background-repeat: repeat-y;
	height: 182px;
}

#footer #notes {
	padding-top: 35px;
	padding-left: 18px;
	color: #FFFFFF;
	line-height: 12px;
}

#footer #notes a {
	font-weight: normal;
	color: #CA6A5A;
}
/* ------------------------- MAIN CONTENT AREA -------------------- */

.pageHeader {
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-bottom-color: #BCC5A8;
	margin-bottom: 0.8em;
	line-height: 1em;
	margin-top: 12px;
}

.pageHeader2 {
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-bottom-color: #BCC5A8;
	margin-bottom: 0.8em;
	line-height: 1em;
	margin-top: 12px;
	font-size: 1.6em;
	letter-spacing:1px
}

#content p {
	padding-bottom: 0.9em;
	padding-left: 1em;
	padding-right: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: -0.1em;
	line-height: 1.8em;
}

#content ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 2em;
	margin-bottom: 1.5em;
	margin-top: .6em;
}

#content ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 2em;
	padding-bottom: .5em;
}

.halfColBox {
	float: left;
	width: 45%;
}

.halfColBox colBox1 {
	margin-right: 1%;
}

#rightColumn1 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8E704A;
	border-bottom-color: #87C4BC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#rightColumn1 .halfColBox {
	padding-top: 1em;
	padding-right: 0.6em;
	padding-left: 0.6em;
	color: #969B71;
}

#rightColumn1 #dropFocusArea {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	color: #999999;
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2;
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-color:transparent;
}


#dropFocusArea.grey-gradient {
	background-image: url(../imgs/bkgnd_gradient-wht-bottom.jpg);
	margin-bottom: 5px;
}

#dropFocusArea.blank {
	background-image: none;
	margin-bottom: 0;	
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#dropFocusArea.message {
	color: #969B71;
	background-image: url(../imgs/bkgnd_gradient-wht-bottom.jpg);
	margin-bottom: 5px;
}

#dropFocusArea ul {
	padding-top: 0.5em;
	padding-left: 1em;
	display:block;
	padding-right: 1em;
	margin: auto 0 auto 0;
	border: 1px solid white;
}

#dropFocusArea ul li {
	list-style-position: outside;
	list-style-type: circle;
	margin-left: 1em;
	line-height: 1.3em;
	padding-bottom: .5em;
}

#dropFocusArea p {
	color: #999999;
	padding-left: 10px;
	padding-right: 10px;
}

/* ------------------------- MAIN NAVIGATION -------------------- */
#lowerFooter .lowerFooterBlock {
	width: 35%;
	padding-right: 0px;
	padding-left: 10px;
	float: left;
	padding-top: 20px;
}
#lowerFooter h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #877243;
	font-size: 1.2em;
	margin-bottom: .5em;
} 

#lowerFooter ul {
	margin-left: 5px;
}

#lowerFooter li {
	font-weight: 400;
	text-transform: capitalize;
	background-image: url(none);
	list-style:none;
	padding-left: 10px;
	padding-bottom: .3em;
}

#lowerFooter li a {
	font-weight: normal;
	color: #363636;
}

#lowerFooter li a:link,
#lowerFooter li a:visited  {
	text-decoration:none;
}

#lowerFooter li a:hover,
#lowerFooter li a:active  {
	color: #DA4E2A;
	text-decoration: none;
}

#signUpForm .focusTitle {
	color: #009999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	background-image: url(../imgs/bkgnd_whites.jpg);
}

#signUpForm h3 {
	font-size: 1.6em;
	line-height: 105%;
}

#signUpForm label {
	display: block;
	text-align: left;
	color: #FFFFFF;
	margin-left: 20px;
}

#signUpForm input {
	display: block;
	margin-left: 20px;
	margin-bottom: 8px;
}

#signUpForm {
	text-align: center;
	padding: 0 20px 5px 20px;
}

#signUpForm form {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}

.smallText {
	font-size: .9em;
}

#outerWrapper {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-position: 0 0;
	background-repeat: repeat-y;
	margin-top: 0px;
	background-image: url(../imgs/bkgnd_content-col.jpg);
}

/* ----------------------- Product Pages ----------------------- */
.productBox {
	display: block;
	padding: 6px;
	width: 470px;
	padding-top: 35px;
}

.productBox .infoBlock {
	float: left;
	padding-left: 5px;
	display: block;
	width: 300px;
	padding-top: 10px;
}

.productBox .lable {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}

.productBox .comingSoon {
	font-weight: bold;
	color: #9F1C0A;
}

.productBox .summary {
	font-size: 1.4em;
	display: block;
	padding-top: 1em;
	padding-bottom: 1em;
	line-height: 110%;
}

.productBox .moreOrBuyBlock {
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BC8281;
	text-align: center;
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BC8281;
	padding-top: 4px;
	padding-bottom: 4px;
}

.productBox .pictureBlock {
	float: left;
	width: 155px;
	display: block;
}

.productBox .subtitle {
	font-size: 1em;
	color: #666666;
	text-align: left;
	display: block;
}

.productBox h2 {
	font-size: 1.4em;
	border-bottom-color: #9B170B;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.productBox .pictureBlock img {
	margin: 0px;
	padding: 0px;
}

#content .prodShot img {
	float: left;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
}

#topNavigation #cartView {
	text-align: right;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #798B4D;
}


/* ---------------------- TIP LISTS ------------------------ */
ul .tipList {
	font-size: 1.2em;
	margin-top: 1em;
	padding-bottom: 1em;
	list-style-type: none;
}
.tipList li {
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cecece;
}

.tipList a {
	display: block;
	color:#217776;
	padding: 5px 3px;
}

.tipList a:hover,
.tipList a:active {
	text-decoration: none;
	background-color:#DCEDEC;
	color: #333333;
}
ul.showList {
	padding-top: 1em;
	list-style-type: circle;
	list-style-position:outside;
	margin-left: 1em;
}

ul.showList li {
	padding-top: normal;
	padding-bottom: 1em;
	list-style-type: circle;
}
/* ------------------------ FORM CONTROLS ------------------------- */

.caption {
	font-size: 11px;
	color: #666666;
}
.input {
	font-size: 11px;
	color: #666666;
	-moz-border-radius: 0.07em;
	-moz-outline-radius: .7em;
}
.textarea {
	font-size: 11px;
	color: #666666;
	-moz-border-radius: 0.07em;
	-moz-outline-radius: .7em;
}
.form_label {
	font-size: 12px
}
label {
	font-size: 10px;
	-moz-border-radius: 0.07em;
	-moz-outline-radius: .7em;
}
fieldset {
	color: #D9D9D9;
	margin-top: 2em;
	border: 1px solid #363636;
	-moz-border-radius: 0.07em;
	-moz-outline-radius: .7em;
}
.button {
	color: #003366;
	background-color: #D9D6B7;
	display: block;
}
.button1 {
	color: #FFFFFF;
	background-color: #6B7944;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
.form_label1 {
	font-size: 1.25em;
	color: #884B14;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.input1 {
	font-size: 1.25em;
	color: #333333;
	background-color: #F9FBF8;
	border: solid #B9C5B8 1px;
	margin-bottom: 3px;
	-moz-border-radius: 0.07em;
	-moz-outline-radius: .7em;
}
.error_list {
	color: #A05B18;
	border: 1px solid black;
	display: block;
	margin: .4em 1.2em 1em 1.2em;
	background-color: #E5F3C0;
	padding: 1em 2em;
	-moz-border-radius: 0.07em;
	-moz-outline-radius: .7em;
}
#form_table .error_list li,
blockquote .error_list li {
	background-image: none;
	padding-left: 5px;
}
#form_table .error_list li ul,
blockquote .error_list li ul {
	padding-left: 5px;
	margin-left: 15px;
	margin-top: 10px;
}
#form_table .error_list li ol li,
blockquote .error_list li ol li {
	background-image: none;
	padding-left: 5px;
	margin-left: 10px;
}
.legend_text {
	font-size: 0.8em;
	color: #666666;
	margin-left: 30px;
	padding: 3px 6px;
	border: 1px solid #363636;
	background-color: #EDEBDC;
}
#form_table {
	margin-right: auto;
	margin-left: auto;
	margin-top: .1em;
	margin-bottom: 1em;
	width: 460px;
	background-color: none;
}
/* -------------------- END FORM CONTROLS --------------------------- */

#productInfoBlock {
	float: left;
	width: 275px;
	padding-left: 5px;
	display: block;
}

.prodShot {
	float: left;
	width: 150px;
}

#productInfoBlock .moreOrBuyBlock {
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6D201A;
	border-bottom-color: #6D201A;
	text-align: center;
}

#outerWrapper #contentWrapper {
	background-color: transparent;
}

#lowerFooter .bbbArea {
	padding-top: 20px;
}

.ltgreen {
	color: #C8D1B4;
}

#rightColumn1 .halfColBox p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.text_center {
	text-align: center;
}

#content em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#rightColumn1 colBox1 p {
	line-height: 2;
}

#rightColumn1 .halfColBox p {
	line-height: 1.5em;
	padding-bottom: .5em;
}

#content .call-to-action {
	color: #808E59;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	text-align: right;
}

#sitemapList .visionStmt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 1.8em;
	font-style: oblique;
	color: #49562A;
	padding-right: 1.5em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}

.halfColBox  ul li {
	padding: 0.25em;
	padding-left: 1em;
}

#dropFocusArea .srPlug {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	line-height: 1.7em;
	padding-bottom: 1.5em;
}

#content .faqq {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#336600;
	font-size: 1.2em;
	display:block;
	padding-top: 1em;
	padding-bottom: 3px;
}

#content .faqa {
	display:block;
	padding: 0 2em 0 2em;
}

.prTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#336600;
	font-size: 1.2em;
	display:block;
	padding-top: 1em;
	padding-bottom: 3px;
}
.prInfo {
	display:block;
	padding: 0 2em 0 2em;
}

.testimonialText {
	background-image:url(../imgs/quotes.jpg);
	background-repeat:no-repeat;
	background-position: 0 0;
	padding: 1em 0 0 1em;
}
.testimonialCredt {
	text-align: right;
	font-style: oblique;
}

.buyNowTextLinkButtom {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	text-align: center;
	display: block;
	padding-top: 0.2em;
	padding-right: 2em;
	padding-bottom: 0.2em;
	padding-left: 2em;
	border: 1px solid #DDEBB6;
	-moz-border-radius: 0.7em;
	-moz-outline-radius: 0.7em;
	background-color: #F0F9DB;
}
.heavyText {
	color:#333333;
	font-weight: bold;
	line-height: .8em;
}

#testimonial {
	background-color:#FFFFEA;
	font-family: "Times New Roman", Times, serif;
	padding: 1em;
}

#testimonial p{
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 0.1em;
	padding-top: -0.3em;
}
