body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	color: #000;
	margin: 0;
	padding: 0;
	background: #fff url(../img/bg-home.gif) repeat-x;
}

body#sec {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	color: #000;
	margin: 0;
	padding: 0;
	background: #fff url(../img/bg-sec.gif) repeat-x;
}

#wrapper {
	width: 911px;
	margin: 0 auto;
}

html {
	font-size: 100%;
}

a:link {
	color: #000;
}

a:link.specs, a:visited.specs {
	background: url(../img/btn-red-arrow.gif) no-repeat 242px 0;
	font-size: 1.2em;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin: 0 0 15px 0;
	display: block;
	text-decoration: none;
}


/* ---- Minor Nav ---- */

#minor-nav {
	position: relative;
	height: 30px;
	line-height: 30px;
	font-size: 1.2em;
	z-index:2;
}

#minor-nav ul {
	float: right;
	width: 300px;
}

#minor-nav ul li {
	float: right;
	margin: 0 5px 0 5px;
}

#minor-nav a:link, #minor-nav a:visited {
	color: #000;
	text-decoration: none;
} 

#minor-nav a:hover {
	text-decoration: underline;
} 

#header {
	height: 102px;
	position: relative;
}

#header img.logo {
	position: absolute;
	top: 26px;
}

#header h1 {
	position: absolute;
	top: 36px;
	left: 303px;
	width: 370px;
	font-size: 1.6em;
	line-height: 1.3em;
	font-weight: normal;
	color: #1e4393;
	font-style: italic;
}

#header h2 {
	position: absolute;
	right: 0;
	top: 15px;
	color: #666666;
	font-size: 1.4em;
}

#header form {
	position: absolute;
	top: 46px;
	right: 0;
}

#home-flash {
	height: 300px;
	padding: 0 0 0 0;
	z-index: -1;
}

#home-body {
	float: left;
	padding: 0 0 30px 0;
    background: url(../img/bg-home-gray-2.gif) repeat-y 0 0;
}

#home-body h3 {
	font-size: 1.5em;
	color: #b10a17;
	font-style: italic;
	font-weight: normal;
	margin: 40px 0 15px 0;
}

#home-body p {
	color: #333333;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 8px 0;
}

#home-body #home-middle ul {
	margin: 0 0 10px 0;
}

#home-body ul li {
	list-style: disc;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 0 15px;
}

.bucket-content {
	margin: 0 0 0 170px;
}

#home-left {
	float: left;
	width: 305px;
}

#home-left span {
	float: left;
}

#home-middle {
	float: left;
	width: 359px;
	margin: 0 15px 0 0;
}

#home-right {
	float: left;	
	width: 232px;
}

#home-middle img, #home-left img {
	float: left;
	padding: 2px;
	border: 1px solid #0087c1;
	margin: 0 10px 0 0;
}

#home-right img {
	float: left;
	margin: 0 10px 0 0;
}

#home-right a:link, #home-right a:visited, #home-middle a:link, #home-middle a:visited, #home-left a:link, #home-left a:visited {
	text-decoration: none;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	background: url(../img/btn-arrow.gif) no-repeat right;
	padding: 6px 25px 6px 0;
	height: 23px;
	line-height: 23px;
}

/* ---- Top Nav ---- */

#top-nav {
	height: 34px;
	z-index: 4;
}

#top-nav ul li {
	position: relative;
	z-index: 4;
	display: inline;
	font-size: 1.35em;
	float: left;
	height: 34px;
	line-height: 34px;
	background: url(../img/nav-line.gif) no-repeat left 8px;
	text-transform: uppercase;
}

#top-nav ul li.last {
	position: relative;
	z-index: 4;
	display: inline;
	font-size: 1.4em;
	float: left;
	height: 34px;
	line-height: 34px;
	background: url(../img/nav-line.gif) no-repeat left 8px;
}

#top-nav ul li ul {
	position: absolute;
	width: 260px;
	left: -999em;
	height: auto;
	background-color: #1b4192;
	z-index: 4;
	
}

#top-nav ul li ul li {
	width: 260px;
	height: auto;
	border-top: none;
	background: none;
	text-transform: none;
}

#top-nav ul li ul li.first {
	margin: 10px 0 0 0;
}

#top-nav ul li ul li.last {
	padding: 0 0 10px 0;
	background: none;
}

#top-nav ul li a:link, #top-nav ul li a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #1b4192;
	padding: 0 14px;
	display: block;
}

#top-nav ul li a:hover {
	color: #fff;
	background: url(../img/bg-nav-roll.gif) repeat-x !important;
}

#top-nav ul li ul li a:link, #top-nav ul li ul li a:visited {
	color: #fff !important;
	text-decoration: none;
	height: 26px;
	line-height: 26px;
	display: block;
	font-weight: normal;
	font-size: .6em !important;
	background-image: none;
}

#top-nav ul li ul li a:hover {
	background: #3d5da2 !important;
	background-image: none !important;
}

#top-nav ul li:hover ul, #top-nav ul li.sfhover ul {
	top: 34px;
	left: 0;
}

#top-nav li:hover a, #top-nav li.sfhover a {
	color: #fff !important;
	background: url(../img/bg-nav-roll.gif) repeat-x;
}


/* ---- Secondary Body ---- */

#sec-body-prod {
	background: url(../img/bg-prod.gif) repeat-y;
	margin: 4px 0 0 0;
	float: left;
}

#sec-body {
	margin: 4px 0 0 0;
	float: left;
	width: 911px;
}

p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

p.firstline {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 20px 0 10px 0;
}

p.bluequote {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 15px 10px 15px;
	color: #1b4192;
	font-style:italic;
}

p.breadcrumbs {
	font-size: 1.1em;
	padding-top: 20px;
}


/* ---- Heading Control ---- */

#prod-right h1, h1.page-title {
	font-size: 3.4em;
	color: #1b4192;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0 0 8px 0;
	display: block;
	border-bottom: 1px solid #000;
}

#prod-right h2, #sec-body h2 {
	color: #336666;
	font-size: 1.8em;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 3px 0;
}

#sec-body h2.sbs { /* side by side h2 tags */
	margin: 0 35px 0 0;
	float: left;

}

#prod-right h3, #contact-right h3, #general-right h3 {
	color: #b10a17;
	font-size: 1.6em;
	font-style: italic;
	font-weight: normal;
	margin: 20px 0 5px 0;
}

#prod-related h2 {
	color: #1b4192;
	font-size: 1.4em;
	text-transform: uppercase;
	margin: 20px 0 20px 20px;
}

#sec-body h5 { /* side by side h2 tags */
	line-height: 20px;
	font-size: 1.8em;
	color: #666666;
	font-weight: normal;
	font-style: italic;
}


/* ---- List Control ---- */

#sec-body-prod ul {
	font-size: 1.2em;
	line-height: 1.5em;
	list-style: disc;
}

#sec-body-prod ul li {
	margin: 0 0 0 30px;
	
}

#sec-body-prod ul ul li {
	font-size: 0.85em;
	line-height: 1.5em;
	list-style: circle;
	margin: 0 0 0 60px;
}



/* ---- Product Page ---- */

#prod-left {
	float: left;
	width: 229px;
}

#prod-right {
	margin: 0 0 0 278px;
	padding: 0 0 30px 0;
}

#prod-photo {
	position: relative;
	width: 229px;
	background: url(../img/bg-prod-checker.gif) repeat;
}

#prod-photo ul {
	position: absolute;
	left: 18px;
	top: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#prod-photo img.zoom {
	position: absolute;
	right: 12px;
	bottom: 12px;
}

#preview {
	position: absolute;
	border: 1px solid #ccc;
	background:#333;
	padding:5px;
	display: none;
	margin: -200px 0 0 0px;
	color: #fff;
	}

#prod-photo ul li {
	width: 28px;
	height: 29px;
	color: #fff;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
	line-height: 29px;
	/* background: url(../img/bg-diamond.png) no-repeat;*/
	font-size: .9em;
}

#prod-photo ul li img { height: 26px width: 26px; }

#prod-related ul {
	list-style: none;
}

#prod-related ul li {
	float: left;
	margin: 0 0 20px 10px;
	padding: 0;
	display: inline;
}

#drop-heading {
	border-bottom: 1px solid #000;
	float: left;
	display: block;
	width: 633px;
	margin: 0 0 5px 0;
}

#drop-heading-wide {
	border-bottom: 1px solid #000;
	float: left;
	display: block;
	width: 911px;
	margin: 0 0 5px 0;
}

#drop-heading form, #drop-heading-wide form {
	float: right;
	padding: 15px 0 0 0;
}

#drop-heading h1, #drop-heading-wide h1 {
	float: left;
	border: none;
	margin: 0;
	font-size: 3.6em;
	color: #1b4192;
	font-style: italic;
	font-weight: normal;
	padding: 0 0 8px 0;
	display: block;	
}


/* ---- Categories Page ---- */

.mcat {
	margin: 0 0 0 0;
	float: left;
	display: inline;
}

.product-row {
	width: 911px;
	background: #d1d9e9 url(../img/bg-cat-2.gif) repeat-x;
	margin: 5px 5px 25px 0;
	float: left;
	display: block;
}

ul.category-main {
	width: 911px;
	background: #d1d9e9 url(../img/bg-cat.gif) repeat-x;
	float: left;
	clear: left;
	margin: 5px 0 25px 0;
	display: inline;
}

ul.category-main-sr {
	float: left;
	display: inline;
}

ul.category-main-br {
	float: left;
	display: inline;
	border-right: 1px solid #fff;
}

ul.category-3700short {
	width: 550px;
	background: #d1d9e9 url(../img/bg-cat.gif) repeat-x;
	float: left;
	clear: left;
	margin: 5px 0 25px 0;
	display: inline;
}

ul.category-7700series {
	width: 350px;
	background: #d1d9e9 url(../img/bg-cat.gif) repeat-x;
	float: left;
	margin: 5px 0 25px 1px;
	display: inline;
}

li.category-entry {
	float: left;
	width: 125px;
	margin: 0 0 0 50px;
	display: inline;
}

li.category-entry-short {
	float: left;
	width: 125px;
	margin: 0 0 0 45px;
	display: inline;
}

li.model {
	font-size: 1.8em;
	color: #1b4192;
	font-style: italic;
	margin: 5px 0;
}

li.desc {
	font-size: 1.2em;
	color: #336666;
	font-style: italic;
	margin: 0 0 15px 0;
}

li.more a:link, li.more a:visited {
	background: url(../img/btn-red-arrow.gif) no-repeat 80px 0;
	font-size: 1.2em;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin: 0 0 15px 0;
	display: block;
	text-decoration: none;
}

/* ---- Support Page ---- */

ul.support-main {
	width: 580px;
	background: #d1d9e9 url(../img/bg-support-grid.gif) repeat-x;
	float: left;
	clear: left;
	margin: 5px 0 25px 0;
	display: inline;
}

li.support-entry {
	float: left;
	width: 150px;
	margin: 0 0 0 30px;
	display: inline;
}

li.support-model {
	font-size: 1.6em;
	line-height: 1.2em;
	color: #1b4192;
	font-style: italic;
	margin: 5px 0;
}

li.desc {
	font-size: 1.2em;
	color: #336666;
	font-style: italic;
	margin: 0 0 15px 0;
}

li.pdf a:link, li.pdf a:visited {
	background: url(../img/icon-pdf.gif) no-repeat 70px 0;
	font-size: 1.2em;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin: 0 0 15px 0;
	display: block;
	text-decoration: none;
}



/* ---- General Pages ---- */

#general-left {
	float: left;
	width: 300px;
	margin: 0 30px 0 0;
}

#general-left img {
	border: 1px solid #000;
	padding: 2px;
	margin: 0 0 50px 0;
}

#general-left li {
	font-size: 1.2em;
	margin: 0 0 10px 10px;
	display: block;
	list-style-type:disc;
}

#general-left h3 {
	color: #b10a17;
	font-size: 1.6em;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 15px 0;
}


#general-right {
	float: left;
	line-height: 1.5em;
}
.general-rowk {
	float: left;
	clear: left;
	margin: 0 0 20px 0;
	display: block;
	width: 800px;
}
.general-row {
	float: left;
	clear: left;
	margin: 0 0 20px 0;
	display: block;
	width: 550px;
}
#product-video {
	float: left;
	height: auto;
	width: 550px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#product-video-thumb {
	float: left;
	height: auto;
	width: 200px;
}
#product-video-description {
	float: left;
	height: auto;
	width: 320px;
	margin-left: 20px;
}
.video-title {
	margin: 0px;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #b10a17;
}
#video-area {
	float: left;
	margin-bottom: 30px;
	height: auto;
	width: 911px;
	margin-top: 20px;
}

/* ---- Contact Page ---- */

#contact-left {
	float: left;
	width: 300px;
	margin: 0 30px 0 0;
}

#contact-left img {
	border: 1px solid #000;
	padding: 2px;
}

#contact-right {
	float: left;
	line-height: 1.5em;
}

.contact-row {
	float: left;
	clear: left;
	margin: 0 0 20px 0;
	display: block;
	width: 550px;
}

.contact-entry {
	float: left;
	min-width: 225px;
	margin-right: 30px;
	display: inline;
}

#form-heading {
	clear: left;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
	width: 580px;
	margin: 20px 0 5px 0;
}

#form-heading h3 {
	float: left;
	margin: 0;
	padding: 0;
}

p.form-note {
	float: right;
	margin: 0;
	padding: 0;
}

#form-box {
	font-size: 1.2em;
	background-color: #cde6ef;
	width: 580px;
	clear: left;
	margin: 0 0 50px 0;
}

#form-box dt {
	float: left;
	width: 180px;
	padding: 0 0 0 33px;
}

#form-box dt.employee {
	float: left;
	width: 100px;
	padding: 0 0 0 33px;
}

#form-box input, #form-box select {
	width: 180px;
	margin: 0 7px 7px 0;
}

#form-box form {
	padding: 15px 0 10px 0;
}

.captcha {
	font-family: arial, helvetica, san-serif;
	font-weight: bold;
	font-size: .9em;
	margin: 0 40px 0 0;
}

.captcha-detail a:link, .captcha-detail a:visited {
	color: #b10a17;
}

#form-box input.submit {
	width: auto;
	margin: 10px 0 0 325px;
}

#form-box input.product-submit {
	width: auto;
	margin: 10px 0 0 215px;
}

#form-box input.enter {
	width: auto;
	margin: 10px 0 0 166px;
}

#form-box input.enter-rep {
	width: auto;
	margin: 10px 0 0 134px;
}

#form-box input.enter-rep2 {
	width: auto;
	margin: 10px 0 0 0px;
}


/* ---- Footer Control ---- */

#footer {
	clear: left;
	height: 53px;
	background-color: #1b4192;
	line-height: 53px;
	color: #fff;
	font-size: 1.0em;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}

#footer-wrapper {
	width: 911px;
	margin: 0 auto;
}

p.footer-left {
	float: left;
	line-height: 53px;
}

p.footer-right {
	float: right;
	line-height: 53px;
}

/* ---- Form Control ---- */

form#seek1 input {
	vertical-align: middle;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#symbolkey img {
	margin: 0 10px 0 50px;
	vertical-align: middle;
}

#symbolkey p {
	font-size: 1.2em;
}
.footnote {
	font-size: 9px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 0px;
	padding: 0px;
}
.pdf-download {
	border: 1px solid #000;
	margin-right: 5px;
}
.product-literature {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	line-height: 20px;
}




.video-rollover:hover img{
	cursor: pointer;
}
#suction-reg-pdf {
	height: auto;
	width: 125px;
	margin-right: 12px;
	float: left;
}
#suction-reg-pdf-area {
	width: 550px;
	float: right;
	margin-bottom: 15px;
}
#suction-reg-pdf-areak {
	width: 800px;
	float: right;
	margin-bottom: 15px;
}
