body
{
    font-size: 11pt;
    font-family: 'Calibri' Tahoma;
	margin: 0px;
	margin-top: 50px;
}

.title {
    color: White;
    font-family: 'Calibri' Tahoma;
    font-size: 20pt;
    font-weight: bold;
	text-align: center;
	width: 100%;
}

.titleData {
    color: White;
    font-size: 13px;
    font-weight: bold;
    vertical-align: top;
}

.titleLabel {

}

.menu {
	height: 400px;
}

.contactTitle {
	
}

.contactData {
    font-size: 16pt;
    font-family: 'Calibri' Tahoma;
	padding-left: 20px;
	padding-bottom: 2px;
	color: #ff6500;
	vertical-align: center;
}

.contactRow {
	padding-top: 10px;
	padding-left: 10px;
}

.serviceTitle {
	padding-top:	10px;
	border-right: 	1px solid #FF6500; 
	text-align: 	center;
}

.serviceMsg li {
	margin-left: -10px;
	margin-right: 10px;	
}

.serviceMsg {
	color: #ff6500;
	font-size: 12pt;
	text-align: justify;
	vertical-align: top;
	border-right: 1px solid #FF6500;
	padding: 10px 5px 0px 0px;
	width: 200px;
}

.service {
	padding-top: 10px;
}

.service a {
	display: block;
	position: relative; 
    background: url("../Images/service.png") 0px 0px no-repeat;
}
.service a:hover {
	display: block;
	position: relative; 
    background: url("../Images/service_over.png") 0px 0px no-repeat;
}

.introduce {
	padding-top: 10px;
}

.introduce a {
	display: block;
	position: relative; 
    background: url("../Images/handshake.png") 0px 0px no-repeat;
}
.introduce a:hover {
	display: block;
	position: relative; 
    background: url("../Images/handshake_over.png") 0px 0px no-repeat;
}

.contact {
	padding-top: 10px;
}

.contact a {
	display: block;
	position: relative; 
    background: url("../Images/contact.png") 0px 0px no-repeat;
}
.contact a:hover {
	display: block;
	position: relative; 
    background: url("../Images/contact_over.png") 0px 0px no-repeat;
}
.messageArea {
	vertical-align: top;
	padding-left: 50px;
	background: url(../Images/messageBg.gif) 50px 0px no-repeat;
}
