.homeWrap
{
	padding: 0 0 20px 0;
	height: 183px;
	overflow: hidden;
	border-bottom: 2px solid #000;
}

.homeText
{
	color: #666;
}

.homeTitle
{
	margin: 0;
	line-height: 36px;
	font-size: 36px;
	font-weight: bold;
}

.homeBrief
{
	margin: 0;
	line-height: 32px;
	font-size: 18px;
}

.homeText
{
	margin: 0;
	line-height: 32px;
	font-size: 18px;
}



/*PROJECTS*/
.projects
{
	width: 460px;
	overflow: hidden;
}

.projectsTitle
{
	margin: 10px 0 10px 0;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

.projectsDate
{
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 0 0;
	line-height: 20px;
}

.projectsHeader
{
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0 10px 0;
	line-height: 20px;
}

.projectsHeaderLink
{
	color: #000;
}

.projectsWrap
{
	overflow: hidden;
}

.projectsText
{
	display: inline;
	overflow: hidden;
	margin: 0;
	line-height: 20px;
}

/*.projectsText p
{
	display: inline;
}*/


.projectsImgLink
{
	text-decoration: none;
	border: 0 none;
	display: block;
}

.projectsThumb
{
	margin: 10px 10px 0 0;
	float: left;
	overflow: hidden;
}

.projectsImg
{}

.projectsMore
{
	margin: 10px 0 15px 0;
}

.projectsMoreLink
{
	color: #39f;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.projectsBorder
{
	border-bottom: 1px dotted #000;
	padding: 0 0 10px 0;
}

.projectsMenuTitle
{
	margin: 20px 0 0 0;
	font-size: 14px;
	font-weight: bold;
}

.projectsDesc
{
	margin: 10px 0 20px 0;
	font-size: 11px;
	line-height: 20px;
}

.projectsMenu
{
	width: 460px;
}

.projectTypes
{
	width: 225px;
	margin: 0 10px 15px 0;
	display: inline;
	float: left;
	overflow: hidden;
}

.projectsTypesTitle
{
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
}

.projectsSpheresTitle
{
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
}

.projectsTypesLinks
{
	background: url(images/points.gif) no-repeat left;
	padding: 0 0 0 12px;
	margin: 5px 0;
}

.projectsTypesLink
{
	color: #39f;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.projectSpheres
{
	width: 225px;
	display: inline;
	float: left;
	overflow: hidden;
}

.projectsSpheresLinks
{
	background: url(images/points.gif) no-repeat left;
	padding: 0 0 0 12px;
	margin: 5px 0;
}

.projectsSpheresLink
{
	color: #39f;
	font-weight: bold;
	text-decoration: none;
	display: block;
}