* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: none;
	text-decoration: none;
}

body {
	background: url(../images/body_bg.gif) 0 0;
	font-family: "Gill Sans", Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1em;
}

#wrapper {
	width: 100%;
	background: url(../images/bar.gif) 0 145px repeat-x;

}

/* ---------- START NAVIGATION CSS ---------- */

#nav { margin: 0 auto 0 auto; width: 830px; height: 60px; overflow: hidden;}
#nav li { float: left; position: relative; height: 60px; list-style: none; }
#nav li a { cursor: pointer; }
#nav li a, #nav li div { position: relative; display: block; height: 60px; text-decoration: none; }
#nav li strong { position: absolute; top: 0px; left: 0px; display: block; height: 60px; }
#nav li, #nav li a, #nav li strong, #nav li div { background-image: url(../images/nav_shadow.png); text-indent: -9999px;}
#nav a:active, #nav a:visited { outline: none; }

#nav li.intro, #nav li.intro a, #nav li.intro a strong { background-position: 0px 0px; width: 215px; }
#nav li.pricing, #nav li.pricing a, #nav li.pricing a strong	{ background-position: -215px 0px; width: 150px; }
#nav li.catalog, #nav li.catalog a, #nav li.catalog a strong { background-position: -365px 0px; width: 165px; }
#nav li.order, #nav li.order a, #nav li.order a strong	{ background-position: -530px 0px; width: 185px; }
#nav li.faq, #nav li.faq a, #nav li.faq a strong { background-position: -715px 0px; width: 115px; }

/* HOVER STATE */

#nav li.intro:hover a, #nav li.intro:hover a strong, #nav li.intro a:hover, #nav li.intro a:hover strong { background-position: 0px -60px; width: 215px; }
#nav li.pricing:hover a, #nav li.pricing:hover a strong, #nav li.pricing a:hover, #nav li.pricing a:hover strong { background-position: -215px -60px; width: 150px; }
#nav li.catalog:hover a, #nav li.catalog:hover a strong, #nav li.catalog a:hover, #nav li.catalog a:hover strong { background-position: -365px -60px; width: 165px; }
#nav li.order:hover a, #nav li.order:hover a strong, #nav li.order a:hover, #nav li.order a:hover strong { background-position: -530px -60px; width: 185px; }
#nav li.faq:hover a, #nav li.faq:hover a strong, #nav li.faq a:hover, #nav li.faq a:hover strong { background-position: -715px -60px; width: 115px; }

/* ON STATE */

#nav li.introon, #nav li.introon strong, #nav li.introon div { background-position: 0px -120px; width: 215px; }
#nav li.pricingon, #nav li.pricingon strong, #nav li.pricingon div { background-position: -215px -120px; width: 150px; }
#nav li.catalogon, #nav li.catalogon strong, #nav li.catalogon div { background-position: -365px -120px; width: 165px; }
#nav li.orderon, #nav li.orderon strong, #nav li.orderon div { background-position: -530px -120px; width: 185px; }
#nav li.faqon, #nav li.faqon strong, #nav li.faqon div { background-position: -715px -120px; width: 115px; }

/* ---------- END NAVIGATION CSS ---------- */

#content {
	position: relative;
	top:  0;
	left: 0;
	background: url(../images/content_bg.png) 0 0 repeat-y;
	margin: 0 auto;
	width: 730px;
	min-height: 550px;
	padding: 10px 50px 45px 50px;
}

#content a:link, #content a:visited {
	color: #425923;
}

#content h1 {
	font-size: 1.5em;
	margin: 5px 0px 25px 0;
	color: #9A1515;
}

#content h2 {
	font-size: 1.3em;
	margin: 20px 0 3px 0;
}

#content h2 span {
	font-weight: normal;
}

#content h3 {
	font-size: 1.2em;
	margin: 20px 0 3px 0;
	color: #9A1515;
}

#content a:link, a:visited {
	color: #425923;
	font-weight: bold;
	text-decoration:  underline;
	
}

#content h4 {
	margin: 15px 0 3px 0;
	text-transform: capitalize;
}

#content blockquote {
	text-align: center;
	font-size: 1.2em;
	margin: 15px 0;
	font-weight: bold;
	color: #9A1515;
}

#content p {
	font-size: 1em;
	line-height: 1.5em;
}

#content strong {
	color: #9A1515;
}

#content table {
	margin: 10px 0;

}

#content table th {
	width: 100px;
	border-top: 	solid 1px #e9e9e9;
	border-right: 	solid 1px #8EBB5C;
	border-bottom: 	solid 1px #8EBB5C;
	border-left: 	solid 1px #e9e9e9;
	text-align: left;
	padding: 5px 0 7px 10px;
	color: white;
	background: #425923;
	font-weight: normal;
}

#content table td {
	border-top: 	solid 1px #e9e9e9;
	border-right: 	solid 1px #8EBB5C;
	border-bottom: 	solid 1px #8EBB5C;
	border-left: 	solid 1px #e9e9e9;
	padding: 5px 15px 7px 13px;
}

#content ul li {
	padding: 3px 0 0 0;
}

.card_style {
	width: 730px;
	margin-top: 20px;
	border-bottom: 1px solid #9f9f9f;
}

#content .card_style h2{
	margin:  0;
}

.hor {
	height: 310px;
}

.ver {
	height: 440px;
}

.note {
	font-size: .8375em;	
}

#content .top_bells {
	background: url(../images/bells_border.gif) top left repeat-x;
	margin-top: 25px;
	padding-top: 35px;
}

.bottom_hr {
	padding-bottom:  10px;
	border-bottom: 1px solid #9f9f9f;
}

.left {
	float:  left;
	text-align:  left;
}

img.left {
	margin-right:  20px;
}

.right {
	float:  right;
	text-align:  right;
}

img.right {
	margin-left: 20px;
}

.center {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.option {
	text-transform:  uppercase;
	font-weight: bold;
}

.red {
	color: #9A1515;
}

.green {
	color: #3F5824;
}

.blue {
	color: #80C2D2;
}

img.left, img.right {
	display: inline-block;
	border-top: 1px solid #999;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;	
	border-left: 1px solid #999;
}

/* --------- FORM STYLES ---------- */

#content form {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  .875em;
}

form fieldset {
	border: solid 1px #8EBB5C;
	margin-bottom: 10px;
	padding: 0 0 5px 15px;
	width: 470px;
	background: url(../images/form_bg.gif) left bottom repeat-x;
	color: #3F5824;	
}

form legend {
	color: #3F5824;
	font-size: 1.2em;
	padding: 5px 5px;
	font-weight: bold;
}

form fieldset ol {
  margin: 0;
  padding: 0;
}

form fieldset li {
  list-style: none;
  padding: 5px 5px 5px 5px;
  margin-left: -15px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #c0d9a4;
}

form fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}

form fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}

form label {
	display: inline-block;

	width: 110px; /* Width of labels */
	text-align: right;
  	padding: 5px 10px 5px 0;
  	vertical-align: top;
}

form select {
	margin: 		5px 10px 5px 0px;
	padding: 		3px;
	font-size: 		.875em;
}

form input, form textarea {
	margin: 		3px 10px 5px 0;
	padding: 		2px;
	font-size: 		.875em;
	border-top: 	solid 1px #8EBB5C;
	border-right: 	solid 2px #fff;
	border-bottom: 	solid 1px #fff;
	border-left: 	solid 1px #8EBB5C;
}

form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}


/* ---------- END FORM STYLES ---------- */

#content_bottom {
	margin: 0 auto;
	width: 830px;
	height: 20px;
	background: url(../images/content_bottom.png) 0 0;
}

#footer {
	margin: -10px auto 0 auto;
	width: 730px;
	padding: 30px 50px 0px 50px;
	background: url(../images/footer_top_bg.png) top center no-repeat;
	color: #000;
}

#footer p {
	text-align: center;
	margin-bottom: 5px;
}

#wrapper #footer a:link, #wrapper #footer a:visited {
	color: #425923;
	font-weight: normal;
}

#footer a:hover {
	text-decoration:  underline;
}

#html_nav {
	width: 600px;
	margin: 15px auto 0 auto;
	padding: 10px 0 5px 0;
	border-top: 1px #C0D9A4 solid;
	color: #425923;
	font-weight:  normal;
}

#footer_bottom {
	margin: 0 auto 15px 0;
	height: 25px;
	background: url(../images/footer_bot_bg.png) bottom center no-repeat;
}