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

*{
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
}


body {
	background: #fff;
	margin: 0px;
	padding: 0px;
}


#page {
	width: 900px;
	margin: 0 auto 0 auto;
	border: none;
	background: url(img/bg.png) repeat-y;
}


p {
	margin-top: 5px;
	margin-bottom: 5px;
}


img {
	border: none;
}


#logo {
	text-align: left;
	background: url(img/logo.png) no-repeat center ;
	height: 200px;
}


.clear {
	clear: both;
}

.title {
	font-size:17px;
}
/* ------------------------------------------*/
#menu {
	font-size: 15px;
	font-stretch:extra-expanded;
}

nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	padding-left: 100px;
	position: relative;
	display: inline-table;
	padding-top: 175px;
}

nav li {
	float: left;
}

nav a {
	display: block;
	float: left;
	padding: 0px 60px 0px 0px;
	text-decoration: none;
	color: #d65f56;
	font-weight:500;
}

nav a:hover {
	color: #7f7462;
}

nav li .navOn {
	font-weight:550;
	color: #636343;
}

nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}
nav ul ul {
	position: absolute; top: 100%;
	padding: 0;
	padding-top: 14px;
}
	nav ul ul li {
		float: none; 
		position: relative;
		padding: 10px 5px 29px 5px;
		background:url(img/btn_yr.png) no-repeat;
		
	}
		nav ul ul li a {
			
			color: #d65f56;
			
		}	
			nav ul ul li a:hover {
				color: #636343;
			}
/* ------------------------------------------*/

#content{
	padding: 40px 100px 0px 100px;
	font-size: 14px;
	vertical-align: top;
	color:#000;
	line-height:1.2em;
	text-align:justify;
	min-height: 278px;
}


.imgleft{
	float: left;
	padding: 10px 25px 15px 0;
}


.imgright {
	padding: 10px 0 15px 15px;
	float: right;
	text-align:right;
}

.imgcenter {
	text-align: center;
	padding-left: 120px;
}


#content a {
	text-decoration: none;
	font-style:oblique;
}


.imgfltleft {
	float: left;
	padding: 0px 25px 35px 15px;
	text-align: center;
}

/* ------------------------------------------*/


#bottom { 
	padding-top: 8px;
	font-size: 10px;
	color: #636343;
	text-align: center; 
	overflow: hidden;
	clear: both;
	background: url(img/bottom.png) bottom no-repeat;
 }


.copy {
	padding-top: 50px;
}
