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

* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	margin-top: 0;
	margin-bottom: 34px;
	
}
a {
	color:#000;
	text-decoration: none;
}
a:hover {
	color:#666666;
	text-decoration: none;
}

h1 {
font-size:16px;
color:#333333;
margin-top:15px;
}

h2 {
font-size:14px;
color:#333333;
margin:15px 0 8px 0;
}

p{
font-size:12px;
line-height:19px;
}

#guts {
	width:986px;
	height:780px;
	background-color: #ffffff;
	margin-top:10px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 980px;
	height: 112px;
	margin-top:0px;
	margin-right: auto;
	margin-bottom:10px;
	margin-left: auto;
	padding:0;
}
#logo {
	float:left;
	width:341px;
	height:108px;
}
#menu {
	background-image:url(images/bgNav.jpg);
	width: 637px;
	height: 43px;
	margin: 34px 0 34px 0;
	padding: 0px;
	float:right;
	vertical-align:middle;
}
#menu ul {
	height: 25px;
	width:425px;
	padding:0;
	margin:8px 0 0 0;
	float: right;
	text-decoration:none;
}
#menu li {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
	padding:0;
	margin-top:0;
	margin-left:35px;
	float: left;
	list-style-type: none;
	display:block;
	text-decoration:none;
}

#content {
width:986px;
height:437px;
margin-top:20px;
margin-right:auto;
margin-left:auto;
}

#faq {
width:985px;
margin-top:20px;
}

#faq ul {
margin:7px 0 0  15px;
}
#faq li {
line-height:19px;
font-size:13px;
}

img.floatRight { 
    float: right; 
    margin: 4px 3px 3px 20px; 
}


#content img {
border:1px solid #333333;
}

#galleryArea {
	margin-top:20px;
	width:960px;
	height:380px;
}
#gallSubNav {
	width:120px;
	height:380px;
	float:right;
}
#gallSubNav ul {
	list-style:none;
}
#gallSubNav li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:10px;
}
#gallery {
	width:780px;
	height:380px;
	padding:50px 0 10px 0;
	border:1px solid #333;
	background: #888;
	position:relative;
	margin-bottom:20px;
	float:left;
}
#gallery b.default {
	position:absolute;
	left:10px;
	top:10px;
	width:520px;
	height:380px;
	text-align:center;
}
#gallery b.default img {
	display:block;
        margin: 40px 0 10px 59px;
	border:1px solid #eee;
	border-color:#555 #ddd #eee #333;
}
#gallery b.default span {
	display:block;
	color:#888;
	font-family:verdana, arial, sans-serif;
	font-weight:normal;
	font-size:11px;
	width:500px;
	margin:0 auto;
}
#gallery ul {
	list-style:none;
	padding:0;
	margin:0;
	width:240px;
	position:relative;
	float:right;
}
#gallery ul li {
	display:inline;
	width:52px;
	height:52px;
	float:left;
	margin:0 0 5px 5px;
}
#gallery ul li a {
	display:block;
	width:50px;
	height:50px;
	text-decoration:none;
	border:1px solid #000;
	border-color:#eee #555 #333 #ddd;
}
#gallery ul li a span {
	display:none;
}
#gallery ul li a img {
	display:block;
	width:50px;
	height:50px;
	border:0;
}
#gallery ul li a:hover {
	white-space:normal;
	border-color:#555 #ddd #eee #333;
	background: #777;
}
#gallery ul li a:hover b {
	position:absolute;
	left:-530px;
	top:0;
	width:520px;
	height:380px;
	text-align:center;
	background:#888;
	z-index:20;

}
#gallery ul li a:hover span {
	display:block;
	color:#888;
	font-family:verdana, arial, sans-serif;
	font-weight:normal;
	font-size:11px;
	width:500px;
	margin:0 auto;
}
#gallery ul li a:hover img {
	margin:0 auto 10px auto;
	width:auto;
	height:auto;
	border:1px solid #eee;
	border-color:#555 #ddd #eee #333;
}
#gallery ul li a:active, #gallery ul li a:focus {
	white-space:normal;
	border-color:#555 #ddd #eee #333;
	background:#777;
}
#gallery ul li a:active b, #gallery ul li a:focus b {
	position:absolute;
	left:-520px;
	top:0;
	width:520px;
	height:380px;
	text-align:center;
	background:#888;
	z-index:10;
}
#gallery ul li a:active span, #gallery ul li a:focus span {
	display:block;
	color:#888;
	font-family:verdana, arial, sans-serif;
	font-weight:normal;
	font-size:11px;
	width:500px;
	margin:0 auto;
}
#gallery ul li a:active img, #gallery ul li a:focus img {
	margin:0 auto 10px auto;
	width:auto;
	height:auto;
	border:1px solid #eee;
	border-color:#555 #ddd #eee #333;
}

.navSelected {
color:#666666;
}

#box {
border:6px #cccccc solid;
width:700px;
height:350px;
margin:50px auto 10px auto;
padding:20px;
}
