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

* { margin: 0; padding: 0; }
html { height: 100%; }

body, table, tr, td, div, select, input, textarea, span, ul, ol, li {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background: #F68738 url('../images/bg-body-pattern.jpg') scroll repeat-x;
	color: #ffffff;
	font-size: 10px;
	height: 100.05%;
}

fieldset, select, input, img, textarea { border: none; }
select, input, textarea { font-size: 99%; }

h1 {
	font-size: 16px;
}

h2 {
	font-size: 13px;
}

p {
	font-size: 12px;
	margin-bottom: 15px;
}

hr { margin-bottom: 10px; clear: both; }

p.highlight {
	font-size: 16px;
	font-weight: bold;
}

a, a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}

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


div#bg-body-overlay {
	background-image: url('../images/bg-body-overlay.jpg');
	background-repeat: no-repeat;
	height: 240px;
	left: 0;
	position: absolute;
	top: 0;
	width: 1010px;
	z-index: 10;
}

div#home-teaser {
	left: 570px;
	position: absolute;
	top: 210px;
	z-index: 10;
}

div#layout-wrapper {
	margin-left: 20px;
	margin-top: 180px;
	position: relative;
	z-index: 100;
}

div#navigation {
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin-top: 25px;
	position: relative;
	z-index: 100;
}

div#navigation ul {
	list-style-image: none;
	list-style-type: none;
}

div#navigation ul li {
	background-image: url('../images/navi-bg.gif');
	background-repeat: no-repeat;
	cursor: pointer;
	height: 50px;
	width: 136px;
}

div#navigation ul li a {
	color: #FFFFFF;
	display: block;
	height: 22px;
	padding: 14px 15px;
	text-decoration: none;
	width: 104px;
}

div#navigation ul li a:hover {
	background-image: url('../images/navi-over-bg.gif');
	background-repeat: no-repeat;
}

div#content-wrapper-home {
	float: left;
	margin-left: 25px;
	position: static;
	width: 365px;
}

div#content-wrapper {
	float: left;
	margin-left: 25px;
	padding-bottom: 15px;
	position: relative;
	width: 520px;
}

div#content-wrapper img {
	float: left;
	padding-bottom: 15px;
	padding-right: 10px;
}

div#navigation ul li a#open {
	color: #B75006;
}
div#content-wrapper_img {
	position: static;
	left: 15px;
	width: 550px;
	background-color:#F68738;
	
	}
