f@charset "utf-8";


	body {
		background-color:#fff;
		margin-top:0;
		/*font-family: Tahoma,sans-serif;*/
		font-family: "Times New Roman" ,sans-serif;
		font-size: 14px;
		color: #000;
		text-align:center;
		margin:0 auto;
	}

	#wrapper {
		width:1060px;
		margin:0 auto;
		background-image:url(images/bg-gradient.jpg);
		background-repeat:repeat-y;
		background-position:center;
	}

	
/* global misc tag styling */


	li {
		/*list-style-type:none;*/
		display:inline;
	}

	img {
		border: 0;
		padding:0;
		margin:0;
	}

	h1 {
	font-size:1.9em;
	text-align:center;
	}

	h2 {
	font-size:1.6em;
	text-align:center;
	}

	h3 {
	font-size:1.2em;
	text-align:center;
	}

	.pipe-holder {
	padding:0px;
	margin-right:10px;
	margin-left:10px;
	display:inline;
	}




/* common to all container divs */

#container-sg {
	width:1000px;
	/* background-image:url(/websites/20/images/bg.gif);*/
	margin:0 auto;
	background-color:#f5f4d7;
	position:relative;
}

#header_logo {
	position:absolute;
	top:145px;
	left:65px;
	z-index:5;
}

#content {
	/*height:600px;*/
}

#page_content {
	width:800px;
	float:left;
	/*height:600px;*/
	padding-top:30px;
}

#page_content p {
	text-align:justify;
	padding:10px 40px 10px;
}

#page_content p a:link, #page_content p a:visited {
	color:#ff0000;
	font-weight:bold;
}

#page_content p a:hover {
	text-decoration:underline;
}


#page_content ul li a {
	font-size:16px;
	color:#666;
}

#page_content ul li a:hover {
	color:#000;
}


#page_content ul li a.selected {
	color:#ffcc00;
}

.page-image-left {
	float:left;
	margin:15px 20px 3px 45px;
	border:1px solid #000;
}

.page-image-right {
	float:left;
	margin:15px 45px 3px 20px;
	border:1px solid #000;
}

#page-photo-div {
	display:inline;
	float:left;
	width:240px;
}

#page-text-div {
	display:inline;
	float:left;
	width:500px;
}



/* Header and Nav */

#header {
	height:245px;
	background-image:url(images/header-sgnew-bg.jpg);
	border-bottom:1px solid #000;
}

.header-slides {
	width:325px;
	height:200px;
	display:inline;
	float:left;
	margin:5px 0px 6px 6px;
	background-color:#ccc;
}

#header-slideshow {
	width:1000px;
	height:210px;
	margin:0px;
	padding:0px;
	position:relative;
	z-index:1;
}


#photo-slides-left {

	background-image:url(images/header-images/01.jpg);
}

#photo-slides-center {
	background-image:url(images/header-images/06.jpg);
}

#photo-slides-right {
	background-image:url(images/header-images/09.jpg);
}


#main_nav {
	display:block;
	padding-top:8px;
	clear:both;
}

#main_nav ul li {
	float:left;
	width:185px;
	font-size:17px;
	line-height:22px;
	font-weight:bold;
}

#main_nav ul li a.selected {
	color:#f5f4d7;
}

#main_nav ul li img {
	display:block;
	margin-left:50px;
}

#li_home {
	width:90px !important;
}

#li_gen_engineering {
	padding-left:165px !important;
}

#li_industrial {
	width:125px !important;
}

#li_specialty {
	width:225px !important;
}



/* Secondary Nav System */

#sec_nav {
	width:200px;
	float:left;
	background-image:url(images/sec-nav-gradient-bg.png);
	background-repeat:no-repeat;
	height:600px;
	padding-top:30px;
}

#sec_nav ul, #test_nav ul {
	/* list-style-image: url(images/diamond.gif);*/
	list-style-type:none !important;
	padding:0px;
	margin:0px;
}

#sec_nav ul li, #test_nav ul li {
	display:block;
	padding:10px 10px 10px 35px;
	text-align:left;
	background-image:url(images/diamond.png) !important;
	background-repeat:no-repeat !important;
	background-position:10px 17px;
}

#sec_nav ul li a {
	font-size: 16px;
	line-height:22px;
	font-weight:bold;
}

#sec_nav ul li a.selected {
	color:#f5f4d7;
}

/* Tertiary Nav System */

#third_nav {
	padding-top:7px;
}


#third_nav ul li {
	text-align:center;
}

#third_nav ul li a {
	font-size: 14px;
	line-height:18px;
}


#third_nav ul li a.selected {
	color:#000;
	font-weight:bold;
}

/* common to all content divs */


.small { font-size: 7pt; }

.medium { 
	font-size: 16pt;
	font-weight:bold;
}

.large { 
	font-size: 22pt;
	font-weight:bold;
	color: #B9860E;
}

.fright {
float:right;
}

.fleft {
float:left;
display:inline;
}

p {
	padding:10px 20px 0px;
	text-align:left;
	font-size:17px;
	line-height:22px;
}


/* Links 
-----------------------------------------------------------------------------*/

	a:link {
		color: #000;
		text-decoration:none;
	}


	a:visited {
		color: #000;
		text-decoration:none;
	}

	a:hover {
		color: #f5f4d7;
		text-decoration:none;
	}

	a:active {
		color: #f5f4d7;
		text-decoration:none;
	}



/* Home Page Layout



/* Contact Page
-----------------------------------------------------------------------------*/

#contact ul {
	padding:30px;
	padding-top:50px;
}

#contact li {
	display:block;
	font-size:26px;
	line-height:30px;
	text-align:left;
}

#contact_left {
	float:left;
	width:360px;
}

#contact_right {
	float:left;
	width:410px;
	padding:75px 0px 20px 30px;
}

/* Footer
----------------------------------------------------------------------------- */

#footer-sg {
	width:1000px;
	height:160px;
	text-align:center;
	clear:both;
}

#footer-sg img {
	display:inline;
	vertical-align:bottom;
}

#footer-sg a {
	font-size:18px;
}

#footer-sg #footer_center a {
	font-size:28px;
}

#footer-sg ul li {
	padding:3px;
}

#footer-sg a:link {
	color: #B9860E;
	text-decoration:none;
}

#footer-sg a:visited {
	color: #B9860E;
	text-decoration:none;
}

#footer-sg a:hover {
	color: #ffcc33;
	text-decoration:none;
}

#footer-sg a:active {
	color: #B9860E;
	text-decoration:none;
}

#footer-img {
	padding:0px;
	margin:0 auto;
	text-align:center;
}

#copyright {
	height:30px;
	padding:0px;
}

#copyright a {
	color:#000;
	text-decoration:underline;
}

#copyright a:hover, #copyright a.selected {
	color:#3366cc;
}