* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

body {
	background: #EDEDE3;
	font: 0.85em/150% Arial, Helvetica, sans-serif;
	color: #333;
}

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

a:hover, a:focus {
	text-decoration: underline;
}

#header {
	width:186px;
	position: absolute;
	left:689px;
	top:35px;
	background: url(images/logo.jpg) no-repeat;
	text-indent: -5000em;
	height:46px;
}

#skip {
	list-style:none;
	margin-top:0;
}

#skip a, #header p {
	display:none;
}

#header #skip a.home {
	display:block !important;
	height: 46px;
	width: 181px;
	margin-top:-10px;
}

#wrapper {
	margin:-295px auto 0 -450px;
	position: absolute;
	top:50%;
	left: 50%;
	background: #fff;
	/*background: #fff url(images/blueprint.gif) top left no-repeat;*/
	width: 900px;
	height:580px;
}

#menu {
	position:absolute;
	top:107px;
	left:689px;
	height:392px;
	width:186px;
	list-style: none;
	font-size: 130%;
	overflow:auto;
}

#menu li {
	margin-bottom: 10px;
}

#menu .current {
	display:block !important;
}

#menu li.current a {
	color: #333;
}

#menu ul {
	display: block;
	font-size:80%;
	list-style: none;
	margin-top: 5px;
}

#menu ul li {
	float: none;
	padding-left:15px;
	margin-bottom:3px;
	background: url(images/sub.gif) -1px 50% no-repeat;
}

#menu ul li {
	background: url(images/sub_active.gif) -1px 50% no-repeat !important;
}

#menu ul li a {
	color: #333;
}

#menu ul a {
}

#primary {
	position:absolute;
	width:620px;
	height: 455px;
	top:60px;
	padding-top:47px;
	left:39px;
	overflow:hidden;
}

#primary p {
	margin-bottom:15px;
}

#footer {
	position: absolute;
	width:100%;
	background:#EDEDE3;
	top: 570px;
	padding-top:5px;
	text-align:left;
	right: 0;
	font-size:90%;
	color:#7F7F77;
}

#footer span {
	margin-top:-1.5em;
	display:block;
	float:right;
}

/* ref */

.ref_unit {
	clear:both;
	height: 124px;
	margin-bottom:0;
}

.ref {
	float:left;
	height: 100px;
	width:150px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.reffull {
	width: 600px;
}

.ref_unit .details {
	margin-left: 172px
}

#primary .refs {
	margin-bottom: 0;
	padding-left:0;
}

/* typo */

h1, h2, h3, li, ul, ol, p {
	margin-bottom: 10px;
}

#primary ul {
	padding-left:20px;
}

h1 {
	font-size: 160%;
	margin-bottom: 20px;
	position: absolute;
	top:0;
	height:50px;
	padding-bottom: 20px;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 100%;
}

label {
	display: block;
	float:left;
	width: 150px;
}

input,textarea {
	border: 1px solid #666;
	width: 300px;
	padding:2px;
}

#send {
	width: auto;
	background: #777C7F;
	border-color: #777C7F;
	color: #fff;
	margin-left: 150px;
}

textarea {
	height: 110px;
	width: 350px;
}

#project_gallery_frame,  #project_gallery_frame li {
	margin:0 !important;
	padding:0 !important;
}
