@charset "UTF-8";
/* CSS Document */

body {
	background: url(../images/main_bg3.jpg) repeat-x;
	font-family: arial, helvetica, sans-serif;
}


#wrapper {
	width: 876px;
	margin: 0 auto;
}

/* Page */

#page {
	width: 878px;
	margin: 0 auto;
	padding-top: 10px;
	border-right: 2px solid #ec9311;
	border-left: 2px solid #ec9311;
	min-height: 600px;
	background: #FFFFFF;
}

#page_graycol {
	width: 878px;
	margin: 0 auto;
	padding-top: 10px;
	border-right: 2px solid #e4901c;
	border-left: 2px solid #e4901c;
	background: #FFFFFF url(../images/page_graycol_bg.gif) repeat-y;
}


#botcurve {
	width: 882px;
	margin: 0 auto;
	height: 16px;
	background: #FFFFFF url(../images/bot_corner_bg2.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;
}

#topcurve_graycol2 {
	width: 884px;
	margin: 0 auto;
	height: 15px;
	background: #FFFFFF url(../images/top_corner_graycol_bg2.gif) no-repeat center bottom;
}


/* Content */

#content {
	float: right;
	width: 505px;
}

#content2 {
	float: right;
	width: 450px;
}

#content3 {
	width: 800px;
}

#lcol_content {
	float: left;
	width: 320px;
	margin: 10px 0px 0px 15px;
}


#lcol_content2 {
	float: left;
	width: 350px;
	margin: 10px 0px 0px 15px;
}

#lcol_head {
	float: left;
	width: 290px;
	background: url(../images/title_lgbg_orange.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 {
	float: left;
	width: 290px;
	background: url(../images/title_smbg_orange.gif) no-repeat;
	height: 24px;
	padding: 11px 0px 0px 20px;
	margin: 0px 0px 10px;
}

#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_text2{
	float: left;
	width: 300px;
}

#product_text2{
	float: left;
	width: 800px;
}

h1 {
	font-size: 1.1em;
	display: block;
}

h2 {
	font-size: 0.95em;
}

h3 {
	font-size: 0.75em;
}

h4 {
	font-size: 0.65em;
}




.whitetext{
	color: #FFFFFF;
}

.whitetext2{
	color: #FFFFFF;
	font-size: 0.75em;
}

.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;
}

.bodytext{
	margin: 0px 15px;
	font-size: 0.75em;
	line-height: 1.3em;
	display: block;
}

p {
	margin: 0px 15px;
	font-size: 0.75em;
	line-height: 1.3em;
	display: block;
} 

.footertext{
	font-size: 0.8em;
	color: #FFFFFF;
}

#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;
	padding-top: 20px;
	height: 50px;
}
.hidden {
  display: none;
}
