/* ========================== reset.css ============================ */
html {
	color: #000;
	background: #fff;
}

blockquote,
body,
code,
div,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
textarea,
td,
th,
ul {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

dfn {
	font-style: normal;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
select,
textarea {
	font-family: inherit;
	font-weight: inherit;
	font-size: 100%;
}

legend {
	color: #000;
}
/* ========================== reset.css ============================ */

/* ============ HEADER : start ============ */
#header {
	background: #fff url(/resources/header_bg.gif) repeat-x left top;
	height: 85px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}
#header #logo {
	left: 0;
	position: absolute;
	top: 21px;
}
/* ============ HEADER : end ============ */

/* ============ NAVIGATION : start ============ */
#navigation {
	background: #933;
	height: 36px;
	left: 0px;
	position: absolute;
	top: 85px;
	width: 100%;
}
#navigation li {
	display: inline;
	float: left;
}
#navigation li.first {
	margin-left: 17px;
}
#navigation li.selected {
	background: #f9ba00;
	color: #933;
	font-weight: bold;
	padding: 9px 8px 1px 8px;
}
#navigation a {
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 9px 8px 1px 8px;
}
#navigation a:hover {
	background: #d88a71;
	text-decoration: none;
}
#navigation li.selected a {
	color: #933;
	margin: -9px -8px -1px -8px;
}
/* ============ NAVIGATION : end ============ */

/* ============ CONTENT - WRAPPER : start ============ */
#content_wrapper {
	background: #fff;
	left: 0px;
	position: absolute;
	top: 125px;
	width: 100%;
}

/* --- breadcrumb --- */
#breadcrumb {
	background: #f8e8e0;
	height: 20px;
	padding-top: 0;
	width: 100%;
}
#breadcrumb li {
	display: inline;
	font-size: 81%;
	padding: 0;
	width: 100%;
}
#breadcrumb li.first {
	margin-left: 26px;
}
#breadcrumb a {
	background: url(../../images/elements/divider_gt.gif) no-repeat right 5px;
	color: #333;
	padding-right: 10px;
	text-decoration: underline;
}
#breadcrumb a:hover {
	color: #933;
}

/* --- introduction --- */
#intro {
	color: #933;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 12px 0 0 25px;
	width: 650px;
}
#intro a {
	background: url("../../images/elements/icon_internal_2.gif") no-repeat right 4px;
	color: #933;
	font-weight: normal;
	padding: 0 10px;
	text-decoration: underline;
}
#intro a:hover {
	background: url("../../images/elements/icon_internal_1.gif") no-repeat right 4px;
	color: #000;
}

/* --- main content --- */
#main_content {
	margin-left: 25px;
	position: relative;
	width: 684px;
}
#main_content .block {
	clear: both;
	float: left;
	margin-bottom: 30px;
	position: relative;
	width: 684px;
}
#main_content .block .box {
	float: left;
	margin-bottom: 20px;
	position: relative;
	width: 225px;
}
#main_content .block .box h2,
#main_content .block .box h3,
#main_content .block .box h4,
#main_content .block .box p {
	padding-right: 8px;
}

#main_content .block .box2 {
	float: left;
	margin-right: 8px;
	position: relative;
	width: 450px;
}

/* ============ CONTENT - WRAPPER : end ============ */

strong {
	font-weight: bold;
}
