﻿@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #333;
}


/* =Font
---------------------------------------- */
body {
	font-family: Arial,Helvetica,sans-serif;
}

textarea, input {
	font-family: sans-serif;
}

body, form {
	font-size: small;
}

.container,
textarea, input {
	font-size: 105%;
}


/* =Links
---------------------------------------- */
a:link {
	color: #038;
}

a:visited {
	color:#069;
}

a:hover, a:active {
	color: #F60;
}

a img {
	border: none;
}


/* =Structure
---------------------------------------- */
.container {
	position: relative;
	min-width: 820px;
}


#footer {
	clear: both;
	padding: 10px;
	border-top: 1px solid #490;
	margin: 10px;
	text-align: center;
	font-size: 80%;
}

/* =Header
---------------------------------------- */
#header {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	height: 95px;
	background: url(../images/bg_header.png) 0 46px repeat-x;
}

#logo {
	padding: 8px 0 0 20px;
}


/* =Content
---------------------------------------- */
#content {
	padding: 0 20px 10px 3%;
}

#content p, #content li, #content dt, #content dd {
	line-height: 1.5em;
}

#content .nav li {
	line-height: 1em;
}


/* =Navigation
---------------------------------------- */
#navMain li,
#navSub li {
	list-style: none;
}

#navMain {
	overflow: hidden;
	position: absolute;
	left: 28px;
	top: 46px;
	height: 50px;
	width: 80%;
}

#navMain li {
	float: left;
	margin-right: 15px;
	height: 29px;
}

#navMain li a {
	display: block;
	color: #FFF;
	text-decoration: none;
}

#navMain .current ul {
	position: absolute;
	left: 0;
	top: 28px;
	width: 600px;
	color: #490;
}

#navMain .current li {
	height: 20px;
	line-height: 20px;
	font-size: 90%;
}

#navMain .current li li,
#navMain .current li a {
	display: inline;
}

#navMain .current li a {
	padding: 0;
	color: #666;
	background: none;
}

#navMain .current .navMy {
	color: #f90;
}

#navSub {
	position: absolute;
	left: 185px;
	top: 17px;
	left: 150px;
	top: 25px;
	font-size: 95%;
}

#navSub li {
	display: inline;
	margin-right: 5px;
}

#navSub li a {
	color: #490;
	text-decoration: none;
}

#navSub li a:hover,
#navSub li a:active {
	text-decoration: underline;
}

#hSearch {
	position: absolute;
	right: 20px;
	top: 6px;
}

#hSearch .txt {
	width: 150px;
	color: #999;
}


/* MISC: =Headings
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1em;
}


/* =MISC
---------------------------------------- */
input {
	vertical-align: middle;
}


