﻿.serviceDesign { color: #0071af; }
.serviceWebsiteDevelopment { color: #009e19; }
.serviceProgramming { color: #b4ad4c; }
.serviceStrategy { color: #bd5a0a; }
.serviceDataManagement { color: #da360e; }
.serviceQualityAssurance { color: #6f9ae4; }
.textColumn { width: 375px; height:100px; float: left; }
#Services
{
	width: 810px;
	height: 335px;
	margin: 0 auto;
	background-image: url(/images/services-background.png);
	background-repeat: no-repeat;
	position: relative;
}
#ServiceIcons {	padding-top: 31px; }
#ServiceIcon_1 { padding-left: 24px; }
#ServiceIcon_2 { padding-left: 26px; }
#ServiceIcon_3 { padding-left: 42px; }
#ServiceIcon_4 { padding-left: 36px; }
#ServiceIcon_5 { padding-left: 46px; }
#ServiceIcon_6 { padding-left: 40px; }
#ServiceLabels { position: absolute; z-index: 50; }
#ServiceLabels a
{
	display: block;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	line-height: 19px;
	text-align: center;
}
#ServiceLabels a:hover { cursor: pointer; text-decoration: underline; }
#ServiceLabels h2 {	float: left; }
#ServiceLabel_1 { padding-left: 46px;  }
#ServiceLabel_2 { padding-left: 42px;  }
#ServiceLabel_3 { padding-left: 29px; }
#ServiceLabel_4 { padding-left: 27px; }
#ServiceLabel_5 { padding-left: 18px; }
#ServiceLabel_6 { padding-left: 26px; }
#SelectedLabelBackground
{
	background-color: #303030;
	position: absolute;
	z-index: 1;
	top: 150px;
	height: 1px;
	left: 3px;
	display: none;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
#ServiceText
{
	width: 750px;
	margin: 28px auto 0;
	line-height: 14px;
}
#ServiceText p
{
	padding: 5px 10px;
	color: White;
	font-size: 11px;
}
#DesignText, #DevelopmentText, #ProgrammingText, #StrategyText, #DataManagementText, #QAText
{
	display: none;
}