


/* CONTAINERS */

body, html {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
}

div#PageWrap {
	margin: 0px auto 20px auto;
	width: 920px;
	text-align: left;
}

div#HeaderWrap {
	border-bottom: 1px dotted #888;
}

div#Logo {
	float: left;
	border-right: 1px dotted #888;
	padding: 10px 55px 10px 0;
}

div#Contact {
	padding:  0;
	float: right;
}

div#Contact a {
	width: 480px;
	height: 19px;
	display: block;
	background: url(../images/address.gif) top center no-repeat;
	margin: 50px 0 0 0;
}

div#Contact a:hover {
	background: url(../images/address.gif) bottom center no-repeat;
}

div#NavigationWrap {
	clear: both;
}

div#ContentWrap {
	padding: 10px 10px 0 10px;
	clear: both;
}
	
div#Left {
	width: 300px;
	float: left;
	padding: 0 10px 0 0;
	height: 100%;
	overflow: hidden;
 
}

div#ProjectFiles {
	margin-top: 50px;
}


div#Content {
	padding: 0 0 15px 15px;
	overflow: hidden;
	border-left: 1px dotted #888;
	line-height: 160%;
	height: 100%;
	width: 560px;
	float: left;
}

div#Footer,
div#ImageFooter
 {
	margin: 10px 0 0 0;
	clear: both;
	padding: 5px;
	font-size: 10px;
	color: #888;
	border-top: 1px dotted #888;
}


	
/* GENERAL LINKS */

a:link, a:visited {
	text-decoration: none;
	color: #91070d;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

/* MAIN NAVIGATION */
#NavigationMain {
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #888;
	clear: both;
	margin: 15px 0 0 0;
	list-style-type: none;
	font-size: 13px;
	
}

li.navigation {
	display: inline;
	padding: 5px 0px;
	margin: 0;
	background: transparent;
	border-right: 1px dotted #888;
	
	
}



li.navigation a {
	padding: 5px 15px;
	text-transform: lowercase;
	color: #d8b8bd;
	font-weight: bold;
	

}

li.left {
	border-left: 1px dotted #888; 
}

li.current a {
	color: #91070d;
	position: relative;
	top: 1px;
	background: #fff;
	border-bottom: 1px solid #fff;
}

li.navigation a:hover  {
	color: #fff;
	text-decoration: none;
	background: #91070d;
	border-color: #fff;
	border-bottom: 1px solid #91070d;
}

/* PROJECT NAVIGATION */

#ProjectNavigation {
	margin: 0;
	padding: 10px 0 5px 0;
	border-bottom: 1px dotted #888;
	text-align: right;
}



/* FORMATS */

ul#FactsList {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#FactsList li {
	display: block;
	margin-bottom: 10px;
}

ul#FactsList label, #ProjectFiles label, .projectThumb label  {
	color: #888;
	text-transform: lowercase;
}



/* CLEAR FIX */

.clr {
	clear: both;
}


/* PROJECT IMAGE */
div#BigImage {
	float: left;
	margin: 10px 0px 20px 0;
}

div.projectThumb {
	float: left;
	width: 120px;
	height: 220px;
	margin: 14px;
	overflow: hidden;
}

div.projectThumb div {
	border-top: 1px dotted #888;
	margin: 7px 0 0 0;
	padding: 7px 0 0 0;
}

div#ImageDescription {
	line-height: 160%;
	border-top: 1px dotted #888;
	margin: 10px 0px 0 20px;
	float: left;
	padding: 10px 0;
	width: 325px;
	
}

/* IMAGE SCROLLER */

div.seperator {
	height: 1px;
	border-bottom: 1px dotted #888;
	margin: 10px 0 0 0;
}

	

#ImageScroller {
	width: 300px;
	height: 32px;
	overflow: hidden;
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
}
#ImageScroller #ControlLeft  {
	float: left;
	background: url(../images/arrow-left.gif) no-repeat center left #fff;
	width: 25px;
	height: 32px;
	cursor: pointer;
	overflow: hidden;
}
#ImageScroller #ControlRight  {
	float: right;
	background: url(../images/arrow-right.gif) no-repeat center left #fff;
	width: 25px;
	height: 32px;
	cursor: pointer;
	overflow: hidden;
}

#ImageScroller #ScrollArea {
	white-space: nowrap;
	overflow: hidden;
	width: 240px;
	position:relative;
	height: 30px;
}

#ImageScroller #ScrollArea div.items {
	width: 20000em;
	position: absolute;
}

#ImageScroller a {
    width: 38px;
    display: block;
    float: left;
    text-align: center;
    margin: 0 1px;
    overflow: hidden;
}

#ImageScroller img {
	border: 0px solid #fff;

}

#ImageScroller img:hover {
	border: 0px solid #91070d;
}
