.servicespod {
	margin-bottom : 20px;
}

.servicespod .header {
	-moz-border-radius-topleft : 15px;
	-webkit-border-top-left-radius : 15px;
	-moz-border-radius-topright : 15px;
	-webkit-border-top-right-radius : 15px;
	border : 1px solid #acacac;
	border-bottom : 0px;
	background : url("../images/services/fade_updown.png") repeat-x top left;
	padding : 0;
	width : 647px;
}

.servicespod .header ul {
	padding : 0;
	margin : 0;
}

.servicespod .header ul li {
	float : right;
	background : #000 url("../images/services/fade_downup.png") repeat-x top left;
	border-left : 1px solid #acacac;
	border-right : 0px;
	padding : 0;
	margin : 0;
}

.servicespod .header ul li:first-child {
	-moz-border-radius-topright : 14px;
	-webkit-border-top-right-radius : 14px;
}

.servicespod .header ul li:hover {
	background-position : top left;
	border-left : 1px solid #acacac;
	border-right : 0px;
	color : #858585;
}

.servicespod .header ul li:hover a {
	color : #858585;
}

.servicespod .header ul li a {
	color : #858585;
	background : url("../images/services/arrow_small.png") no-repeat 16px 17px;
	padding : 9px 24px 12px 24px;
	border-bottom : 2px solid #940000;
	text-align : left;
	width : 125px;
}

.servicespod .header ul li a:hover {
	color : #858585;
	padding : 9px 24px 10px 24px;
	border-bottom : 4px solid #940000;
}

.servicespod .header h1 {
	background : url("../images/services/arrow_header.png") no-repeat 20px 16px;
	margin : 0;
	padding : 11px 20px 10px 30px;
	color : #000000;
	border : 0;
	font-size : 15px;
}

.servicespod .content {
	background : #ffffff url("../images/services/pod_background.png") no-repeat top right;
	border-left : 1px solid #acacac;
	border-right : 1px solid #acacac;
	height : 170px;
	width : 647px;
}

.servicespod .content .logo.ventrilo {
	float : left;
	background : url("../images/services/icon_ventrilo.png") no-repeat center center;
	width : 150px;
	height : 170px;
}

.servicespod .content .logo.mohawk {
	float : left;
	background : url("../images/services/icon_mohawk.png") no-repeat center center;
	width : 150px;
	height : 209px;
	position : relative;
	top : -39px;
}

.servicespod .content .logo.reseller {
	float : left;
	background : url("../images/services/icon_reseller.png") no-repeat center center;
	width : 150px;
	height : 170px;
}

.servicespod .content p {
	font-size : 12px;
	padding : 20px 10px;
}

.servicespod .content ul {
	list-style : none;
	margin : 10px 0;
	padding : 0;
}

.servicespod .content ul li {
	float : left;
	width : 233px;
	font-size : 12px;
	background : url("../images/services/arrow_li.png") no-repeat 0px 8px;
	padding-left : 15px;
}

.servicespod .footer {
	-moz-border-radius-bottomleft : 15px;
	-webkit-border-bottom-left-radius : 15px;
	-moz-border-radius-bottomright : 15px;
	-webkit-border-bottom-right-radius : 15px;
	width : 647px;
	background : #dcdcdc;
	padding : 12px 0;
	border : 1px solid #acacac;
	border-top : 0px;
}