/* general reset */
html,body{height:100%;}
body{
	margin:0;
	font:62.5% 'Lucida Grande', 'Lucida Sans Unicode', arial, sans-serif;
	color:#333;
	min-width:1022px;
	background:#000;
	background: #fff;
}
a{
	text-decoration:none;
	color:#ff6600;
}
a:hover{text-decoration:underline;}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
img{border:none;}
input,select,textarea{
	font:75% Arial, Helvetica, sans-serif;
	color:#000;
}
/* wrapper */
#wrapper{
	width:100%;
	position:relative;
	min-height:100%;
}
.logo{
	position:absolute;
	width:100%;
	left:0;
	top:0;
}
.print-logo{display:none;}
.logo div{
	margin:0 auto;
	width:1022px;
	position:relative;
}
.logo h1{
	position:absolute;
	top:0;
	left:78px;
	background:url(../images/bg-logo.png) no-repeat;
	width: 126px;
	height: 39px;
	overflow:hidden;
	margin:0;
	text-indent:-9999px;
}
.logo h1 a{
	height:100%;
	display:block;
	cursor:pointer;
}
/* main */
#main{
	width:100%;
	padding:0 0 146px;
	overflow:hidden;
}
/* visual */
.visual-wrap {
	background: #000 url(../images/visual-wrap-bg.jpg) no-repeat 50% 0;
}
.visual{
	margin:0 auto;
	width:1022px;
}
.visual img{
	display:block;
	width:100%;
}
.main-wrap{
	width:100%;
	background:#fff url(../images/bg-main-wrap.gif) repeat-x;
	border-top:1px solid #fff;
	padding:0 0 27px;
}
.main-wrap:after,
.content-box .c:after,
.tabset:after{
	display:block;
	content:"";
	clear:both;
}
.main-wrap .frame{
	margin:0 auto;
	width:1022px;
}
.two-column{padding:0 165px 0 31px;}
/* menu */
.menu{
	float:left;
	margin:20px 0 0;
	padding:0;
	list-style:none;
	width:220px;
	overflow:hidden;
	font-size:1.2em;
}
.menu li{
	height:1%;
	overflow:hidden;
	padding:12px 0 12px 7px;
	background:url(../images/sep-menu.gif) repeat-x 0 100%;
	margin:1px 0 -1px;
}
.menu a{
	color:#666;
	background:url(../images/bullet-menu.gif) no-repeat 0 50%;
	padding:0 0 0 15px;
}
/* content box */
.content-box{
	float:right;
	width:582px;
	margin:-178px 0 0;
	position:relative;
}
.content-box .t{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-content-box-top.png) no-repeat;
	height: 35px;
}
.content-box .b{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-content-box-bottom.png) no-repeat;
	width: 582px;
	height: 112px;
}
.content-box .c{
	width:100%;
	background:url(../images/bg-content-box-strip.png) repeat-y;
}
.content-box .bg{
	float:left;
	margin:-59px 0 -112px;
	position:relative;
}
/* tabset */
.tabset{
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}
.tabset li{float:left;}
.tabset a{
	display:block;
	overflow:hidden;
	width:154px;
	height:28px;
	text-align:center;
	padding:8px 0 0;
	background:url(../images/bg-tab.png) no-repeat;
	color:#999;
	font-size:18px;
	text-decoration:none !important;
	position:relative;
	margin:-12px -24px 0 0;
	cursor:pointer;
}
.tab-1 a{z-index:3;}
.tab-2 a{z-index:2;}
.tab-3 a{z-index:1;}
.tabset a.active{
	text-align:left;
	background:url(../images/bg-tab-active.png) no-repeat;
	width:242px;
	z-index:4;
	margin:-37px -12px 0 0;
	height:47px;
	padding:20px 0 0 55px;
	font-size:30px;
	color:#666;
}
.text{
	padding:0 47px 0 55px;
	overflow:hidden;
	height:1%;
}
.text p{
	margin:25px 0 0;
	line-height:24px;
	color:#666;
	font-size:1.2em;
}

.text ul li, .text table tr td{
	line-height:24px;
	color:#666;
	font-size:1.2em;
}

.input-text, .input-select{
	font-size:1.4em;
	margin-bottom: 10px;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', arial, sans-serif;
	float: left;
	background: #FFFFFF url(../images/bg_input.gif) repeat-x top left;
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
	width: 460px;
	height: 30px;
	color: #666;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
}

.input-text-half, .input-select-half{
	font-size:1.4em;
	margin-bottom: 10px;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', arial, sans-serif;
	float: left;
	background: #FFFFFF url(../images/bg_input.gif) repeat-x top left;
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
	width: 310px;
	height: 30px;
	color: #666;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
}

.input-textarea{
	font-size:1.4em;
	margin-bottom: 10px;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', arial, sans-serif;
	float: left;
	background: #FFFFFF url(../images/bg_input.gif) repeat-x top left;
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
	width: 460px;
	height: 150px;
	color: #666;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
}

.input-button{
	font-size:1.4em;
	margin-bottom: 10px;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', arial, sans-serif;
	float: left;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	width: 460px;
	height: 30px;
	color: #666;
	padding-left: 3px;
	padding-right: 3px;
}

/* copyright */
.copyright{
	width:100%;
	text-align:center;
	font-size:10px;
	margin:79px 0 0;
	color:#999;
}
.copyright p{margin:0;}
/* entry */
.home-page{
	margin:-238px 0 0;
	position:relative;
	width:100%;
	float:left;
}
.entry{
	width:100%;
	overflow:hidden;
}
.entry div{
	float:left;
	display:inline;
	margin:0 17px 0 73px;
	background:url(../images/bg-entry-box.png) no-repeat;
	width: 226px;
	height:465px;
	padding:23px 6px 0 0;
}
.entry h2{
	margin:0;
	font-size:30px;
	color:#999;
	text-align:center;
	font-weight:normal;
	position:relative;
}
.entry h2 a{
	color:#999;
	text-decoration:none !important;
}
.entry img{
	float:right;
	margin:24px 0 0;
}
/* footer */
#footer{
	width:100%;
	overflow:hidden;
	margin:29px 0 0;
	background:url(../images/bg-footer.gif) repeat-x;
	padding:10px 0 0;
	font-size:11px;
	color:#ccc;
	height:146px;
	margin-top:-146px;
	position:relative;
}
#footer a{
	color:#ccc;
	text-decoration:underline;
}
#footer a:hover{text-decoration:none;}
.footer-box{
	width:952px;
	margin:0 auto;
	padding:0 0 39px 70px;
	background:url(../images/divider-footer.gif) repeat-y;
	overflow:hidden;
}
.footer-box div{
	float:left;
	width:120px;
	margin:0 15px 0 0;
}
.footer-box address{
	font-style:normal;
	margin:3px 0 0;
	line-height:24px;
}
.footer-box address span{display:block;}
.footer-box dl{
	margin:8px 0 0;
	overflow:hidden;
	height:1%;
}
.footer-box dt{
	float:left;
	margin:0 3px 0 0;
}
.footer-box dd{
	display:block;
	overflow:hidden;
	height:1%;
	margin:0;
	padding:0 0 10px;
}

.content-box img{
margin: 10px;
}

ul#gallery 
    {
    text-align: center;
    list-style: none; 
    margin-left: -50px;
    }

ul#gallery li 
    { 
    display:inline; 
    cursor: pointer;
    }

#target
	{
	border: 1px solid #CCC;
	}
/* feedback button*/
.feedback {
	background:url(../images/text-feedback.png) no-repeat;
	width:42px;
	height:133px;
	position:fixed;
	text-indent:-9999px;
	overflow:hidden;
	right:0;
	top:270px;
	z-index:100;
}
