﻿* {
	padding: 0px;
	margin: 0px;
}

body {
	background: #fdf2c8 url(Assets/bodyBG2.jpg) repeat-x;
	font: 10px Arial, Helvetica, sans-serif;
}

#header {
	height: 112px;
	margin-bottom: 20px;
}

#header h1 {
	float: left;
	height: 112px;
	background: url(Assets/header3.jpg) no-repeat;
	text-indent: -9999px;
	width: 374px;
}

h2 {
	color: #171D37;
	font: normal 2.6em "Century Gothic", "Apple Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: .6em;
}

h3 {
	font: normal 1.75em "Century Gothic", "Apple Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: .2em;
}

h4 {
	font-size: 1.4em;
	margin-bottom: .7em;
}

h5 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: .7em;
}

p {
	font-size: 1.5em;
	line-height: 1.25em;
	margin-bottom: .75em;
}

blockquote {
	background: #BECAD8;
	border-top: 2px dashed #888;
	font-style: italic;
	margin-top: 2em;
	padding: 1em;
	line-height: 1.25em;
}

iframe {
	border: 1px solid #888;
	display: block;
	margin: 2em 0;
}

cite {
	background: #BECAD8;
	border-bottom: 2px dashed #888;
	display: block;
	font-size: 1.5em;
	font-style: normal;
	margin-bottom: 2em;
	padding: 1em;
	padding-top: 0;
}

a {
	color: #0033CC;
}

img {
	border: none;
}

li {
	font-size: 12px;
	list-style-type: circle;
}

hr {
	margin: 1.5em auto;
	width: 75%;
}


/* internal page navigation */

ul#nav2 {
	float: right;
	position: relative;
	top: 7px;
	width: 405px;
}

ul#nav2 li {
	background: url(Assets/luster_nav_matrix.png) no-repeat;
	float: left;
	list-style: none;
	margin-right: 5px;
	margin-top: 5px;
}

ul#nav2 li a {
	height: 30px;
	display: block;
	text-indent: -9999px;
	outline: none;
}
li#nav2Portfolio a, li#nav2Contact a, li#nav2Home a, li#nav2About a, li#nav2News a, li#nav2Products a {
	background: url(Assets/luster_nav_matrix.png);
}

li#nav2Home a {
	background-position: 0 0;
	width: 130px;
}

li#nav2Home a:hover {
	background-position: 0 -30px;
}

li#nav2Products a {
	background-position: -130px 0;
	width: 130px;
}

li#nav2Products a:hover {
	background-position: -130px -30px;
}

body#pageProducts li#nav2Products a {
	background-position: -130px -30px;
}

li#nav2About a {
	background-position: -260px 0;
	width: 130px;
}

li#nav2About a:hover {
	background-position: -260px -30px;
}

body#pageAbout li#nav2About a {
	background-position: -260px -30px;
}

li#nav2Portfolio a {
	background-position: -390px 0;
	width: 130px;
}

li#nav2Portfolio a:hover {
	background-position: -390px -30px;
}

body#pagePortfolio li#nav2Portfolio a {
	background-position: -390px -30px;
}

li#nav2News a {
	background-position: -520px 0;
	width: 130px;
}

li#nav2News a:hover {
	background-position: -520px -30px;
}

body#pageNews li#nav2News a {
	background-position: -520px -30px;
}

li#nav2Contact a {
	background-position: -650px 0;
	width: 130px;
}

li#nav2Contact a:hover {
	background-position: -650px -30px;
}

body#pageContact li#nav2Contact a {
	background-position: -650px -30px;
}

#wrapper {
	margin: 0 auto;
	min-height: 800px;
	padding: 0px;
	width: 800px;
}

#content {
	margin: 0 auto 50px;
	width: 700px;
}

#footer {
	clear: both;
	height: 100px;
	background: url(Assets/footerBG.jpg) repeat-x;
	text-align: center;
}

#footer p {
	color: #222;
	font-size: 12px;
	line-height: 17px;
	padding-top: 25px;
}

/* About Us Page */

img#our {
	height: 39px;
}

img#mission {
	height: 39px;
	position: relative;
	top: -50px;
}

#spacing {
	padding-top: 1px;
	padding-right: 15px;
}

div.container {
	background: #EFEFEF;
	border: 1px solid #25305a;
	clear: both;
	padding: 1.5em;
	margin-bottom: 1.5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}

img.textwrap
{
	float: left;
	margin: 0 1em 1em 0;
	border: 1px solid #333;
}
img#about
{
	float: left;
}

img#badge
{
	position: relative;
	float: right;
	top: -70px;
	right: 30px;
}

/* end About Us */

/* News Page */

img#globe
{
	float: right;
}

/* end news page */

/* Portfolio Page */

img.port {
	float: left;
	padding: 10px;
}

/* Products Page */

img#shop
{
	float: left;
	padding: 3px;
}

.job {
	margin-left: 20px;
	margin-right: 20px;
	background-color: white;
	padding: 8px;
	border: solid 1px silver;
}

.jobDetails th {
	font-weight: bolder;
	text-align: right;
	background: silver;
	border-bottom: solid 1px silver;
	border-top: solid 1px silver;
	vertical-align: top;
	padding-left: 8px;
	padding-right: 8px;
}

.jobDetails td {
	border-bottom: solid 1px silver;
	border-top: solid 1px silver;
	vertical-align: top;
	padding-left: 8px;
	padding-right: 8px;
}

.jobDetails {
	border-collapse: collapse;
	font-size: 1.25em;
}

.jobListing,
.jobListing a {
	font-size: larger;
}

h3 a {
	color: Black;
}

.jobs {
	margin-top: 15px;
	height: 274px;
	background-image: url(Assets/office2.jpg);
	width: 883px;
	background-repeat: no-repeat;
	text-align: left;
}	

a#jobbutton {
	background: url(Assets/jobs.png) no-repeat;
	display: block;
	height: 30px;
	outline: none;
	text-indent: -9999px;
	width: 130px;
}

a#jobbutton:hover,
a#jobbutton:active {
	background-position: 0 -30px;
}

a#schedulecallbutton {
	background: url(Assets/schedule_a_call.png) no-repeat;
	display: block;
	height: 30px;
	outline: none;
	text-indent: -9999px;
	width: 130px;
}

a#schedulecallbutton:hover,
a#schedulecallbutton:active {
	background-position: 0 -30px;
}

table {
	font-size: 1em;
}
        #wrapper
        {
            min-height: 0;
        }
        /* homepage navigation */
        ul#nav
        {
            margin: 0 auto;
            position: relative;
            top: -32px;
            width: 650px;
        }
        ul#nav li
        {
            float: left;
            list-style-type: none;
        }
        ul#nav li a
        {
            height: 520px;
            display: block;
            text-indent: -9999px;
            outline: none;
            background-repeat: no-repeat;
        }
        li#navPortfolio a, li#navContact a, li#navHome a, li#navAbout a, li#navNews a
        {
            background: url(assets/nav3.jpg);
        }
        li#navHome a
        {
            background-position: 0 0;
            width: 131px;
        }
        li#navHome a:hover
        {
            background-position: 0 -550px;
        }
        li#navAbout a
        {
            background-position: -131px 0;
            width: 129px;
        }
        li#navAbout a:hover
        {
            background-position: -131px -550px;
        }
        li#navPortfolio a
        {
            background-position: -260px 0;
            width: 135px;
        }
        li#navPortfolio a:hover
        {
            background-position: -260px -550px;
        }
        li#navNews a
        {
            background-position: -395px 0;
            width: 116px;
        }
        li#navNews a:hover
        {
            background-position: -395px -550px;
        }
        li#navContact a
        {
            background-position: -511px 0;
            width: 139px;
        }
        li#navContact a:hover
        {
            background-position: -511px -550px;
        }
