/* @group Base */

body {
	
}

h1 {
/* 18px */
	font-size: 138.5%;
}

h2 {
/* 16px */
	font-size: 123.1%;
}

h3 {
/* 14px */
	font-size: 108%;
}

strong, dt {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

button, input[type="checkbox"], input[type="radio"], input[type="reset"], input[type="submit"] {
	padding: 1px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
} /* IE6 */

*:first-child+html .clearfix {
    zoom: 1;
} /* IE7 */

.wrapper {
	position: relative;
	display: block;
	width: 1024px;
	margin: 0 auto;
}

/* @end */

/* @group Header */

#header {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	z-index: 2;
}

#header .wrapper {
	position: relative;
	background: url(../images/stroke.png) no-repeat 190px bottom;
	height: 145px;
}

#logo {
	display: inline-block;
}

#tag {
	position: absolute;
	display: block;
	right: 40px;
	bottom: -34px;
}

#nav {
	display: inline-block;
	position: absolute;
	overflow: hidden;
	left: 220px;
	top: 120px;
}

#nav li {
	display: inline-block;
	float: left;
	overflow: hidden;
	height: 25px;
}

#nav li a img {
	position: relative;
	overflow: hidden;
	margin-top: -25px;
}

#nav li.selected img, #nav li a:hover img {
	margin-top: 0;
}


/* @end */

/* @group Content */

#content {
	position: relative;
	display: block;
	margin: 0 0 20px;
	padding: 0;
	z-index: 1;
}

/* @end */