/* 
------------------------------------
© 3f8h.net, electronic publishing
CSS by kubusmedia.com
------------------------------------
 */

html {
	overflow-y: scroll;
}

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
	color: #404040;
	background-color: #eeeeee;
}

.js #emotion_image {
display: none;
}

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

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
}

img {
	vertical-align: top;
	border: 0;
}

.clearfix {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0%;
}

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

#wrap {
	width: 900px;
	text-align: left;
	margin: 0 auto;
}

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

#header {
	background-color: #dfe8d7;
/* -background-color: #e2e5dc;--- */
	height: 60px;
}

#header img {
	padding: 15px 0 0 35px;
}

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

#emotion_image {
	height: 180px;
	overflow: hidden;
}

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

#navigation_area {
	font-weight: bold;
	color: #637848;
	background-color: #c2cab8;
	height: 35px;
}

#navigation_area a {
	color: #637848;
	text-decoration: none;
}

#navigation_area a:hover,
#navigation_area a.active {
	color: #d10019;
}

#language {
	float: right;
	padding: 10px 35px;
}

#language ul li {
	float: left;
	padding: 0 3px 0 3px;
}

#menu {
	float: left;
	padding: 10px 35px;
}

#menu ul li {
	float: left;
	padding: 0 12px 0 12px;
}

#menu ul li.first {
	padding: 0 12px 0 0;
}

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

#content {
	clear: both;
	padding: 30px 165px 20px 35px; /*ADJUST HERE YOUR CONTENT PADDING */
	/*background-color: #f2f2f2; */
	background-color: #ffffff;
	min-height: 340px;
	}

	
#content a {
	color: #646464;
}

#content a:hover {
color: #d10019;
}

#content h1 {
	margin: 0 0 5px 0;
	text-transform: uppercase;
	font-size: 100%;
}

#content h2 {
	margin: 15px 0 5px 0;
	text-transform: uppercase;
	color: #637848;
	font-size: 100%;
}

#content h3 {
	margin: 0 0 5px 0;
	font-size: 100%;
}

#content h4 {
	margin: 15px 0 5px 0;
	color: #637848;
	font-size: 100%;
}


#content table {
	padding: 0;
	margin: 0;
	border-top: 1px solid #e2e5dc;
	border-right: 1px solid #e2e5dc;
	border-style: none;
}

#content table tr th {
	background-color: #c2cab8;
	border-left: 1px solid #e2e5dc;
	padding: 5px 10px;
}

#content table tr td {
	border-bottom: 1px solid #e2e5dc;
	border-left: 1px solid #e2e5dc;
	padding: 3px 0px;
	border-style: none;
}

#content table tr td v2 {
	border-bottom: 1px solid #e2e5dc;
	border-left: 1px solid #e2e5dc;
	padding: 5px 10px;
}

#content ul li {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	line-height: 20px;
}

#content .list {
	position: relative;
	display: block;
}

#content .list_image {
	margin-right: 35px;
	float: left;
}

#content .list_image_right {
	margin-left: 35px;
	float: right;
}

#content .dotted {
	border-bottom: 1px dotted #c2cab8;
}

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

#footer {
	clear: both;
	color: #646464;
	font-size: 9px;
	background-color: #c2cab8;
	padding: 10px 35px;
	margin-bottom: 10px;
}

#footer a {
	color: #646464;
}

#footer a:hover,
#footer a.active {
	color: #d10019;
	
}

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