/* CSS Document */

*	{ margin: 0px; padding: 0px; }
/*html	{
	background-position: left bottom;
	background-color: #FFF;
	min-height: 100%;
	overflow: -moz-scrollbars-vertical;
}*/

a	img	{ border: 0px; }

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color:#7cc245;	
}

h1
{  margin: 0;
    color: #000000;
	font-size: 36px;
	text-decoration: none;
	line-height: 36px;
	padding: 40px 0 0 50px;}

h1 a { color: #000000;
	text-decoration: none;
	}
h1 a:hover { color: #ffffff;
	text-decoration: none;
}
h2 {
	font-size: 22px;
	display: inline; 
	color: #003748;
	display: inline;
	font-weight: bold;
}

h3{
	font-size: 17px;
	color: #be4204;
	display: inline;
	font-weight: bold;
}

ul {
	margin-left: 0px;
	padding-left: 20px;
	list-style: disc;
}

ul li {
	padding: 2px 0 5px 0;
	border-bottom: 0px dotted #444444;
}

/* MAIN PAGE - EXCLUSIVE */
/*.main_bodybg	{ background-image: url(../images/main-bg.png); }*/


td.left {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/left-tile.png);
	background-repeat: repeat-y;
	width: 44px;
		}
	
td.right {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/right-tile.png);
	background-repeat: repeat-y;
	width: 45px;
	background-position: left;
		}
		
.main {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #d0de38;
	background-image: url(../images/bcontent-bg.jpg);
	text-align:left
		}
		
.mainfoot {
	margin-left: 0px;
	padding: 0px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-color: #ADD330;
	height:47px;
	background-position: center;
		}
		
.bodytop { 
		margin: 0px; 
		padding: 0px; 
		background-image: url(../images/body-top.jpg);
		background-repeat: no-repeat;
		}
		
.bcontentleft {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bcontent-left01.jpg);
	background-repeat: repeat-y;
	width:26px;
	background-position: left;
	vertical-align: top;
		}
		
.bcontentright{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bcontent-right01.jpg);
	background-repeat: repeat-y;
	width:23px;
	background-position: left;
	vertical-align: top;
		}

p.prod {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#666666;
	margin-left: 25px;
	padding-left: 25px;
	}


/* ------------------------footer framework ------------------------ */
#footer {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#666;
	height:37px;
	text-decoration:none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	}
#footer a:link, #footer a:visited { color:#666666; text-decoration:none; }
#footer a:hover, #footer a:active { color:#666666; text-decoration:none; }


#footer-sub {
	margin:0 auto;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#666666;
	height:61px;
	vertical-align: bottom;
	text-decoration:none;
	}
#footer-sub a:link, #footer a:visited { color:#666666; text-decoration:none; }
#footer-sub a:hover, #footer a:active { color:#666666; text-decoration:none; }

td.copyright {
	background-image: url(../images/splash/bottom.png);
	height:37px;
	background-repeat: no-repeat;
	text-align: center;
}


/* jQuery lightBox plugin - Gallery style */
	#gallery {	
	width: 760px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	background-repeat: repeat-x;
	background-color: #d0de38;
	background-image: url(../images/bcontent-bg.jpg);
	}
	#gallery ul { list-style: none; }
	#gallery ul li {
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }

	
/* jQuery lightBox plugin - Gallery style */
	#gallery2 {
	width: 760px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	background-repeat: repeat-x;
	}
	#gallery2 ul { list-style: none; }
	#gallery2 ul li {
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	#gallery2 ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery2 ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery2 ul a:hover { color: #fff; }

/* end jQuery lightBox plugin - Gallery style */
