@charset "utf-8";
/* CSS Document */

/*WHOLE SITE AREA*/
.wholesiteStyle {
	border: #000000 5px solid;
	border-top: none;
	border-bottom: #333333 1px solid;
}


/*WHOLE SITE BORDERS: LEFT & RIGHT*/
.sideShadowLeft {
	background: url(../images/border/sideshadow.jpg) top right no-repeat;
}
.sideShadowRight {
	background: url(../images/border/sideshadow2.jpg) top left no-repeat;
}


/*START HEADER AREA*/
.headerStyle {/*
	background: #CCCCCC;*/
	border-bottom: #333333 1px solid;
}
.yourlogoStyle {/*
	background: #E8E8E8;*/
	border-right: #FFFFFF 1px solid;
}
.mainheaderStyle {
	background: url(../images/header/header.jpg) no-repeat;
}
/*END HEADER AREA*/


/*START SLOGAN AREA*/
.sloganStyle{
	background: #315609;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	padding: 10px;
	padding-left: 40px;
	border-bottom: #333333 1px solid;
}
/*END SLOGAN AREA*/


/*START BODY AREA*/
.bodyStyle {
	background: #FFFFFF;/*
	border: #888888 1px solid;*/
	padding: 20px;
}
.navbarStyle {
	background: #000000 url(../images/body/navbar/navbarbg.jpg) bottom right no-repeat;
	border-right: #333333 1px solid;
}
.navbarTopDIV {
	background-color: #517629;/*
	border-bottom: #333333 1px solid;*/
	height: 15px;
}
.navbarTopBG {
	/*background: url(../images/body/navbar/navbar.jpg) no-repeat;*/
	width: 200px;
	height: 300px;
}
.navbarButtonContainer{
	z-index: 1;
	position: relative;
	top: -300px;
}
.contentStyle {
	background: #FFFFFF;
}
.contentTopDIV {
	/*border-bottom: #000000 1px solid;*/
	background-color: #517629;
	height: 15px;
}
/*END BODY AREA*/


/*START FOOTER AREA*/
.footerStyle {
	background: #517629;
	/*height: 30px;*/
	border-left: #000000 5px solid;
	border-right: #000000 5px solid;
	border-bottom: #000000 1px solid;
}
.footerLeft {	/*mysitemalixi*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1F1F1F;
	text-align: center;
	padding: 5px;
	width: 50%;
	border: none;
}
.footerLeft:link, .footerLeft:visited {color: #1F1F1F; text-decoration: none;}
.footerLeft:hover, .footerLeft:active {color: #FFFFFF; text-decoration: none;}

.footerRight {	/*maliximarketing*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1F1F1F;
	text-align: center;
	padding: 5px;
	width: 50%;
	border: none;
}
.footerRight:link, .footerRight:visited {color: #1F1F1F; text-decoration: none; border: none;}
.footerRight:hover, .footerRight:active {color: #FFFFFF; text-decoration: none; border: none;}

.footerRightIMG {
	border: none;
}
.footerStyle2 {
	/*background: #000000;
	height: 5px;*/
}
/*END FOOTER AREA*/


/*START TRANSPARENCY AREA [TEST]*/
/*START TRANSPARENT BUTTONS AREA*/
/*this is the transparent box*/
#transBox {
	background-color: #FFF;
	border-left:#517629 10px solid;
	border-bottom:#666 1px solid;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 160px;
	text-align:left;
	filter:alpha(opacity=100);
	opacity:17;
	-moz-opacity:1;
	-khtml-opacity:1;
	/*margin: 0 50px;*/
	cursor: pointer;
	/*link text CSS*/
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#transBox:link, #transBox:visited {
	background-color: #FFF;
	border-left:#517629 10px solid;
	/*link text CSS*/
	color: #000;
	text-decoration: none;
}
#transBox:hover, #transBox:active {
	background-color: #517629;
	border-left:#3F5F0F 10px solid;
	/*link text CSS*/
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	filter:alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
}
/*this is the container which set text to solid color. position: relative used for IE*/
#transBox div{
	padding: 20px;
	font-weight: bold;
	color: #000;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	-khtml-opacity:1;
	position: relative;
}
/*CONCLUSION: TEST SUCCESS...(reason of previous failure: width was not set | width is needed to overlap the object needed to be transparent)*/


/*START WEBCONTENT AREA*/
.contentContainer {
	padding: 30px;
	/*padding-bottom: 150px;*/
}
.contentTitleFont {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #214609;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 2px;
	border-bottom: #517629 3px solid;
}
.contentDefaultFont {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	padding-top: 9px;
	padding-bottom: 3px;
}
hr.contentEnd {
	padding-bottom: 10px;
}
/*END WEBCONTENT AREA*/
