﻿/* ::::::::::::::::::::: */
/* Default Styling */
/* ::::::::::::::::::::: */


html {
	background-color: #FFFFFF;
}
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #172232;
}
body.index {
	background-image: url('images/span.png');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}


/* ::::::::::::::::::::: */
/* COMMON */
/* ::::::::::::::::::::: */

.button {
	border-width: 0;
}

a {
	color: #1D2F65;
	outline: 0;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #1D2F65;
}
a:active {
	color: #1D2F65;
}

a img {
	filter: Alpha(Opacity=100);
	opacity: 1;
	cursor: pointer;
	border: 0;
}
a:hover img {
	filter: Alpha(Opacity=75);
	opacity: 0.75;
	border: 0;
}

#page-spacer {
	display: none;
}


/* ::::::::::::::::::::: */
/* INDEX */
/* ::::::::::::::::::::: */

#wrapper-main {
	width: 1160px;
	margin: 0 auto 0 auto;
}

#header {
	height: 165px;
	width: 1160px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
}

#nav-top {
	float: right;
	margin: 0 32px 0 0;
	text-align: right;
}
.nav-top-buttons {
	font-size: 11px;
	color: #FFFFFF;
	cursor: pointer;
	margin: 5px 0 0 20px;
}

#header-logo {
	width: 330px;
	height: 85px;
	float: left;
	clear: both;
	margin: 45px 0 0 50px;
}

#nav-main {
	float: right;
	clear: right;
	height: 19px;
	margin: 118px 33px 0 0;
}
.nav-buttons {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 0 12px;
	color: #373737;
	cursor: pointer;
}

#newsfeed {
	width: 185px;
	float: left;
	margin-left: 55px;
	padding: 14px 0 10px 0;
}
.news-title {
	font-size: 12px;
	font-weight: bold;
	color: #5F5F5F;
}
.news-description {
	font-size: 10px;
	color: #5F5F5F;
	font-style: italic;
}
.news-continue {
	font-size: 12px;
	color: #5F5F5F;
	font-style: italic;
	margin: 0 0 0 100px;
}

#banner {
	width: 885px;
	height: 170px;
	float: right;
	margin: 5px 30px 0 0;
	background-image: url('images/banner-back.jpg');
	background-repeat: no-repeat;
	z-index: 2;
}
#carousel {
	width: 885px;
	height: 155px;
	float: right;
}
#slider1 {
	width: 885px;
	height: 155px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.slide {
	width: 885px;
	height: 155px;
	margin: 0;
	padding: 0;
}

#wrapper-page {
	width: 1075px;
	clear: both;
	float: right;
	margin: 0 30px 0 0;
	padding-bottom: 30px;
}
#footer {
	border-top: 1px #959595 solid;
	width: 100%;
	height: 15px;
	clear: both;
	margin: 0 0 0 0;
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	background: url('images/footer-bg.png') repeat-x;
	cursor: default;
	z-index: 20;
}
.footer {
	font-size: 11px;
	text-align: center;
	color: #373737;
	width: 960px;
	margin: 0 auto 0 auto;
}


/* ::::::::::::::::::::: */
/* PAGES */
/* ::::::::::::::::::::: */

#page-wrapper {
	width: 1075px;
	margin: 15px 0 0 0;
	min-height: 300px;
}
#page-nav {
	float: left;
	width: 180px;
}
.page-nav-title {
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: 30px;
	text-align: left;
	color: #D8D8D8;
	margin-top: 10px;
}
.page-nav-subtitle {
	text-align: left;
	color: #172232;
	font-weight: bold;
	margin-top: 15px;
}
#page-content {
	float: right;
	width: 875px;
}


/* ::::::::::::::::::::: */
/* PAGES - DYNAMIC MENU FONT SYLING */
/* ::::::::::::::::::::: */

dl {
	padding: 0px 0px 0px 4px; 
	margin: 0px;
	width: 180px;
}
dt a {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size: 15px;
	color: #1D2F65;
}
dd	{
	padding: 0px 0px 0px 4px;
	margin: 0px;
}
dd a {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	color: #5F5F5F;
}
dd a:hover {
	padding: 0px 0px 0px 0px; 
	margin: 0px;
	color: #000000;
}
ul.menu-ul	{
	padding: 5px 0px 3px 15px; 
	margin: 0px;
	list-style-type: none;
	text-indent: -1em;
	font-size: 12px;
}
li.menu-li	{
	margin-bottom: 5px;
}


/* ::::::::::::::::::::: */
/* SUBPAGES - Common */
/* ::::::::::::::::::::: */

#subpage-wrapper {
	width: 875px;
	margin: 0 0 0 0;
}
#subpage-content {
	width: 875px;
}


/* ::::::::::::::::::::: */
/* SUBPAGES - Splash */
/* ::::::::::::::::::::: */

#splash-button-machine {
	width: 480px;
	height: 120px;
	float: left;
	margin: 15px 0 0 50px;
	cursor: pointer;
}
#splash-button-products {
	width: 630px;
	height: 180px;
	float: right;
	clear: both;
	margin: 50px 0 0 0;
	cursor: pointer;
}


/* ::::::::::::::::::::: */
/* SUBPAGES - Products */
/* ::::::::::::::::::::: */

#product-information {
	width: 595px;
	float: left;
}
#product-information2 {
	width: 260px;
	float: right;
	text-align: center;
}
.product-title {
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	color: #172232;
}
.product-subtitle {
	font-size: 16px;
	padding: 0 0 0 8px;
	color: #223551;
}
.product-description {
	width: 580px;
	margin: 20px 0 0 8px;
}
.product-desc-ul {
	margin: 5px 0 0 -15px;
}
.product-desc-ul li {
	margin: 0 0 0 20px;
}
.product-spec {
	width: 580px;
	margin: 40px 0 0 0;
}
.product-spec-table {
	margin: 0 0 0 8px;
}
.product-image {

}
.product-links {
	margin: 10px auto 0 auto;
	font-size: 12px;
}


/* ::::::::::::::::::::: */
/* SUBPAGES - Products - Media */
/* ::::::::::::::::::::: */

body.product-media-body {
	overflow: scroll;
	margin: 0;
}
#product-media-wrapper {
	width: 810px;
	height: 820px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	background-image: url('products/images/product-media.jpg');
	background-repeat: no-repeat;
}
#product-media-content {
	position: absolute;
	width: 700px;
	height: 560px;
	margin: 200px auto 0 auto;
	padding-left: 45px;
	font-size: 20px;
	font-weight: bold;
}
.thumbs {
	border-width: 0px;
}


/* ::::::::::::::::::::: */
/* SUBPAGES - Find by Part */
/* ::::::::::::::::::::: */

.alpha-table {
	vertical-align: top;
	text-align: left;
	padding: 0 0 20px 20px;
}
.alpha-letter {
	font-weight: bold;
	font-size: 28px;
	text-align: left;
	color: #172232;
}
.alpha-word {
	text-align: left;
}


/* ::::::::::::::::::::: */
/* SUBPAGES - Find by Part - Part Menu */
/* ::::::::::::::::::::: */

ul#partmenu, ul#partmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #1D2F65;
	cursor: default;
}

ul#partmenu ul {
  border: 1px solid #999;
  background-color: #ccc;
  display: none;
  position: absolute;
  z-index: 9;
}

ul#partmenu li {
  display: inline;
  float: left;
  text-indent: 0px;
  margin: 0px;
  margin: 0px;
  margin: 0px;
  width: 180px;
}

ul#partmenu ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 2px;
}

ul#partmenu ul li a:hover {
  background-color: #000;
  color: #fff;
}

ul#partmenu li li {
  display: block;
  float: none;
}


/* ::::::::::::::::::::: */
/* SUBPAGES - Find a Distributor */
/* ::::::::::::::::::::: */

.state-container {
	width: 750px;
	padding: 0 0 25px 0;
}
.state {
	font-weight: bold;
	font-size: 28px;
	text-align: left;
	color: #172232;
}
.distributor-title {
	font-size: 15px;
	font-weight: bold;
	color: #1D2F65;
}
.distributor-info {
	color: #5F5F5F;
}
.distributor-cell {
	padding: 10px 0 0 10px;
	width: 370px;
	vertical-align: top;
}


/* ::::::::::::::::::::: */
/* SUBPAGES - News and Events */
/* ::::::::::::::::::::: */

#news-article {
	width: 750px;
	padding: 0 0 25px 0;
}
.article-date {
	text-align: left;
	color: #5F5F5F;	
}
.article-title {
	font-weight: bold;
	font-size: 28px;
	text-align: left;
	color: #172232;
}
.article-desc {
	text-align: left;
	color: #5F5F5F;	
}
.article-read {
	font-size: 12px;
	text-align: right;
	font-style: italic;
}
#article-window-wrapper {
	width: 810px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}
#article-window-head {
	width: 810px;
	height: 163px;
	background-image: url('newsandevents/images/news-article_01.jpg');
	z-index: 10;
}
#article-window-body {
	width: 810px;
	height: 100%;
	background-image: url('newsandevents/images/news-article_02.jpg');
	z-index: 0;
}
#article-window-content {
	width: 700px;
	height: 100%;
	margin: 0 auto 0 auto;
	padding: 35px 0 35px 0;
	z-index: 5;
}
#article-window-footer {
	width: 810px;
	height: 18px;
	clear: both;
	background-image: url('newsandevents/images/news-article_03.jpg');
	z-index: 10;
}

