@charset "utf-8";
html {
	overflow-y: scroll;
}
body {
	background: #ececec;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 970px;
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 10px;
}
#header {
	overflow: hidden;
	width: 930px;
	height: 74px;
	margin: 0 auto;
	z-index:1;
	}
.logo {
	border:0;
	}
#mainContent {
	clear: both;
	width: 805px;
	padding: 0 20px 0 20px;
	border-left: 3px dotted #1455cc;
	margin-left: 50px;
	text-align: justify;
}
#mainContent p:first-letter {
	font-weight: normal
}
#mainContent ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #5B97A2;
	position: relative;
	z-index: 100;
}
#mainContent ul li p {
	margin-left: 40px;
}
#mainContent ol {
	font-family: "Segoe UI", Verdana, Arial;
	font-size: 14px;
	color: #79654B;
	margin: 0px 0px 35px 40px;
	padding: 0px;
	position: relative;
	z-index: 10;
}
#mainContent table {
	position: relative;
	z-index: 10;
	margin-bottom: 40px;
}
#mainContent p.title {
	margin-top: 0px;
	margin-bottom: 15px;
}
#whales {
	position:relative;
	float: right;
	margin: -145px 0px 0 0;
	z-index: 5;
	border-right: 1px solid #FFF;
}
.whales2 {
	position:relative;
	float: right;
	margin: 50px 35px 0 0;
	z-index: 5;
}
#mainHeader {
	position:relative;
	height: 135px;
	margin-top: 0;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #5b97a2;
	margin-top: 0px;
	margin-left: 50px;
	line-height: 28px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 14px;
	font-style: italic;
	color: #124cb7;
	margin-left: 50px;
	margin-bottom: 0px;
	line-height: 28px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5B97A2;
	position: relative;
	z-index: 100;
}
#content {
	position:relative;
	width: 930px;
	background: #F7F1DB;
	margin: 0 auto;
	padding-top: 30px;
}
#content p {
	padding: 0;
	font-family: "Segoe UI", Verdana, Arial;
	line-height: 21px;
	font-size: 14px;
	font-size-adjust: 0.51;
	color: #79654b;
	margin-bottom: 35px;
	z-index: 100;
	position: relative;
	font-weight:normal;
}
#content a {
	font-family: "Segoe UI", Verdana, Arial;
	font-size: 14px;
	font-size-adjust: 0.51;
	font-style: normal;
	font-weight: normal;
	color: #1456cf;
	text-decoration: none;
}
#content a:hover {
	font-family: "Segoe UI", Verdana, Arial;
	font-size: 14px;
	font-size-adjust: 0.51;
	font-style: normal;
	font-weight: normal;
	color: #1456cf;
	text-decoration: none;
	border-bottom: 1px dashed #1456CF;
}
#content strong {
	color: #773d3b;
}
.strikeText {
	text-decoration: line-through;
}
.capital {
	font-family: "Segoe UI", Verdana, Arial;
	font-size: 40px;
	font-size-adjust: 0.51;
}
.text {
	line-height: 85%; 
}
.smileimg {
	vertical-align: bottom;
}
.spacer {
	position:relative;
	clear:both;
	height: 20px;
	}
/* Footer Section */
#footer {
	background-image:url(../_images/footer.png);
	height: 41px;
	width: 930px;
	text-align:center;
}
#footer span {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	display: block;
	padding-top: 25px;
}
.nextLink {
	float: right;
	margin: 0px 0px 0px 0px;
	border: 0;
}
.prevLink {
	float: left;
	margin: 0px 0px 0px 0px;
	border: 0;
}


/* Formating for only for the second page of "jobs.html" */

#mainHeader2 {
	width: 535px;
	margin-top: 100px;
	margin-bottom: 50px;
}
#mainContent2 {
	clear: both;
	width: 815px;
	padding: 0 20px 0 10px;
	border-left: 3px dotted #1455cc;
	margin-left: 50px;
	text-align: justify;
}
#mainContent2 ol li {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5b97a2;
	font-weight: bold;
	padding: 0;
	margin: 0;
	z-index: 100;
}
/* Main Menu Layers */
#menu {
	position: relative;
	width: 608px;
	visibility:visible;
	margin-left: 20px;
	z-index: 6;
	margin-top: 0;
}
#menuLeft {
	position:absolute;
	left:0px;
	top:0px;
	width:5px;
	height:32px;
	visibility:visible;
	background: url(../_images/menu/left.jpg)
}
#menuTop {
	position:absolute;
	left:5px;
	top:0px;
	width:608px;
	height:2px;
	visibility:visible;
	background:url(../_images/menu/top.jpg);
	background-repeat:no-repeat;
}
#menuIndex {
	position:absolute;
	left:5px;
	top:2px;
	width:94px;
	height:30px;
	visibility:visible;
	background:url(../_images/menu/index.jpg);
}
#menu a.index {
	display: block;
	width:94px;
	height:30px;
	background: url(../_images/menu/index.jpg);
}
#menu a.index:hover {
	background: url(../_images/menuHover/index.jpg);
}
#menuGreener {
	position:absolute;
	left:169px;
	top:2px;
	width:70px;
	height:30px;
	visibility:visible;
	background:url(../_images/menu/greener.jpg);
}
#menu a.greener {
	display: block;
	width:70px;
	height:30px;
	background: url(../_images/menu/greener.jpg);
}
#menu a.greener:hover {
	background: url(../_images/menuHover/greener.jpg);
}
#menuAntisoftware {
	position:absolute;
	left:99px;
	top:2px;
	width:70px;
	height:30px;
	visibility:visible;
	background:url(../_images/menu/antisoftware.jpg);
}
#menu a.antisoftware {
	display: block;
	width:70px;
	height:30px;
	background: url(../_images/menu/antisoftware.jpg);
}
#menu a.antisoftware:hover {
	background: url(../_images/menuHover/antisoftware.jpg);
}
#menuBulletproof {
	position:absolute;
	left:239px;
	top:2px;
	width:71px;
	height:30px;
	visibility:visible;
	background:url(../_images/menu/booletproof.jpg);
}
#menu a.bulletproof {
	display: block;
	width:71px;
	height:30px;
	background: url(../_images/menu/buletproof.jpg);
}
#menu a.bulletproof:hover {
	background: url(../_images/menuHover/booletproof.jpg);
}
#menuSpeed {
	position:absolute;
	left:310px;
	top:2px;
	width:70px;
	height:30px;
	visibility:visible;
	background:url(../_images/menu/speed.jpg);
}
#menu a.speed {
	display: block;
	width:70px;
	height:30px;
	background: url(../_images/menu/speed.jpg);
}
#menu a.speed:hover {
	background: url(../_images/menuHover/speed.jpg);
}
#menuAntidb {
	position:absolute;
	left:380px;
	top:2px;
	width:79px;
	height:30px;
	visibility:visible;
	background:url(../_images/menu/antidb.jpg);
}
#menu a.antidb {
	display: block;
	width:79px;
	height:30px;
	background: url(../_images/menu/antidb.jpg);
}
#menu a.antidb:hover {
	background: url(../_images/menuHover/antidb.jpg);
}
#menuCpm {
	position:absolute;
	left:459px;
	top:2px;
	width:40px;
	height:30px;
	visibility:visible;
	background:url(../_images/menu/cplusminus.jpg);
}
#menu a.cpm {
	display: block;
	width:40px;
	height:30px;
	background: url(../_images/menu/cplusminus.jpg);
}
#menu a.cpm:hover {
	background: url(../_images/menuHover/cplusminus.jpg);
}
#menuJobs {
	position:absolute;
	left:499px;
	top:2px;
	width:43px;
	height:30px;
	visibility:visible;
	background:url(../_images/menu/jobs.jpg);
}
#menu a.jobs {
	display: block;
	width:43px;
	height:30px;
	background: url(../_images/menu/jobs.jpg);
}
#menu a.jobs:hover {
	background: url(../_images/menuHover/jobs.jpg);
}
#menuContact {
	position:absolute;
	left:542px;
	top:2px;
	width:66px;
	height:30px;
	visibility:visible;
	background:url(../_images/menu/contact.jpg);
}
#menu a.contacts {
	display: block;
	width:66px;
	height:30px;
	background: url(../_images/menu/contact.jpg);
}
#menu a.contacts:hover {
	background: url(../_images/menuHover/contact.jpg);
}
#menuRight {
	position:relative;
	left:607px;
	top:-30px;
	width:139px;
	height:41px;
	z-index: 1;
	background:url(../_images/menu/right.jpg);
}
#menuBottom {
	position:absolute;
	left:0px;
	top:32px;
	width:608px;
	height:9px;
	visibility:visible;
	background:url(../_images/menu/bottom.jpg);
	background-repeat:no-repeat;
}
/* Menu Active */

#menuIndexActive {
	position:absolute;
	width:100px;
	height:39px;
	z-index:100;
	left: 0px;
	top: -3px;
	background-image: url(../_images/menuActive/index.jpg);
}
#menuGreenerActive {
	position:absolute;
	width:70px;
	height:39px;
	z-index:100;
	left: 169px;
	top: -3px;
	background-image: url(../_images/menuActive/greener.jpg);
}
#menuAntisoftwareActive {
	position:absolute;
	width:70px;
	height:39px;
	z-index:100;
	left: 99px;
	top: -3px;
	background-image: url(../_images/menuActive/antisoft.jpg);
}
#menuBulletproofActive {
	position:absolute;
	width:71px;
	height:39px;
	z-index:100;
	left: 239px;
	top: -3px;
	background-image: url(../_images/menuActive/bullet.jpg);
}
#menuSpeedActive {
	position:absolute;
	width:70px;
	height:39px;
	z-index:100;
	left: 310px;
	top: -3px;
	background-image: url(../_images/menuActive/speed.jpg);
}
#menuAntidbActive {
	position:absolute;
	width:79px;
	height:39px;
	z-index:100;
	left: 380px;
	top: -3px;
	background-image: url(../_images/menuActive/antidb.jpg);
}
#menuCpmActive {
	position:absolute;
	width:40px;
	height:39px;
	z-index:100;
	left: 459px;
	top: -3px;
	background-image: url(../_images/menuActive/cplusminus.jpg);
}
#menuJobsActive {
	position:absolute;
	width:43px;
	height:39px;
	z-index:100;
	left: 499px;
	top: -3px;
	background-image: url(../_images/menuActive/jobs.jpg);
}
#menuContactActive {
	position:absolute;
	width:65px;
	height:39px;
	z-index:100;
	left: 542px;
	top: -3px;
	background-image: url(../_images/menuActive/contacts.jpg);
}
/* Watermarks */
.waterIndex {
	position:absolute;
	top: 270px;
	left: 190px;
	width: 650px;
	height: 687px;
	z-index: 1;
	background-image:url(../_images/waterMark.jpg);
	margin-bottom: 100px;
}
.waterGreener {
	position:absolute;
	top: 200px;
	left: 190px;
	width: 650px;
	height: 687px;
	z-index: 1;
	background-image:url(../_images/waterMark.jpg);
}
.waterAntisoft {
	position:absolute;
	top: 1585px;
	left: 190px;
	width: 650px;
	height: 687px;
	z-index: 1;
	background-image:url(../_images/waterMark.jpg);
}
.waterBullet {
	position:absolute;
	top: 500px;
	left: 190px;
	width: 650px;
	height: 687px;
	z-index: 1;
	background-image:url(../_images/waterMark.jpg);
}
.waterSpeed {
	position:absolute;
	top: 520px;
	left: 190px;
	width: 650px;
	height: 687px;
	z-index: 1;
	background-image:url(../_images/waterMark.jpg);
}
.waterAntidb {
	position:absolute;
	top: 200px;
	left: 190px;
	width: 650px;
	height: 687px;
	z-index: 1;
	background-image:url(../_images/waterMark.jpg);
}
.waterCpm {
	position:absolute;
	top: 200px;
	left: 190px;
	width: 650px;
	height: 687px;
	z-index: 1;
	background-image:url(../_images/waterMark.jpg);
}
.waterJobs {
	position:absolute;
	top: 320px;
	left: 190px;
	width: 650px;
	height: 687px;
	z-index: 1;
	background-image:url(../_images/waterMark.jpg);
}
.waterJobs2 {
	position:absolute;
	top: 1650px;
	left: 190px;
	width: 650px;
	height: 687px;
	z-index: 1;
	background-image:url(../_images/waterMark.jpg);
}
.waterContact {
	position:absolute;
	top: 200px;
	left: 190px;
	width: 650px;
	height: 687px;
	z-index: 1;
	background-image:url(../_images/waterMark.jpg);
}

