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

/************************************************************************************
reset css styles
*************************************************************************************/
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a,a:hover, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, sub, sup, tt, var,
center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:100%;
	line-height:100%;
	font: inherit;
	text-decoration:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/************************************************************************************
general styling
*************************************************************************************/
html, body {height: 100%;}
body{
	margin:0;
	padding:0;
	font-family:'Avenir-LT-55-Roman',Sans-Serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	line-height:150%; 
	position:relative;
	background:#000;
	/*-webkit-text-size-adjust:none;*/
}
a{
	color:#fff;	
}
a:hover{
	color:#c2d94e;
}
p{
	text-align:justify;
	text-justify:inter-ideograph;
	margin:0 0 10px 0;
	line-height:150%;
}
sup{
	line-height:60%;	
}
input[type=text], textarea{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
.floatLeft{
	float:left;	
}
.floatRight{
	float:right;	
}
.clear{
	clear:both;	
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.txtLeft{
	text-align:left;
}
.txtRight{
	text-align:right;	
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
h1,h2,h3{
	line-height:150%;	
}
::selection {
	background: #999; /* Safari */
	}
::-moz-selection {
	background: #999; /* Firefox */
}


/************************************************************************************
structure
*************************************************************************************/
#pagewrap{
	position:relative;
	z-index:10;
	width:980px;
	margin:0 auto;
	min-height:100%;
}
.container{
	padding:94px 10px 25px 0;
}

/************************************************************************************
header
*************************************************************************************/
#logo{	
	position:absolute;
	z-index:100;
	display:block;
	top:0;
	left:28px;
	width:185px;
	height:55px;
	text-indent:-9999px;
	background:url(../images/header/logo.jpg) no-repeat;
}

/*nav*/
#nav{
	position:absolute;
	z-index:100;
	right:27px;
	top:15px;
}
#nav ul > li{
	position:relative;
	display:block;
	font-family:'Avenir-85-Heavy',Sans-Serif;
	font-size: 13px;
	line-height:30px;
	float:left;
	height:30px;
	margin:0 0 0 25px;
	background:url(../images/common/space.gif) no-repeat;
}
#nav ul li img{
	margin:4px 0 0;
	vertical-align:middle;	
}
#nav ul li a{
	display:block;	
}
#nav ul li a.current{
	color:#c2d94e;
}

/*sub nav*/
#nav ul li > ol{
	position:absolute;
	display:none;
	top:30px;
	left:50%;
	background:#5e5e5e;
	margin:0 0 0 -59px;
}
#nav ul li:hover > ol{
	font-family:'Avenir-LT-55-Roman',Sans-Serif;
	font-size: 14px;
	display:block;
}
#nav ul li > ol > li a{
	display:block;
	width:118px;
	text-align:center;
	line-height:30px;	
}
#nav ul li > ol > li a:hover{
	color:#1d2088;
	background:#c2d94e;
}

/************************************************************************************
footer
*************************************************************************************/
#footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:25px;
	color:#585858;
	text-align:right;
	
	position:relative;
	z-index:15;
	padding:0 27px 0 0;
	height:25px;
	margin:-25px auto 0 auto;
	clear:both;
	overflow:hidden;
}
#footer img{
	vertical-align:middle;	
}


/************************************************************************************
common
*************************************************************************************/
.green{
	color:#c2d94e;	
}
.blue{
	color:#9ce0ff;	
}
.purple{
	color:#df89ff;	
}
h1{
	margin:0 0 30px;	
}
h2{
	font-size:22px;
	color:#c2d94e;
	margin:0 0 20px;	
}
h3{
	font-size:18px;
	color:#c2d94e;
	margin:0 0 10px;
}
h4{
	font-family:'Avenir-85-Heavy',Sans-Serif;
	color:#c2d94e;	
}

#banner{
	margin:0 0 40px;	
}