@charset "utf-8";
/* CSS Document */
.clear { clear:both;}
body {
	background: #301800 url(../assets/bg.png) repeat-x center -15px;
	color: #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	}

a { color: #faee84;
text-decoration:none;
outline: none;
border:none;}
a img {border: none;
outline: none;}
a:hover { color: #ccc;}
#content {
	width: 760px;
	display:block;
	margin: 0 auto;
	}
	/*------------------------------------- header start  ---------------------------------- */
	
	
#header {
	width: 625px;
	height: 130px;
	display:block;
	margin: 25px auto 0px auto;
	}
#logo {
		background:url(../assets/header-trans.png) top center no-repeat;
		width:625px;
		height:91px;
		display: block;
		cursor: pointer;
	}
#mailing {
	margin-top: 12px;
	background:url(../assets/mailing-trans.png) center 0px no-repeat;
	width: 625px;
	height: 17px;
	display:block;
	cursor:pointer;}
#mailing:hover {
	background-position: center -18px;}
	
	
/*------------------------------------- slideshow start  ---------------------------------- */
		
#slideshow {
	width: 648px;
	height: 370px;
	display:block;
	margin:10px auto;
/*	background:url(../assets/slide.png) no-repeat center center;*/}
	
/*------------------------------------- nav start  ---------------------------------- */
#nav {
	width: 700px;
	display:block;
	margin: 0 auto;}
#nav a {
	font-weight: bold;}
	
#nav ul#navlist {
	list-style: none;
	list-style-image: none;
	list-style-position:inside;}
	
#nav ul#navlist > li {
	position: relative;
	display: inline;
	float: left;
	display: block;
	margin: 10px 26px}

#nav ul#navlist > li > a {
	width: 180px;
	height: 35px;
	display:block;
	background-repeat: no-repeat;}
	
#nav ul#navlist li a.menu {
	background:url(../assets/nav.png) 0px 0px no-repeat;}
#nav ul#navlist li a.menu:hover {
	background:url(../assets/nav.png) 0px -35px no-repeat;}
	
#nav ul#navlist li a.about {
	background:url(../assets/nav.png) -180px 0px no-repeat;}
#nav ul#navlist li a.about:hover {
	background:url(../assets/nav.png) -180px -35px no-repeat;}
	
#nav ul#navlist li a.theory {
	background:url(../assets/nav.png) -360px 0px no-repeat;}
#nav ul#navlist li a.theory:hover {
	background:url(../assets/nav.png) -360px -35px no-repeat;}

#nav ul li ul {
	list-style:none;
	list-style-type:none;
	list-style-image:none;
	padding:0px;
	margin: 5px 0px 0px 40px;
	text-align:left;}
#nav ul li ul li {
	padding: 5px 0px;
	font-size:12px;}

/*------------------------------------- footer start  ---------------------------------- */
#footer {
	clear:both;
	line-height: 25px;
	padding:0px 20px 0px 0px;
	margin: 10px 0px 10px 0px;
	background: #301800;
	text-align:right;
	font-size:10px;
	color: #faee84;
	word-spacing: .2em;}