/* Custom css style for vbulletin by DAgcy.com */


/* Header */
.header {
	height: 136px;
	border-bottom: 2px solid #64614a;
}
#header_left_cell {
	background: url(/style/ams/images/header-left.png) no-repeat left center;
	float: left;
	width: 783px;
	height: 136px;
	position: absolute;
	
}
#header_left_cell a {
	float: left;
}
.top-phones {
	float: left;
	list-style: none;
	color: #fff;
}
.top-phones > li {
    margin: 4px 0;
}
.top-phones li span.list-name1{
	font-weight: bold;
	margin-right: 33px;
}
.top-phones li span.list-name2{
	font-weight: bold;
	margin-right: 11px;
}
.top-phones li span.list-name3{
	font-weight: bold;
	margin-right: 8px;
}
.top-phones li span.list-name4{
	font-weight: bold;
	margin-right: 10px;
}
.top-messages {
	float: left;
	list-style: none;
	color: #fff;
}
#header_right_cell {
	background: url(/style/ams/images/header-right.png) no-repeat right center;
	float: right;
	width: 647px;
	height: 136px;
	position: static;
}

.top-menu {
    left: 163px;
    list-style: none;
    margin-top: 110px;
    position: inherit;
}
.top-menu li {
	display: inline;
}
.top-menu a {
	color: #fff;
	margin: 0 20px;
	font-size: 14px;
	text-decoration: none;
	text-transform:uppercase;
	border-bottom: 1px solid #f33d3d;
}
.top-menu a:hover {
	border-bottom: none;
}

/* message profile */
.info-body {
	background: #1e2a32 !important;
}
.info-wrap {
	background: none !important;
}