*{ margin:0; padding:0; }
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2D2D2D;
	background:#BCBEC0 url(../images/backBg.png) repeat-x left top;
}
h1, h2, h3, p{
	padding:5px 0;
}
p, li{
	line-height:150%;
}
h1{
	font-size:24px;
	color:#d1c271;
}
h2{
	font-size:18px;
}
h3{
	font-size:14px;
}
.bluetext{
	color:#262262;
}
ul{
	padding:5px 0 5px 30px;
}
img{
	border:none;
}
a, a:hover{
	text-decoration:none;
}
a{
	color:#2d2d2d;
}
a:hover{
	color:#D1C271;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.clear{
	clear:both;
}
.padInside{
	padding:15px;
}
.btn{
	width:96px;
	height:32px;
	border:0;
	background:url(../images/submit.png) no-repeat center top;
	cursor:pointer;
}
input, textarea{
	width:300px;
	border:#ccc 1px solid;
	padding:2px;
	margin:2px;
}


#wrap{
	width:889px;
	margin:0 auto -100px;
	min-height:100%;
	height:auto !important;
	height:100%;
}
#topBanner{
	width:889px;
	height:170px;
	background:url(../images/logo.png) no-repeat left 40px;
}

#topBanner img{
	width:102px;
	height:102px;
	display:block;
	margin-top:40px;
	float:left;
	background:url(../images/logo2.png) no-repeat center top;
	text-indent:-9999px;
}

#menu{
	width:579px;
	height:99px;
	float:right;
	margin-top:30px;
}
#menu li{
	list-style-type:none;
	float:left;
}
#menu a{
	height:50px;
	display:block;
	text-indent:-9999px;
}
#menu a.home{
	width:90px;
	background:url(../images/menu.png) no-repeat 0 0;
}
#menu a.about{
	width:117px;
	background:url(../images/menu.png) no-repeat -90px 0;
}
#menu a.team{
	width:116px;
	background:url(../images/menu.png) no-repeat -207px 0;
}
#menu a.clients{
	width:127px;
	background:url(../images/menu.png) no-repeat -323px 0;
}
#menu a.contact{
	width:129px;
	background:url(../images/menu.png) no-repeat -450px 0;
}
#menu a.home:hover{
	width:90px;
	background:url(../images/menu.png) no-repeat 0 -50px;
}
#menu a.about:hover{
	width:117px;
	background:url(../images/menu.png) no-repeat -90px -50px;
}
#menu a.team:hover{
	width:116px;
	background:url(../images/menu.png) no-repeat -207px -50px;
}
#menu a.clients:hover{
	width:127px;
	background:url(../images/menu.png) no-repeat -323px -50px;
}
#menu a.contact:hover{
	width:129px;
	background:url(../images/menu.png) no-repeat -450px -50px;
}
#content{
	width:889px;
	height:inherit;
	background:url(../images/contBg.png) repeat-y 1px top;
	behavior: url(iepngfix.htc);
}
#contTop{
	width:889px;
	height:inherit;
	background:url(../images/contBgTop.png) no-repeat left top;
}
#contLeft{
	width:296px;
	height:inherit;
	float:left;
}
#contLeft li{
	list-style-image:url(../images/greenBullet1.png);
	font-size:16px;
	font-weight:bold;
	line-height:200%;
	margin-left:10px;
}
#contLeft a{
	margin-left:15px;
}
#contLeft p{
	font-style:italic;
}
.center{
	text-align:center;
}
#contRight{
	width:567px;
	height:inherit;
	float:right;
}
#contRight li{
	list-style-image:url(../images/greenBullet2.png);
	padding-left:10px;
	margin-left:10px;
}
#contRight li.clients{
	line-height:250%;
	list-style-image:none;
	list-style-type:circle;
}
#contRight .padding-inside{
	padding:15px 25px 15px 15px;
}
#contBottom{
	width:889px;
	height:74px;
	background:url(../images/contBgBottom.png) no-repeat 1px bottom;
	behavior: url(iepngfix.htc);
}
#footer{
	width:889px;
	height:100px;
}
#footer p{
	padding:5px;
	text-align:center;
	font-weight:bold;
}
#footer a:hover{
	color:#6C6C6C;
}
