/***********
CSS by AC 200803
************/

/***
* FRAMEWORK & TOP WRAPPERS
***/
body {
	background: #ffffff url('../_images/home/body-bg.jpg') repeat-x;
}

/* NEW ADDITION FLASH OVERLAY ON HOME PAGE 10/07/2010 BY JACOB EDMOND KERR  WITH LOGO DYNAMO */
html, body {
	height: 100%;
}
.flash-overlay {
	position:absolute;
	width:100%;
	height:100%;
	background-color:white !important;
	top:0px;
	left:0px;
	margin:auto;
	z-index:9999;
}
* html .flash-overlay {
	height:100%
}
/* END NEW ADDITION...*/

#site-bg {}
#site-wrapper-deco {}
#site-wrapper-bottom-deco {}

#site-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 898px !important;
	width: 900px;
	border: 1px solid #ffffff;
	border-top: 0;
	border-bottom: 0;
	background: #ffffff;
	text-align: left;
	min-height: 440px;
	height: auto !important;
	height: 440px;
}



/***
* HEADER
***/
#site-header {
	position: relative;
	height: 88px !important;
	height: 92px;
	border-bottom: 4px solid #E1282A;
	z-index: 250;
}
body.joomla-id-999 #site-header {
}

#site-header-deco {
}
#site-key-visual {
	position: absolute;
	z-index: 250;
	width: 391px;
	height: 111px;
	top: 92px;
	left: 0;
	background: url('../_images/home/site-key-visual.jpg') no-repeat;**/
}
#site-logo {
	position: absolute;
	z-index: 120;
	top: 27px;
	left: 15px;
	width: 194px;
	height: 39px;
	background: url('../_images/site-logo-home.gif') no-repeat;
}
#site-logo img.ph {
	width: 100%;
	height: 100%;
}
#site-logo div.flash {}
#site-logo div.flash.ss {
	display: block;
}
#site-logo div.flash.ssu {
	display: none;
}


#site-header-link {
	display: none;
}

#site-header-text {
	position: absolute;
	width: 100px;
	height: 41px;
	top: 10px;
	right: 21px;
	background: url('../_images/home/site-header-text.gif') no-repeat;
}



/***
* MENU
***/
#site-menu {
	z-index: 450;
	position: absolute;
	height: 23px;
	overflow: hidden;
	top: 65px;
	left: 392px;
}


#site-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 27px;
}
#site-menu ul li {
	position: relative;
	float: left;
	width: 110px;
	height: 27px;
	margin-right: 60px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	background-image: url('../_images/site-menu-corner-mask.png') 0 0 no-repeat;
}
#site-menu ul li.last {
	margin-right: 0px;
}
#site-menu ul li a {
	position: relative;
	display: block;
}

#site-menu ul li a span {
	position: absolute;
	top: -200px;
}
#site-menu ul li a img.ph {
	position: relative;
	width: 110px;
	height: 27px;
	background: url('../_images/site-menu-corner-mask.png') 0 0 no-repeat;
}
* html #site-menu ul li a img.ph {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/_images/site-menu-corner-mask.png');
}

#site-menu ul li a.contracting {
	background: #8FBC8F url('../_images/site-menu-contracting-on.png') 50% 50% no-repeat;
}
#site-menu ul li a.distribution {
	background: #2E8B57 url('../_images/site-menu-distribution-on.png') 50% 50% no-repeat;
}
#site-menu ul li a.education {
	background: #3CB371 url('../_images/site-menu-education-on.png') 50% 50% no-repeat;
}


/* [START] for IE6 png */
* html #site-menu ul li a.contracting,
* html #site-menu ul li a.distribution,
* html #site-menu ul li a.education {
	background-image: none;
}

  /* set defaults */
* html #site-menu ul li a div.ph {
	position: absolute;
	width: 69px;
	height: 10px;
	margin-top: 8px;
	margin-left: 20px;
}

  /* specific for contracting */
* html #site-menu ul li a.contracting div.ph {
	width: 69px;
	margin-left: 20px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/_images/site-menu-contracting-on.png');
}

  /* specific for distribution */
* html #site-menu ul li a.distribution div.ph {
	width: 66px;
	margin-left: 22px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/_images/site-menu-distribution-on.png');
}

  /* specific for education */
* html #site-menu ul li a.education div.ph {
	width: 56px;
	margin-left: 26px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/_images/site-menu-education-on.png');
}

/* [END] for IE6 png */




/***
* BODY
***/
#site-body {
position: relative;
height: 323px;
padding-left: 391px;
background: #ffffff url('../_images/home/site-body-bg.gif') 0 111px no-repeat;
}
* html #site-body {
padding-left: 390px;
}




/***
* COLUMNS
***/
div.body-col {
	position: relative;
	float: left;
	width: 153px;
	height: 202px;
	margin-left: 1px;
	padding: 121px 5px 0 10px;
	/* [START] FLUSH content to top & left of container,
		for use when box keyvisual is inline <img> instead of css background,
		which is defined in #site-col-alpha (and beta and gamma) below */
		padding-top: 0px;
		padding-left: 0px;
		height: 323px;
		width: 163px;
	/* [END] */
	color: #ffffff;
	font-size: 10pt;
	line-height: 110%;
}
* html div.body-col {
	padding-right: 0px;
}


div.body-col img {
	display: block;
	margin-bottom: 5px;
}

div.body-col div.footer {
	position: absolute;
	bottom: 7px;
	font-weight: bold;
	margin: 0 0 0 10px;
}
div.body-col div.footer a {
	color: #ffffff;
	text-decoration: none;
}

div.body-col div.footer a:hover {
	color: #003366;
	text-decoration: underline;
}
div.body-col p {
	margin: 0 0 10px 10px;
}

#home-extended-col {
	position: absolute;
	z-index: 220;
	left: 0;
	top: 111px;
	height: auto;
	width: auto;
	color: #999999;
}

#site-col-alpha {
	background-color: #8DB98D;
	background-repeat: no-repeat;
	/* comment this out for showing inline <img> instead
	background-image: url('../_images/home/alpha-col-bg.jpg');
	*/
}
#site-col-beta {
	background-color: #2E8B57;
	background-repeat: no-repeat;
	/* comment this out for showing inline <img> instead
	background-image: url('../_images/home/beta-col-bg.jpg');
	*/
}
#site-col-gamma {
	background-color: #3CB371;
	background-repeat: no-repeat;
	/* comment this out for showing inline <img> instead
	background-image: url('../_images/home/gamma-col-bg.jpg');
	*/
}

#bottom-menu{
	margin-left: 100px;
	margin-bottom:50px;
	margin-top: 75px;
padding-top: 5px;
padding-bottom: 10px;
}

#bottom-menu .mainlevel{
	font-weight: bold;
	color: #ffffff;
margin-left: 25px;
margin-right: 35px;

}
#bottom-menu .mainlevel:hover{
	color: #000000;
}
