@charset "UTF-8";
/* CSS Document */

html, body{
	height: 100%;
	margin: 0; padding: 0;
}
	
body{
	font: 100% "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	text-align: center;
	color: #757676;
	min-height: 468px;
	min-width: 552px;
}


#first{
	float: left;
	height: 50%;
	margin-top: -344px; /* half the content areas height */
	width: 100%;
}
			
#outer{
	clear: both; /* because some browser get confused without this */
	height: 648px;
	width: 744px;
	margin: 0 auto;
	overflow: hidden;
	position: relative; /* gives context for ap footer */

}


* html #cleardiv{
	clear: both;
}

#content {
	height: 548px;
	text-align:center;
	background-color:#FFF;
	border: 2px solid #DDD;
}

#logo {
	text-align:left;
	padding: 10px;
	clear:left;
	width:720px;
	height: 100px;
}

#main {
	text-align:left;
	padding: 10px;
}

#imageFrame {
	float:left;
	width:480;
	margin-right:10px
}

#textFrame {
	overflow:auto;
	height: 390px;
}

#textFrame p {
	font-size: 0.7em;
	line-height: 1.2em;
	letter-spacing: .2em;
	text-align: left;
	text-indent: none;
	margin-bottom: 1em;
}

#textFrame h4 {
	font-style:normal;
	font-weight:normal;
	color: #AB0C89;
	margin-bottom:.7em;
}

#textFrame ul{
	list-style:square;
	font-size: 0.7em;
	line-height: 1.2em;
	letter-spacing: .2em;
	text-align: left;
	margin-bottom: 3em;
}

#textFrame li{
	margin-left: -2.5em;
	margin-bottom: 1em;
}

#reverseImageFrame {
	float: right;
	position: absolute;
	right: 20px;
	width: 220px;
}

#reverseTextFrame {
	overflow:auto;
	height: 390px;
	width: 470px;
	margin-left:10px;
}

#reverseTextFrame p {
	font-size: 0.7em;
	line-height: 1.2em;
	letter-spacing: 0.2em;
	text-align: left;
	text-indent: 0em;
	margin-bottom: 2em;
}

#secondPartner{
	margin-top: 4em;
}

#homeTextContainer{
	position:relative;
	overflow:auto;
	height: 390px;
}

#homeTextFrame {
	overflow:auto;
	width: 220px;
	position:absolute;
	bottom:0;
}

#homeTextFrame p {
	font-size: 0.7em;
	line-height: 1.3em;
	letter-spacing: .2em;
	text-align: left;
	text-indent: none;
	margin-top: 1em;
}

#contactInfo {
	overflow:auto;
	height: 290px;
	width: 470px;
	margin-left:10px;
	position:absolute;
	bottom: 0;
}

#contactInfo p {
	font-size: 0.7em;
	line-height: 1.2em;
	letter-spacing: .2em;
	text-align: left;
	text-indent: none;
	margin-bottom: 1em;
}

#selection {
	width: 720 px;
	height: 420 px;
}

#projectList{
	height:280px;
	width: 100%;
	margin: 100px 15px;
	text-align:center;
}


#projectList div{
	float: left;
	display: inline;
	margin: 0 15px 0 0;
	padding: 0;
	text-transform:lowercase;
}

#projetList a{
	display: block;
	color: #757676;
	width: 220px;
	text-decoration: none;
	letter-spacing: 1px;
}

#projectList a:hover{
	color: #AB0C89; /*Menu hover bgcolor*/
	font-size:inherit;
	font-weight:normal;
}

#title1 {
	text-transform:none;
	display:none
}

#title2 {
	display:none;
}

#title3 {
	display:none;
}

#projectC001 {
	display:none;
}

#project2009001 {
	display:none;
}

#project2009002 {
	display:none;
}

#menu{
	background: transparent;
	color: #757676;
	position: absolute;
	bottom: 20px;
	left:0px;
	height: 36px;
	width: 744px;
}

#menuStyle{
	font-size:10px;
	padding: 0;
	width: 100%;
	background: transparent;
}

#menuStyle ul{
	margin:0;
	margin-left:20px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

#menuStyle li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:lowercase;
}

#menuStyle a{
	float: left;
	display: block;
	color: #757676;
	margin: 0 0 0 0; /*Margin between each menu item*/
	width: 116px;
	text-align: center;
	padding: 12px 0;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: transparent;
	background-position: -1px;
	background-image: url(images/vertical.gif);
	background-repeat: no-repeat;
}

#menuStyle a:hover{
	color: #AB0C89; /*Menu hover bgcolor*/
	font-size:inherit;
	font-weight:normal;
}

#menuStyle .current a{
	background-color: #DDD;
	border-color: #DDD;
	color:#757676;
}

#menuStyle #firstMenu a{ 
	margin-left: 1px;
	background-image: none;
}

#menuLine{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #DDD; 
}

#footer{
	background: #DDD;
	color: #FFF;
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	line-height:18px;
	font-size: 9px;
	margin: 0 auto;
	height: 20px;
	border: none;
	text-align:center;
}

.logoCenter {
	height:240px;
	margin-top: 150px;	
}

.logoButton {
	height:100px;
}

.leftImage {
	height: 390px;
	width: 480px;
}

.rightImage {
	height: 390px;
	width: 220px;
}

.text {
	text-align:left;
}

.project {	
	width: 720px;
	height: 390px;
	margin: 10px;
	margin-top: 30px;
}

.navigation {
	width: 90px;
	height: 370px;
	position:relative;
	left: 0px;
	top: 0px;
}

.thumbnails{
	height: 340px;
	margin-left: -10px;
}

.thumbnails a{
	float:left;
	display:block;
	margin-left: 10px;
	margin-bottom: 2px;
	padding: 0;
}

.thumbnails img{
	margin: 0;
	padding: 0;
	width: 38px;
	height: 38px;
	border: 1px solid #DDD;
}

.thumbnails span {
	display:none;
}

.return {
	position:relative;
	bottom: -10px;
}

.back{
	display:block;
	width: 90x;
	height: 20px;
	background:no-repeat;
	background-position:0 0;
	background-image:url(images/portfolio/backButton.jpg);
}

.back:hover{
	background-position:0 -20px;
}

.back:active{
	background-position:0 -40px;
}

.back span{
	display:none;
}

.display {
	float:right;
	width: 610px;
	position: relative;
	right: 0;
	margin-left: 10px;
}

.largeImage{
	float:left;
	margin-right:10px;
}

.writeUp{
	width: 190px;
	height: 370px;
	overflow: auto;
	margin-left: 10px;

}

.writeUp p{
	font-size: 0.7em;
	line-height: 1.2em;
	letter-spacing: 0.2em;
	text-align: left;
	text-indent: 1em;
	margin-bottom: 1em;
	margin-right: 1em;
}

.writeUp:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

p.noIndent {text-indent: none;}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a:link {
	color:#AB0C89;
	text-decoration: none;
}

a img {
	border: none;
	
}

a:hover {
	font-weight: bold;
}

a:visited {
	color:#AB0C89;
	text-decoration: none;
}

.enterLink a:link {
	color:#757676;
	text-decoration: none;
}

.enterLink a:hover {
	color:#AB0C89;
	font-weight:normal;
}

p a:hover {
	font-weight:normal;
}

img, p {
	margin: 0;
	padding:0;
}
