/*-------------------------------------------------------------------
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: #194d75;
}

h2 {
	margin: 0;
	padding: 5px 0 7px 0;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	color: #18b24b;
}

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 {
}

#content li {
}

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: 20px 25px 0 0;
	font-size: .8em;
}

#locations .small-text p {
	padding: 0;
	margin: 0;
}

.nu {
	float:left;
}

#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_itworks {
	display:block;
	float:left;
	width:200px;
	height:40px;
	text-decoration:none;
	background-image:url(../images/nav_itworks.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

#nav_itworks:hover {
	display:block;
	float:left;
	width:200px;
	height:40px;
	text-decoration:none;
	background-image:url(../images/nav_itworks.jpg);
	background-repeat:no-repeat;
	background-position:-200px 0;
}

#nav_itworks_on {
	display:block;
	float:left;
	width:200px;
	height:40px;
	text-decoration:none;
	background-image:url(../images/nav_itworks.jpg);
	background-repeat:no-repeat;
	background-position:-400px 0;
}

#nav_itworks span, #nav_itworks_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_process {
	display:block;
	float:left;
	width:200px;
	height:40px;
	text-decoration:none;
	background-image:url(../images/nav_process.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

#nav_process:hover {
	display:block;
	float:left;
	width:200px;
	height:40px;
	text-decoration:none;
	background-image:url(../images/nav_process.jpg);
	background-repeat:no-repeat;
	background-position:-200px 0;
}

#nav_process_on {
	display:block;
	float:left;
	width:200px;
	height:40px;
	text-decoration:none;
	background-image:url(../images/nav_process.jpg);
	background-repeat:no-repeat;
	background-position:-400px 0;
}

#nav_process span, #nav_process_on span {
	display:none;
}

#nav_overview {
	display:block;
	float:left;
	width:200px;
	height:25px;
	text-decoration:none;
	background-image:url(../images/nav_overview.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

#nav_overview:hover {
	display:block;
	float:left;
	width:200px;
	height:25px;
	text-decoration:none;
	background-image:url(../images/nav_overview.jpg);
	background-repeat:no-repeat;
	background-position:-200px 0;
}

#nav_overview_on {
	display:block;
	float:left;
	width:200px;
	height:25px;
	text-decoration:none;
	background-image:url(../images/nav_overview.jpg);
	background-repeat:no-repeat;
	background-position:-400px 0;
}

#nav_overview span, #nav_overview_on span {
	display:none;
}

#nav_chemistry {
	display:block;
	float:left;
	width:200px;
	height:25px;
	text-decoration:none;
	background-image:url(../images/nav_chemistry.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

#nav_chemistry:hover {
	display:block;
	float:left;
	width:200px;
	height:25px;
	text-decoration:none;
	background-image:url(../images/nav_chemistry.jpg);
	background-repeat:no-repeat;
	background-position:-200px 0;
}

#nav_chemistry_on {
	display:block;
	float:left;
	width:200px;
	height:25px;
	text-decoration:none;
	background-image:url(../images/nav_chemistry.jpg);
	background-repeat:no-repeat;
	background-position:-400px 0;
}

#nav_chemistry span, #nav_chemistry_on span {
	display:none;
}

#nav_factors {
	display:block;
	float:left;
	width:200px;
	height:25px;
	text-decoration:none;
	background-image:url(../images/nav_factors.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

#nav_factors:hover {
	display:block;
	float:left;
	width:200px;
	height:25px;
	text-decoration:none;
	background-image:url(../images/nav_factors.jpg);
	background-repeat:no-repeat;
	background-position:-200px 0;
}

#nav_factors_on {
	display:block;
	float:left;
	width:200px;
	height:25px;
	text-decoration:none;
	background-image:url(../images/nav_factors.jpg);
	background-repeat:no-repeat;
	background-position:-400px 0;
}

#nav_factors span, #nav_factors_on span {
	display:none;
}

#nav_benefits {
	display:block;
	float:left;
	width:200px;
	height:25px;
	text-decoration:none;
	background-image:url(../images/nav_benefits.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

#nav_benefits:hover {
	display:block;
	float:left;
	width:200px;
	height:25px;
	text-decoration:none;
	background-image:url(../images/nav_benefits.jpg);
	background-repeat:no-repeat;
	background-position:-200px 0;
}

#nav_benefits_on {
	display:block;
	float:left;
	width:200px;
	height:25px;
	text-decoration:none;
	background-image:url(../images/nav_benefits.jpg);
	background-repeat:no-repeat;
	background-position:-400px 0;
}

#nav_benefits span, #nav_benefits_on span {
	display:none;
}

#nav_roi {
	display:block;
	float:left;
	width:200px;
	height:40px;
	text-decoration:none;
	background-image:url(../images/nav_roi.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

#nav_roi:hover {
	display:block;
	float:left;
	width:200px;
	height:40px;
	text-decoration:none;
	background-image:url(../images/nav_roi.jpg);
	background-repeat:no-repeat;
	background-position:-200px 0;
}

#nav_roi_on {
	display:block;
	float:left;
	width:200px;
	height:40px;
	text-decoration:none;
	background-image:url(../images/nav_roi.jpg);
	background-repeat:no-repeat;
	background-position:-400px 0;
}

#nav_roi span, #nav_roi_on span {
	display:none;
}

#nav_media {
	display:block;
	float:left;
	width:200px;
	height:40px;
	text-decoration:none;
	background-image:url(../images/nav_media.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

#nav_media:hover {
	display:block;
	float:left;
	width:200px;
	height:40px;
	text-decoration:none;
	background-image:url(../images/nav_media.jpg);
	background-repeat:no-repeat;
	background-position:-200px 0;
}

#nav_media_on {
	display:block;
	float:left;
	width:200px;
	height:40px;
	text-decoration:none;
	background-image:url(../images/nav_media.jpg);
	background-repeat:no-repeat;
	background-position:-400px 0;
}

#nav_media span, #nav_media_on span {
	display:none;
}


#nav_videos {
	display:block;
	float:left;
	width:200px;
	height:40px;
	text-decoration:none;
	background-image:url(../images/nav_videos.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

#nav_videos:hover {
	display:block;
	float:left;
	width:200px;
	height:40px;
	text-decoration:none;
	background-image:url(../images/nav_videos.jpg);
	background-repeat:no-repeat;
	background-position:-200px 0;
}

#nav_videos_on {
	display:block;
	float:left;
	width:200px;
	height:40px;
	text-decoration:none;
	background-image:url(../images/nav_videos.jpg);
	background-repeat:no-repeat;
	background-position:-400px 0;
}

#nav_videos span, #nav_videos_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-innogyps {
	width: 200px;
	height: 100px;
	margin: 20px 0 0 20px;
	background-image: url(../images/widget-gyptech-innogyps.jpg);
	float:left;
}

.widget-casofour {
	width: 200px;
	height: 100px;
	margin: 20px 0 0 20px;
	background-image: url(../images/widget-gyptech-casofour.jpg);
	float:left;
}


.widget-gyptech {
	width: 200px;
	height: 100px;
	margin: 20px 0 0 20px;
	background-image: url(../images/widget-gyptech-logo.jpg);
	float:left;
}

.widget-innogyps h3, .widget-innogyps h4, .widget-gyptech h3, .widget-gyptech h4, .widget-casofour h3, .widget-casofour h4 {
	display: none;
}

#content {
	float: right;
	width: 640px;
	height: 100%;
	margin: 0 20px 0 0;
	line-height:18px;
}

.section-content {
	width:380px;
	margin-top:30px;
}

.section-content2 {
	width:390px;
	margin-top:10px;
	padding-left:10px;
}
.section h2 {
	color:#194D75;
}

.section h2 span {
	color:#18b24b;
}

.section {
	font-size:12px;
}

.section-vertical {
	margin:0 5px;
	width:203px;
	float:left;
	margin-top:10px;
}

.section-vertical ul, .section-list {
	list-style:url(../images/bullet.jpg);
	list-style-position:outside;
	padding-left:-20px;
}

.section-vertical ul li {
	padding-bottom:10px;
}

.lists {
	float:left;
}

.icons {	
	float:left;
	padding-right:30px;
}

#roi_table {
	border-color:#CCCCCC;
	border-collapse:collapse;
	margin-bottom:20px;
}

.table_title {
	text-align:center;
	height:40px;
}

.cell_title {
	text-align:left;
	padding:5px;
}

.cell_data {
	padding-right:5px;
	background-color:#d8eddf;
}

.cell_data2 {
	padding-right:5px;
	background-color:#d9d8ed;
}

.contact_block {	
	float:left;
	padding-right:40px;
	padding-top:30px;
}

#home .graphic {
	width: 640px;
	height: 250px;
	background-image: url(../images/img-home.jpg);
	background-repeat: no-repeat;
}

#it-works .graphic {
	width: 640px;
	height: 250px;
	background-image: url(../images/img-fully-operational.jpg);
	background-repeat: no-repeat;
}

#about-us .graphic {
	width: 640px;
	height: 250px;
	background-image: url(../images/img-about.jpg);
	background-repeat: no-repeat;
}

#process .graphic {
	width: 640px;
	height: 250px;
	background-image: url(../images/img-process.jpg);
	background-repeat: no-repeat;
}

#roi .graphic {
	width: 640px;
	height: 250px;
	background-image: url(../images/img-roi.jpg);
	background-repeat: no-repeat;
}

#videos .graphic {
	width: 640px;
	height: 250px;
	background-image: url(../images/img-videos.jpg);
	background-repeat: no-repeat;
}

#contact-us .graphic {
	width: 640px;
	height: 250px;
	background-image: url(../images/img-contact.jpg);
	background-repeat: no-repeat;
}