html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 18px;
	color: #797979;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/***************************************************************************************************/
/*********************** L A Y O U T ***************************************************************/
/***************************************************************************************************/
body {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #797979;
}

strong {
	font-weight: bold;
}

a {
	color: #797979;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}

em {
	font-style: italic;
}

#header {
/*	top:0;*/
/*	position:absolute;*/
	margin: 60px 0 25px 35px;
}

#header h1 {
	text-transform: uppercase;
/*	font-size: 22px;*/
	font-weight: normal;
	overflow: hidden;
	background: url("/img/header.png") no-repeat 0 0;
	height: 0;
	padding-top: 20px;
}

#contact {
	position: absolute;
	background: #fff;
	width: 600px;
	top: 0;
	left: 0;
	font-size: 13px;
	padding: 25px 35px 35px 35px;
	z-index:99;
	display: none;
}

#contact span.ui-icon, #information span.ui-icon {
	position: absolute;
	bottom: 16px;
	right: 23px;
}

.projects, #information {
	position: relative;
}

#image-container {
	position: relative;
	margin: 0;
	padding: 0;
	max-height: 600px;
	overflow: hidden;
}

div.project_name {
	position: absolute;
	bottom: -42px;
	right: 35px;
	font-size: 11px;
}

#project_info {
	position: absolute;
	bottom: 0;
	width: 600px;
	font-size: 13px;
	height: auto;
	background: #fff;
	padding: 35px;
	display: none;
	z-index: 30;
}

#project_info h1 {
	font-weight: bold;
}

#project_info p, #contact p, #information p {
	margin-top: 1em;
}

.ui-icon { 
}

#project_info span.ui-icon-close {
	position: absolute;
	right:24px;
	top: 25px;
}

.copyright {
	font-size: 11px;
}

.ui-icon-close {
	display: block;
	width: 12px; 
	height: 12px; 
	background: url(/img/close.png) no-repeat 0 0;
	float: right;
	margin: -10px -7px 0 0;
	cursor: pointer;
}


#prev, #next {
	position: absolute;
	top: 0;
	height: 100%;
	width: 120px;
	background: url("/img/trans.gif");
	z-index: 10;
}


#prev {
	left: 0;
}

#next {
	right: 0;
}

#prev a, #next a {
	visibility: hidden;
	display: block;
	height: 62px;
	background: #fff;
	text-align: center;
	line-height: 62px;
	top: 45%;
	position: absolute;
	width: 100%;
	text-indent: -9000px;
}

#prev a {
	background: #fff url("/img/prev.png") no-repeat 66% 50%;
} 

#next a {
	background: #fff url("/img/next.png") no-repeat 33% 50%;
}

#prev:hover a, #next:hover a {
	visibility: visible;
}

#info {
/*	width: auto;*/
	width: 100%;
	background: url("/img/trans.gif");
	left: 0;
	position: absolute;
	bottom: 0;
	z-index: 20;
}

#info a {
	height: 60px;
	width: 65px;
	background: #fff url('/img/info.png') no-repeat 35px 24px;
	text-indent: -9000px;
	visibility: hidden;
	display: block;
	line-height: 60px;
/*	margin-right: 30px;*/
	padding-right: 30px;
}

#info a:hover {
	background-position: 35px -21px;
}

#info:hover a {
	visibility: visible;
}

#information {
	position: absolute;
	top: 0;
	padding: 35px;
	width: 600px;
	background: #fff;
	display: none;
	font-size: 13px;
}

/*#information {
	margin: 80px 0 180px 35px;
	width: 600px;
	font-size: 13px;
}
*/
#navigation {
	margin: 25px 0 0 35px;
	position: relative;
}

#navigation ul li {
	float: left;
	display: inline;
	margin-right: 16px;
}

#navigation ul li a {
	font-size: 13px;
/*	text-transform: uppercase;*/
	text-decoration: none;
	overflow: hidden;
	float: left;
	height: 0;
	padding: 17px 0 0 0;
	background: #fff url("/img/nav.png") no-repeat 0 0;
}

#navigation a#nav_home {
	background-position: 0 0;
}
#navigation a#nav_projects {
	background-position: -53px 0;
	width: 60px;
}
#navigation a#nav_information {
	background-position: -133px 0;
	width: 81px;
}
#navigation a#nav_contact {
	background-position: -230px 0;
	width: 55px;
}
#navigation a#nav_home:hover {
	background-position: 0 -20px;
}
#navigation a#nav_projects:hover {
	background-position: -53px -20px;
	width: 60px;
}
#navigation a#nav_information:hover {
	background-position: -133px -20px;
	width: 81px;
}
#navigation a#nav_contact:hover {
	background-position: -230px -20px;
	width: 55px;
}

#navigation a:hover ul {
	visibility: visible;
}

#navigation ul li:hover ul, #navigation ul a:hover ul {
	visibility: visible;
	height: auto;
}

#navigation ul ul {
	position: absolute;
	bottom: 0px;
	background: #fff;
	padding: 27px 35px 55px 35px;
	margin-left: -88px;
	visibility: hidden;
	z-index: 40;
}

#navigation ul ul li {
 	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}

#navigation ul ul li a {
	background: none;
	height: 12px;
	padding: 1px 4px 5px 0;
}

#navigation ul ul li a:hover {
	text-decoration: underline;
/*	border-bottom: 1px solid #797979;*/
}

#footer {
	background:#FFFFFF none repeat scroll 0 0;
/*	bottom:0;*/
	height: 20px;
/*	position: absolute;*/
	width:100%;
/*	opacity: 0.5;*/
}

#login {
	margin: 80px 0 180px 35px;
}

#login h1 {
	margin: 35px 0 24px 0;
}

#login form {
	margin: 0;
}

#login label {
	float: left;
	display: block;
	width: 130px;
}

#login div.input {
	margin-bottom: 12px;
}

#login div.submit {
	margin-top: 12px;
}

.ui-corner-all { 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}

legend {
	padding: 0 12px;
}

fieldset {
	border: 1px solid #797979;
	padding: 35px;
	width: 435px;	
}

#authMessage {
	margin: -40px 0 40px 0;
}

#project_info h1 span.cr, #navigation_projects li a span.cr {
	display: none;
}
