@charset "utf-8";

/* removes browser defaults */
* { 
	margin: 0;
	padding: 0; 
}

/* stops the nasty horizontal shift in moz etc */
html { 
	height: 100%; 
	margin-bottom: 1px; 
}

p {
	font-size: 100%;
	line-height: 1.2em;
}

h2 {
	margin-top: 0px;
	font-size: 155%;
	line-height: 1.1em;
}

img {
	margin-top: 10px;
	margin-bottom: 10px;
}

li {
	font-size: 100%;
	line-height: 1.2em;
}

li.inline {
  display: inline;
  padding-left: 0px;
  padding-right: 3px;
}

li.last {
  display: inline;
  padding-left: 3px;
  padding-right: 3px;
  border-right: 0px;
} 
  
img.noborder {
	border: none;
	margin: 5px;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #333333;
}
a[name] {
	color: inherit;
	text-decoration: inherit;
}

body { 
	margin: 15px auto;
	top: 20px; 
	width: 95%; 
	font-family: "Trebuchet MS", Arial, sans-serif, serif;
	font-size: 0.8em;
	background-image: url(../imgs/b.png);
	background-position: 100% 0%;
	background-repeat: no-repeat;
}

#apex {
	display: block;
	border-top: 1px dashed #ccc;
	padding-top: 15px;
	margin: 0em auto;
	position: relative;
	width: 945px;
	/*max-height: 550px;*/
	overflow: hidden;
}

#base {
	border-top: 1px dashed #999;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #999;
	clear: both;
	display: block;
	text-align: center;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}

#badges ul {
	width: auto;
	/*float: center;*/
	overflow: hidden;
	margin: auto;
	list-style-type: none;
}

#if-content-head h1 {
	text-indent: -9999px;
	display: block;
	height: 510px;
	width: 110px;
	background-image: url(../imgs/remzalogo.png);
	background-repeat: no-repeat;
	float: left;
	
	padding-right: 10px;
}

#if-content {
	float: left;
	margin: 10px;
	display: block;
	width: 220px;
/*	height: 510px; */
}

#if-content ul {
	list-style-type: none;
}

#if-content img {
	border: 1px solid #000;
	padding: 1px;
	margin-top: 10px;
}

#else-content {
	display: block;
	width: 220px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	/*height: 510px;*/
	float: left;
}

#else-content ul {
	list-style-type: none;
}

#else-content img {
	border: none;
	text-decoration: none;
}

#elif-content {
	display: block;
	float: left;
	min-height: 510px;
	width: 325px;
	background-image: url(../imgs/elif.png);
	background-repeat: no-repeat;
	text-align: center;
}
#elif-content ul {
	text-align: center;
}
#elif-content li {
	margin: 10px;
	font-size: 120%;
}
#elif-content p {
	font-size: 200%;
}
#elif-content h2 {
	color: #fff;
	font-size: 300%;
	text-shadow: #000 5px 5px 5px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 10px;
}
#elif-content img {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: 5px;
	border:none;
}
#elif-content a:link {
	color: #fff;
	text-decoration: none;
}
#elif-content a:visited {
	color: #fff;
	text-decoration: none;
}
#elif-content a:hover {
	color: #f00;
}
#elif-content a[name] {
	color: inherit;
	text-decoration: inherit;
}

/* format unit-list */
#unit-list { 
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 1em;
}
#unit-list ul {
	padding:0; 
	margin:12px 0px 5px 0px;
	list-style-type: none;
	width:220px;
	height:220px; 
}
#unit-list img {
	border:0;
}
#unit-list li {
	display:block;
	height:69px;
	width:69px;
	float:left;
	margin:1px;
}
#unit-list a {
	display:block;
	width:68px;
	height:68px;
	border:1px solid #000;
	line-height:68px;
	text-align:center;
	text-decoration:none;
	color:#fff;
}
#unit-list a em, #unit-list a span {
	display:none;
}

/* unit-list:link */
a#u1 {
	background:#444;
}
a#u2 {
	background:#777;
}
a#u4 {
	background:#aaa; 
	color:#000;
}
a#u5 {
	background:#777;
}
a#u6 {
	background:#aaa; 
	color:#000;
}
a#u8 {
	background:#eee; 
	color:#000;
}
a#u10 {
	background:#aaa; 
	color:#000;
}
a#u12 {
	background:#eee; 
	color:#000;
}
a#u13 {
	background:#fff; 
	color:#000;
}

/* unit-list:hover */
a:hover#u1, a:hover#u2, a:hover#u5 {
	background:#ffd610; 
	color:#000;
}
a:hover#u4, a:hover#u6, a:hover#u8, a:hover#u10, a:hover#u12, a:hover#u13 {
	background:#ffd610;
}
