/* CSS Document */
 
body{
	font-family: verdana, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 9px;
    color:#666666;
}
 
#centrepage{
	position:relative;
	
	left:51%;
	background:none;
}

#title{
	position:relative;
	top:0px;
	left:-386px;
	height:50px;
	width:762px;
	background-image:url(/images/voda_business_home/title.gif);
}

#footcontainer
{
	position:absolute;
	top:520px;
	background-color: #EEEEEE;
	width:760px;
	height:24px;
	padding:3px 0px 0px 3px;
	margin-top:3px;
	background-repeat: no-repeat;
}

#colcontainer
{
	position:relative;
	top:0px;
	left:-386px;
	height:392px;
	width:762px;
	display:inline-table;
}

#colcontainer:after
{
	content: "."; 
	display: block; 
	height: 0; 
	overflow:hidden;
	clear: both; 
	visibility:hidden;
}

/* Hides from IE-mac \*/
#colcontainer
{
	display:block;
}



#leftcol{
	width:380px;
	height:392px;
	float:left;
	background-image:url(/images/voda_business_home/left_holder.gif);
	background-repeat: repeat-y;
}

#midcol{
	width:192px;
	height:392px;
	float:left;
	background-image:url(/images/voda_business_home/mid_holder.gif);
	background-repeat: no-repeat;
}

#rightcol{
	width:188px;
	height:392px;
	float:left;
	background-image:url(/images/voda_business_home/right_holder.gif);
	background-repeat: repeat-y;
}



.featureblock{
	margin-top:11px;
	margin-left:5px;
	height:196px;
}

.featureblockswf{
	margin-top:11px;
	margin-left:7px;
	height:196px;
}

.featureblocktall{
	margin-top:11px;
	margin-left:5px;
	height:392px;
}

.featureblocklow{
	margin-top:0px;
	margin-left:5px;
	height:190px;
}

.featureblocklowswf{
	margin-top:0px;
	margin-left:7px;
	height:190px;
}

.heading{
	font-weight:bold;
	margin-top:10px;
	margin-left:5px;
}

.supporttext{
	margin-top:5px;
	margin-left:6px;
	width:160px;
	height:83px;
}

.alignlinks{
	margin-top:24px;
	margin-left:172px;
}

html>body .alignlinks{
	margin-top:20px;
	margin-left:172px;
}

.links{
	width:104px;
	height:7px;
}

.links a
{
	text-decoration:none;
	padding:3px 0 4px 0px;
	display:block;
	background-image: url(/images/voda_business_home/link_u.gif);
	background-repeat: no-repeat;
	background-position:5px 7px;
	width:120px;
	height:7px;
}

.links a:hover
{
	width:120x;
	height:7px;
	background-image: url(/images/voda_business_home/link_o.gif);
}

