@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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color: #282828;
	background-image: url(Images/Gradient.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

.homepage {
	width: 807px;
	height: 679px;
	background-image: url(Images/Homepage.jpg);
	margin: 0 auto;
	text-align: left;
}

.whatwedo {
	width: 807px;
	height: 946px;
	background-image: url(Images/WhatWeDo.jpg);
	margin: 0 auto;
	text-align: left;
}

.whoweare {
	width: 807px;
	height: 1557px;
	background-image: url(Images/WhoWeAre.jpg);
	margin: 0 auto;
	text-align: left;
}

.contactus {
	width: 807px;
	height: 716px;
	background-image: url(Images/ContactUs.jpg);
	margin: 0 auto;
	text-align: left;
}

.newsblog {
	width: 807px;
	height: 793px;
	background-image: url(http://nomimes.com/newsblog/);
	margin: 0 auto;
	text-align: left;
}

.home {
	position: relative;
	top: 100px;
}

a#home {
	display: block;
	height: 294px;
	width: 618px;
	/*background-color: green;*/
	overflow: hidden;
	position: relative;
	left: 96px;
	top: -75px;
}

a#home span {
	display: block;
	height: 100%;
	width: 100%;
}

.menu {
	position: relative;
	top: 45px;
}

a#menu01 {
	display: block;
	height: 27px;
	width: 158px;
	overflow: hidden;
	position: relative;
	left: 51px;
}
a#menu01 span {
	background: url(Images/Menu01.jpg) no-repeat;
	display: block;
	height: 100%;
	width: 100%;
}
a#menu01:hover span { background-position: 0 -27px; }

a#menu02 {
	display: block;
	height: 27px;
	width: 158px;
	overflow: hidden;
	position: relative;
	left: 246px;
	top: -27px;
}
a#menu02 span {
	background: url(Images/Menu02.jpg) no-repeat;
	display: block;
	height: 100%;
	width: 100%;
}
a#menu02:hover span { background-position: 0 -27px; }

a#menu03 {
	display: block;
	height: 27px;
	width: 158px;
	overflow: hidden;
	position: relative;
	left: 621px;
	top: -54px;
}
a#menu03 span {
	background: url(Images/Menu03.jpg) no-repeat;
	display: block;
	height: 100%;
	width: 100%;
}
a#menu03:hover span { background-position: 0 -27px; }

a#menu04 {
	display: block;
	height: 27px;
	width: 158px;
	overflow: hidden;
	position: relative;
	left: 440px;
	top: -81px;
}
a#menu04 span {
	background: url(Images/Menu04.jpg) no-repeat;
	display: block;
	height: 100%;
	width: 100%;
}
a#menu04:hover span { background-position: 0 -26px; }

.copyright {
	width: 295px;
	height: 21px;
	background: url(Images/Copyright.jpg) no-repeat;
	position: relative;
	margin: 0 auto;
	top: 80px;
