@CHARSET "UTF-8";
body {
	margin: 7px 0;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #3F433F;
}

#wrapper {
	width: 872px;
	margin: 0 auto;
}

#header {
	background: url(../images/header_bg.gif) no-repeat top right;
}

#header .tags {
	margin: 8px 0 15px 0;
}

#header img {
	float: left;
}

#header div.right {
	margin: 0;
	padding: 2px 148px 0 0;
	text-align: right;
}

#header div.right {
	color: #8A8A8A;
}

#header div.right a {
	color: #8A8A8A;
	text-decoration: none;
}

#header div.right a:hover {
	color: #3F433F;
	text-decoration: underline;
}

#header ul.menu {
	float: left;
	padding: 0;
	margin: 36px 0 0 63px;
	list-style: none;
	background: url(../images/tags.gif) no-repeat;
}

#header ul.menu li {
	display: inline;
	text-transform: uppercase;
	margin-right: 26px;
	font-size: 13px;
	visibility: hidden;
}

div#why {
	margin: 20px 0;
	width: 846px;
	height: 97px;
	background: url(../images/why_activ_strategy.gif) no-repeat;
}

div#canwe {
	margin: 20px 0;
	width: 851px;
	height: 78px;
	background: url(../images/can_we_guide_your_path.gif) no-repeat;
}

.box img {
	border: 5px solid #C9C9C9;
}

#collage {
	position: relative;	
	width: 872px;
	height: 861px;
	background: url(../images/collage.jpg) no-repeat;
}
#collage div#what ul {
	margin: 0;
	padding: 80px 0 0 48px;
	list-style: none;
}
#collage div#what ul li {
	height: 19px;
	display: block;
	font-weight: normal;
	background: url(../images/line.png) left no-repeat;
	visibility: hidden;
}
#collage div#contact {
	position: absolute;
	width: 348px;
	height: 207px;
	top: 408px;
	right: 0;
	color: #fff;
}
#collage div#contact .opaque {
	position: absolute;
	width: 348px;
	height: 207px;
	z-index: 100;
	background: #000;
	opacity: 0.85;
}
#collage div#contact .highlight {
	position: absolute;
	width: 348px;
	height: 207px;
	z-index: 100;
	background: #ff0000;
	opacity: 0.55;
}
div#contact .processing {
	z-index: 200;
	position: absolute;
	top: 91px;
	left: 162px;
}
div#contact .processed {
	z-index: 200;
	position: absolute;
	top: 91px;
	left: 162px;
}

#collage div#contact ul {
	margin: 33px 0 0 50px;
	padding: 0;
	list-style: none;
}

#collage div#contact ul li {
	padding-bottom: 10px;
}

#collage div#contact ul li label {
	display: inline-block;
	width: 55px;
	margin-right: 2px;
	text-align: right;
}

#collage div#contact input, 
#collage div#contact textarea {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #3F433F;
	border: none;
	background: none;
	width: 134px;
}

#collage div#contact input {
	height: 17px;
}

#collage div#contact textarea {
	height: 44px;
	overflow: hidden;
}

#collage div#contact button {
	width: 51px;
	height: 21px;
	margin-left: 15px;
	border: none;
	background: none;
	vertical-align: bottom;
}

/* common */
.float_right {
	float: right;
}
.float_left {
	float: left;
}
.clear {
	clear: both;
}
h1 {
	margin-top: 0;
	font-size: 11px;
	visibility: hidden;
}

p {
	margin: 0 0 28px;
	font-size: 12px;
	letter-spacing: 2px;
	visibility: hidden;
}

.top {
	vertical-align: top;
}
.hidden {
	display: none;
}
