@charset "utf-8";
/* CSS Document */


* {margin: 0; padding: 0; } 

html, body  {
	margin: 0px;
	overflow-x:hidden;
	background-color:#A2A9AC;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 19px;
} 
a {
	color:#89AC2D;
	text-decoration:none;
	font-weight: bold;
	font-size: 14px;
}
a:visited active {
	color:#CCC;
	text-decoration:none;
}
a:hover {
	color:#97BE2F;
	text-decoration:none;
	font-size: 14px;
}


/* layout ---------------*/

#bgContainer {
	width: 3000px;
	position: absolute;
	margin: 0 auto;
	height: 575px;
	top: 50%;
	left: 50%;
	margin-left: -1465px;
	margin-top: -275px;
	background-position: top center;
	background-image: url(../images/bg-main.png);
	background-repeat: repeat-x;
   }

#centerContainer {
	position: absolute;
	margin: 0 auto;
	width: 950px;
	height: 575px;
	top: 223px;
	left: 1499px;
	margin-left: -509px;
	margin-top: -223px;
}

#top {
	width:950px;
	height:75px;
	z-index:1;
	left: 0px;
}

#mainContent {
	width:960px;
	height:575px;
	z-index:1;
	left: 0px;
	display: block;
	position: absolute;
	background-color: #FFF;
}

#left {
	float:left;
	width:268px;
	height: 410px;
	background-color: #6C7679;
	padding-top: 165px;
	padding-left: 7px;
}
#left p {
	font-size:48px;
	color:#A2A9AC;
	line-height:45px;
	letter-spacing: -1px;
	margin: 0px;
	font-weight: bold;
}
#left a {
	color:#939B9F;
	text-decoration: none;
	font-size: 40px;
}

#left .active {
	color:#fff;
	text-decoration:none;
	font-size: 46px;
}
#left a:hover {
	color:#97BE2F;
	text-decoration:none;
	font-size: 40px;
}
#center {
	float:left;
	width:325px;
	height: 575px;
}
#right {
	float:right;
	width:340px;
	scrollbar-track-color: #000000;
	height: 475px;
	background-image: url(../images/bg-right.jpg);
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-right: 20px;
	background-position: right;
}
#right p {
	padding-right:10px;
}
#right strong {
	font-weight:bold;
}
#right h1 {
	color:#6C7679;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:18px;
	font-size: 16px;
	line-height: 22px;
}
#right ul{
	list-style-type:disc;
	padding-left:20px;
}

.image {
	padding-top:150px;
	padding-left: 10px;
}
#image {
	padding-top:150px;
	padding-left: 10px;
}

#portfolio{
	float-right;
	overflow: auto;
	scrollbar-base-color: #fff;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #DEE1E2;
	scrollbar-arrow-color: #a2a9ac;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #a2a9ac;
	scrollbar-shadow-color: #a2a9ac;
	scrollbar-darkshadow-color: #fff;
	width:675px;
	height: 525px;
	padding-left: 10px;
	background-image: url(../images/bg-right.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	position:relative;
	padding-top: 50px;

}
#portfolio h1 {
	color:#6C7679;
	font-weight:bold;
	font-size: 16px;
	line-height: 22px;
	padding-top: 20px;
}
img { border:none;
}


.clear {
	clear: both;
}

.small {
	font-size:11px;
	line-height:15px;

}

/* portfolio ---------------*/

.boxgrid {
	width: 180px;
	height: 125px;
	margin:10px;
	float:left;
	border: solid 1px #a2a9ac;
	overflow: hidden;
	position: relative;
	background-color: #DEE1E2;
	}
.boxgrid img { 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
	}
	
.boxgrid p { 
	padding: 10px; 
	color:#000; 
	font-weight:normal; 
	font:11px Arial, sans-serif; 
	}
				
.boxgrid a {	
	color:#fff;
	padding:4px;
	font-weight:bold;
	font-size:12px;
	background:#97bf2b;
	margin-left: 10px;
	}

.boxgrid h3 {
	margin-left: 10px;
	margin-top:5px;
	color:#727C81;
	font:14pt Arial, sans-serif;
	font-weight: normal;
	}
