body {
	background-color: #3333CC;
	background-image: url(./images/ui_menublack.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	text-align: center;
}
A {
	font-family: verdana, tahoma; 
	font-size: 9pt; 
	font-weight: normal; 
	font-effects: underline; 
	color: #FFFFFF;
}
.wrapper {
	display: none;
}
.lgtext {
	font-family: verdana, tahoma;
	font-size: 11pt;
	font-weight: bold;
	color: #EEEEEE;
}
.smtext {
	font-family: verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	color: #FFCC33;
}
.smtext2 {
	font-family: verdana, tahoma;
	font-size: 9pt;
	font-weight: normal;
	color: #FFCC33;
}
.copyright {
	font-family: verdana, tahoma;
	font-size: 6pt;
	font-weight: normal;
	color: #AAAAEE;
}
.listhead {
	font-family: verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}
.listtext {
	font-family: verdana, tahoma;
	font-size: 9pt;
	font-weight: normal;
	color: #FFCC33;
}
.biotext {
	font-family: verdana, tahoma; 
	font-size: 10pt; 
	font-weight: normal; 
	line-height: 13.5pt;
	color: #FFFFFF;
}

.biotextCtr {
	font-family: verdana, tahoma; 
	font-size: 10pt; 
	font-weight: normal; 
	color: #FFFFFF; 
	text-align: center;
}
.porttexttitle {
	font-family: tahoma,verdana;
	font-size: 11pt;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: .2em;
	margin:0px;
	
}
.portsubtitle {
	font-family: tahoma,verdana; 
	font-size: 7pt;
	letter-spacing: .07em;
	line-height:11pt;
	font-weight: normal; 
	color: #FFFFFF;
	margin-top:2px;
	margin-bottom:11px;
}

.porttextintro {
	font-family: verdana, tahoma; 
	font-size: 10pt; 
	letter-spacing: .07em;
	font-weight: normal; 
	line-height: 13.5pt;
	text-align: left;
	color: #FFFFFF;
}

.tdBgr {
	background-repeat: no-repeat;
}
.blankln {
	font-family: verdana, tahoma; 
	font-size: 5pt; 
	font-weight: normal; 
	color: #FFCC33;
}
.btnsize {font-family: tahoma, arial; font-size: 8pt; font-weight: normal; color: #FFCC33}
.headingtext {font-family: tahoma, arial; font-size: 10pt; font-weight: normal; color: #FFFFFF}
.heading {font-family: tahoma, arial; font-size: 8pt; font-weight: normal; color: #FFCC33}
.subtext {font-family: tahoma, arial; font-size: 10pt; font-weight: normal; color: #FFCC33}
.quotetext {font-family: tahoma, arial; font-size: 9pt; font-weight: normal; color: #FFFFFF}
.titletext {font-family: tahoma, arial; font-size: 14pt; font-weight: bold; color: #FFFFFF}

#sw_main{
	background-image: url(./images/sw_circle2.gif);
	background-repeat: no-repeat;
	background-position: 50% 66px;
	height: 500px;
	padding: 0px 0px 0px 10px;
	width: 100%;
}

#sw_content{
	width:740px;
	height:332px;
	margin: auto;
	text-align:center;
	padding-top: 20px;
	z-index:10;
}

#sw_intro{
	margin: auto;
	padding-top:70px;
}

#sw_title{
	display: block;
	
}

.swMainImage{}

/** selected works thumbnails **/

#sw_bottom{
	position:relative;
	width:704px;
	margin: auto;
	padding: 0px;
	text-align: center;
	z-index:20;
}

#sw_thumbContainer{
	width:676px;
	height: 115px;
	overflow: hidden;
	text-align:center;
	margin: auto;
}

#sw_thumb{
	position: relative;
	top: 0px;
	left:0px;
	margin: auto;
}

#thumb_tip{
	position: absolute;
	top: -20px;
	width: 700px;
	margin-left:-350px;
	left: 50%;
	display:block;
}

#loading{
	position: absolute;
	top: 250px;
	left:50%;
	width:200px;
	text-align:center;
	margin-left:-100px;
	display:none;
}

a.sw_arrow{
	display:block;
	height:34px;
	width:21px;
	overflow:hidden;
	position: relative;
	top:57px;
	margin: 0px;
}

a.sw_arrow:hover{display:block; text-indent:-21px;}

a.sw_thumb{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 7px 0px 0px;
}

/** selected works sub menu **/

#sw_subMenu{
	margin: auto;
	width:690px;
	text-align:left;
	height: 80px;
}

a.sw_sub_interactive,a.sw_sub_film,a.sw_sub_acoustics,a.sw_sub_exhibits{
	display:block;
	height:15px;
	overflow:hidden;
	margin: 0px;
	float:left;
}


a.sw_sub_exhibits { width: 88px; margin-left:72px; text-indent:-88px;}
a.sw_sub_interactive {width: 164px; text-indent:-164px;}
a.sw_sub_acoustics {width: 190px; text-indent:-190px;}
a.sw_sub_film {width: 94px; text-indent:-94px;}

a.sw_sub_exhibits:hover { display:block; text-indent:0px;}
a.sw_sub_interactive:hover {display:block; text-indent:0px;}
a.sw_sub_acoustics:hover {display:block; text-indent:0px;}
a.sw_sub_film:hover {display:block; text-indent:0px;}


