body { 
    	margin: 0;
    	padding: 0; 
   	font-family: Arial, sans-serif;
    	font-size: 12px;
   	background-color: #000;
    	color: #fff;
   	border-top: 3px solid #900;
}

a { outline: none; }

#wrap {
    	width: 990px;
    	margin: 0 auto;
}

#logo { 
	width: 270px; 
	height: 65px; 
	float: left; 
	background: url(images/loading.gif) no-repeat 50% 37%; 
}

#logo img { border: 0; }

ul.navigation {
    	list-style: none;
    	margin: 4px 0 0 0;
    	padding: 0;
    	float: left;
   	color: #222;
}

ul.navigation li { display: inline; padding: 0; }

ul.navigation a { 
	font-weight: bold; 
	color: #666; 
	text-decoration: none; 
	padding: 5px 10px;
}

ul.navigation a:hover { color: #fc0; }

a.special-chars { display: block; background: url(images/special-chars.jpg) no-repeat 0% 50%; margin-left: 12px; padding-left: 40px; height: 15px; color: #666; font-weight: bold; text-decoration: none; }

#panel {
	background: #EDDEDB url(images/bg-panel.jpg) repeat-x bottom;
	padding-bottom: 10px;
	border-bottom: 3px solid #900;
}

.bg-top { background: url(images/bg-panel-top.jpg) repeat-x top; padding-top: 10px; }

.slide {
	margin: 0 5px 0 30px;
	padding: 0;
	background: url(images/btn-slide.gif) no-repeat center top;
	float: left;
	width: 130px;
}
.btn-slide {
	background: url(images/arrow.gif) no-repeat right -54px;
	text-align: center;
	width: 120px;
	height: 22px;
	padding: 3px 10px 0 0;
	margin: 0 auto;
	display: block;
	font-weight: bold;
	color: #fc0;
	text-decoration: none;
}
.active {
	background-position: right 5px;
	color: #fc0;
}

#rules { 
	border: 1px solid #111;
	border-bottom: 1px solid #111;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	width: 850px;
	margin: 20px auto;
	padding: 20px;
	font-size: 11px;
	position: relative;
}

#rules ul { list-style: none; margin: 0; padding: 0; }

#rules li { 
	padding-left: 20px; 
	background: url(images/list-rules.png) no-repeat top left; 
	margin: 0 0 10px 0; 
}

#rules a { color: #fc0; }

#rules b { color: #fc0; }

#rules h3 { font-size: 12px; text-align: center; }

#rules a.close-window { position: absolute; top: -15px; right: -15px; }





#footer {
	background: #111;
	margin-top: 30px; 
	border-top: 1px dotted #222;
	color: #999;
}

#footer-content {
	background: url(images/bg-footer.png) no-repeat right 10px;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	font-size: 11px; 
	
}

#footer-content #embedChatInfo { 
	-moz-border-radius: 3px 0 0 3px; 
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	padding: 8px 20px 5px 10px; 
	background: #333 url(images/bg-embedChatInfo.jpg) no-repeat right top; 
	color: #999; 
	text-shadow: 0 1px #000;
	font-family: Tahoma; 
	width: 140px; 
	font-weight: bold; 
}

#footer-content td { padding: 0 10px; }
#footer-content span { font-weight: bold; color: #fc0; }
#footer-content textarea#embedChat { width: 275px; height: 15px; margin-top: 5px; }





/* --------------------------------------------------------- google search box */

#SearchBox { 
	margin: 15px 0 0 0;
	width: 339px; 
	height: 27px;
	background: #000; 
	padding: 5px 5px 5px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #252525;
	
}

#SearchBox .textin { 
	border: 0; 
	margin: 0; 
	height: 20px; 
	width: 300px; 
	font-size: 17px;
 }

#SearchBox .button { 
	background: url(images/search-button.png) no-repeat left top;  
	border: 0; 
	color: #fff; 
	margin: 0; 
	width: 28px; 
	height: 26px; 
}

 