/* CSS Document */

BODY {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 16px;
}

H1 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	letter-spacing: 1pt;
	color: #000000;
}
H2 {}
H3 {}
H4 {}
H5 {}
H6 {}

P {
	font-size: 12px;
	line-height: 17px;
	color: #444444;
}

TD {}

#wrapper {
	border: 1px solid #000000;
	width: 735px;
	text-align: left;
}

#header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#header .img-right {
	float: right;
	margin-top: 15px;
	margin-right: 20px;
}

#menu {
	background-color: #055E90;
}
A.about {
	background-image: url(../img/buttons/about.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
A.about:HOVER {
	background-image: url(../img/buttons/about-over.gif);
}
A.sector {
	background-image: url(../img/buttons/sectors.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
A.sector:HOVER {
	background-image: url(../img/buttons/sectors-over.gif);
}
A.exp {
	background-image: url(../img/buttons/experience.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
A.exp:HOVER {
	background-image: url(../img/buttons/experience-over.gif);
}
A.approach {
	background-image: url(../img/buttons/approach.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
A.approach:HOVER {
	background-image: url(../img/buttons/approach-over.gif);
}
A.contact {
	background-image: url(../img/buttons/contact.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
A.contact:HOVER {
	background-image: url(../img/buttons/contact-over.gif);
}

.con_about {
	padding: 50px 200px 50px 40px;
	background-image: url(../img/pearl-shots/screw-driver.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.con_sector {
	padding: 50px 200px 20px 40px;
	background-image: url(../img/pearl-shots/cards-1.jpg);
	background-repeat: no-repeat;
	background-position: right 130px;
}
.con_experience {
	padding: 50px 40px 0px;
	margin: 0px;
}
.con_approach{
	padding: 50px 160px 30px 40px;
	background-image: url(../img/pearl-shots/nuts-2.jpg);
	background-repeat: no-repeat;
	background-position: 97% 98%;
}
.con_contact {
	padding: 50px 400px 30px 40px;
	background-image: url(../img/pearl-shots/shell.jpg);
	background-repeat: no-repeat;
	background-position: 95% 80%;
}

#content {}
#content A {
	color: #3A7FA9;
}
#content A:HOVER {
	text-decoration: none;
}
#content .prices {
	font-size: 11px;
	line-height: 20px;
}

#footer {
	font-size: 11px;
	margin-top: 10px;
	width: 740px;
	color: #666666;
}
#footer A {
	color: #3A7FA9;
}
#footer A:HOVER {
	text-decoration: none;
}

