@charset "UTF-8";
/* CSS Document */

/* based on - with thanks:
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
	outline: 0;
	font-size: 12px;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: normal;
}
body {
	background-color: #15181d;
}
ol, ul {
	list-style: inline;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 12px;
	font-weight: normal;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#mainDiv {
	background-repeat: repeat-x;
	height: auto;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#contentDiv {
	height: auto;
	width: 950px;
	overflow: hidden;
	min-width: 945px;
	max-width: 950px;
	margin-bottom: 10px;
}
.headerDiv {
	clear: both;
	height: 70px;
	width: 950px;
	background-image: url(../images/RightColumBar.png);
	background-repeat: repeat-y;
}
.logoDiv {
	background-color: #FFF;
	float: left;
	height: 55px;
	width: 845px;
	padding-top: 15px;
	padding-left: 15px;
}
#upperContentDiv {
	clear: both;
	height: auto;
	width: 950px;
}
#upperPictureDiv {
	float: left;
	height: 490px;
	width: 860px;
	margin-bottom: 6px;
}
#upperPictureDivKB {
	float: left;
	height: auto;
	width: 860px;
	margin-bottom: 6px;
	text-align: left;
}
#rightColumn {
	background-color: #14181D;
	float: right;
	height: 490px;
	width: 90px;
	background-image: url(../images/RightColumBar.png);
	background-repeat: repeat-y;
}
#topRightColumn {
	background-color: #14181D;
	float: right;
	height: 70px;
	width: 90px;
	background-image: url(../images/RightColumBar.png);
	background-repeat: repeat-y;
}
#leftPictureArea {
	background-image: url(../images/pictureOverBackground.png);
	background-repeat: repeat-x;
	float: left;
	height: 115px;
	width: 398px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 345px;
	padding-top: 30px;
}
#leftTextArea {
	background-image: url(../images/pictureOverBackground.png);
	background-repeat: repeat;
	float: left;
	height: auto;
	width: 398px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 30px;
}
#leftContactTextArea {
	background-image: url(../images/pictureOverBackground.png);
	background-repeat: repeat;
	float: left;
	height: 575px;
	width: 300px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 30px;
}
#rightPictureArea {
	background-image: url(../images/pictureOverBackground.png);
	background-repeat: repeat-x;
	float: right;
	height: 115px;
	width: 377px;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: -145px;
}
#rightTextArea {
	background-image: url(../images/pictureOverBackground.png);
	background-repeat: repeat;
	float: left;
	height: 520px;
	width: 377px;
	padding-top: 30px;
	padding-right: 18px;
	padding-left: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
#rightContactTextArea {
	background-image: url(../images/pictureOverBackground.png);
	background-repeat: repeat;
	float: left;
	height: 575px;
	width: 500px;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.naviDiv {
	background-color: #15181D;
	clear: both;
	height: 50px;
	width: 950px;
	margin-bottom: 25px;
}
#bodyDiv {
	clear: both;
	height: auto;
	width: 950px;
}
#leftBody {
	float: left;
	height: auto;
	width: 276px;
	padding-right: 20px;
	padding-left: 20px;
}
#midBody {
	width: 276px;
	padding-right: 20px;
	padding-left: 20px;
	height: 300px;
	float: left;
}
#twocolumnBody {
	width: 590px;
	padding-right: 20px;
	padding-left: 20px;
	height: auto;
	float: right;
}
#rightBody {
	float: left;
	height: auto;
	width: 272px;
	padding-right: 20px;
	padding-left: 20px;
}
#footer {
	background-color: #242E38;
	float: left;
	height: 25px;
	width: 910px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
#innerBlockNav {
	height: 50px;
	list-style-type: block;
}
#mainDiv #contentDiv .naviDiv #innerBlockNav li {
	display: inline;
}
#nav {
	width: 950px;
	height: 50px;
	background: url(../images/ScitechNaviSprite.png) no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	padding:0;
}
#nav li {
	display: inline;
	background-image: url(../images/ScitechNaviSprite.png);
}
#nav li a:link, #nav li a:visited { position: absolute; top: 0; height: 50px; text-indent: -9000px; overflow: hidden; z-index: 10; }

#home a:link, #home a:visited { left: 0px; width: 109px; }
#home a:hover, #home a:focus { background: url(../images/ScitechNaviSprite.png) no-repeat 0px -50px; }
#home a:active { background: url(../images/ScitechNaviSprite.png) no-repeat 0px -100px; }
#home.current a:link, #home.current a:visited { background: url(../images/ScitechNaviSprite.png) no-repeat 0px -150px; cursor: default; }
.nav-home, .nav-home-click { position: absolute; top: 0; left: 0px; width: 109px; height: 50px; background: url(../images/ScitechNaviSprite.png) no-repeat 0px -50px; }
.nav-home-click { background: url(../images/ScitechNaviSprite.png) no-repeat 0px -100px; }

#products a:link, #products a:visited { left: 109px; width: 125px; }
#products a:hover, #products a:focus { background: url(../images/ScitechNaviSprite.png) no-repeat -109px -50px; }
#products a:active { background: url(../images/ScitechNaviSprite.png) no-repeat -109px -100px; }
#products.current a:link, #products.current a:visited { background: url(../images/ScitechNaviSprite.png) no-repeat -109px -150px; cursor: default; }
.nav-products, .nav-products-click { position: absolute; top: 0; left: 109px; width: 125px; height: 50px; background: url(../images/ScitechNaviSprite.png) no-repeat -109px -50px; }
.nav-products-click { background: url(../images/ScitechNaviSprite.png) no-repeat -109px -100px; }

#capabilities a:link, #capabilities a:visited { left: 234px; width: 142px; }
#capabilities a:hover, #capabilities a:focus { background: url(../images/ScitechNaviSprite.png) no-repeat -234px -50px; }
#capabilities a:active { background: url(../images/ScitechNaviSprite.png) no-repeat -234px -100px; }
#capabilities.current a:link, #capabilities.current a:visited { background: url(../images/ScitechNaviSprite.png) no-repeat -234px -150px; cursor: default; }
.nav-capabilities, .nav-capabilities-click { position: absolute; top: 0; left: 234px; width: 142px; height: 50px; background: url(../images/ScitechNaviSprite.png) no-repeat -234px -50px; }
.nav-capabilities-click { background: url(../images/ScitechNaviSprite.png) no-repeat -234px -100px; }

#hpls a:link, #hpls a:visited { left: 376px; width: 152px; }
#hpls a:hover, #hpls a:focus { background: url(../images/ScitechNaviSprite.png) no-repeat -376px -50px; }
#hpls a:active { background: url(../images/ScitechNaviSprite.png) no-repeat -376px -100px; }
#hpls.current a:link, #hpls.current a:visited { background: url(../images/ScitechNaviSprite.png) no-repeat -376px -150px; cursor: default; }
.nav-hpls, .nav-hpls-click { position: absolute; top: 0; left: 376px; width: 152px; height: 50px; background: url(../images/ScitechNaviSprite.png) no-repeat -376px -50px; }
.nav-hpls-click { background: url(../images/ScitechNaviSprite.png) no-repeat -376px -100px; }

#links a:link, #links a:visited { left: 528px; width: 103px; }
#links a:hover, #links a:focus { background: url(../images/ScitechNaviSprite.png) no-repeat -528px -50px; }
#links a:active { background: url(../images/ScitechNaviSprite.png) no-repeat -528px -100px; }
#links.current a:link, #links.current a:visited { background: url(../images/ScitechNaviSprite.png) no-repeat -528px -150px; cursor: default; }
.nav-links, .nav-links-click { position: absolute; top: 0; left: 528px; width: 103px; height: 50px; background: url(../images/ScitechNaviSprite.png) no-repeat -528px -50px; }
.nav-links-click { background: url(../images/ScitechNaviSprite.png) no-repeat -528px -100px; }

#about a:link, #about a:visited { left: 631px; width: 108px; }
#about a:hover, #about a:focus { background: url(../images/ScitechNaviSprite.png) no-repeat -631px -50px; }
#about a:active { background: url(../images/ScitechNaviSprite.png) no-repeat -631px -100px; }
#about.current a:link, #about.current a:visited { background: url(../images/ScitechNaviSprite.png) no-repeat -631px -150px; cursor: default; }
.nav-about, .nav-about-click { position: absolute; top: 0; left: 631px; width: 108px; height: 50px; background: url(../images/ScitechNaviSprite.png) no-repeat -631px -50px; }
.nav-about-click { background: url(../images/ScitechNaviSprite.png) no-repeat -631px -100px; }

#contact a:link, #contact a:visited { left: 739px; width: 118px; }
#contact a:hover, #contact a:focus { background: url(../images/ScitechNaviSprite.png) no-repeat -739px -50px; }
#contact a:active { background: url(../images/ScitechNaviSprite.png) no-repeat -739px -100px; }
#contact.current a:link, #contact.current a:visited { background: url(../images/ScitechNaviSprite.png) no-repeat -739px -150px; cursor: default; }
.nav-contact, .nav-contact-click { position: absolute; top: 0; left: 740px; width: 118px; height: 50px; background: url(../images/ScitechNaviSprite.png) no-repeat -739px -50px; }
.nav-contact-click { background: url(../images/ScitechNaviSprite.png) no-repeat -739px -100px; }

#mainDiv #contentDiv #upperContentDiv #upperPictureDivKB #leftTextArea h1 { font-size: 12px; }

#validatorDiv {
	float: right;
	height: 25px;
	width: 200px;
	position: fixed;
	left: 938px;
	text-align: right;
}

#signOff {
	float: left;
	height: 15px;
	width: 300px;
	font-size: 9px;
	padding-top: 10px;
}

#hplsPicDiv {
	float: left;
	height: 140px;
	width: 240px;
	margin-right: 25px;
	background-image: url(../images/LaserTargets.jpg);
}

#hplsArea {
	clear: both;
	float: left;
	height: auto;
	width: 590px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#productsDIveLarger {
	height: 260px;
	width: 240px;
	margin-right: 25px;
	float: left;
	background-image: url(../images/NewElementsHoldingImage.png);
	background-repeat: no-repeat;
}
#peopleDIv {
	height: 140px;
	width: 140px;
	margin-right: 25px;
	float: left;
	background-image: url(../images/NewElementsHoldingImage.png);
	background-repeat: no-repeat;
}

.bodyCopy
{
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 14px;
}
.contactDetails
{
	clear: both;
	float: left;
	height: auto;
	width: 390px;
	margin-bottom: 10px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
.contactRow
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	clear: both;
	float: left;
	height: auto;
	width: 500px;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #FFF;
}

.contactLeftText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-align: right;
	float: left;
	height: 14px;
	width: 65px;
	margin-right: 4px;
	padding-top: 4px;
	clear: none;
}
.smallInfo
{
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
}
.boldBody
{
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14px;
}

.ulBody
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

