/* Zero out margin and padding */
@import url(undohtml.css);

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	background-color: #CFCFCF;
}

/* Text Color */
#header, #mainPanel h1, #mainPanel h2, #mainPanel h3 {
	color: #2E67B2;
}
#rightPanel h2, span.seelist, #mainPanel div.sector h2 {
	color: #243E90;
}

/* Sizing */
h1 { font-size: 140%; }
h2 { font-size: 110%; }

/* Layout & Panel Positioning*/
#frameLayout {
	margin: 0 auto;
	padding: 10px 0;
	width: 770px;
	background-color: #FFFFFF;
}
#header, #footer {
	width: 750px;
	padding-top: 1px;
	margin: 0 auto;
}
.frame {
	float: left;
	width: 100%;
	position: relative;
}
#leftPanel {
	float: left;
	margin-top: 2.00em;
	margin-left: 10px;
}
#mainPanel {
	clear: none;
}
#rightPanel {
	float: right;
	margin-top: 2.00em;
	margin-right: 10px;
}
#footer {
	clear: both;
}

.w150 { width: 150px; }
.w200 { width: 200px; }
.w350 { width: 350px; margin-left: 175px;}
.w400 { width: 400px; margin-left: 175px;}
.w600 { width: 550px; margin-left: 175px;}

/* Header */
#header {
	position: relative;
	height: 150px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
}
.headerHome { background-image: url(../images/Home_Bg02.jpg); }
.headerAboutUs { background-image: url(../images/About_Us_Bg02.jpg); }
.headerProducts { background-image: url(../images/Products_Bg01.jpg); }
#logo {
	position: absolute;
	top: 40px;
	left: 10px;
	display: block;
	width: 128px;
	height: 75px;
	background-image: url(../images/GX_Sci_Logo01_w128_h150.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a#logo:hover {
	background-position: 0px -75px;
}
p#tagline {
	margin: 60px 0 0 170px;
	width: 400px;
}
h1#tagline {
	margin: 20px 0 0 170px;
}
a#contact {
	position: absolute;
	top: 15px;
	right: 60px;
	display: block;
	color: #2E67B2;
}
a#contact:hover {
	text-decoration: underline;
}

/* Footer */
#footer .frame {
	float: none;
}
#footer ul.nav {
	text-align: right;
	width: auto;
	background-color: #2E67B2;
	color: #FFFFFF;
	padding: 3px 5px 3px 0px;
}
#footer ul.nav li {
	display: inline;
	margin: 0 0px 0 5px;
}
#footer ul.nav a {
	color: #FFFFFF;
}
#footer ul.nav a:hover {
	text-decoration: underline;
}
p#copyright {
	float: right;
	line-height: 30px;
	padding-right: 5px;
	margin-top: 5px;
}
p#callus {
	line-height: 30px;
	margin-top: 5px;
}
p#callus img {
	vertical-align: -4px;
	padding-right: 5px;
	padding-left: 10px;
}

/* Main Panel */
#mainPanel { margin-top: 2.00em;}
div.sector {
	border-bottom: 2px solid #999999;
	margin-top: 1.50em;
	padding-bottom: 1.50em;
}
div.last {
	border-bottom: none;
}
div.sector img {
	display: block;
	float: left;
	padding-right: 10px;
}
div.sector p {
	margin-left: 135px;
}
#mainPanel h2 { margin: 1.00em 0 0.25em 0; }
#mainPanel div.sector h2 {
	margin-bottom: 0.25em;
	margin-left: 135px;
}
span.seelist {
	font-weight: bold;
	font-size: 8pt;
	display: block;
} 
span.seelist a {
	color: #243E90;
}
span.seelist a:hover {
	text-decoration: underline;
}
span.seelist b {
	color: black;
} 

/* Right Panel */
#rightPanel div.frame {
	border: 1px solid #999999;
	border-bottom: 8px solid #243E90;
	padding: 5px;
	width: 138px;
	float: none;
}
#rightPanel ul {
	margin: 1.00em 0;
}
#rightPanel ul li {
	background-image: url(../images/Bullet_Motif01.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 15px;
	margin-bottom: 1.00em;
	position: relative;
}
a#quote {
	display: block;
	margin-top: 1.00em;
	margin-bottom: 1.00em;
	background-image: url(../images/Request_Quote_Motif01_pair.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFFFFF;
	height: 46px;
}
a#quote:hover {
	background-position: 0px -46px;
}
a.email { 
	text-decoration: underline;
	color: #666666;
}
a.email:hover {
	text-decoration: underline;
	color: #2E67B2;
}

#contactFrame {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 4px solid #2E67B2;
}
#contactFrame h2 {
	background-color: #2E67B2;
	color: #FFFFFF;
	text-align: center;
	font-size: 100%;
	padding: 2px 0;
}
#contactFrame p {
	margin: 1.00em 5px;
}
#contactFrame p.location b {
	color: #2E67B2;
}

/* Left Panel */
#leftPanel ul.nav li {
	background-image: url(../images/Nav_Motif01_20.gif);
	background-repeat: no-repeat;
	background-position: 5px 45%;
	padding-left: 30px;
	padding-top: 0.50em;
	height: 2.00em;
	border-color: #999999;
	border-style: solid;
	border-width: 1px 1px 0 0;
}
#leftPanel ul.nav li.last {
	border-width: 1px 1px 1px 0;
}
#leftPanel ul.nav a {
	color: #666666;
}
#leftPanel ul.nav a:hover {
	text-decoration: underline;
}
div.featured {
	margin-top: 2.00em;
	border-color: #999999;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	padding-bottom: 10px;
}
div.featured h2 {
	background-color: #2E67B2;
	color: #FFFFFF;
	text-align: center;
	font-size: 100%;
	padding: 2px 0;
}
div.featured img {
	display: block;
	margin: 5px auto 0 auto
}
div.featured h3, div.featured p, div.featured ul {
	padding: 0 5px;
	font-size: 8pt;
}
div.featured h3 {
	margin: 5px 0;
}
div.featured ul li {
	margin: 0.50em 0;
	color: #243E90;
}

/* Products Table */
table#products {
	width: 100%;
	margin-top: 2.00em;
	margin-bottom: 2.00em;
}
table#products td {
	vertical-align: top;
	width: 33%;
}
table#products td.leftCol {
	padding: 0 15px 0 0;
}
table#products td.midCol {
	padding: 0 15px;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
}
table#products td.rightCol {
	padding: 0 0 0 15px;
}
table#products h2 {
	margin: 0 0 0.50em 0;
	padding: 0;
	color: #000000;
}
table#products h3 {
	margin: 0;
	padding: 0;
}
table#products ul {
	margin: 0 0 1.50em 0.50em;
	padding: 0;
}
table#products li {
	margin: 0.50em 0;
	padding: 0;
}
