/*
+---------------------------------------------------------------+
|	e107 website system
|	©2008 mcpeace
|	http://www.manatwork.info
|	mcpeace.manatwork@gmail.com
|
|	Released under the terms and conditions of the Commercial License.
|
+---------------------------------------------------------------+
*/
#top_menu {
	width: 175px;
	height: 20px;
	position: absolute;
	top: 8px;
	right: 20px;
	font-size: 11px;
	text-align: center;
    display:inline;
}
#top_menu a{
	color: #000;
}
#top_menu a:hover{
	color: #007FFF;
}
.chat {
	position: relative;
	top: 15px;
	width: 30px;
	height: 31px;
	position: relative;
	background: url("images/chat.jpg") top center no-repeat;
	padding-top:30px;	
}
.chat1 {
	position: relative;
	top: 15px;
	width: 30px;
	position: relative;
	background: url("images/chato.jpg") top center no-repeat;
	padding-top:30px;	
}
.phone {
	position: relative;
	top: 10px;
	width: 30px;
	position: relative;
	background: url("images/phone.jpg") top center no-repeat;
	padding-top:30px;	
}
.phone1 {
	position: relative;
	top: 10px;
	width: 30px;
	position: relative;
	background: url("images/phoneo.jpg") top center no-repeat;
	padding-top:30px;	
}
.email {
	position: relative;
	top: 10px;
	width: 30px;
	position: relative;
	background: url("images/email.jpg") top center no-repeat;
	padding-top:30px;	
}
.email1 {
	position: relative;
	top: 10px;
	width: 30px;
	position: relative;
	background: url("images/emailo.jpg") top center no-repeat;
	padding-top:30px;	
}
.shop {
	position: relative;
	top: 10px;
	width: 30px;
	position: relative;
	background: url("images/order.jpg") top center no-repeat;
	padding-top:30px;	
}
.shop1 {
	position: relative;
	top: 10px;
	width: 30px;
	position: relative;
	background: url("images/ordero.jpg") top center no-repeat;
	padding-top:30px;	
}
