@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family:Arial, Helvetica, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    background: #0d131a;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
}
.main{
	position:relative;
	width:1000px;
	margin:0 auto;
}
.canvas{
	background: url(../images/bg-home.jpg) no-repeat;
	width: 100%;
	height: 674px;
	margin: 0 auto;
	position:relative;
}
.logo{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 99px;
}
.logo img{
	width: 16%;
}
.about{
	background: url(../images/about.png) 0 0 no-repeat;
	width: 52px;
	height: 51px;
	display: block;
	position: absolute;
	top: 99px;
	top: 218px;
left: 195px;
}
.about:hover{
	background: url(../images/about.png) 0 -51px no-repeat;
	width: 52px;
	height: 51px;
	display: block;
	position: absolute;
	top: 99px;
	top: 218px;
left: 195px;
}
.contact{
	background: url(../images/contact.png) 0 0 no-repeat;
	width: 61px;
	height: 58px;
	display: block;
	position: absolute;
	top: 311px;
	left: 90px;
}
.contact:hover{
	background: url(../images/contact.png) 0 -58px no-repeat;
	width: 61px;
	height: 58px;
	display: block;
	position: absolute;
	top: 311px;
	left: 90px;
}
.executive{
	background: url(../images/executive.png) 0 0 no-repeat;
	width: 61px;
	height: 57px;
	display: block;
	position: absolute;
	top: 115px;
left: 278px;
}
.executive:hover{
	background: url(../images/executive.png) 0 -57px no-repeat;
	width: 61px;
	height: 57px;
	display: block;
	position: absolute;
	top: 115px;
left: 278px;
}
.outsourcing{
	background: url(../images/outsourcing3.png) 0 0 no-repeat;
	width: 64px;
	height: 68px;
	display: block;
	position: absolute;
	top: 110px;
	left: 662px;
}
.outsourcing:hover{
	background: url(../images/outsourcing3.png) 0 -68px no-repeat;
	width: 64px;
	height: 68px;
	display: block;
	position: absolute;
	top: 110px;
	left: 662px;
}
.supplies{
	background: url(../images/supplies3.png) 0 0 no-repeat;
	width: 85px;
	height: 88px;
	display: block;
	position: absolute;
	top: 202px;
	left: 743px;
}
.supplies:hover{
	background: url(../images/supplies3.png) 0 -88px no-repeat;
	width: 85px;
	height: 88px;
	display: block;
	position: absolute;
	top: 202px;
	left: 743px;
}
.jobs{
	background: url(../images/jobs.png) 0 0 no-repeat;
	width: 27px;
	height: 28px;
	display: block;
	position: absolute;
	top: 320px;
	left: 872px;
}
.jobs:hover{
	background: url(../images/jobs.png) 0 -28px no-repeat;
	width: 27px;
	height: 28px;
	display: block;
	position: absolute;
	top: 320px;
	left: 872px;
}
.address{
	top: 279px;
	position: absolute;
	left: 455px;
	text-align: center;
	font-size: 7px;
	line-height: 8px;
}
.address p strong {
	text-shadow: 0px 0px #000;
	font-weight: bold;
}