@charset "UTF-8";


body {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	line-height:  16px;
	color:#333;
}

body          { font-size: 75%; }
html > body   { font-size: 11px; }

p { margin: 0 0 16px 0; text-align:left; }
a {
	text-decoration: none;
	color:#666
}
a:hover {
	text-decoration: none;
	color:#99FF00;
}

.ttl {
	position: absolute;
	top:283px;
	left:49px;
	padding: 5px 0px 0px 13px;
	background:url(img/bgttl2.jpg) no-repeat;
	width: 200px;
	height:44px;
}


/* Content
-------------------------------------------------------------- */
.text3 {
	width: 450px;
	position: absolute;
	left: 350px;
	top: 352px;
	}
	.text1 {
	width: 310px;
	position: absolute;
	left: 350px;
	top: 352px;
	}
	
.subtext1 {
	width: 108px;
	position: relative;
	top: 352px;
	left: 675px;
	border: 1px dashed #9F0;
	padding: 0px 8px 0px 8px;
}
		
.text {
	width: 310px;
	position: absolute;
	left: 350px;
	top: 368px;
	
}

.subtext {
	width: 108px;
	position: absolute;
	top: 399px;
	left: 675px;
	border: 1px dashed #9F0;
	padding: 0px 8px 0px 8px;
}
	
	
#desc {
	z-index:150;
	display: none;
	position: absolute;
	left: 350px;
	top: 272px;
	height:48px;
	width: 434px;
	padding: 8px;
	cursor: pointer;
	opacity: .8;
	filter: alpha(opacity=90);
	background-image: url(img/bg.gif);
	
}

#desc p {
	color:#fff; text-align:left;
}

#pic {
	width:450px;
	height:304px;
	left: 350px;
	top: 32px;
	position: absolute;
	cursor: pointer;
}
#picS {
	width:450px;
	height:304px;
	background-color:#666;
	left: 350px;
	top: 32px;
	position: absolute;
}

/* Navigation
-------------------------------------------------------------- */
#navlist{
position:absolute;
	left: 62px;
	top: 336px;
	width: 255px;
	}

#navlist li
{
font-size:10px;
list-style-type: none;

}


#navlist a:link, #navlist a:visited
{
color: #666;
text-decoration: none;

}

#navlist a:hover
{
color: #fff;
background-color: #666;
text-decoration: none;
}

.on {
color: #9f3;
}


/* Sub-navigation
-------------------------------------------------------------- */
#thumbnails {
	position: absolute;
	left: 350px;
	top: 356px;
	height:10px;
}
#thumbnails div {
	position: relative;
	width: 8px;
	height: 8px;
	float: left;
	margin-right: 6px;
	padding: 0px;
	display:inline;
	cursor: pointer;
}
#thumbnails img {
	width: 8px;
	height: 8px;
	border: solid #ccc 1px;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	position: absolute;
}

.selectedThumbnail {background-color: #9f3; }
.inFocus { background-color: #ccc;}




/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,b { 
  color:#333; 
  clear:both; 
  font-family: Garamond, Georgia;
}


h1 {
	font-size: 32px;
	line-height:32px;
	/*text-transform: uppercase;*/
	color:#fff;
	text-transform:lowercase;
}

h2 { font-size: 16px; line-height:32px; }

h3 {
	font-size: 10px;
	line-height:32px;
	text-transform:uppercase;
	padding:0;
	letter-spacing: .4px;
}

h4 { font-size: 16px; line-height:24px; }
b {
	text-transform: uppercase;
	font-weight: normal;
}
