body, html{
	background-color: #E4E4E4;
	background-image: url(img/woodbg_002a.jpg);
	background-attachment: fixed;
	cursor: url(img/pointer.png), auto;
	margin: 0px;
	width: 100%;
	height: 100%;
	
	font-family: Verdana, Geneva, sans-serif;
	color: #111111;
	font-size: 11px;
	font-weight: normal;
	text-shadow: #FFFFFF 0px 0px 6px;
}

::-moz-selection{
	background: #444444;
	color: #FFFFFF;
}

::-webkit-selection{
	background: #444444;
	color: #FFFFFF;
}

::-o-selection{
	background: #444444;
	color: #FFFFFF;
}

::selection {
	background: #444444;
	color: #FFFFFF;
}


span[title]{ border-bottom: 1px dotted #FFFFFF; }

a{ cursor: url(img/hand.png), auto; outline: none; color: #111111; }
a:hover{ outline: none; }

a.top{
	display: none;	
}

.signature{
	display: block;
	width: 112px;
	height: 28px;
	margin-top: 4px;
	background-image: url(img/signature.png);
	text-indent: -999em;
}

#logo{
	display: block;
	width: 140px;
	height: 80px;
	background-image: url(img/elqx_logo.png);
	text-indent: -999em;
	overflow: hidden;
	margin: 0px auto 0px;
}

#Navigation{
	width: 160px;
	height: 40px;
	margin: 0px auto 0px;
	margin-top: 32px;
}

#Navigation ul{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
}

#Navigation ul li{
	padding-left: 0px;
	margin: 0px;
	display: block;
	float: left;
}

.navlink{
	width: 34px;
	height: 34px;
	text-indent: -999em;
	overflow: hidden;
	float: left;
	margin: 3px;
	display: block;
}

.da{ background-image: url(img/da_icon.png); }
.fp{ background-image: url(img/sb_icon.png); }
.cm{ background-image: url(img/c_icon.png); }
.am{ background-image: url(img/a_icon.png); }

#bubble_container{
	width: 260px;
	height: 16px;
	display: block;
	overflow: hidden;
	margin: 0px auto 0px;
}

#bubble_arrow{
	width: 10px;
	height: 5px;
	display: block;
	margin: 0px auto 0px;
	background-image: url(img/bubble_arrow.png);
	position: relative;
	z-index: 30;
}

#bubble{
	width: auto;
	height: 13px;
	z-index: 10;
	position: absolute;
}

#bubble_text{
	width: auto;
	height: 13px;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;

	font-size: 10px;
	font-weight: bold;
	color: #333333;
	
	background-color: #FFFFFF;
	
	-moz-box-shadow: #000000 0px 0px 8px;
	-webkit-box-shadow: #000000 0px 0px 8px;
	-o-box-shadow: #000000 0px 0px 8px;
	box-shadow: 0px 0px 8px #000000;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
	position: relative;
	z-index: 20;
}

#Content{
	width: 140px;
	height: 0px;
	opacity: 0;
	overflow: hidden;
	background: url(img/woodbg_002b.jpg) fixed;
	display: block;
	border: #FFFFFF 1px solid;
	margin: 0px auto 0px;
	margin-bottom: 50px;

	-moz-box-shadow: #000000 0px 0px 8px;
	-webkit-box-shadow: #000000 0px 0px 8px;
	-o-box-shadow: #000000 0px 0px 8px;
	box-shadow: 0px 0px 8px #000000;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

#Box{
	width: auto;
	height: auto;
	opacity: 0;
}

a.close{
	width: 24px;
	height: 24px;
	background-image: url(img/close.png);
	cursor: url(img/hand.png), auto;
	outline: none;
	display: block;
	float: right;
}

a.close:hover{
	background-image: url(img/closeh2.png);
}

#Portfolio{
	width: inherit;
	height: auto;
	display: none;
}

#Photographs{
	width: 520px;
	height: auto;
	margin: 0px auto 0px;
	display: none;
}


#Drawings{
	width: 520px;
	height: auto;
	margin: 0px auto 0px;
	display: none;
}


#Renders{
	width: 520px;
	height: auto;
	margin: 0px auto 0px;
	display: none;
}


#Other{
	width: 520px;
	height: auto;
	margin: 0px auto 0px;
	display: none;
}


#Portfolio h2{
	width: 120px;
	height: 24px;
	margin: 0px;
	margin-bottom: 8px;
	padding: 0px;
	background-image: url(img/portfolio.png);
	text-indent: -999em;
	overflow: hidden;
	display: block;
}

#Portfolio ul{
	width: 520px;
	height: auto;
	margin: 0px auto 0px;
	padding: 0px;
	list-style: none;
	display: block;
}

#Portfolio ul.subnav li{
	padding-left: 0px;
	margin: 0px;
	display: block;
	float: left;
}

#Portfolio ul li{
	padding-left: 0px;
	margin: 0px;
	display: block;
	float: left;
}

#Portfolio h3{
	display: none;
}

.sublink{
	display: block;
	width: 120px;
	height: 15px;
	margin: 5px;
	background-color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 11px; 
	color: #333333;
	float: left;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
	cursor: url(img/hand.png), auto;
	outline: none;
}

.sublink:hover{
	-moz-box-shadow: #000000 0px 0px 6px;
	-webkit-box-shadow: #000000 0px 0px 6px;
	-o-box-shadow: #000000 0px 0px 6px;
	box-shadow: 0px 0px 6px #000000;
}

.image{
	width: 120px; 
	height: 120px; 
	margin: 5px; 
	float: left; 
	background-image: url(img/dark.png);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.image:hover{
	-moz-box-shadow: #FFFFFF 0px 0px 4px;
	-webkit-box-shadow: #FFFFFF 0px 0px 4px;
	box-shadow: 0px 0px 4px #FFFFFF;
}

a.image_link{
	cursor: url(img/hand.png), auto;
}

.image_shadow{
	display: block;
	margin: auto;
}

#Contact{
	width: 160px;
	height: 220px;
	display: none;
}

#Contact p{
	margin: 8px;
}


#Contact h2{
	width: 120px;
	height: 24px;
	margin: 0px;
	margin-bottom: 8px;
	padding: 0px;
	background-image: url(img/contact.png);
	text-indent: -999em;
	overflow: hidden;
	display: block;
}

#About{
	width: 180px;
	height: 242px;
	display: none;
}

#About p{
	margin: 8px;
}

#About h2{
	width: 120px;
	height: 24px;
	margin: 0px;
	margin-bottom: 8px;
	padding: 0px;
	background-image: url(img/about.png);
	text-indent: -999em;
	overflow: hidden;
	display: block;
}

#Copyright{
	width: 120px;
	margin: 0px auto 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 8px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	text-shadow: #000000 0px 0px 6px;
}
