/* =======================================
    Top Menu aka Main Menu
    ======================================= */
    .moduletable_topmenu {
       padding:0;
       height: 30px;
       margin: 6px 0 0 0;
       width: 800px;
       font-size: 0.85em;
	   font-family:Arial, Helvetica, sans-serif;
    }

    .moduletable_topmenu ul {
       list-style: none;
       margin: 0;
       padding: 0;
    }

    .moduletable_topmenu li {
       margin: 0px 12px 0px 0px;
       float: left;
    }
    .moduletable_topmenu li ul {
       position: absolute;
	   z-index:100;
       width: 135px;
       left: -999em;
       border-bottom: none;
    }
    .moduletable_topmenu li:hover ul {
       left: auto;
    }
    .moduletable_topmenu li ul li {
       width: 135px;
       padding: 0;
    }

    .moduletable_topmenu li a {
       display: block;
       padding: 5px;
       color: #B7C790;
       font-weight: bold;
       text-decoration: none;
	   text-transform:uppercase;	   
    }
    html>body .moduletable_topmenu li a {
       width: auto;
    }

    .moduletable_topmenu li ul li a {
	text-transform:none;
       width: 150px;
       background-color: #221f20;
	   border-bottom:1px solid #3B3F3E;
       color: #fff;
       filter:alpha(opacity=85);
       -moz-opacity: 0.85;
       opacity: 0.85;
    }


    .moduletable_topmenu li a:hover, a#active_menu:link, a#active_menu:visited {
       color: #9D9C8B;
       text-decoration: none;
       filter:alpha(opacity=100);
       -moz-opacity: 1.0;
       opacity: 1.0;
    }

    .moduletable_topmenu li ul li a:hover {
       filter:alpha(opacity=100);
       -moz-opacity: 1.0;
       opacity: 1.0;
       color: #fff;
    }

    .moduletable_topmenu li:hover ul, .moduletable_topmenu li.sfhover ul {
       left: auto;
    }

    .moduletable_topmenu ul li.active a {
       color: #fff;
       text-decoration: none;
    }
    .moduletable_topmenu li.parent.active a {
       color: #fff;
       text-decoration: none;
    }
    .moduletable_topmenu li.parent.active a:hover {
       color: #fff;  
    }

    .moduletable_topmenu li.parent.active ul li a {
       color: #fff;
       text-decoration: none;
    }
    .moduletable_topmenu li.parent.active ul li a:hover {
       color: #fff;
       text-decoration: none;
    }
	
	.menu .item-129 .image-title, .menu .item-131 .image-title {
		display:none;
	}
	
	.menu img {
		max-height:18px;
		max-width:18px;
	}



/* LAYOUT STYLES */

body {
background-color:#000;
}

#wrapper {
width:980px;
margin:0 auto;
padding-top:10px;
padding-left:10px;
}

#home-top {
	width:800px;
	height:178px;
	background:url(../images/home_top_new.jpg);
}

#home-top h3 a {
	font-family: Arial,Helvetica,sans-serif;
	color:#fff;
    font-size: 20px;
	line-height:20px;
    font-weight: bold;
	text-decoration:none;
	text-align:center;
    margin-bottom:6px;
	padding:8px;
	border-radius: 6px;
	background: -moz-linear-gradient(top, #b2be8e, #5a5f41);
	background: -ms-linear-gradient(top, #b2be8e, #5a5f41);
	background: -o-linear-gradient(top, #b2be8e, #5a5f41);
	background: -webkit-linear-gradient(top, #b2be8e, #5a5f41);
	background: linear-gradient(top, #b2be8e, #5a5f41);
	background-clip: padding-box;
	width:150px;
	margin:8px;
	float:right;
}

#home-top h3 a:hover {
	text-decoration:none;
	background: rgb(132,140,102);
	background: -moz-linear-gradient(top,  rgba(132,140,102,1) 0%, rgba(54,56,45,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(132,140,102,1)), color-stop(100%,rgba(54,56,45,1)));
	background: -webkit-linear-gradient(top,  rgba(132,140,102,1) 0%,rgba(54,56,45,1) 100%);
	background: -o-linear-gradient(top,  rgba(132,140,102,1) 0%,rgba(54,56,45,1) 100%);
	background: -ms-linear-gradient(top,  rgba(132,140,102,1) 0%,rgba(54,56,45,1) 100%);
	background: linear-gradient(to bottom,  rgba(132,140,102,1) 0%,rgba(54,56,45,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848c66', endColorstr='#36382d',GradientType=0 );
}

#sidebar {
	width:172px;
	margin-left:8px;
	float:right;
	height:600px;
	background:url(../images/ConcretePaintSteel-29.jpg) bottom no-repeat #36382D;
	background-size:contain;
}

#sidebar > div {
	padding:8px;
}

#sidebar p, #sidebar a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#ddd;
	text-decoration:none;
}

#sidebar p {
	padding-bottom:32px;
	font-size:13px;
}

#sidebar .moduletable_screening {
	border-bottom:8px solid #000;
}

#sidebar .moduletable_screening p {
	padding:0;
	font-size:12px;
}

#awards {
}

#awards img {
	display:inline;
	padding:0 46px 0 0;
	max-height:70px;
	width:auto;
}

#main {
width:800px;
}

#footer {
clear:both;
}

#contact {
clear:both;
text-align:left;
border-top:1px solid #3B3F3E;
padding-top:10px;
}

#contact p {
font-family:Arial, Helvetica, sans-serif;
font-size:0.7em;
font-weight:bold;
color:#666666;
}

#contact a {
margin-right:20px;
}

#main a, #footer a, #contact a {
text-decoration:none;
color: #999999;
}

#main a:hover, #contact a:hover {
background-color: #333333;
color:#fff;
}

#footer a:hover {
color:#fff;
}


/* DISPLAY STYLES */

.leading_separator {
clear:both;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

strong em, em strong {
font-weight:bold;
font-style:italic;
}