@CHARSET "UTF-8";

body {
	background-image: url('../images/body-bg.jpg');
	background-repeat: repeat-x;
	font-family: Monaco, Verdana, Sans-serif;
	font-size: 12px;
	color: gray;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: gray;
}
a:hover {
	text-decoration: underline;
}

div#main-wrapper {
	background-image: url('../images/content-bg.png');
	background-repeat: no-repeat;
	width: 855px;
	height: 691px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

div#banner {
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: 40px 20px;
	height: 40px;
	padding-top: 95px;
	text-align: right;
}

a.contact-link {
	background-image: url('../images/contact.png');
	background-repeat: no-repeat;
	padding-left: 25px;
}

a.about-link {
	background-image: url('../images/about.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 30px;
	margin-right: 30px;
}

a.team-link {
	background-image: url('../images/team.png');
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-left: 30px;
	margin-right: 30px;
}

div#content-wrapper {
	position: relative;
	margin-left: 3px;
	height: 470px;
}

a.more-info {
	background-image: url('../images/bt-moreinfo.png');
	background-repeat: no-repeat;
	display: block;
	z-index: 1000;
	position: absolute;
	width: 162px;
	height: 48px;
}
a.more-info:hover {
	background-image: url('../images/bt-moreinfo-hover.png');
	background-repeat: no-repeat;
}

a.more-info-cloud {
	background-image: url('../images/bt-moreinfo-cloud.png');
	background-repeat: no-repeat;
	display: block;
	z-index: 1000;
	position: absolute;
	width: 162px;
	height: 48px;
}
a.more-info-cloud:hover {
	background-image: url('../images/bt-moreinfo-hover-cloud.png');
	background-repeat: no-repeat;
}

/* ----------------------- MENU ----------------------- */
div#menu {
	height: 81px;
	width: 850px;
	margin-left: 3px;
	margin-top: 1px;
}
div#menu a img {
	border: 0px solid black; 
}

div#menu a.menu-software {
	display: block;
	float: left;
	height: 80px;
	width: 208px;
	margin: 2px;
}
div#menu a.menu-software:hover {
	background-image: url('../images/menu-left-hover.png');
	background-repeat: no-repeat;
}

div#menu a.menu-cloud {
	display: block;
	float: left;
	height: 80px;
	width: 207px;
	margin: 2px;
	margin-left: 3px;
}
div#menu a.menu-cloud:hover {
	background-image: url('../images/menu-center-hover.png');
	background-repeat: no-repeat;
}
div#menu a.menu-hosting {
	display: block;
	float: left;
	height: 80px;
	width: 208px;
	margin: 2px;
	margin-left: 3px;
}
div#menu a.menu-hosting:hover {
	background-image: url('../images/menu-center-hover.png');
	background-repeat: no-repeat;
}
div#menu a.menu-support {
	display: block;
	float: left;
	height: 80px;
	width: 208px;
	margin: 2px;
	margin-left: 3px;
}
div#menu a.menu-support:hover {
	background-image: url('../images/menu-right-hover.png');
	background-repeat: no-repeat;
}


/* ----------------------- FOOTER ----------------------- */ 
p#footer {
	text-align: center;
	font-size: 11px;
}


/* ----------------------- TEAM ----------------------- */
div#team-wrapper {
	position: relative;
	background-image: url('../images/bg-star.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 1px;	/* I still don't understand why adding some padding/border/margin to the box changes anything to the way the height is calculated... */
	height: 470px;
}
div#team-wrapper h1 {
	color: #bdb8c2;
	font-weight: bold;
	font-size: 24px;
	text-align: right;
	padding-right: 40px;
}
div#team-wrapper p {
	font-size: 16px;
	padding-left: 20px;
}

div#team-wrapper span.emphasis {
	font-size: 18px;
	color: #bdb8c2;
}

div#team-wrapper div#thumbs-wrapper {
	position: absolute;
	bottom: 10px;
	left: 10px;
	height: 100px;
}
div#thumbs-wrapper {
	width: 450px;
}
div#thumbs-wrapper p.thumbs-title {
	color: #bdb8c2;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	margin-right: 30px;
}

a.employee-img {
	display: block;
	float: left;
	border: 3px solid white;
	margin: 1px;
}
a.employee-img:hover {
	display: block;
	float: left;
	border: 3px solid white;
}

a.employee-img img {
	border: none;
	width: 80px;
	height: 80px;
}
a.employee-img:hover img {
	width: 90px;
	height: 90px;
}

div#employee-portrait {
	bottom: 0px;
	float: right;
	margin-top: 130px;
	margin-right: 30px;
}
