@charset "utf-8";
/* CSS Document */

html * {
	margin: 		0px;
	padding: 		0px; 
}

body {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		.76em;
	color:			#000; 
	line-height:	1.3;
	background-image:url(../images/BG_1280x1024.jpg);
	background-position: top center;
	background-repeat:repeat;
}

body.content {
	background-image:url(../images/BG_1280x1024_Tint.jpg);
	background-position: top center;
	background-repeat:repeat;
}

a { 
	text-decoration: 	none;
	color: 				#555;
}

a: active {
	outline: 			none;
}  

a:focus {
	-moz-outline-style: none;
}
  
a:hover {
	color: #6FF; 
}
 
img {
	 border: 		0;
}

li {
	list-style:		none; 
}

p, h1, h2 , h3, h4, h5, h6 {
	font-size: 100%; 
	margin-bottom: 9px;
}

h2 {
	font-size: 		120%;
	font-weight:	bold;
}

h3 {
	font-size: 		120%;
	font-weight:	bold;
}

input, textarea {
	font-size: 		100%;
	font-family:	Arial, Helvetica, sans-serif;
}

table {
	border-collapse:collapse;
}

td {
	vertical-align:	top;
	padding:		4px;
}

#mainContent {
	width: 980px;
	height: 480px;
	margin: 20px auto 0;
	position: relative;
}

#mainSubMenu {
	width: 980px;
	height: 60px;
	margin: 10px auto;
}

#menuSub {
	width: 740px;
	margin: 0 auto;
}

#menuSub li {
	display: inline;
	padding: 0;
	margin: 0;
	border: 0;
}

#backButton {
	position: absolute;
	z-index:	600;
	left: 900px;
	top: 0px;
	width: 70px;
}

/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 592px; 
    height:440px; 
	margin: 0 auto;
	
	color: #FFF;
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 

div.scrollable div.items div p {
	width: 592px;
	margin: 5px 0;
}

div.scrollable div.items div { 
    /* this cannot be too large */ 
     height:440px;
	 width: 592px;
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}

.tableFooter {
	float: right;
}

.tableFooter td {
	padding: 0;
}

#meerkat {
	color: #FFF;
	font-size: .7em;
	border-top: 1px solid #C66;
}

.textLogo {
	color: #C66;
}
