body {
	font-family: Helvetica, sans-serif;
	color: #58595b;
	margin: 0;
	padding: 0;

}
body * {
	font-size: 0.96em;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #58595b;
}

div#address a:hover, a:hover {
	color: #bed73d;
}

a.selected, .sub a.selected {
	color: #bed73d;
}

#container {
	position: relative;
	width: 999px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;

}

#right-col {
	width: 632px;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
}

#left-col {
	float: left;
	margin: 0;
	padding: 0;
	width: 367px;
	height: 800px;
}

#right-col img {
	float: left;
}

#logo {
	margin: 20px 0 55px 41px;
	display: block;
	width: 111px;
	height: 81px;
}

ul {
	list-style-type: none;
	margin: 0 14px 0 41px;
	padding: 0;

}

ul.work {
	margin: 0;
	padding: 0;
}

div#info {
	width: 185px;
	position: absolute;
	top: 155px;
	left: 150px;
	margin: 0 0 0 0;
}

div#info h2 {
	margin:0 0 5px 0;
	padding: 0;
}

div#info ul {
	margin: 0;
	padding: 0;
	width: auto;
}

div#info ul li {
	display: block;
	list-style: none;
	padding-bottom: 5px;
	clear: left;
}

ul.main {
	margin-bottom: 275px;
	margin-left: 0px;
	position: absolute;
	left: 41px;
}

ul.mailing-list {
	margin-top: 20px;
	width: 125px;
	margin-left: 0px;
}

ul#client-area {
	position: absolute;
	top: 465px;
	left: 41px;
	margin-left: 0px;
}

li {
	padding-bottom: 2px;
}

h1, h2 {
	margin: 18px 0 10px 0;
	padding: 0;
	font-size: 0.9em;
}


p.content {
	width: 200px;
	margin: 0 10px 20px 0;
	padding: 0;
	float: left;
}

p.content-padding {
	margin-top: 18px;
}

p.content-padding-b {
	margin-bottom: 40px;
}

p {
	font-size: 0.9em;
	line-height: 1.2em;
}

div#address {
	top: 620px;
	position: absolute;
	left: 41px;
}

div#address p {
	margin: 0 0 0 0px;
	padding: 0;
	color: #b1b2b2;
	font-weight: lighter;	
	font-size: 0.95em;
}

div#address p a {
	color: #b1b2b2;
	font-weight: normal;
}

.greendot {
	background: url('/i/greendot.gif') repeat-x ;
	width: 955px;
	height: 1px;
	position: absolute;
	z-index: 2;
	clear: both;
	margin: 0 0 0 40px;
}

#green1 {
	top: 150px;
	left: 0;
}

#green2 {
	top: 310px;
	left: 0;
}

#green3 {
	top: 460px;
	left: 0;
}

#green4 {
	top: 615px;
	left: 0;
}

input.default {
	color: #CCC;
}

div#info h1 {
	font-weight: normal;
}

div#info ul.number_list li {
	border-left: 1px solid #AAA;
	float: left;
	padding: 0 5px 0 5px;
	margin: 5px 0 5px 0;
	clear: none;
}

div#info ul.number_list li.first {
	border: 0;
}

div#project_description_top {
	width: 195px;
	position: absolute;
	left:600px;
	top: 150px;
}
div#project_description_top p {
	width: 170px;
}
div#project_description_bottom {
	width: 195px;
	position: absolute;
	left:367px;
	top: 555px;
}

div#project_description_bottom p {
	width: 154px;
}

div#project_description_left {
	width: 195px;
	position: absolute;
	left:375px;
	top: 500px;
}

#right-col p {
	font-size: 0.8em;
	width: 150px;
	margin: 0;
	padding: 0;
}

#right-col h3 {
	font-size: 0.8em;
	width: 150px;
	margin: 0 0 5px 0;
	padding: 0;
}

#gallery_image {
	position: fixed;
	z-index: 20;
	/*width: 595px;
	height:465px;
	margin-left: -297px;
	margin-top: -233px;
	*/
	width: 803px;
	height: 600px;
	margin-left: -401.5px;
	margin-top: -300px;

	top: 50%;
	left: 50%;
	overflow: hidden;
	/*border: 5px solid #FFF;*/
	background: #FFF;
}


#gallery_image div {
	position: relative;
}

#gallery_image img {
	z-index: 21;
}

#gallery_image p {
	position: absolute;
	z-index: 25;
	left: 10px;
	top: 10px;
	color: #444;
	margin: 0;
	padding: 0;
	cursor: pointer;
}


#gallery_image ul {
	position: absolute;
	z-index: 30;
	right: 10px;
	top: 10px;
	color: #444;
	margin: 0;
	padding: 0;
	width: 300px;
	text-align: right;
}

#gallery_image ul li {
	list-style: none;
	display: inline;
	color: #444;
	border-left: 1px solid #444;
	padding: 0 5px 0 5px;
	cursor: pointer;
	z-index: 35;
}

#gallery_image ul li:hover {
	color: #bed73d;
}

#gallery_image ul li.first {
	border-left: 0;
}

div#darken {
	background: #000;
	position: fixed;
	z-index: 19;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

/* w00t, even works in ie 6! */
* html div#darken {
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 1.0em;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#login_form {
	position: absolute;
	left: 210px;
	top: 160px;
}

div#login_form input {
	font-size: 1.3em;
	border: 1px solid #AAA;
	padding: 5px;
	font-weight: normal;
	margin: 0;
}

div#login_form input#loginbutton {
	border: 0;
	padding: 0;
	margin: 5px 0 0 0;
	background: transparent;
	font-weight: bold;
	color: #58595b;
	font-size: 0.9em;
	text-align: left;
}

#login_email {
	margin: 10px 0 10px 0;
	clear: left;
}

#join_email {
	width: 380px;
}


#view-slideshow {
	cursor:pointer; 
	font-weight: bold;
	margin-top: 22px;
}
