/* CSS Document */

body {
	margin: 0px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin-top: 40px;
}

.mainTableHome {
	background-color:#006e3a; 
	margin: 0 auto; 
}
.tableTop {
	background-image: url(../images/background-top.jpg);
	background-repeat: repeat-x;
	background-color:#006e3a;
	font-size: 20px;
	color: #ffffff; 
	text-align: right;
}
.tableLeft {
	background-color:#909074; 
}
.mainHome {
	background-color:#d3e3bf; 
}
.menuCell {
	background-color:#6c9d31; 
	text-align: center;
}
.menuCellSelected {
	background-color:#006e3a; 
	font-weight:bold;
	text-align: center;
}
.bottomRow {
	background-color:#006e3a; 
	font-size: 12px;
}

.topSpacer {
	height: 30px;
}

.menuText {
	font-size: 12px;
	text-align: left;
	color: #636466;
	vertical-align:top;
}
.menuTextSelected {
	color: #ed1c24;
}
.menuSubText {
	font-size: 13px;
	text-align: left;
	color: #FFFFFF;
	vertical-align: top;
	margin-left: 25px;
}
.menuSubTextSelected {
	font-size: 13px;
	text-align: left;
	color: #D59E35;
	vertical-align: top;
	margin-left: 25px;
}
.homeText {
	font-size: 12px;
	color: #006e3a;
	margin-left: 20px;
	margin-right: 20px;
	text-align: right;
}
.mainContent {
	font-size: 11px;
	color: #222222;
	margin: 20px;
	text-align: left;
}
.contactTitle{
	text-align: left;
}
.leftText {
	font-size: 18px;
	color: #ffffff;
}
.topText {
	font-size: 17px;
	color: #ffffff;
}
.rightTitleText {
	font-size: 22px;
	color: #ffffff;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 4px;
}
.rightTitleSubText {
	font-size: 14px;
	color: #ffffff;
	text-align: right;
	padding-right: 20px;
}
.bottomTitle {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	text-align: right;
	padding-right: 20px;
}
.bottomSubTitle {
	font-size: 14px;
	color: #ffffff;
	text-align: right;
	padding-right: 20px;
}
.galleryTitleText {
	font-size: 14px;
	text-align: left;
	color: #000000;
	vertical-align:top;
}
.thumbImage {
	border: 2px #FFFFFF solid;
	cursor: pointer;
}
.thumbImageOver {
	border: 2px #006e3a solid;
	cursor: pointer;
}


.productThumbs  {
    width:680px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: auto;
    height:240px;
}
.photo {
    text-align: center;
	outline: none;
}
.thumbnail {
    width:156px;
    height:104px;
    text-align: center;
	vertical-align:middle;
	float:left;
	outline: none;
	cursor:pointer;
	background-color: #ffffff;
	border: 2px #FFFFFF solid;
    margin-left: 4px;
    margin-bottom: 20px;
    overflow: hidden;
}
.thumbnailOver  {
    width:156px;
    height:104px;
    text-align: center;
	vertical-align:middle;
	float:left;
	outline: none;
	cursor:pointer;
	background-color: #ffffff;
	border: 2px #006e3a solid;
    margin-left: 4px;
    margin-bottom: 20px;
    overflow: hidden;
}

.footerText {
	font-size: 11px;
	margin-top: 2px;
	margin-right: 6px;
	text-align: right;
	color: #555555;
}

a:link {
	color:#ffffff;
	text-decoration: none;
}
a:visited {
	color:#ffffff;
	text-decoration: none;
}
a:hover {
	color: #006e3a;
	text-decoration: none;
}
a:visited:hover {
	color: #006e3a;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}

.mainContent a:link {
	color:#222222;
	text-decoration: none;
}
.mainContent a:visited {
	color:#222222;
	text-decoration: none;
}
.mainContent a:hover {
	color: #006e3a;
	text-decoration: none;
}
.mainContent a:visited:hover {
	color: #006e3a;
	text-decoration: none;
}
.mainContent a:active {
	color: #222222;
	text-decoration: none;
}


.menuTextLink a:link {
	color:#636466;
	text-decoration: none;
}
.menuTextLink a:visited {
	color:#636466;
	text-decoration: none;
}
.menuTextLink a:hover {
	color: #ed1c24;
	text-decoration: none;
}
.menuTextLink a:visited:hover {
	color: #ed1c24;
	text-decoration: none;
}
.menuTextLink a:active {
	color: #636466;
	text-decoration: none;
}

.menuSubText a:link {
	color:#FFFFFF;
	text-decoration: none;
}
.menuSubText a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
.menuSubText a:hover {
	color: #D59E35;
	text-decoration: none;
}
.menuSubText a:visited:hover {
	color: #D59E35;
	text-decoration: none;
}
.menuSubText a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.leftText a:link {
	color:#FFFFFF;
	text-decoration: none;
}
.leftText a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
.leftText a:hover {
	color: #d3e3bf;
	text-decoration: none;
}
.leftText a:visited:hover {
	color: #d3e3bf;
	text-decoration: none;
}
.leftText a:active {
	color: #FFFFFF;
	text-decoration: none;
}


.bottomRow a:link {
	color:#ffffff;
	text-decoration: none;
}
.bottomRow a:visited {
	color:#ffffff;
	text-decoration: none;
}
.bottomRow a:visited:hover {
	color: #d3e3bf;
	text-decoration: none;
}
.bottomRow a:hover {
	color: #d3e3bf;
	text-decoration: none;
}
.bottomRow a:active {
	color: #ffffff;
	text-decoration: none;
}

.footerText a:link {
	color:#555555;
	text-decoration: none;
}
.footerText a:visited {
	color:#555555;
	text-decoration: none;
}
.footerText a:visited:hover {
	color: #006e3a;
	text-decoration: none;
}
.footerText a:hover {
	color: #006e3a;
	text-decoration: none;
}
.footerText a:active {
	color: #555555;
	text-decoration: none;
}
