body {
	background-color: #ebebeb;
	margin: 0px;
	padding: 0px;
	background-image: url(layout_images/site-bg-wrap.jpg);
	background-repeat: repeat-x;
}
#wrap {
	background-image: url(layout_images/site-bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin: 0px;
	padding-top: 40px;
}

/*
** HTML elements
*/
img {
  border: 0;
}
.clear-block {
	clear: both;
	display: block;
	height: 1px; 
}
.container {
	width: 946px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 26px;
	padding-bottom: 0px;
	padding-left: 28px;
}
.top {
	background-image: url(layout_images/page-bg-sides.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.page {
	background-image: url(layout_images/page-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding-bottom: 15px;
}
.pagebg {
	background-image: url(layout_images/columns-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	overflow-y:hidden;
	margin-top: 2px;
}


#header #logo {
	height: 114px;
	width: 322px;
	margin-left: 520px;
	padding-top: 32px;
}
#header {
	background-image: url(layout_images/header-top.gif);
	background-repeat: no-repeat;
	height: 153px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #c6c6c6;
	margin-bottom: 5px;
}



/*
** Main mainmenu
*/
#mainmenu ul, #footer ul  {
	padding: 0px;
	list-style-type: none;
	display: block;
	margin: 0px;
}

#nav {
	background-image: url(layout_images/nav-bg.gif);
	background-repeat: repeat-x;
	background-position: left -5px;
}

.page_home #nav {
	width: 643px !important;
}
ul#mainmenu {
	margin: 0px;
	padding: 0px;
	height: 35px;
}
#mainmenu li a {
	font-size: 15px;
	color: #262262;
	text-decoration: none;
	display: block;
	padding-top: 9px;
	padding-right: 11px;
	padding-bottom: 9px;
	padding-left: 12px;
}

#mainmenu li a:hover {
	background-repeat: no-repeat;
	background-position: left;
	color: #FFFFFF;
	background-color: #8a96b0;
}
body #wrap #mainmenu li.current span a, body #wrap #mainmenu  li.current span a:hover {
	background-color: #8a96b0;
	border-bottom-color: #8a96b0;
	color: #FFFFFF;
}
body #wrap #mainmenu li {
	display: block;
	float: left;
}

/*
** sub menu
*/

body #wrap #mainmenu li {
	float:left;
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
}

body #wrap #mainmenu li span {
	margin:0;
	padding:0;
}

body #wrap #mainmenu li span a {
	display:block;
	float:left;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}
body #wrap #mainmenu li ul li span a:hover{
	background-color:#161341;
}

body #wrap #mainmenu li span a:hover, body #wrap #mainmenu .over span a {
	background-color:#262262;
	color: #fff;
}

body #wrap #mainmenu li ul {
	position:absolute;
	top:36px;
	left:0;
	display:none;
	background-color:#262262;
	margin:0;
	padding:1px;
	width: 170px;
}

body #wrap #mainmenu li ul li {
	float:left;
	position:static;
	width: 100%;
}

body #wrap #mainmenu li ul li span {
	margin:0;
	padding:0;
}

body #wrap #mainmenu li ul li span a {
	/*width:100%;*/
	height:auto;
	color: #fff;
	font-size:12px;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	padding-bottom:5px;
	text-indent:5px;
	margin-left:0;
	white-space:nowrap;
	border-bottom: none;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #161341;
}
/*
** Main Column
*/
.mainclm
 {
	float: left;
	width: 643px;
}
.height
 {
}
.mainclm #maincontent {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #262262;
	background-image: url(layout_images/main-content-bg.jpg);
	background-repeat: repeat-x;
	background-color: #9da9b7;
	_background-position: 0px 4px;
	padding: 20px;
	min-height:260px;
	overflow:hidden;
	height:expression(
    this.scrollHeight < 260? "260px" : "auto" );
}

/*
** Right Column
*/
#rightclm {
	float: right;
	width: 288px;
	background-image: url(layout_images/left-side-bg.gif);
	background-repeat: repeat-x;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #262262;
	background-position: 0px 0px;
	overflow:hidden;
	background-color: #C6C6C6;
	position: relative;
}
#rightclm .box {
	background-image: url(layout_images/box-footer.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 20px;
	margin-bottom: 20px;
	/*height: 229px;*/
}
#rightclm .flash {
	margin: auto;
	width: 240px;
}
#rightclm .promo {
}
#rightclm .promo img {
	margin-top: 15px;
}
#footer {
	background-image: url(layout_images/footer-bg.jpg);
	height: 28px;
	background-position: center;
	margin: auto;
	width: 940px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.innerPage .mainclm {
	width: 100%;
}

/** home page image fader css */
.recentProjects .wrapper {
	border: 1px solid #262262;
	border-top: 4px solid #262262;
	height: 160px;
	overflow-y: hidden;
}

.recentProjects .recentProjectImageWrapper {
	height: 160px;
	width: 246px;
}
.recentProjects .recentProjectImageWrapper td {
	text-align: center;
	background-image: url( 'layout_images/main-content-bg.jpg' );
}
.recentProjectContent {
	position: relative;
}
.recentProjectHeading {
	position: absolute;
	width: 236px;
	padding: 5px;
	background-color: #262262;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha( opacity=70 );
	text-align: center;
}

.cycleControls {
	text-align: center;
	position: relative;
	width: 246px;
}
.cycleNav a {
	text-decoration: none !important;
	display: block;
	float: left;
	padding: 3px;
	text-align: center;
	width: 20px;
	font-size: 10px !important;
	background-color: #262262;
	color: #fff !important;
	margin-left: 4px;
	margin-top: 4px;
}
.cycleNav a:hover {
	background-color: #575393 !important;
}
.cycleNav .activeSlide {
	color: #262262 !important;
	background-color: #FFF !important;
}
.cycleControls .cyclePrev {
	display				: block;
	position			: absolute;
	z-index				: 9998;
	text-align			: left;
	left				: -15px;
	top					: -100px;
	width				: 10px;
	height				: 20px;
	background			: transparent url('layout_images/arrows.gif') no-repeat -10px 0px !important; 
	text-indent			: -500px;
	min-width			: 1px;
	text-decoration		: none !important;
}
.cycleControls .cycleNext {
	display				: block;
	position			: absolute;
	z-index				: 9999;
	text-align			: left;
	left				: 253px;
	top					: -100px;
	width				: 10px;
	height				: 20px;
	background			: transparent url('layout_images/arrows.gif') no-repeat 0px 0px !important;
	text-indent			: -500px;
	min-width			: 1px;
	text-decoration		: none !important;
}

.cycleControls .cyclePrev:hover {
	background: transparent url('layout_images/arrows.gif') no-repeat -10px -20px !important;
}
.cycleControls .cycleNext:hover { 
	background: transparent url('layout_images/arrows.gif') no-repeat 0px -20px !important;
}


/** project page image fader css */
.projectShowcase .wrapper {
	border: 1px solid #262262;
	border-top: 4px solid #262262;
	height: 400px;
	overflow-y: hidden;
}
.projectShowcaseImageWrapper {
	width: 904px;
	height: 400px;
}
.projectShowcaseImageWrapper td {
	text-align: center;
	background-image: url( 'layout_images/main-content-bg.jpg' );
}
.projectShowcase .cycleControls {
	width: 100%;
}
.projectShowcase  .cycleControls .cyclePrev {
	left				: -15px;
	top					: -200px;
}
.projectShowcase  .cycleControls .cycleNext {
	left				: 910px;
	top					: -200px;
}
.projectShowcase .projectShowcaseContentWrapper {
	margin-top: -30px;
	display: block;
	background-color: #262262;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha( opacity=80 );
}
.projectShowcaseHeading {
	height: 30px;
	display: block;
	text-align: center;
	line-height: 30px;
}
