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

body {
	background: #fff url('/_grafix/bg.gif') top left repeat-y;
	background-attachment: fixed;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
}

a {
	color: #eee;
}

a:hover {
	color: #fff;
}


/* top */

#top {
	position: fixed;
	top: 0;
	left: 0;
	width: 700px;
	height: 155px;
}

/* logo */

#logo {
	float: left;
	width: 330px;
	height: 155px;
}

/* navigation */

#navigation {
	float: left;
	width: 370px;
	height: 155px;
}

#navigation ul {
	float: left;
	list-style-type: none;
	margin-top: 70px;
}

#navigation li {
	float: left;
	vertical-align: top;
	height: 14px;
	padding-right: 25px;
}

#navigation li a {
	float: left;
	display: block;
	vertical-align: top;
	height: 14px;
	padding: 0;
}

#navigation li a:hover { 
	background-position: 0 -14px; 
}

#navigation li a.selected { 
	background-position: 0 -14px; 
}

#navigation li a.selected:hover { 
	background-position: 0 -14px; 
}

#navigation span {
	display: none;
}

/* project browser */

#project_browser {
	position: fixed;
	top: 145px;
	left: 40px;
	width: 160px;
	height: 350px;
	background: #00aecb;
	z-index: 99;
}

#project_browser .gutter {
	padding: 15px;
	width: 130px;
	height: 320px;
}

#project_browser ul {
	float: left;
	list-style-type: none;
	width: 130px;
	height: 1000px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#project_browser ul li {
	float: left;
	display: inline;
	width: 130px;
	height: 20px;
	text-align: center;
	margin: 4px 0;
	overflow: hidden;
}

#project_browser a {
	font-weight: bold;
}

/* project browser wrapper */

#project_browser_wrapper {
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
	width: 130px;
	height: 252px;
	margin: 15px 0;
}

/* project browser arrow up */

#project_browser .arrow_up {
	float: left;
	width: 130px;
	height: 20px;
}

a#up {
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin: auto;
	background: url('/_grafix/arr_up.gif') top left no-repeat;	
}

a#up:hover {
	background-position: 0 -20px;
}

/* project browser arrow down */

#project_browser .arrow_down {
	float: left;
	width: 130px;
	height: 20px;
}

a#down {
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin: auto;
	background: url('/_grafix/arr_down.gif') top left no-repeat;
}

a#down:hover {
	background-position: 0 -20px;
}


/* contact details */

#project_browser .gutter_contact {
	padding: 15px 5px 15px 12px;
	width: 138px;
	height: 325px;
}


/* image slider 

OLD CSS FOR BASIC IMAGE SLIDER WITH SCROLLBARS

#image_slider_container {
	position: relative;
	top: 203px;
	height: 230px;
	background: url('/_grafix/bg_image_slider_container.png') top right no-repeat;
}

#image_slider_container .gutter {
	position: relative;
	height: 200px;
	padding: 15px 50px 15px 215px;
}

#image_slider_container img {
	float: left;
	margin-right: 5px;
}

*/


/* image slider */

div#makeMeScrollable {
	position: relative;
	top: 203px;
	left: 0;
	height: 230px;
	background: url('/_grafix/bg_image_slider_container.png') top right no-repeat;	
}

div#makeMeScrollable .gutter {
	position: relative;
	height: 206px;
	padding: 13px 50px 11px 215px;
}

div#makeMeScrollable img {
	float: left;
	margin-right: 5px;
}

div.scrollWrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea {
	position: relative;
	width: auto;
	height: 100%;
}

div.scrollWrapper img {
	border: 2px solid #fff;
}

/* hotspots */

div.scrollingHotSpotLeft {
	width: 130px;
	height: 204px;
	position: absolute;
	z-index: 99;
	left: 215px;
	cursor: url('/_grafix/cursors/cursor_arrow_left.cur'), w-resize;
}

div.scrollingHotSpotLeftVisible {
	background: #fff url('/_grafix/arrow_left.gif') top left no-repeat;
	opacity: 0.45;
	-moz-opacity: 0.45;
	filter: alpha(opacity = 45);
	zoom: 1;
}

div.scrollingHotSpotRight {
	width: 130px;
	height: 204px;
	position: absolute;
	z-index: 99;
	right: 40px;
	cursor: url('/_grafix/cursors/cursor_arrow_right.cur'), e-resize;
}

div.scrollingHotSpotRightVisible {
	background: #fff url('/_grafix/arrow_right.gif') top left no-repeat;
	opacity: 0.45;
	filter: alpha(opacity = 34);
	-moz-opacity: 0.45;
	zoom: 1;
}


/* contact */

p.contact {
	font-size: 10px;
	line-height: 1.3em;
}

p.contact a {
	font-weight: normal !important;
}
