/* @group general */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
}

.clearall {
	clear: both;
}

#masterContainer {
	width: 900px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}



/* @end */

/* @group nav */

#logo h1 {
	width: 260px;
	height: 48px;
	margin-bottom: 30px;
	top: 48px;
	overflow: hidden;
}

#logo h1 a {
	width: 260px;
	height: 48px;
	background-image: url(../img/logo.gif);
	display: block;
	padding-top: 48px;
}

#navContainer {
	width: 260px;
	padding-left: 40px;
	height: 430px;
	padding-top: 70px;
	padding-bottom: 70px;
	float: left;
	position: absolute;
}

#nav ul {
	list-style-type: none;
	text-align: center;
}

a#navApproach {
	background: url(../img/menu.gif) no-repeat;
	width: 260px;
	height: 0;
	padding-top: 25px;
	display: block;
	top: 25px;
	overflow: hidden;
}

a#navApproach:hover {
	background: url(../img/menu.gif) no-repeat 0 -25px;
	width: 260px;
	height: 0;
	padding-top: 25px;
	display: block;
	top: 25px;
	overflow: hidden;
}

a#navApproach.active {
	background: url(../img/menu.gif) no-repeat 0 -300px;
	width: 260px;
	height: 0;
	padding-top: 25px;
	display: block;
	top: 25px;
	overflow: hidden;
}

a#navWork {
	background: url(../img/menu.gif) no-repeat 0 -50px;
	width: 260px;
	height: 0;
	padding-top: 25px;
	display: block;
	top: 25px;
	overflow: hidden;
}

a#navWork:hover {
	background: url(../img/menu.gif) no-repeat 0 -75px;
	width: 260px;
	height: 0;
	padding-top: 25px;
	display: block;
	top: 25px;
	overflow: hidden;
}

a#navWork.active {
	background: url(../img/menu.gif) no-repeat 0 -325px;
	width: 260px;
	height: 0;
	padding-top: 25px;
	display: block;
	top: 25px;
	overflow: hidden;
}

a#navWhat {
	background: url(../img/menu.gif) no-repeat 0 -100px;
	width: 260px;
	height: 0;
	padding-top: 25px;
	display: block;
	top: 25px;
	overflow: hidden;
}

a#navWhat.active {
	background: url(../img/menu.gif) no-repeat 0 -350px;
	width: 260px;
	height: 0;
	padding-top: 25px;
	display: block;
	top: 25px;
	overflow: hidden;
}

a#navWhat:hover {
	background: url(../img/menu.gif) no-repeat 0 -125px;
	width: 260px;
	height: 0;
	padding-top: 25px;
	display: block;
	top: 25px;
	overflow: hidden;
}

a#navWho {
	background: url(../img/menu.gif) no-repeat 0 -150px;
	width: 260px;
	height: 0;
	padding-top: 25px;
	display: block;
	top: 25px;
	overflow: hidden;
}

a#navWho.active {
	background: url(../img/menu.gif) no-repeat 0 -375px;
	width: 260px;
	height: 0;
	padding-top: 25px;
	display: block;
	top: 25px;
	overflow: hidden;
}

a#navWho:hover {
	background: url(../img/menu.gif) no-repeat 0 -175px;
	width: 260px;
	height: 0;
	padding-top: 25px;
	display: block;
	top: 25px;
	overflow: hidden;
}

a#navClients {
	background: url(../img/menu.gif) no-repeat 0 -200px;
	width: 260px;
	height: 0;
	padding-top: 25px;
	display: block;
	top: 25px;
	overflow: hidden;
}

a#navClients.active {
	background: url(../img/menu.gif) no-repeat 0 -400px;
	width: 260px;
	height: 0;
	padding-top: 25px;
	display: block;
	top: 25px;
	overflow: hidden;
}

a#navClients:hover {
	background: url(../img/menu.gif) no-repeat 0 -225px;
	width: 260px;
	height: 0;
	padding-top: 25px;
	display: block;
	top: 25px;
	overflow: hidden;
}

a#navFind {
	background: url(../img/menu.gif) no-repeat 0 -250px;
	width: 260px;
	height: 0;
	padding-top: 25px;
	display: block;
	top: 25px;
	overflow: hidden;
}

a#navFind.active {
	background: url(../img/menu.gif) no-repeat 0 -425px;
	width: 260px;
	height: 0;
	padding-top: 25px;
	display: block;
	top: 25px;
	overflow: hidden;
}

a#navFind:hover {
	background: url(../img/menu.gif) no-repeat 0 -275px;
	width: 260px;
	height: 0;
	padding-top: 25px;
	display: block;
	top: 25px;
	overflow: hidden;
}

#rtp h5 {
	width: 34px;
	height: 38px;
	top: 38px;
	overflow: hidden;
}

#rtp h5 a {
	width: 260px;
	height: 48px;
	background-image: url(../img/sign.gif);
	display: block;
	padding-top: 48px;
}



/* @end */

/* @group bodystyles */

body#home {
	background: #dee6eb url(../img/bg_home.gif) no-repeat center top;
}

body#find {
	background: #dee6eb url(../img/bg_find.gif) no-repeat center top;
}

body#work {
	background: #dee6eb url(../img/bg_work.gif) no-repeat center top;
}

body#clients {
	background: #dee6eb url(../img/bg_clients.gif) no-repeat center top;
}

body#what {
	background: #dee6eb url(../img/bg_what.gif) no-repeat center top;
}

body#approach {
	background: #dee6eb url(../img/bg_approach.gif) no-repeat center top;
}

body#who {
	background: #dee6eb url(../img/bg_who.gif) no-repeat center top;
}



/* @end */

/* @group content */

#contentContainer {
	width: 600px;
	height: 570px;
	left: 300px;
	position: absolute;
}

body#work #contentContainer {
	width: 600px;
	left: 300px;
	position: absolute;
	background-repeat: no-repeat;
	height: 570px;
}

body#find #contentContainer {
	height: 570px;
	left: 300px;
	position: absolute;
	width: 600px;
	background: url(../img/cc_bg_find.png) no-repeat;
}

body#find #contentContainer #copy {
	width: 280px;
}

body#approach #contentContainer {
	width: 600px;
	height: 430px;
	left: 300px;
	position: absolute;
	background: url(../img/cc_bg_approach.png) no-repeat;
}

body#approach #copy  {
	margin-top: 148px;
	margin-left: 40px;
	width: 320px;
}

body#who #contentContainer {
	width: 600px;
	height: 430px;
	left: 300px;
	position: absolute;
	background: url(../img/cc_bg_who.png) no-repeat;
}

body#who #copy  {
	margin-top: 148px;
	margin-left: 40px;
	width: 320px;
}

#copy {
	margin-top: 148px;
	margin-left: 40px;
	margin-right: 40px;
}

#copy p {
	color: #5f6971;
	font: 13px/20px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
}

#copy p a {
	color: #6a8ca8;
}

#copy p a:hover {
	color: #F5A644;
}

#copy p span {
	color: orange;
}



/* @end */

/* @group explanation */

#explanation {
	width: 500px;
	bottom: 0;
	right: 0;
	position: absolute;
	text-align: right;
	height: 70px;
	color: #6a8ca8;
}

#explanation h2 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 4px;
	float: left;
	margin-right: 10px;
}

#explanation h3 {
	color: #6a8ca8;
	font: 14px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 12px;
	float: left;
	margin-right: 10px;
}

#explanation a {
	color: #6a8ca8;
	font: 14px Georgia, "Times New Roman", Times, serif;
	margin-right: 3px;
	text-decoration: none;
	float: right;
	margin-left: 5px;
}

#explanation a:hover {
	color: #F5A644;
	font: 14px Georgia, "Times New Roman", Times, serif;
	margin-right: 3px;
	text-decoration: none;
}

#explanation p {
	padding-top: 5px;
	color: #F5A644;
	border-top: 1px dashed #6a8ca8;
}

#explanation p a {
	font-weight: bold;
	color: #F5A644;
}

#explanation p a:hover {
	font-weight: bold;
	color: #6a8ca8;
	text-decoration: none;
}



/* @end */

/* @group footer */

#footer {
	width: 820px;
	text-align: center;
	height: 20px;
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 10px;
	position: absolute;
	bottom: 0;
}

#footer p {
	color: #6a8ca8;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

#footer p a {
	color: #6a8ca8;
}

#footer p a:hover {
	color: #F5A644;
}



/* @end */