


/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	background: url(../img/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #333333;	
}


#page {
	position: relative;
	width: 800px;
	padding: 30px 0px 30px 0px;
	margin: 0px auto;
	text-align: left;
}

#page_top {
	background-image: url(../img/page_top_bg.png);
	background-repeat: no-repeat;
	height: 40px;
}

#page_middle {
	background-image: url(../img/page_middle_bg.png);
	background-repeat: repeat-y;
	min-height: 600px;
	padding-bottom: 20px;
}

#page_bottom {
	background-image: url(../img/page_bottom_bg.png);
	background-repeat: no-repeat;
	height: 140px;
	padding-top: 40px;
}

#header {
	margin-right: 40px;
	margin-left: 40px;
}

#navigation {
	margin-top: 20px;
	margin-right: 40px;
	margin-left: 40px;
	
	
	background: url(../img/nav_bg.png);
	background-repeat: repeat-x;
	
	line-height: 24px;
}

#navigation div {
	display: inline;
}

#navigation ul {
}

#navigation ul li {
	display: inline;
	list-style-type: none;
}

.sub_navigation {
	z-index: 1000;
	position: absolute;
	width: 800px;
	top: 0px;
	margin-left: -400px;
	left: 50%;
	visibility: hidden;
}

.sub_navigation ul {
}

.sub_navigation ul li {
	list-style-type: none;
	text-align: left;
	width: 140px;
}

.sub_navigation ul li a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	
	background-color: #C00000;
	background-image: url(../img/list_type_01.gif);
	background-position: 10px 0.7em;
	background-repeat: no-repeat;
	
	line-height: 1.8em;
	text-align: left;
	border-bottom: 1px solid #000000;
	padding: 0px 25px 0px 20px;
	display: block;
}

.sub_navigation ul li a:hover {
	background-color: #990000;
}

.sub_navigation .sub a {
	background-color: #C00000;
	background-image: url(../img/list_type_02.gif);
	background-position: 10px 0.8em;
	background-repeat: no-repeat;
}

#rootline {
	margin-top: 20px;
	margin-right: 40px;
	margin-left: 40px;
}

#content {
	margin-top: 30px;
	margin-right: 40px;
	margin-left: 40px;
}

#content p,
#content td,
#content li,
#content h1,
#content h2,
#content h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}


#content h1 {
	font-size: 12px;
	margin-bottom: 10px;
}

#content h2 {
	font-size: 13px;
	margin-bottom: 10px;
}

#content h3 {
	font-size: 14px;
	margin-bottom: 10px;
}

#content ul li {
	margin-left: 20px;
}

#content p,
#content td,
#content li {
	font-size: 12px;
	line-height: 1.5em;
}

#content div.content-element {
	clear: both;
	padding-bottom: 20px;
}


#content a {
	color: #FF0000;
	text-decoration: underline;
}

#content a:hover {
	color: #C10000;
	text-decoration: none;
}

#footer {
	padding-right: 40px;
	padding-left: 40px;
}

#footer p,
#footer td,
#footer h1,
#footer h2,
#footer h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}

#footer p,
#footer td {
	font-size: 12px;
	line-height: 1.5em;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
}
#footer a:hover {
	text-decoration: underline;
}


