/*-------------------------------------------------------------------
Core Style Sheet

version: 1.0
author: ryan bruce
email: rbruce@thrillworks.com
website: http://www.thrillworks.com
date: 05/12/08
-------------------------------------------------------------------*/

body {
	margin: 10px 0 10px 0;
	height: 100%;
	background-color: #f2f2f2;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #7a7a7a;
}

a:link, a:visited {
	text-decoration: underline;
	color: #0066a4;
}

a:hover {
	text-decoration: underline;
	color: #7a7a7a;
}

p {
	margin: 0px 0 8px 0;
}

h1 {
	margin: 0;
	padding: 5px 0 0px 0;
	font-size: 1.9em;
	font-weight: bold;
	line-height: 1.6em;
	color: #0065a5;
}

h2 {
	margin: 0;
	padding: 5px 0 7px 0;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	color: #3187bb;
}

h3 {
	margin: 0;
	padding: 5px 0 7px 0;
	font-size: 1.1em;
	color: #4d525a;
}

h4 {
	margin: 0;
	padding: 5px 0 7px 0;
	font-size: 1em;
	color: #4d525a;
}

h5 {
}

#content ul {
	margin: 0;
	padding: 0;
}

#content li {
	padding: 0 0 5px 17px;
	background-image: url(../images/bullet-small-blue.gif);
	background-repeat: no-repeat;
	background-position: 7px 4px;
	list-style: none;
}

div {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

#wrapper {
	margin:0 auto 0 auto;
	width: 900px;
	background-image: url(../images/bg-body.gif);
	background-repeat: repeat-y;
}

#breadcrumbs {
	padding: 0 0 5px 20px;
	font-size: .8em;
	text-transform: uppercase;
	background-color: #f2f2f2;
}

#breadcrumbs span {
	font-weight: bold;
	color: #0065a5;
}

#breadcrumbs a {
	color: #7a7a7a;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #0065a5;
	text-decoration: underline;
}

#header {
	width: 100%;
	height: 100px;
	padding-bottom: 10px;
	background-image: url(../images/bg-header.gif);
	background-repeat: no-repeat;
	background-color: #f2f2f2;
}

#logo {
	float: left;
	width: 200px;
	height: 80px;
	margin: 12px 0 0 15px;
	padding: 0;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}

#logo h1 {
	display: none;
}

#logo h2 {
	display: none;
}

#nugyp {
	margin:10px 0px 10px 10px;
}

#locations {
	float: right;
}

#locations .small-text {
	float: left;
	padding: 10px 25px 0 0;
	font-size: .8em;
}

#locations .small-text p {
	padding: 0;
	margin: 0;
}

#body {
	width: 100%;
	height: auto !important;
	height: 400px;
	min-height: 400px;
}

#body .top {
	width: 100%;
	height: 20px;
	background-image: url(../images/bg-body-top.gif);
	background-repeat: no-repeat;
}

.bottom {
	clear: both;
	width: 100%;
	height: 20px;
	background-image: url(../images/bg-body-bottom.gif);
	background-repeat: no-repeat;
}

#products_nav {
	margin-top:30px;
}

.products_link {
	float:left;
	margin-right:10px;
	width:150px;
	text-align:center;
}

#main-nav {
	float: left;
	width: 240px;
}

#nav {
	width: 200px;
	margin: 0 0 0 20px;
	background-image: url(../images/bg-nav.gif);
	background-repeat: repeat-y;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	margin: 10px 0 10px 0;
	padding: 0 5px 0 30px;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	list-style: none;
}

#nav li.active {
	background-image: url(../images/bullet-blue.gif);
	background-repeat: no-repeat;
	background-position: 15px 4px;
	color: #0065a5;
}

#nav a {
	text-decoration: none;
	color: #606a74;
}

#nav a:hover {
	text-decoration: underline;
	color: #606a74;
}

/*///////////////////////////  START NAVIGATION  //////////////////////////////*/

#nav_home {
	display:block;
	float:left;
	width:200px;
	height:40px;
	text-decoration:none;
	background-image:url(../images/nav_home.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

#nav_home:hover {
	display:block;
	float:left;
	width:200px;
	height:40px;
	text-decoration:none;
	background-image:url(../images/nav_home.jpg);
	background-repeat:no-repeat;
	background-position:-200px 0;
}

#nav_home_on {
	display:block;
	float:left;
	width:200px;
	height:40px;
	text-decoration:none;
	background-image:url(../images/nav_home.jpg);
	background-repeat:no-repeat;
	background-position:-400px 0;
}

#nav_home span, #nav_home_on span {
	display:none;
}

#nav_about {
	display:block;
	float:left;
	width:200px;
	height:40px;
	text-decoration:none;
	background-image:url(../images/nav_about.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

#nav_about:hover {
	display:block;
	float:left;
	width:200px;
	height:40px;
	text-decoration:none;
	background-image:url(../images/nav_about.jpg);
	background-repeat:no-repeat;
	background-position:-200px 0;
}

#nav_about_on {
	display:block;
	float:left;
	width:200px;
	height:40px;
	text-decoration:none;
	background-image:url(../images/nav_about.jpg);
	background-repeat:no-repeat;
	background-position:-400px 0;
}

#nav_about span, #nav_about_on span {
	display:none;
}

#nav_products {
	display:block;
	float:left;
	width:200px;
	height:40px;
	text-decoration:none;
	background-image:url(../images/nav_products.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

#nav_products:hover {
	display:block;
	float:left;
	width:200px;
	height:40px;
	text-decoration:none;
	background-image:url(../images/nav_products.jpg);
	background-repeat:no-repeat;
	background-position:-200px 0;
}

#nav_products_on {
	display:block;
	float:left;
	width:200px;
	height:40px;
	text-decoration:none;
	background-image:url(../images/nav_products.jpg);
	background-repeat:no-repeat;
	background-position:-400px 0;
}

#nav_products span, #nav_products_on span {
	display:none;
}

#nav_mill {
	display:block;
	float:left;
	width:200px;
	height:25px;
	text-decoration:none;
	background-image:url(../images/nav_mill.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

#nav_mill:hover {
	display:block;
	float:left;
	width:200px;
	height:25px;
	text-decoration:none;
	background-image:url(../images/nav_mill.jpg);
	background-repeat:no-repeat;
	background-position:-200px 0;
}

#nav_mill_on {
	display:block;
	float:left;
	width:200px;
	height:25px;
	text-decoration:none;
	background-image:url(../images/nav_mill.jpg);
	background-repeat:no-repeat;
	background-position:-400px 0;
}

#nav_mill span, #nav_mill_on span {
	display:none;
}

#nav_mixer {
	display:block;
	float:left;
	width:200px;
	height:25px;
	text-decoration:none;
	background-image:url(../images/nav_mixer.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

#nav_mixer:hover {
	display:block;
	float:left;
	width:200px;
	height:25px;
	text-decoration:none;
	background-image:url(../images/nav_mixer.jpg);
	background-repeat:no-repeat;
	background-position:-200px 0;
}

#nav_mixer_on {
	display:block;
	float:left;
	width:200px;
	height:25px;
	text-decoration:none;
	background-image:url(../images/nav_mixer.jpg);
	background-repeat:no-repeat;
	background-position:-400px 0;
}

#nav_mixer span, #nav_mixer_on span {
	display:none;
}

#nav_board {
	display:block;
	float:left;
	width:200px;
	height:25px;
	text-decoration:none;
	background-image:url(../images/nav_board.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

#nav_board:hover {
	display:block;
	float:left;
	width:200px;
	height:25px;
	text-decoration:none;
	background-image:url(../images/nav_board.jpg);
	background-repeat:no-repeat;
	background-position:-200px 0;
}

#nav_board_on {
	display:block;
	float:left;
	width:200px;
	height:25px;
	text-decoration:none;
	background-image:url(../images/nav_board.jpg);
	background-repeat:no-repeat;
	background-position:-400px 0;
}

#nav_board span, #nav_board_on span {
	display:none;
}

#nav_dryer{
	display:block;
	float:left;
	width:200px;
	height:25px;
	text-decoration:none;
	background-image:url(../images/nav_dryer.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

#nav_dryer:hover {
	display:block;
	float:left;
	width:200px;
	height:25px;
	text-decoration:none;
	background-image:url(../images/nav_dryer.jpg);
	background-repeat:no-repeat;
	background-position:-200px 0;
}

#nav_dryer_on {
	display:block;
	float:left;
	width:200px;
	height:25px;
	text-decoration:none;
	background-image:url(../images/nav_dryer.jpg);
	background-repeat:no-repeat;
	background-position:-400px 0;
}

#nav_dryer span, #nav_dryer_on span {
	display:none;
}

#nav_manufacturing{
	display:block;
	float:left;
	width:200px;
	height:25px;
	text-decoration:none;
	background-image:url(../images/nav_manufacturing.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

#nav_manufacturing:hover {
	display:block;
	float:left;
	width:200px;
	height:25px;
	text-decoration:none;
	background-image:url(../images/nav_manufacturing.jpg);
	background-repeat:no-repeat;
	background-position:-200px 0;
}

#nav_manufacturing_on {
	display:block;
	float:left;
	width:200px;
	height:25px;
	text-decoration:none;
	background-image:url(../images/nav_manufacturing.jpg);
	background-repeat:no-repeat;
	background-position:-400px 0;
}

#nav_manufacturing span, #nav_manufacturing_on span {
	display:none;
}

#nav_blog {
	display:block;
	float:left;
	width:200px;
	height:40px;
	text-decoration:none;
	background-image:url(../images/nav_blog.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

#nav_blog:hover {
	display:block;
	float:left;
	width:200px;
	height:40px;
	text-decoration:none;
	background-image:url(../images/nav_blog.jpg);
	background-repeat:no-repeat;
	background-position:-200px 0;
}

#nav_blog_on {
	display:block;
	float:left;
	width:200px;
	height:40px;
	text-decoration:none;
	background-image:url(../images/nav_blog.jpg);
	background-repeat:no-repeat;
	background-position:-400px 0;
}

#nav_blog span, #nav_blog_on span {
	display:none;
}

#nav_careers {
	display:block;
	float:left;
	width:200px;
	height:40px;
	text-decoration:none;
	background-image:url(../images/nav_careers.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

#nav_careers:hover {
	display:block;
	float:left;
	width:200px;
	height:40px;
	text-decoration:none;
	background-image:url(../images/nav_careers.jpg);
	background-repeat:no-repeat;
	background-position:-200px 0;
}

#nav_careers_on {
	display:block;
	float:left;
	width:200px;
	height:40px;
	text-decoration:none;
	background-image:url(../images/nav_careers.jpg);
	background-repeat:no-repeat;
	background-position:-400px 0;
}

#nav_careers span, #nav_careers_on span {
	display:none;
}

#nav_contact {
	display:block;
	float:left;
	width:200px;
	height:40px;
	text-decoration:none;
	background-image:url(../images/nav_contact.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

#nav_contact:hover {
	display:block;
	float:left;
	width:200px;
	height:40px;
	text-decoration:none;
	background-image:url(../images/nav_contact.jpg);
	background-repeat:no-repeat;
	background-position:-200px 0;
}

#nav_contact_on {
	display:block;
	float:left;
	width:200px;
	height:40px;
	text-decoration:none;
	background-image:url(../images/nav_contact.jpg);
	background-repeat:no-repeat;
	background-position:-400px 0;
}

#nav_contact span, #nav_contact_on span {
	display:none;
}

/*///////////////////////////  END NAVIGATION  //////////////////////////////*/

#nav .top {
	width: 100%;
	height:12px;
	background-image: url(../images/bg-nav-top.gif);
	background-repeat: no-repeat;
}

#nav .bottom {
	width: 100%;
	height:12px;
	background-image: url(../images/bg-nav-bottom.gif);
	background-repeat: no-repeat;
}

.widget-careers {
	width: 200px;
	height: 100px;
	margin: 20px 0 0 20px;
	background-image: url(../images/widget-gyptech-nugyp.jpg);
	float:left;
}

.widget-careers h3, .widget-careers h4 {
	display: none;
}

#content {
	float: right;
	width: 640px;
	height: 100%;
	margin: 0 20px 0 0;
	line-height:18px;
}

#home .graphic {
	width: 640px;
	height: 250px;
	background-image: url(../images/img-global-solutions.jpg);
	background-repeat: no-repeat;
}

#home .graphic p {
	display: none;
}

#about-us .graphic {
	width: 640px;
	height: 250px;
	background-image: url(../images/img-about.jpg);
	background-repeat: no-repeat;
}

#products-and-services .graphic {
	width: 640px;
	height: 110px;
	background-image: url(../images/img-clouds.jpg);
	background-repeat: no-repeat;
}

#manufacturing .graphic {
	width: 640px;
	height: 250px;
	background-image: url(../images/img-manufacturing.jpg);
	background-repeat: no-repeat;
}

#contact-us .graphic {
	width: 640px;
	height: 110px;
	background-image: url(../images/img-clouds.jpg);
	background-repeat: no-repeat;
}

#contact-us #content .small-text {
	float: left;
	width: 200px;
	padding: 10px 13px 0 0;
	font-size: .8em;
}

#contact-us #content .small-text p {
	width: 130px;
}

#contact-us #content .small-text .left {
	padding: 10px 5px 0 0;
	width: 62px;
}