/* RESET */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

ul,ol {
	list-style: none;
}

a{
	text-decoration: none;
}
/* BODY */

body {
	background: #f0f0f0 url(../images/pageBack.jpg);
	font: normal 14px Helvetica, Arial;
	color: #333;
}

#pageContainer{
	background: transparent url(../images/siteBack.jpg) repeat-x left top;
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}

#contentWrapper{
	width: 670px;
	margin:65px auto 0;
	
}

#workBaseWrapper{
	width: 650px;
	height: 496px;
	position: relative;
	margin:0 0 0 10px;	
}

#workBase{
	background: transparent url(../images/workBase.png);
	width: 650px;
	height: 496px;
	position: absolute;
	overflow: hidden;
	left: 0;
}


#slideIndyWrapper{
	width: 72px;
	height: 18px;
	margin:327px auto 0;
}

.slideIndy{
	width: 18px;
	height: 18px;
	position: relative;
	float: left;
	background: transparent url(../images/slideIndy.png) no-repeat left -18px;
	cursor: pointer;
}

.slideIndyActive{
	background: transparent url(../images/slideIndy.png) no-repeat left -2px;
}

#workPicsContainer{
	height: 264px;
	float: left;
	position: relative;
	overflow: hidden;
	margin:53px 0 0 23px;
	width: 603px;
}

#workPicsList{
	float: left;
	height: 264px;	
	position: relative;
	display: inline;
}

#workPicsScroller{
	width: 2412px;
	height: 264px;
	position: relative;
	float: left;	
}

.workPic, .workPic img{
	float: left;
	position: relative;
	width: 603px;
	height: 264px;
}

#picView{
	width: 48px;
	height: 38px;
	margin:-210px auto 0;
	background: transparent url(../images/btViewPic.png) no-repeat left top;
	cursor: pointer;
}

#picShade{
	height: 264px;	
	position: absolute;
	background-color: #000;
	width: 603px;	
}

#picShadeDummy{
	float: left;
	height: 264px;	
	position: relative;

	width: 603px;
	margin:52px 0 0 24px;
	
}

#picShadeDummy:hover #picView{
	margin:210px auto 0;
}


#workDescriptionWrapper{
	float: left;
	width:560px;
	position: relative;
	margin:25px 0 0 25px;
	overflow: hidden;
	
}

.workDescription{
	width: 2412px;
	position: relative;
	float: left;	
}

#workDescriptionList{
	float: left;
	position: relative;
}

.workDesc{
	float:left;
	padding:0 30px 0 20px;
	position:relative;
	width:550px;
}

.descTitle{
	color: #d9d9d9;
	text-shadow: 1px 1px 0 #000;
	font: normal 20px Helvetica, Arial;
	display: block;	
}

.descText{
	display: block;
	color: #bfbfbf;
	text-shadow: 1px 1px 0 #000;
	font: normal 12px/18px Helvetica, Arial;
	margin: 10px 0 0 0;	
}

.descText a{
	color: #c990bf;
}

#siteLogo{
	background: transparent url(../images/siteLogo.png);
	width: 371px;
	height: 101px;
	margin: 0 auto;
}

.sectionText{
	color: #666666;
	float: left;
	position: relative;
	text-shadow: 1px 1px 0 #fafafa;
	font: normal 14px/22px Helvetica, Arial;
	margin:75px 20px 0 50px;	
}

#aboutSection{
		background: transparent url(../images/aboutSectionBack.png) no-repeat left top;
	width: 650px;
	float: left;
	margin: 20px 0 0 0;
	min-height: 350px;	
}

#interestSection{
		background: transparent url(../images/interestSectionBack.png) no-repeat left top;
	width: 640px;
	float: left;
	margin:10px 0 250px 15px;
	min-height: 210px;	
}

#interestButtonWrapper{
	float: left;
	position: relative;
	width: 630px;
	padding: 32px 0 0 0;
}

.interestButton{
		background: transparent url(../images/interestButtonSprite.png) no-repeat left top;	
		width: 154px;
		height: 25px;
		position: relative;
		float: right;
		margin: 0 10px 0 0;
		font: bold 14px Helvetica, Arial;
		color: #e5e5e5;
		text-shadow: 1px 1px 0px #000;
		text-align: center;
		cursor: pointer;
		padding: 8px 0 0 0;
}

.interestButton:hover{
		background: transparent url(../images/interestButtonSprite.png) no-repeat left -35px;
		color: #f2f2f2;
}

.interestButton:active{
		background: transparent url(../images/interestButtonSprite.png) no-repeat left -70px;
		height: 24px;
		padding: 9px 0 0 0;
		color: #eee;
}

.interestButton a{
	color: #e5e5e5;
}

.interestButton a:hover{
	color: #f2f2f2;
}
.toolTip{
	width: 158px;
	height: 34px;
	position: absolute;
	background: transparent url(../images/btToolTip.png) no-repeat left top;
	padding: 14px 0 0 0;
	text-align: center;
	font: normal 12px Helvetica, Arial;
	color: #595959;
	text-shadow: 1px 1px 0 #fafafa;
	cursor: default;
}

#btQuestionnaireTip{
	left:300px;
	top: -35px;
}

#btEmailTip{
	left: 465px;
	top: -35px;
}

#subscribeSection{
		background: transparent url(../images/subscribeSectionBack.png) no-repeat left top;	
	width: 640px;
	float: left;
	margin:10px 0 0 15px;
	height: 120px;
	
}

#subscribeText{
	color: #666666;
	font: normal 11px Helvetica, Arial;
	text-shadow: 1px 1px 0 #fafafa;
	float: left;
	position: relative;
	margin:74px 0 0 38px;	
}

#subscribeStamp{
	background: transparent url(../images/subscribeStamp.png) no-repeat left top;
	width: 73px;
	height: 62px;
	position: relative;
	float: right;
}

#subscribeFormWrapper{
	float: left;
	margin:5px 0 0 20px;
}

#subscribeBoxWrapper{
	width: 228px;
	height: 24px;
	background: transparent url(../images/subscribeFormComps.png) no-repeat left top;	
}

#subscribeBox{
	border: none;
	outline: none;
	padding: 4px 0 0 8px;
	font: bold 12px Helvetica, Arial;
	background: none;
	width: 220px;
	height: 20px;
	float: left;
	position: relative;
	color: #666;
	z-index: 11;
}

.invalidEmail{
	background: transparent url(../images/subscribeFormComps.png) no-repeat left -27px !important;
}

#subscribeButton{
	float: left;
	position: relative;
	background: transparent url(../images/subscribeFormComps.png) no-repeat -233px top;
	width: 74px;
	height: 19px;
	margin: 0 0 0 10px;
	cursor: pointer;
	font: bold 11px Helvetica, Arial;
	color: #e5e5e5;
	text-shadow: 1px 1px 0px #000;
	text-align: center;
	padding: 6px 0 0 0;
}

#subscribeButton:hover{
	background: transparent url(../images/subscribeFormComps.png) no-repeat -233px -27px;
}

#subscribeButton:active{
	background: transparent url(../images/subscribeFormComps.png) no-repeat -233px -54px;
	height: 18px;
	padding: 7px 0 0 0;
}

#subscribeSpinner{
	position: relative;
	float: left;
	width: 16px;
	height: 16px;
	margin:3px 8px 0 0;
}

#footerDiv{
	background: transparent url(../images/footerSprite.png) no-repeat left top;
	width: 631px;
	height: 2px;
	margin:10px 0 10px 18px;
	float: left;
	position: relative;
}

#footerTexts{
	text-align: center;
	color: #666;
	text-shadow: 1px 1px 0 #fafafa;
	font: normal 11px/18px Helvetica, Arial;
	float: left;
	position: relative;
	margin: 0 0 25px 0;
	width: 670px;
}

#geoTag{
	background: transparent url(../images/footerSprite.png) no-repeat -16px -5px;
	color: #555;
	text-shadow: 1px 1px 0 #fafafa;
	width: 247px;
	height: 23px;
	display: block;
	margin: 5px auto 0 auto;
	padding: 3px 0 0 0;
}

#geoTag a{
	color: #555;
	text-decoration: none;
}

#logoTeaser{
	background: transparent url(../images/logoTeaser.png) no-repeat left top;
	width: 371px;
	height: 234px;
	margin: 200px auto 0 auto;
}

/* mobile me like textbox self label */

span.wrap { 
	position: relative;
	display:block;
	float: left;	 
}
	
span.wrap label{ 
	left: 0;
	font:bold 12px Helvetica;
	color: #6f6970;
	height:25px;
	line-height:25px;
	position:absolute;
	width:171px;
	z-index:10;
	cursor: text;
}	

.ie7 span.wrap label span{
	top: 0px;
	
}
span.wrap label span { 
	position: relative; 
    top: 1px; 
    left: 8px;
    cursor: text; 
}

input.input-text, textarea.input-text { 
    position: relative; 
    z-index: 10; 
}	

.ie7 input.input-text, textarea.input-text { 
	padding: 4px 4px 3px 5px;
}	
	
label.overlay span { 
	color:#6f6970;
	opacity: 0.5; 
	-webkit-transition: opacity 200ms linear; 
	cursor: text;
	}
	
label.focus span { 
	color:#c8c7c9;
	cursor: text; 
}

label.hastext span { 
	color:#c8c7c9;
	opacity: 0;
	-webkit-transition: opacity 0ms linear; 
	cursor: text;
}

/* MISC */

img {
	border: none;
}

.hidden{
	display: none;
}