/* ########## import ########## */
@import url(global.css);
/*@import url(navigation.css);*/


/* ########## general ########## */
body, html {
	font: 0.8em verdana, arial, sans-serif;
	text-align: center;
	background-image: url('/resource/img/global/bg.jpg');
	background-repeat: repeat-y;
	height: auto;
}

#head, #footer {
	background-image: url('/resource/img/global/grey-bg.jpg');	
	width: 711px;
	margin: 0 auto;	
}
#head {
	height: 90px;
}
#head object {
	margin-left: 3px;
}

#footer {
	display: inline-block;
	font-size: 90%;
	padding-bottom: 20px;

}
#footer:after {
	content: ".";
  	visibility:	hidden;
  	display: block;
  	height: 0;
  	clear: both;
  	
}

#footer #footer_links {
	list-style: none;
	float: left;	
	margin-top: 10px;	
	margin-left: 35px;
	text-align: left;	
}

#footer #footer_links li {
	display: inline;
	margin-left: 3px;
}
#footer #footer_links li a {
	color: #000000;
	text-decoration: none;
}
#footer #footer_links li a:hover {
	text-decoration: underline;
}
#footer #info {
	float: right;
	width: 200px;
	margin-top: 10px;
	margin-right: 20px;
	text-align: right;
}
#footer #info a {
	text-decoration: none;
}
#footer #info a:hover {
	text-decoration: underline;
}


#body_header {
	width: 711px;
	background-image: url('/resource/img/global/bg-top-white.jpg');
	background-repeat: no-repeat;
	height: 26px;
	margin: 0 auto;	
	
}
#body_footer {
	width: 711px;
	background-image: url('/resource/img/global/bg-bottom-white.jpg');
	background-repeat: no-repeat;
	height: 24px;
	margin: 0 auto;	
	
}

#body {
	color: #000;
	margin: 0px auto;
	text-align: center;
	width: 711px;
	
	background-image: url('/resource/img/global/bg-white.jpg');
	background-repeat: repeat-y;	
	
	margin-top: -3px;
	padding-bottom: 10px;
	position: relative;
}

#table_number {
	behavior: url('/resource/js/iepngfix/1_0_rc4/iepngfix.htc');
	width: 103px;
	height: 105px;
	position: absolute;

	left: 578px;
	top: -10px;
}

#content {
	width: 600px;
	margin: 0 auto;
	position: relative;
	
	text-align: left;

}


#content #page_header {
	padding-top: 15px;
	width: 500px;
}

#content #page_content {
	
	
	width: 575px;
	
	margin: 0 auto;
	margin-top: 10px;

}
#content #page_content img.sub_header {
	margin: 10px 0;
}


div.wrap {
	display: inline-block;
	
}

div.wrap:after {
	content: ".";
  	visibility:	hidden;
  	display: block;
  	height: 0;
  	clear: both;  	
}



ul {
	list-style: disc;
	margin-left: 10px;
	//margin-left: 20px;
	margin-bottom: 5px;
}
ul li ul {
	list-style: circle;
}
ol {
	list-style: decimal;
	margin-left: 10px;
	//margin-left: 25px;
	margin-bottom: 30px;
}
ol li {
	margin-bottom: 1em;
}


hr {
	border: 0;
	color: #939391;
	background-color: #939391;
	height: 1px;
	width: 100%;
	text-align: left;
	margin: 15px 0;
}

h1 {
	font-size: 170%;
	margin-bottom: 10px;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 120%;
	margin-top: 15px;
}

h4 {
	font-size: 100%;
}

p {
	margin-bottom: 5px;
	line-height: 1.5em;
}
a:link,a:visited {
	color: #000000;
}


.bold {
	font-weight: bold !important;
}

.normal {
	font-weight: normal !important;
}
.underline {
	text-decoration: underline;
}

.color_orange {
	color: #C52B00;
}

.upper {
	text-transform: uppercase;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

object.flash {
	display: block;
}

object.flash div.no-flash {
	background: #e8e8e8;
	border: 1px solid #888;
	color: #888;
	display: block;
	padding: 10px;
	margin-bottom: 5px;
}
