/************************************************/
/* mmt.css										*/
/************************************************/

/************************************************/
/* HTML tag styles								*/
/************************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.25;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
	color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#mainWrapper{
	position: absolute;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	margin-top: -1px;
	background: #FFF url(images/bg.gif) repeat-y -51px;
	border-style: solid;
	border-width: 0 1px;
	border-color: #cccccc;
}

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #ccc;
}

#navBar{
	margin: 0 3px;
	padding: 20px 0 0 3px;
	background: transparent url(images/nav-top.gif) no-repeat left top;
	width: 240px;
	position: relative;
	float: left;
}

#content{
	float: left;
	width: 650px;
	margin: -1px -3px 0 0;
	padding: 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: -2px 0 0 0;
	padding: 0;
	background: #FFFFFF url(images/banner.png) no-repeat center;
	width: 650px;
	height: 152px;
}
#siteName span{
	display: none;
}


/*************** #pageName styles **************/

#pageName{
	margin: -49px 0 0 0;
	padding: 0;
	text-align: center;
	color: #000;
	font-size: 2.5em;
}

#pageNameShadow{
	margin: -55px -3px 0 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	font-size: 2.5em;
	z-index: -1;
}

#pageNameIndex{
	position: absolute;
	top: 300px;
	left: 290px;
	padding: 0;
	text-align: left;
	color: #000;
	font-size: 2em;
}


/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	padding: 0;
	white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
	display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
	display: none;
}


/************** .feature styles ***************/

.feature{
	font-size: 80%;
	height: 300px;
	background: transparent url(images/spray_cup.jpg) no-repeat left top;
	overflow: visible;
}

.feature h3{
	text-align: center;
	display: none;
}

.feature p{
	display: none;
}

.feature img{
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.featureIndex{
	font-size: 80%;
	height: 502px;
	background: transparent url(images/0110pd.mastitismngt.4x6.5.jpg) no-repeat left top;
	overflow: visible;
}
.featureIndex img{
	display: none;
}

.tdfacts{
	background: #fff url(images/pump-stalls.jpg) no-repeat left top;
	padding: 250px 5px 5px 5px;
}
.tdfacts h3, .tdfacts p {
	display: block;
}
td.images{
	text-align: center;
}
td.images img {
	margin: 0;
}

/************** .story styles *****************/

.story{
	clear: both;
	font-size: 80%;
	text-align: justify;
}

.story table {
	background-color: #ccc;
}

.story thead {
	font-weight: bold;
}

.story tbody td {
	background-color: #fff;
	vertical-align: top;
}

.articleQuote {
	background-color: #E5E5E5;
	border: 1px solid #CCC;
	float: right;
	margin: 20px 5px;
	text-align: justify;
	width: 355px;
}

.articleQuote div {
	width: 335px;
	padding: 10px;
}

.testimonials p{
	float: right;
	width: 355px;
	margin: 20px 5px 0 0;
	text-align: justify;
}
.testimonials span{
	font-weight: bold;
	color: #006699;
}
.testimonials img {
	float: left;
	clear: left;
	margin: 20px 5px 0 5px;
}

.dealers {
	padding: 20px 10px;
}

.products {
	padding: 20px 10px;
}

.products table {
	width: 100%;
}

.productTableImage {
	text-align: center;
}

.caption {
	text-align: right;
	font-weight: bold;
}

.orderPrices {
	text-align: right;
}

.orderQuantities {
	text-align: center;
}

td.orderTotals {
	background-color: #fff;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #FFFFFF;
	margin-top: 0px;
	width: 899px;
	background-color: #003366;
	padding: 5px 0;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	font-size: 1.20em;
	font-weight: bold;
}
#navBar ul a:hover{
	text-decoration: none;
}
#navBar ul {
	list-style: none; 
	margin: 0;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #FFF;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-bottom: 1px solid #ccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-bottom: 1px solid #ccc;
	background-color: #ddd;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a.current{
	border-bottom: 1px solid #ccc;
	background-color: #ccc;
	padding: 2px 0px 2px 10px;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 10px 0 10px;
	font-size: 90%;
}

.relatedLinks h3{
	margin: 0px;
	padding: 10px 0px 2px 0px;
}

.relatedLinks p{
	font-size: 85%;
	margin: 0 0 15px 0;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#contact_info{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#contact_info p{
	padding: 5px 0px 5px 0px;
}

#teets{
	background: transparent url(images/teets.jpg) no-repeat left top;
	height: 400px;
	overflow: visible;
}

#contentIndex{
	background: #fff;
	height: 400px;
	overflow: visible;
}

#contentIndex ul{
	float:right;
}

.features_list{
	color: #000;
	position: absolute;
	background: #FFF;
	border: 1px solid #000;
	width: 250px;
	height: 100px;
	font-size: 90%;
	margin: 200px 10px 0 5px;
	padding: 10px;
	font-weight: bold;
}

.features_list ul{
	margin: 0px 17px;
}

.features_list h3{
	text-align: left;
	display: block;
	color: #FF0000;
	font-size: 2.5em;
	margin: 0;
}

.features_listIndex{
	color: #000;
	position: relative;
	background: #FFF;
	border: 1px solid #000;
	width: 250px;
	height: 100px;
	font-size: 90%;
	margin: 220px 10px -35px 5px;
	padding: 10px;
	font-weight: bold;
}

.features_listIndex ul{
	margin: 0px 17px;
}

.features_listIndex h3{
	text-align: left;
	display: block;
	color: #FF0000;
	font-size: 2.5em;
	margin: 0;
}

.guarantee{
	position: absolute;
	background: #FFF200;
	border: 1px solid #000;
	width: 340px;
	height: 100px;
	font-size: 70%;
	margin: -132px 10px 0 283px;
	padding: 10px;
	text-align: center;
	color: #000;
	top: 477px;
}

.guaranteeIndex{
	float: left;
	position: relative;
	background: #FFF200;
	border: 1px solid #000;
	width: 340px;
	height: 100px;
	font-size: 70%;
	margin: 50px 10px 0 3px;
	padding: 10px;
	text-align: center;
	color: #000;
}

.guarantee h3{
	font-weight: bold;
	font-size: 2em;
	line-height: 1;
	margin: 0 0 10px 0;
	color: #000;
}

.guarantee h3 span{
	text-decoration: underline;
	color: #F00;
}

.guarantee p{
	margin: 0 0 10px 0;
}

.guaranteeIndex h3{
	font-weight: bold;
	font-size: 2em;
	line-height: 1;
	margin: 0 0 10px 0;
	color: #000;
}

.guaranteeIndex h3 span{
	text-decoration: underline;
	color: #F00;
}

.guaranteeIndex p{
	margin: 0 0 10px 0;
}

#guaranteeText{
	font-weight: bold;
	font-size: 1.05em;
}

#trainingText{
	padding: 10px 20px 10px 0px;
}

#trainingText li {
	margin-bottom: 25px;
}