/* General */
#html 
{ margin: 0; 
  padding: 0; 
} 

body 
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 1% 0 10px 5px; 
	padding: 0;
}	

#content_wrapper 
{	width: 750px;
	text-align: center;
}

#body 
{	width: 750px;
	visibility: visible;
}

img
{ border-width: 0; 
}

/* Header */
#header 
{	height: 100px;
	background: #fff url("/remro/img/bg.png") no-repeat top right;
}

#header #logo 
{ float: left;
}

#helper
{	white-space: nowrap;
	float: right;
	position: relative;
	padding-top: 20px; 
  margin-right: 10px;	
}
#helper form 
{ display: inline; 
}

#helper label 
{	display: block;
	color: #fff;
	font-size: 10px;
	margin-bottom: 2px;
}

#helper #search 
{	height: 20px;
	padding: 0; 
  margin: 0;
	border: 1px solid #000;
}

#helper #submit 
{	width: 30px;
  height: 20px;
	padding-bottom: 2px; 
  margin: 0;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
	border-width: 1px;
	background: #d9d9d9;
}
  
#helper p 
{	margin: 0 0 5px 0;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

#helper p a 
{	color: #fff;
	text-decoration: none;
	padding: 1px 3px 2px 3px; 
  margin: 1px;
}

#helper p a:hover 
{	text-decoration: none;
	border: 1px solid rgb(152,183,212);
	background: rgb(104,148,193);
	margin: 0;
}

/* MAIN MENU */
#mainmenu 
{	width: 750px;
	padding: 0;
	text-align: center;
	background: #003366;
	border-top: 5px solid #fff;
	border-bottom: 2px solid #fff;
}

#mainmenu ul 
{	list-style-type: none;
	background: #003366;
	padding: 0; 
  margin: 0 auto;
}

#mainmenu li 
{	display: inline;
	padding:2em;
}

#mainmenu li a 
{	vertical-align: middle;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: #003366;
	color: #fff;
}
	
#mainmenu li a:hover 
{ color: #fff; 
  text-decoration: underline; 
}

/* MENU */
#menu 
{	float: left;
	width: 180px;
	padding: 8px 0; margin: 0;
	border-top: 5px solid #fff;
	background: #f0f0f0 url("/remro/img/corner.gif") no-repeat top left;
}

.contact 
{ text-align: center; 
  margin-bottom: 8px; 
}
 
#navlist 
{ width: 180px;
	list-style-type: none;
	padding: 0; 
  margin: 0;
}

#navlist li 
{	text-align: center;
	background: #9c9c9c url("/remro/img/corner_grey.gif") no-repeat top left;
}

#navlist li a 
{	display: block;
	margin-bottom: 2px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
	
/* Sub-category Navigation */
#navlist ul 
{	list-style-type: none;
	background: #f0f0f0;
	padding: 5px 0 3px 0; 
  margin: 0;
}

#navlist ul li 
{	border: 1px solid #f0f0f0;
	list-style-type: none;
	text-align: left;
	background: #f0f0f0;
	padding: 0 0 0 15%; 
  margin-bottom: 3px;
}

#navlist ul li a 
{	color: #13599E;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	padding: 0; 
  margin: 0;
}

#navlist ul li a:hover 
{ text-decoration: underline; 
  color: #13599E; 
}

/* Sidebar */	
#sidebar 
{	display: inline;
	float: right;
	width: 141px;
	height: 100%;
	text-align: center;
}

#sidebar ul 
{	list-style-type: none;
	font-size: 10px;
	font-weight: bold;
	margin: 0; 
  padding: 0;
}

/* Content */
#content 
{	width: 415px;
	float: left;
	margin-left: 10px; 
  padding: 5px 0;
	font-size: 12px;
	text-align: justify;
	background: white;
}

#content h1 
{ font-size: 20px; 
  text-align: left; 
}

#content h2 
{ font-size: 18px; 
  text-align: left; 
}

#content h3 
{ font-size: 16px; 
  text-align: left; 
}

#content a.heading 
{	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #13599E;
	padding-left:15px;
}

#content a.heading:hover 
{ text-decoration:underline; 
}

#content a 
{ color: #13599E; 
  text-decoration:none; 
}

#content a:hover 
{ color: #13599E; 
  text-decoration:underline; 
}

#content a.contenttop 
{ color:#F00;
  text-decoration:none;
  font-size:12pt;
  font-weight:bold;
}

#content a.contenttop:hover 
{ text-decoration:underline;
}

#footer 
{	clear: both;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
}

#mainitem 
{ margin-bottom: 10px; 
}

.items li 
{	clear: both;
	height: 100px;
	padding: 0; 
  margin-top: 10px;
}

.items  
{ list-style-type: none;
	font-size: 12px;
	text-align: left;
	padding: 0; 
  margin: 0;
}

.items p 
{ padding: 0; 
  margin: 2px; 
  text-align: left; 
  font-size: 12px; 
}
	
a.item_img 
{	display: block;
	float: left;
	width: 92px;
	height: 82px;
}

.items a 
{	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #13599E;
}

.items a:hover 
{ text-decoration: underline; 
}


#information
{ position: absolute;
  display: none;
}

.information 
{ text-decoration: none;
  font-weight: bold;
}

#tooltip 
{ position: absolute;
  visibility: hidden;
  z-index: 2;
  filter:alpha(opacity=93);   
}

.tooltip H1 
{ font-size: 10.0pt;
  display:inline;
}

.tooltip H2 
{ display: inline;
  font-size: 10.0pt;
}

.title
{ color: #D23D3D;  text-align:center;
  font-size: 15px;
  
}

td 
{	font-size : 12px;
	color				: #000000;  
	font-family	: Verdana, Arial, Helvetica,sans-serif;
	text-align	: left; 
}

.explain
{ text-align: justify;
  color:#999999;
}

#copyright
{ font-size:10px; font-family: sans-serif; 
  color: #FF9932;
}

@media print
{ #sidebar
  { display: none;
  }
}