@charset "UTF-8";
/* CSS Document */

body {
	background: #1F3B25 url(../images/main_bg.jpg) repeat-x;
	font-family: arial, helvetica, sans-serif;
	padding: 0 0 45px;
}


#wrapper {
	width: 876px;
	margin: 0 auto;
}

/* Page */

#page {
	width: 878px;
	margin: 0 auto;
	padding-top: 10px;
	border-right: 2px solid #1F3B25;
	border-left: 2px solid #1F3B25;
	min-height: 600px;
	background: #FFFFFF;
}

#page_graycol {
	width: 878px;
	margin: 0 auto;
	padding-top: 10px;
	border-right: 2px solid #1F3B25;
	border-left: 2px solid #1F3B25;
	background: #FFFFFF url(../images/page_graycol_bg.gif) repeat-y;
}

#botcurve {
	width: 882px;
	margin: 0 auto;
	height: 16px;
	background: #FFFFFF url(../images/bot_corner_bg.gif) no-repeat center bottom;
}



#botcurve_graycol {
	width: 882px;
	margin: 0 auto;
	height: 16px;
	background: #FFFFFF url(../images/bot_corner_graycol_bg.gif) no-repeat center bottom;
}


#topcurve_graycol {
	width: 884px;
	margin: 0 auto;
	height: 15px;
	background: #FFFFFF url(../images/top_corner_graycol_bg.gif) no-repeat center bottom;
}


/* Content */

#content {
	float: right;
	width: 505px;
}

#lcol_content {
	float: left;
	width: 320px;
	margin: 10px 0px 0px 15px;
}

#lcol_head {
	float: left;
	width: 290px;
	background: url(../images/title_lgbg_green.gif) no-repeat;
	height: 24px;
	padding: 11px 0px 0px 20px;
	margin: 0px 0px 10px;
}

#rcol_head, #rcol_head_orange, #rcol_head_dgreen, #rcol_head_green, #rcol_head_blue, #rcol_head_red {
	float: left;
	width: 400px;
	height: 24px;
	padding: 11px 0px 0px 20px;
	margin: 0px 0px 20px;
}

#rcol_head_orange {
	background: url(../images/title_smbg_orange.gif) no-repeat;
}

#rcol_head_dgreen {
	background: url(../images/title_smbg_dgreen.gif) no-repeat;
}

#rcol_head_green {
	background: url(../images/title_smbg_green.gif) no-repeat;
}

#rcol_head_blue {
	background: url(../images/title_smbg_blue.gif) no-repeat;
}

#rcol_head_red {
	background: url(../images/title_smbg_red.gif) no-repeat;
}


#product_holder{
	margin: 0px 0px 20px 15px;
	float: left;
}

#text_holder{
	margin: 0px 30px 20px 15px;
	float: left;
}


#product{
	float: left;
	width: 150px;
	margin: 0px 10px 0px 0px;
}

#product_text{
	float: left;
	width: 300px;
}

h1 {
	font-size: 1.1em;
	display: block;
}

h2 {
	font-size: 0.95em
}
	h2.question {
		color: #417324;
		margin: 0px;
		padding: 2px 0px 5px;
		display: block;
		font-size: 0.85em;
		font-weight: normal;
		font-style: italic;
	}

h3 {
	font-size: 0.75em
}

h4 {
	font-size: 0.65em
}




.whitetext{
	color: #FFFFFF;
}

.greentext, .greentext a:link, .greentext a:visited {
	color: #507B30;
}

.dgreentext, .dgreentext a:link, .dgreentext a:visited {
	color: #1B4423;
}

.bluetext, .bluetext a:link, .bluetext a:visited {
	color: #013A53;
}

.redtext, .redtext a:link, .redtext a:visited {
	color: #95290F;
}

.orangetext, .orangetext a:link, .orangetext a:visited {
	color: #D67D05;
}
.greytext {
	color: #515151;
	font-weight: normal;
}

.bodytext{
	margin: 0px 15px;
	font-size: 0.75em;
	line-height: 1.3em;
	display: block;
}
	.bodytext.grey {
		line-height: 1.5em;
		color: #666666;
	}
		.bodytext.grey a {
			color: #365d1f;
			font-weight: bold;
			text-decoration: underline;
		}
		.bodytext.grey a:hover {
			text-decoration: none;
		}
	ul.faq-sidebar {
		padding: 0px 25px 10px 12px;
		margin: 0;
	}
		ul.faq-sidebar li {
			padding: 0 0 7px 0px;
			margin: 0 0 0 0px;
			font-size: 0.7em;
			line-height: 1.3em;
			font-weight: bold;
			font-style: normal;
			color: #416949;
			list-style: disc inside;
		}
			ul.faq-sidebar li a {
				color: #416949;
			}
			ul.faq-sidebar li a:hover {
				text-decoration: none;
			}
.questiontext {
	display: block;
	font-size: 0.75em;
	margin: 0px 25px 0px 0;
	line-height: 1.5em;
}
	.questiontext a {
		color: #418d14;
		text-decoration: underline;
	}
		.questiontext a:hover {
			text-decoration: none;
		}
	.questiontext p {
		padding: 0 0 10px 3px;
	}
	.questiontext h3 {
		display: block;
		border: 1px solid #CCCCCC;
		padding: 7px 15px;
		color: #fff;
		font-size: 1.2em;
		background-color: #3a533e;
		line-height: 1.5em;
		font-weight: bold;
		margin-bottom: 10px;
		min-height: 28px;
	}
	.questiontext ul, .questiontext ol {
		padding: 14px 20px 10px 27px;
		margin: 2px 0 12px;
		border-bottom: 2px solid #c2dbbd;
		border-top: 1px solid #c2dbbd;
		background-color: #f5faf4;
	}
		.questiontext ul li u {
			font-size: 1.2em;
			color: #39502c;
			display: block;
			text-decoration: none;
			font-weight: bold;
			line-height: 1.4em;
			font-style: italic;
		}
		.questiontext ul li, .questiontext ol li {
			padding: 0 0 12px 0px;
			margin: 0 0 0 0px;
			font-size: 1.0em;
			line-height: 1.5em;
			list-style: disc outside;
			font-style: normal;
			color: #344031;
		}
			.questiontext ol li {
				list-style-tyle: armenians;
			}
.footertext{
	font-size: 0.8em;
	color: #FFFFFF;
}
	.footertext a {
		color: #9fbf83;
		text-decoration: underline;
	}
	.footertext a:hover {
		text-decoration: none;
	}

#form_holder{
	margin: 0px 30px 20px 15px;
	float: left;
	width: 400px;
}

#form_hrule{
	height: 1px;
	width: 400px;
	border-bottom: thin dotted #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}

#footer {
	clear: both;
	width: 882px;
	margin: 0 auto 45px;
	padding-top: 20px;
	display: block;
}
.hidden {
  display: none;
}
.rightimg {
	float: left; 
	margin: -25px 0px 0px -15px; 
	position:relative; 
	display:block;
}
.rightimg span {
	visibility:hidden;
	display:none;
}
	.rightimg.top {
		margin-top: 10px;
	}
.rightimg:hover span {
	visibility:visible;
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px;
}
#lcol_content hr {
	border: none;
	height: 25px;
	border-top: 1px solid #999999;
	width: 85%;
}
 
.ctaimg {
	margin: 0; 
	position:absolute; 
	top:158px;
	left: 935px;
	display:block;
	z-index: 1000;
}
.ctaimg span {
	visibility:hidden;
	display:none;
}
.ctaimg:hover span {
	visibility:visible;
	display:block; 
	position:absolute; 
	top:0px; 
	left:3px;
}