body {
	/*background: #bebebe url(../img/styling/gradient.bg.png) repeat-x;*/
	/*background: #515153 url(../img/styling/gradient.bg.png) repeat-x;*/
	/*background: #FFFFFF url(../img/bgtest3.png) no-repeat center -45px;*/
	background: #B9B9B9 url(../img/bg.jpg) no-repeat 50% 0;
	color: #FFFFFF;
	font-family: Arial;
}

#wrap {
	position: relative;
}

#ses-flash {
	position: relative;
	top: 2px;
	left: 2px;
	width: 660px;
	height: 20px;
	float: left;
}

pre {
	color: black;
	border: 10px solid black;
	padding: 20px;
}

.cake-sql-log {
	color: black;
}

#home-banner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 730px;
}

#container {
	background: #000000;
	width: 960px;
	height: 730px;
	margin: 20px auto;
	position: relative;
}

body.projects #container {
	background: #000000 url(../img/styling/tech.bg.jpg) no-repeat;
}
body.pview #container {
	background: #000000 url(../img/styling/tech.bg.grey.jpg) no-repeat;
}
body.people #container {
	background: #000000 url(../img/styling/tech.bg.grey.jpg) no-repeat;
}
body.pview #content {
	color: #000000;
}



#menu-wrap {
	position: absolute;
	top: 0px;
	left: 656px;
	z-index: 2;
	width: 203px;
	height: 748px;
	background: transparent url(../img/styling/menu.shadow.png) no-repeat;
	background-position: 0px -9px;
}

#menu-2 {
	width: 185px;
	height: 730px;
	background: transparent url(../img/styling/menu.bg.png) repeat-x;
	position: relative;
	top: -27px;
	left: 9px;
}

/*#menu-wrap {
	width: 185px;
	height: 730px;
	position: absolute;
	top: 0px;
	left: 665px;
	background: transparent url(../img/styling/menu.bg.png) repeat-x;
	z-index: 2;
}

#menu {
	background: transparent url(../img/styling/menu.shadow.png) no-repeat;
	z-index: 4;
	width: 203px;
	height: 748px;
}*/
#menu {
	width: 185px;
	height: 730px;
	position: absolute;
	top: 0px;
	left: 665px;
	background: transparent url(../img/styling/menu.bg.png) repeat-x;
	z-index: 2;
}

#menu-2 ul#mnu {
	position: relative;
	top: 27px;
}

#head {
	width: 920px;
	height: 60px;
	padding: 20px;
}

#logo {
	width: 207px;
	height: 54px;
	background: transparent url(../img/styling/gnomon.logo.png) no-repeat;
	display: block;
	position: absolute;
}

#breadcrumb {
	float: left;
	width: 300px;
	height: 40px;
	display: block;
	margin: 22px 0px 0px 40px;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	left: 200px;
}

#breadcrumb a {
	color: #FAFAFA;
}

.bread {
	width: 16px;
	height: 16px;
	background: transparent url(../img/styling/bullet_white.png) no-repeat;
	padding: 0px 9px;
}

#heading {
	background: transparent url(../img/styling/heading.gradient.png) no-repeat;
	width: 645px;
	height: 35px;
	line-height: 35px;
	padding: 0px 0px 0px 20px;
	color: #000000;
}

#content {
	width: 625px;
	font-family: Verdana;
	padding: 20px 20px 0px 20px;
	font-size: 13px;
	line-height: 17px;
	height: 575px;
	position: relative;
}

/* FOOTER */

#footer {
	width: 90px;
	font-size: 12px;
	padding: 9px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #fff;
	border: 1px dotted #000;
	display: none;
}
#footer h4 {
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	color: #000;
}

/* MENU */
ul#mnu {
	list-style-type: none;
	margin: 0;
	position: relative;
}

ul#mnu li a {
	height: 90px;
	width: 185px;
	text-indent: 10px;
	display: block;
	margin: 27px 0px;
	color: #000000;
	text-decoration: none;
	font: bold 12px arial;
	opacity: 0.8;
}

a.profile {background: transparent url(../img/styling/menu.bg1.jpg) no-repeat 0px 20px;}
a.services {background: transparent url(../img/styling/menu.bg2.jpg) no-repeat 0px 20px;}
a.strategy {background: transparent url(../img/styling/menu.bg3.jpg) no-repeat 0px 20px;}
a.people {background: transparent url(../img/styling/menu.bg4.jpg) no-repeat 0px 20px;}
a.projects {background: transparent url(../img/styling/menu.bg5.jpg) no-repeat 0px 20px;}
a.contact {background: transparent url(../img/styling/menu.bg6.jpg) no-repeat 0px 20px;}

ul#mnu li a:hover, ul#mnu li span a.browser:hover {
	color: #a13653;
	opacity: 1;
}

ul#mnu li span a.browser {
	width: 32px;
	height: 32px;
	margin: 0px;
	padding: 5px;
	background: transparent url(../img/styling/search.32.png) no-repeat 0px 0px;
	text-indent: 0px;
	display: block;
	color: #000000;
	text-decoration: none;
	font: 14px futura;
	opacity: 0.7;
	position: absolute;
	top: 350px;
	right: 0px;
	float: left;
}


/* Articles */

#banner {
	width: 600px;
	height: 100px;
	margin: 30px auto;
}

body.articles #content ul {
	padding: 0px 20px;
}

body.articles #content p {
	padding: 0px 20px;
	margin: 0px 0px 10px 0px;
}

body.articles #content h2 {
	margin: 20px 0px 10px 0px;
	font-size: 20px;
	line-height: 25px;
}

body.strategy #content {
	background: transparent url(../img/styling/strategy.bg.jpg) no-repeat;
}

/* Categories */

ul#cats {
	list-style-type: none;
}

ul#cats li {
	margin: 0px 0px 30px 0px;
	background: transparent url(../img/styling/bullet_go.png) no-repeat 0 1px;
	padding: 0px 0px 0px 18px;
}

/* Projects */
ul#projects {
	/*margin: 40px 10px 10px 10px;*/
	margin: 20px 10px 10px 10px;
}
ul#projects li {
	display: block;	
}
ul#projects li a {
	display: block;	
	width: 100px;
	height: 420px;
	background: pink;
	margin: 1px;
	float: left;
	border: 1px solid #000;
}
ul#projects li a:hover {
	border: 1px solid #fff;
	text-decoration: none;
}
ul#projects li a div.p-cpt {
	width: 90px;
	height: 40px;
	padding: 0px 5px;
	text-align: center;
	background: #4e4c4b;
	/*text-transform: uppercase;*/
	color: #fff;
	font-size: 9px;
	overflow: hidden;
	line-height: 12px;
}
ul#projects li a div.p-img {
	font-size: 8px;
}

#pr-dots {
	position: absolute;
	bottom: 20px;
	left: 40px;
	overflow: auto;
}

#pr-dots a {
	background: transparent url(../img/styling/pr.blt2.png) no-repeat;
	width: 15px;
	height: 16px;
	float: left;
	display: block;
	margin: 0px 5px 0px 0px;
}

#pr-dots a:hover, #pr-dots a.active  {
	background: transparent url(../img/styling/pr.blt2.hover.png) no-repeat;
}

#pr-dots a.next-p {
	background: transparent url(../img/styling/next.black.png) no-repeat;
	float: left;
	display: block;
	margin: 0px 0px 0px 5px;
	width: 16px;
	height: 15px;
}

#view-more {
	position: absolute;
	bottom: 22px;
	left: 500px;
}

#view-more a {
	font-size: 14px;
	background: transparent url(../img/styling/view.pics.png) no-repeat;
	background-position: 50px 0px;
	padding: 50px 90px 10px 0px;
	height: 200px;
	color: black;
	font-weight: bold;
}
#view-more.gre {
	left: 480px;
}
#view-more.gre a {
	background-position: 85px 0px;
}

#view-more a:hover {
	color: #333;
}


/* Browse Project */

#p-browse {
	width: 960px;
	height: 730px;
	display: block;
	position: relative;
	background: transparent url(../img/styling/b.project.bg.jpg) no-repeat;
}

#top-bar {
	width: 960px;
	height: 50px;
}

#top-close {
	position: absolute;
	width: 25px;
	height: 25px;
	top: 10px;
	left: 10px;
}

#top-close a {
	background: transparent url(../img/styling/close.gif) no-repeat;
	width: 25px;
	height: 25px;
	background-position: 0px 0px;
	display: block;
}

#top-close a:hover {
	background-position: 0px -25px;
}

#pb-cont {
	width: 600px;
	margin: 40px auto 0 auto;
}

#pb-title {
	margin: 10px 0px 0px 0px;
	font-size: 24px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	/*font-variant: small-caps;*/
}

#pb-cat {
	margin: 3px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
}

#pb-images {
	width: 600px;
	height: 420px;
	margin: 20px 0px 0px 0px;
	/*border: 1px solid #FFFFFF;*/
	text-align: center;
}

#pb-images img {
	border: 0;
}

#pb-nav {
	width: auto;
	height: 35px;
	overflow: hidden;
	display: block;
	margin: 10px 0px 0px 0px;
}

#pb-nav a.a-back {
	text-align: left;
	float: left;
	margin: 0px 0px 0px 0px;
	height: 100%;
	background: transparent url(../img/styling/prev.btn.gif) no-repeat;
	padding: 3px 0px 0px 22px;
	font-size: 13px;
	text-transform: uppercase;
}

#pb-nav a.a-forw {
	text-align: right;
	float: right;
	margin: 0px 0px 0px 0px;
	height: 100%;
	background: transparent url(../img/styling/next.btn.gif) no-repeat 68px 0px;
	padding: 3px 25px 0px 28px;
	font-size: 13px;
	text-transform: uppercase;
}

#pb-nav a.a-forw.gre {
	background-position: 100px 0px;	
}

#pb-nav a:hover {
	color: white;
}

#pb-capt {
	margin: 0px 0px 0px 0px;
	width: 600px;
	font-size: 12px;
	line-height: 16px;
}

#pb-capt p.pb-large {
	font-size: 16px;
	margin: 0px 0px 4px 0px;
	font-weight: bold;
	border-bottom: 1px solid #222222;
	padding: 0px 5px 4px 5px;
}

#pb-capt p {
	padding: 0px 5px 0px 5px;
}


/* My Comment */

/* Single Project Display */

#go-back {
	position: absolute;
	left: 15px;
	top: 50%;
}

#go-back a.prev-p {
	background: transparent url(../img/styling/prev.black.png) no-repeat 5px 5px;
	float: left;
	width: 16px;
	height: 16px;
	padding: 5px;
}





#disp-p {
	width: 625px;
	height: 500px;
	overflow: hidden;
	margin: 10px 0px 10px 20px;
}

#disp-p-img {
	float: left;
	width: 180px;
	height: 500px;
	display: block;
	background: pink;
	font-size: 8px;
}

#disp-p-inf {
	float: left;
	width: 425px;
	height: 100%;
	display: block;
	margin: 0px 0px 0px 0px;
}


.base-layer {
	margin: 25% 10px 0 10px;
	padding: 0px;
	text-align: center;
	width: auto;
}

.table-row {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 96%;
}

.left-container {
	float: left;
	margin: 0;
	padding: 0;
	width: 28%;
	/*text-transform: uppercase;*/
	text-align: right;
}

.right-container {
	float: right;
	margin: 0;
	padding: 0;
	width: 70%;
	text-align: left;
}

div.text {
	font-size: 12px;
	font-style: normal;
	padding: 0.3em 0.3em 0;
	text-indent: 0;
	width: auto;	
}
div.text ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

span.itl {
	font-style: italic;
}

.space-line {
	clear: both;
	margin: 0;
	padding: 0;
	width: auto;
}

/* People */

#cont .ppl {
	height: 575px;
	width: 500px;
	padding-right: 125px;
	padding-left: 40px;
	background: #E1E1E1 url(../img/styling/ppl.bg.jpg) no-repeat;
	color: #000000;
}

#cont .ppl p {
	margin: 10px 0px;
	font-size: 13px;
	line-height: 20px;
}

#cont .ppl h2 {
	margin: 30px 0px 0px 0px;
}

#cont .ppl ul {
	list-style-type: none;	
	font-size: 11px;
	margin-top: 10px;
}

#cont .ppl ul li {
	margin: 0px 0px 4px 0px;
}

#cont .ppl ul li a {
	/*text-transform: uppercase;*/
	color: #000000;
	font-weight: bold;
	background: transparent url(../img/styling/bullet_go.png) no-repeat 0 0px;
	padding: 0px 0px 0px 18px;
}

/* People Read */

#cont .rppl {
	height: 595px;
	width: 665px;
	overflow: hidden;
	background: #E1E1E1;
	color: #000000;
	padding: 0px;
}

#ppl-top {
	width: 585px;
	height: 200px;
	clear: both;
	margin: 40px 0px 0px 40px;
}

#ppl-bottom {
	width: 585px;
	height: 300px;
	clear: both;
	margin: 0px 0px 0px 40px;
}

#ppl-top-left {
	width: 170px;
	height: 170px;
	margin: 0px 0px 0px 0px;
	float: left;
}

#ppl-top-right {
	width: 375px;
	height: 150px;
	padding: 10px 10px 10px 30px;
	margin: 0px 0px 0px 0px;
	float: right;
	background: #ccc;
}

#ppl-top-right p {
	font-size: 12px;
	margin-bottom: 8px;
}

#ppl-top-right p.onoma {
	margin-bottom: 12px;
}


#ppl-top-right span.dob {
	font-size: 10px;
}


#ppl-top-btm {
	width: 170px;
	height: 170px;
	margin: 30px 0px 0px 0px;
	position: relative;
}

#ppl-bottom-text {
	width: 525px;
	height: 260px;
	padding: 20px 20px 20px 40px;
	color: #FFF;
	background: #000000;
	position: relative;
	/*font-weight: bold;*/
	font-size: 12px;
	overflow: hidden;
}

#ppl-bottom-text p {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px ;
	font-weight: bold;
}

span.uc {
	text-transform: uppercase;
}

span.ergo {
	color: #cf6c8a;
}

#ppl-bottom-text ul {
	list-style-type: none;
	margin: 5px 0px 15px 0px;
	padding: 0;
}

#ppl-bottom-text ul li:hover {
	background-color: #141414;
}

#ppl-bottom-text ul li {
	margin-bottom: 2px;	
	font-size: 12px;
	line-height: 17px;
	padding: 0px 0px 5px 19px;
	background: transparent url(../img/styling/blt.next.gif) no-repeat 0px 1px;
	font-weight: normal;
	border-bottom: 1px dotted #555;
}

#ppl-bottom-text-scrl {
	width: 20px;
	height: 300px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #757575;
}


#ppl-top-btm a {
	position: absolute;
	top: 124px;
	left: 0px;
	width: 150px;
	height: 35px;
	line-height: 17px;
	padding: 5px 0px 6px 20px;
	background: transparent url(../img/styling/ppl.view.proj.png) repeat-y;
	z-index: 2;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	cursor: pointer;
}

#ppl-top-btm a:hover {
		color: #c8fed2;
	text-decoration: none;
}


#scroll-heading {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 545px;
	height: 30px;
	padding: 0px 0px 0px 20px;
	background: #515151;
	line-height: 30px;
}

#Scroller { 
	height: 220px;
	overflow: hidden;
	position: relative;
	top: 30px;
}

#scr-1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
}

#Scroller-Container {
	position: absolute;
	width: 525px;
	/*text-transform: lowercase;*/
}

#Scrollbar-Container {
  position: absolute;
  top: 0px; left: 0px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
  top: 260px;
  left: 4px;
  width: 11px;
  height: 7px;
  background: transparent url(../img/styling/scrl.arr.up.png) no-repeat;
}
.Scrollbar-Down {
	cursor: pointer;
	position: absolute;
	top: 285px;
	left: 4px;
	width: 11px;
	height: 7px;
	background: transparent url(../img/styling/scrl.arr.dwn.png) no-repeat;
}
.Scrollbar-Track {
  width: 20px; height: 250px;
  position: absolute;
  top: 0px; left: 0px;
  background: #757575;
}
.Scrollbar-Handle {
  position: absolute;
  width: 20px; height: 30px;
  /*background: #515151;*/
  background: #FFFFFF;
  cursor: pointer;
}

#ppl-email {
	position: absolute;
	top: 30px;
	right: 50px;
	width: 32px;
	height: 32px;	
	margin: 15px 0px 0px 0px;
	background: transparent url(../img/styling/email.icn.png) no-repeat;
}

#ppl-back {
	position: absolute;
	bottom: 21px;
	overflow: auto;
	right: 40px;
}

#ppl-back a{
	color: #000000;
	background: transparent url(../img/styling/prev.black.png) no-repeat 0px 0px;
	padding: 0px 0px 0px 22px;
	height: 16px;
}


/* PROJECT BROWSER */

#browser-form {
	width: 625px;
	/*padding: 0px 80px 0px 0px;
	margin: 0px 0px 0px 80px;
	background: transparent url(../img/styling/search.png) no-repeat 350px 80px;*/
}

#browser-form select {
	width: 200px;
}

#browser-form input {
	position: absolute;
	top: 32px;
	left: 310px;
}

#browser-form fieldset {
	margin: 0px;
	padding: 5px 20px;
}

div.browser-field {
	width: 300px;
	display: block;
	/*height: 100%;*/
	overflow: auto;
	margin: 5px 0px;	
}

form label {
	width: 70px;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	padding: 0px 0px 0px 0px;
}

/*select#ProjectCats {
	background: #333;
	color: #FFF;
	border: 1px solid #999;
}*/

select#ProjectCats:focus {
	
}

form legend {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;	
}

form {
	/*border: 1px solid #333;
	padding: 15px;*/
}

#b-query {
	width: 605px;
	margin: 4px 0px;
	padding: 5px 10px;
	background: #444;
	/*border-top: 1px solid #666;
	border-bottom: 1px solid #666;*/
}

#b-query p {
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	/*text-transform: uppercase;*/
}

#pr-browser {
	width: 625px;
	height: 605px;
	display: block;
	position: relative;
}

#project-br {
	background: #333;
}

#pr-browser div.carousel div.jCarouselLite {
	left: 50px !important;
}

/* CONTACT */

#cont div.contact {
	height: 575px;
	width: 585px;
	padding-right: 40px;
	padding-left: 40px;
	background: #E1E1E1 url(../img/styling/ppl.bg.jpg) no-repeat;
	color: #000000;
}

#cont .contact p {
	margin: 10px 0px;
	font-size: 13px;
	line-height: 20px;
}

#cont .contact h2 {
	margin: 0px 0px 0px 0px;
}



#cont .cont-div {
	margin: 10px 0px;
}

#cont .btns {
	margin-left: 64px;
}

#cont form textarea {
	font-family: Arial;
	font-size: 12px;
}

#contact-loader {
	display: none;
	position: absolute;
	background: transparent url(../img/styling/loader.gif) no-repeat;
	height: 32px;
	width: 32px;
	margin: 0;
	top: 180px;
	left: 8px;
}

#alert {
	display: none;
	position: absolute;
	padding: 10px;
	top: 270px;
	left: 28px;
	background: transparent url(../img/styling/error.png) no-repeat 0px 20px;
	/*border: 4px solid #fda39e;*/
	color: #333;
	font-size: 12px;
	text-align: left;
	/*text-indent: 25px;*/
	text-indent: -5px;
	padding-left: 50px;
	/*width: 310px;*/
	height: 40px;
	line-height: 15px;
}

.externalControl ul {
	margin: 0px 0px 5px 0px;
	padding: 0;
	list-style-type: none;	
	overflow: auto;
	height: 100%;
}
.externalControl ul li {
	display: block;
	width: 73px;
	height: 17px;
	margin: 0px 0px 0px 0px;
	float: left;
	font-size: 11px;
	line-height: 11px;
}

.externalControl ul li button {
	background: transparent url(../img/styling/tab.png) no-repeat 0px 0px;
	border: 0;
	padding: 0px 0px 2px 15px;
	font-size: 11px;
	width: 73px;
	height: 17px;
}


button:focus {
	outline: 0;
}

#contact-bottom {
	width: 585px;
	height: 100px;
	overflow: auto;
	margin: 30px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px dotted #AAA;
}

ul.isos {
	margin: 10px 0px;
	padding: 0;
	list-style-type: none;
}

ul.isos li {
	background: transparent url(../img/styling/rossete.png) no-repeat 0px 4px;
	line-height: 20px;
	padding: 0px 0px 0px 20px;
}

ul.isos li a {
	
}
