.content_home .headerLink
{
	margin-left: 5px;
}
.content_home .getStartedColumn .headerLink
{
	margin-left: 6px;
}

/*//////// content home block ////////*/
.more
{
	font-weight: bold;
	float: right;
	display: inline;
	margin-top: 10px;
}

/* ballons blocks */
.balloon
{
	overflow:hidden;
	height: 1%;
	padding: 0px 5px 0 25px;
	background-position: right top;
	background-repeat: no-repeat;
}
.balloon img
{
	float: right;
	padding-left: 6px;
}
.balloon h4, .getStartedColumn ul a
{
	padding-top: 6px;
}
.balloon h4 span
{
	text-decoration: line-through;
}

.getStartedColumn
{
	background-image: url(../images/bg_balloon_left.jpg);
}
.contactsColumn
{
	background-image: url(../images/bg_balloon_center.jpg);
}
.portfolioColumn
{
	background-image: url(../images/bg_balloon_right.jpg);
}
.getStartedColumn, .contactsColumn, .portfolioColumn
{
	float: left;
	width: 297px;
	padding: 0 0 20px 0;
	background-repeat: no-repeat;
	background-position: left 114px;
}
.getStartedColumn ul
{
	background: transparent url("../images/hr.jpg") no-repeat scroll right bottom;
	padding-bottom: 35px;
}
.getStartedColumn ul.last
{
	background: none;	
}
.getStartedColumn ul h4, .contactsColumn h4, .portfolioColumn h4
{
	display: block;
	font-size: 11px;
	font-weight: bold;
}
.getStartedColumn ul h4, .getStartedColumn ul h4 a
{
	color: #0babf8;
	font-weight: bold;
}
.contactsColumn .balloon h4, .contactsColumn .balloon a
{
	color: #ff2390;
}
.portfolioColumn .balloon h4, .portfolioColumn .balloon a, .more.orange
{
	color: #ff9c00;
}
.getStartedColumn 
{
	width: 298px;
}
.partnersTitle
{
	color: #99a7af;
	border-bottom: 1px solid #99a7af;
	clear: both;
	margin: 16px 24px 0 8px;
	font: bold 30px Times New Roman,Arial,Tahoma,Verdana,Helvetica,sans-serif;
}

/* PARTNERS LIST */
.partners 
{
	padding: 29px 0 0 8px;
	height: 1%;
	overflow: hidden;
}
.partners li
{
	float: left;
	width: 93px;
}
.partners a { display: block; }
.microsoft
{
	background: url(../Images/MicrosoftLogos/MicrosoftCertifiedPartner.png) no-repeat;
}
.microsoft a
{
	width: 87px;
	height: 46px;
}
/* partners list in content block */
.content .partners
{
	clear: both;
	padding: 5px 0 16px 287px;
}
.content .partners li { width: 114px; }
.content .microsoft
{
	background: url(../Images/MicrosoftLogos/MicrosoftCertifiedPartner_Small.gif) no-repeat;
}
.content .microsoft a
{
	width: 73px;
	height: 34px;
}

/* home new block */
.home_new 
{
	position: relative;
	width: 237px;
	height: 251px;
	margin: 10px 0 0 6px;
	padding: 24px 27px 0 27px;
	line-height: 13px;
	text-align: center;
}
.home_new h3
{
	position: absolute;
	top: 0;
	left: 0;
	/* background: url(../images/new_enterprise.png) no-repeat; */	
}
.home_new h4
{
	text-align: left;
	color: #0babf8;
}
.home_new img
{
	margin-bottom: 16px;
}
.home_new a, .recommend a, .large_list a.readMore
{
	color: #09354c;
}

.home_new a, .recommend a
{
	position: absolute;
	bottom: 16px;
	right: 30px;
}


.home_portfolio
{
	width: 290px;
	padding: 8px 0 0 25px;
}
.home_portfolio a
{
	display: block;
	margin-bottom: 4px;	
}
.home_portfolio .roundedBox
{
	background-color: #FFBF4E;
	margin-bottom: 10px;
}
.home_portfolio .roundedBox_1
{
	height: 94px;
	margin: 1px;
}
.home_portfolio .roundedBox .corner
{
	width: 5px;
	height: 5px;
}
.home_portfolio .roundedBox .topLeft
{
	background: transparent url(../Images/Portfolio/SelectedThumbnailUpperLeftCorner.png);
}
.home_portfolio .roundedBox .topRight
{
	background: transparent url(../Images/Portfolio/SelectedThumbnailUpperRightCorner.png);
}
.home_portfolio .roundedBox .bottomLeft
{
	background: transparent url(../Images/Portfolio/SelectedThumbnailLowerLeftCorner.png);
}
.home_portfolio .roundedBox .bottomRight
{
	background: transparent url(../Images/Portfolio/SelectedThumbnailLowerRightCorner.png);
}


/* recommend block */
.recommend
{
	position: relative;
	width: 237px;
	height: 270px;
	background: url(../images/recommend.jpg) bottom no-repeat;
	margin: 27px 0 0 6px;
	padding: 5px 27px 0 27px;
}
.recommend p
{
	display: block;
	margin-bottom: 15px;
	text-align: center;
	font: italic 18px Georgia,Times New Roman,Arial,Tahoma,Verdana,Helvetica,sans-serif;
	color: #556D79;
	height: 190px;
	overflow: hidden;
}
.recommend h4
{
	font: 11px Tahoma,Verdana,Times New Roman,Arial,Helvetica,sans-serif;
	text-align: left;
}

/*//////// content block ////////*/
.content, .content_home
{
	margin: 0 auto;
	width: 960px;
	padding-left: 40px;
	overflow: hidden;
}
.content_home
{
	padding-left: 28px;
	background: url(../images/bg_content_home.jpg) 920px 133px no-repeat;
}
