/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

p {
	line-height: 22px;
	margin: 0 0 15px 0;
}

img {
	border: 0px none;
}

a {
	color: #6f952c;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #575757;
}


h1, h5 {
	margin: 0px;
	padding: 0px;
}

h1 a, h5 a {
	color: #333;
}

h1 a:hover,  h5 a:hover {
	color: #6f952c;
}

h1 {
	font-size: 25px;
	font-weight: normal;
	color: #333;
	text-align: left;
	padding-top: 10px;
}


h5 {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	margin: 0px 0 10px;
	line-height: 20px;
	text-align: left;
}


ul {
	line-height: 22px;
}

ol {
	line-height: 22px;
}

li {
}

td, th {
	vertical-align: top;
}

/****** GENERIC ******/

.clear {
	clear: both;
}

br.clear,
div.clearDiv {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.clearLeft {
	clear: left
}

.clearText {
	display: block;
	text-indent: -999999em;
}

.rowEnd {
	margin-right: 0 !important;
}

.rowStart {

}

.collapse p {
	margin: 0;
}
.collapse {
	margin: 1px 0 10px 0;
}

/**************** STYLE */
.borderBottom {
	border-bottom: 1px solid #e4dfe1;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.borderTop {
	border-top: 1px solid #e4dfe1;
	padding-top: 10px;
	margin-top: 10px;
}


/*======================================================= LAYOUT */
div.container {
	width: 620px;
	margin: 0 auto;
	padding-left: 35px;
}

/**************** HEADER */
div#header {
	text-align: center;
	height: 200px;
}


/********* NAV */
div#navContainer {
	height: 43px;
	border-top: 1px solid #7c9952;
	border-bottom: 1px solid #7b9919;
	background: #93b661;
	overflow: hidden;
	width: 100%;
}


/**************** BOTTOM */
div#bottomContainer {
	background: #412720 url(../images/bg/btm-bg.gif) repeat-x center bottom;
	margin-top: 0px;
}

div#bottomContainer div.container {
	padding: 15px 0 0;
	color: #fff;
	width: 600px;
}

div#bottomContainer img {
	float: left;
	padding: 5px 20px 0 0;
}

div#bottomContainer p {
	margin: 5 0 0;
	line-height: 18px;
}



/**************** FOOTER */
div#footerContainer {
	background: #281914 url(../images/bg/footer_bg.gif) no-repeat center top;
	padding-right: 0;
	padding-left: 0;
	padding-top: 15px;
	margin: 0px;
	padding-bottom: 50%;
}

div#footerContainer div.container {
	color: #8f6c62;
	font-size: 11px;
	text-align: left;
	width: 600px;
	padding: 0px;
}

div#footerContainer h5 {
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	color: #8F6C62;
	padding: 0px;
	margin-bottom: 3px;
	margin-left: 12px;
}

div#footerContainer li ,
div#footerContainer p {
	line-height: 20px;
	margin: 0;
	padding-left: 15px;
}

div#footerContainer a {
	color: #8f6c62;
	text-decoration: none;
}

div#footerContainer a:hover {
	color: #fff;
}

div#footerContainer div.column {
	float: left;
	width: 260px;
}

div#footerContainer div.column ul {
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

div#footerContainer, div.column.columnLeft {
	padding-right: 20px;
}

div#footerContainer div.columnRight {
	float: right;
	text-align: right;
}

div#footerContainer div.columnRight img {
	padding-left: 15px;

}
/**************** TOP */
div#topContainer {
	background: #f6f6e6;
	text-align: center;
	height:96px;
}

div#topContainer .container {
	position: relative;
}

body.Product div#topContainer .container {
	height: 100px;
}



/**************** PAGE */
div#pageContainer {
	padding-bottom: 40px;
	background-image: url(page_btm.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 0px;
	height: 225px;
	width: 625px;
}


div#pageContainer div.pageSide {
	/*padding: 30px 0 0 0;*/
	padding: 0;
}

div#pageContainer div.pageMain {
	width: 650px;
	padding: 30px 0 0;
}


/******** BOX - LIGHT GREEN */
div.boxLightGreen {
	margin: 0 0 20px 0; 
}

div.boxLightGreen div.subMenu {
	background: #50aba2 url(../images/bg/side-ftr_l-gr.gif) no-repeat center bottom;
}


/* END OF CSS */
