/* LOGO */ 

#top #logo {
	position: absolute;
	top: 10px;
	left: 50px;
}

/* CLOSE */

#top #close {
	position: absolute;
	top: 15px;
	right: 15px;
}

/* PERSONAL */

#personal {
	position: absolute;
	top: 86px;
	left: 28px;
	font-weight: bold;
	font-size: 10px;
}

#personal a.rulebar {
	text-align: center;
	position: relative;
  left: -13px;
	/*top: -.5em;*/
  display: block;
}

#personal .rule {
	margin: 3px !important;
}

/* NICK LABEL */

#nick_label {
  color: #c30;
}

/* NAVEGACAO */ 

#nav {
	position: absolute;
	top: 120px;
	left: 167px;
	display: block;
}

#nav h1 {
	margin: 5px 0;
	font-size: 18px;
	color: #928d8c;
}

#nav ul#menu {
	height: 21px;
	border-right: 1px solid #D3CDBD;
	display: block;
	float: left;
}

#nav ul#menu li {
	list-style-type: none;
	border-left: 1px solid #D3CDBD;
	height: 21px;
  padding: 0 16px;
	display: block;
	float: left;
	vertical-align: bottom;
}

#nav ul#menu li a {
	position: relative;
  top: 3px;
}

#nav ul#menu li a:hover {
	color: #D1382A;
}

#nav ul#menu li.selectmenu {
	background-color: #FFF;
}

#nav ul#menu li.selectmenu a {
	font-weight: bold;
	color: #D1382A;
}

/* SUBMENU */ 

ul#submenu {
	display: block;
	margin-left: 48px;
	margin-top: -6px;
	float: left;
  min-width: 560px;
}

ul#submenu li {
	list-style-type: none;
	float: left;
}

ul#submenu li a {
	margin: 0 16px 0 0;
	text-decoration: none;
	display: block;
	float: left;
	color: #605C5B;
	font-weight: bold;
	border: 1px solid #F0EEE9;
	background-color: #FFF;
	padding: 3px 6px;
}

ul#submenu li a img {
}

ul#submenu li a:hover {
	color: #D1382A;
  background-color: #ffc !important;
	border: 1px solid #f0dba8;
}

/* FACES */

#top .face {
	cursor: pointer;
}

#selectFace {
	width: 232px;
	background: #f8f5f2;
	position: absolute;
	left: 24px;
	top: -12px;
	display: none;
	padding: 0;
	z-index: 99;
}

#selectStatus {
	background: #f8f5f2;
	display: none;
}

/* TEMP */

.highlight a {
  background-color: #ffc !important;
	color: #c30 !important;
}

#video {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(/images/chat/2.png);
	background-position: 8px 2px;
	background-repeat: no-repeat;
	padding-left: 30px !important;
}