/* 1. Main
---------------------- */
* {
	margin: 0;
	padding: 0;
}

body, p, li, input, label, th, td, textarea, h2, h3, h3, h4, h5 {
	font-family: "Arial", "Verdana", sans-serif;
}

body {
	background: #fff;
	color: #4A494A;
	font-size: medium;
	text-align: center;
	height: 100%;
}


p {
	line-height: 140%;
	margin: 0.3em 0;
	padding: 0.1em 0 0.5em 0;
}

.hide, hr, h1 {
	display: none;
}

fieldset {
	border: none;
}

/* links */
a, a:link {
	color: White;
	outline: none;
}
a:hover {
	color: #B8D9D7;
}

/* Headers */

h2 {
	color: #EE5B29;
	font-weight: 600;
	font-size: 20px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

/* menu */

#menu {
	z-index: 10000;
	background: transparent url('/images/menu.png') repeat scroll 0 0;
	height: 33px;
	position: fixed;
	margin-left: 633px;
	top: 65px;
	width: 337px;
	letter-spacing: 1px;
	font-size: 0.80em;
}

#menu ul {
	margin: 0.75em 0 0 0.8em;
	list-style-type: none;
}

#menu ul li {
	float: left;
	margin-left: 2.3em;
	margin-top: 1.5%;
}

#menu ul li a {
	text-decoration: none;
}
#menu ul li a:hover {
	color: #fff;
}




/* 2. Construction
---------------------- */
#main {
	font-size: 77%;
	margin: 0 auto;
	position: relative;
	width: 100%;
	text-align: left;
}
* html #main {
	font-size: 67%; fo\nt-size: 77%;
}
/* IE 5 + IE 6 */
.inside {
	margin: 0 auto;
	position: relative;
	width: 980px;
}

#work, #about-us, #clients {
	height: 1200px;
	position: relative;
	background: #fff;
}

h2, h2 span {
	position: relative;
	overflow: hidden;
}

/* 2.1 Construction - navigation links */
a.nav {
	font-size: 90%;
}
#work a.nav, #work a.nav span, #about-us a.nav, #about-us a.nav span, ##clients a.nav, #clients a.nav span {
	cursor: pointer;
	display: block;
	width: 93px;
	height: 26px;
	position: absolute;
	text-transform: uppercase;
}


span#work-anchor {
	position: absolute;
	top: 160px;
	height: 1px;
}
span#about-us-anchor {
	position: absolute;
	top: 160px;
	height: 1px;
}
span#clients-anchor {
	position: absolute;
	top: 5px;
	height: 1px;
}



/*CONTENT BOXES */

.box h2 {
	border-bottom: 1px dashed #ABA7A7;
}

/* CLIENTS */

#clients #clients-content {
	position: absolute;
	right: 0;
	top: 250px;
	width: 520px;
	color: #333333;
}

#clients #clients-content ul {
	margin: 0.8em 0 0 0.7em;
	list-style-type: none;
}
#clients-content ul li {
	margin-left: -0.5em;
	margin-top: 20px;
}

#clients #clients-content #right {
	right: 0;
	position: absolute;
}

#clients #clients-content #left {
	left: 0;
	top: 35px;
	position: absolute;
}

#clients #clients-content #info {
	position: absolute;
	top: 220px;
	color: #1F8A9E;
}

#clients #clients-content #info .border {
	margin-top: 5px;
}

#clients #blue-world {
	position: absolute;
	top: 10px;
	left: 0;
}

#clients #pond-large {
	position: absolute;
	top: 660px;
	right: 0px;
}

#clients #work-box {
	position: absolute;
	top: 350px;
	right: 0px;
	width: 630px;
	background: #FFF9D4;
	border: 3px solid #fff;
	padding: 12px;
}


#clients .inside {
	background: transparent url(/images/new/clientsbg.png) no-repeat 0 0;
	height: 100%;
}

#clients #dog {
	position: absolute;
	left: 100px;
	top: 100px;
	width: 268px;
	height: 202px;
	background-image: url(/images/new/dog.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#clients #scope {
	position: absolute;
	background-image: url(/images/new/clientscope.png);
	width: 454px;
	height: 389px;
	left: 0;
	bottom: 185px;
}

#clients #bell {
	right: 0px;
	position: absolute;
	background: transparent url(/images/new/bluebell.png) no-repeat 0 0;
	width: 428px;
	height: 377px;
}

/* WORK */


/*#work #garden {
	position: absolute;
	background-image: url(/images/garden.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 560px;
	height: 547px;
	top: 300px;
	left: 0;
}*/

#work .inside {
	background-image: url(/images/new/work-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 100%;
}

#work #work-content {
	position: absolute;
	top: 350px;
	right: 0px;
	width: 540px;
}

#work-content #info {
	color: #1F8A9E;
	position: absolute;
	top: 30px;
}

#work-content #info-last {
	color: #1F8A9E;
	position: absolute;
	top: 295px;
}


#work-content #right {
	position: absolute;
	top: 100px;
}

#work-content #left {
	position: absolute;
	right: 170px;
	top: 100px;
}

#work-content ul {
	list-style-type: none;
}

#work-content ul li {
	margin-left: 0;
	margin-top: 10px;
}

#accordion h3 a {
	color: #1F8A9E;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}

a.nozoom {
	zoom: normal;
}

/*Client images*/

div.image-right {
	float: right;
	margin: 10px 0 10px 15px;
}
div.image-left {
	float: left;
	margin: 10px 15px 10px 0;
}

div.image-left, div.image-right {
	padding: 4px;
	border: 1px solid #C7C7C7;
}

div.image-left img, div.image-right img {
	border: 0;
}
/* About us
---------------------- */

#about-us .inside {
	background-image: url(/images/new/city.png);
	background-repeat: no-repeat;
	background-position: 0 -60px;
	height: 100%;
}

#about-us h3 {
	margin-bottom: 14px;
}

#intro p {
	color: #218a9e;
	font-size: 32px;
	font-weight: 100;
	position: absolute;
	top: 320px;
	right: 20px;
	width: 540px;
}


#lower-box {
	position: absolute;
	top: 390px;
	right: 20px;
	text-align: justify;
	width: 540px;
	font-size: 100%;
	line-height: 120%;
}

#lower-box tr td {
	vertical-align: top;
	width: 50%;
}

#lower-box tr td p {
	padding: 10px;
}

table#contact-info {
	position: absolute;
	top: 650px;
	right: 130px;
	z-index: 100;
}

table#contact-info tr td {
	vertical-align: top;
	padding-right: 14px;
}
table#contact-info tr td p {
	line-height: 130%;
	color: #fff;
}

#about-us h2 {
	background: transparent url('/images/new/logo.png') no-repeat top left;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 420px;
	left: 0;
}

#about-us h2 span {
	display: block;
	width: 241px;
	height: 237px;
	text-indent: -9999px;
}


#about-us #blue-world {
	position: absolute;
	bottom: -80px;
	right: 10px;
	background: url('/images/new/blue-world.png') no-repeat 0 0;
	width: 614px;
	height: 731px;
}

fieldset { border:0;margin:0;padding:0; }
label { display:block; }
input.text,textarea { width:300px;font:12px/12px;color:#333;padding:3px;margin:1px 0;border:1px solid #ccc; }
input.submit { padding:2px 5px;font:bold 12px/12px; }

* html #about-us p {
	padding-bottom: 16px;
}
/* IE 6 */

