
/* 
 ----------------------------------------------------------------------------
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari

  CSS Document - layout.css
 ---------------------------------------------------------------------------- 
*/


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#eeecde url("../images/bkgd_spacer.jpg") top repeat-x;
	text-align:center; 
	font:12px/18px "Tahoma", Arial, Helvetica, sans-serif; 
	color:#352e28;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#000; text-transform:uppercase; }
h2	{ font-size:1.5em; color:#000; }
h3	{ font-size:1.0em; color:#000; }


a:hover,a:active	{ color:#4c659b; text-decoration:none; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

h2 span.reg	{ font-size:.70em; }	

/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:#fff url("") repeat-y;
	width:928px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:104px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:13px;
		width:165px;
		top:14px;
		height:73px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- features ----- */

.feature { width:464px; float:left;}

.feature a:link, .feature a:visited	{ color:#fff; }
.feature a:hover, .featurea:active	{ color:#fff; }

#feature-left { background: url("../images/hm-feature-lf.jpg") no-repeat; height:178px; padding-bottom:25px; }
	
		#feature-left p, #feature-left h2 { margin:0 25px 8px 165px; color:#fff;}
		
		#feature-left h2 { padding-top: 30px;}

#feature-right { background: url("../images/hm-feature-rt.jpg") no-repeat; height:178px;  padding-bottom:25px;}

		#feature-right  p, #feature-right  h2 { margin:0 25px 8px 180px; color:#fff;}
		
		#feature-right  h2 { padding-top: 27px;}


.bul1{ background: url("../images/bul1.gif") 0 0 no-repeat; height:23px; padding: 3px 10px 0 25px;}

.bul2{ background: url("../images/bul2.gif") 0 0 no-repeat; height:23px; padding: 3px 10px 0 25px;}


#sub-hdr { background: url("../images/sub-hdr.jpg") no-repeat; height:30px;}


/* ----- column-left ----- */
#column-left {
	width:252px;
	float:right;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 0px 8px 0px;
		}

	#column-left h2 { color:#fff; font-size:1.2em; margin:0 0px 0 0px; padding:15px 0 0 15px; }
	
	#column-left h3 { font-size:1.1em; margin:0 0px 0 0px; padding:15px 0 0 15px; }
	
	#column-left .heading { background:#58493a url("../images/left-sub-hdr.gif") left no-repeat; height:45px;  margin:0 7px 0 21px;}
	
	
	/* single column list */
	#column-left ul {  background:#f3f4c9; margin:7px 7px 0 21px; text-transform:uppercase; font-weight:bold; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			border-bottom: 1px solid #fff;
			}
			
			#column-left ul a:link, #column-left ul a:visited	{ background:#f3f4c9; text-decoration:none; display:block; height:36px; width:224px; }
			#column-left ul a:hover, #column-left ul a:active	{ background:#e7e99e; text-decoration:none; display:block; height:36px; width:224px;}
			
			/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
			body#linens-overview #l-01 { background:#d0da13; text-decoration:none; display:block; height:36px; width:224px; }
			body#linens-overview #l-06 { background:#d0da13; text-decoration:none; display:block; height:36px; width:224px; }
			body#linens-technology #l-02 { background:#d0da13; text-decoration:none; display:block; height:36px; width:224px; }
			body#linens-works #l-03 { background:#d0da13; text-decoration:none; display:block; height:36px; width:224px; }
			body#linens-benefits #l-04 { background:#d0da13; text-decoration:none; display:block; height:36px; width:224px; }
			body#linens-tests #l-05 { background:#d0da13; text-decoration:none; display:block; height:36px; width:224px; }
			
			
			
			
			#column-left ul p{ color:#58493a; padding:10px 0 0 15px;}
			
	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	
	#phone { width:224px; background:#50699f url("../images/phone-hdr.jpg") no-repeat; margin: 20px 0px 0 21px;}
	
		#phone p { color:#fff; margin: 0 10px 8px 60px; padding-top:15px; }
		
		#phone .bul{ background: url("../images/bul.png") 0px 0 no-repeat; height:22px; padding: 3px 10px 0 30px;}
		
		#phone-bt { background:url("../images/phone-btm.jpg") no-repeat; height: 34px;}

	
	#milliken-logo { margin:20px 0 0 41px; background:url("../images/milliken_logo.gif") no-repeat; height: 92px;}
	
	#venus-logo { margin:20px 0 0 41px; background:url("../images/venus_logo.gif") no-repeat; height: 92px;}
	
	#mail-icon { margin:20px 0 0 21px; background:url("../images/contact-img.jpg") no-repeat; height: 226px;}
	
	#download { background:url("../images/download.gif") no-repeat; height: 65px; margin:20px 0 0 21px;}
	
		#download h3 { font-size:1.2em; color:#fff; margin:0 0px 0 40px; }
		
		#download a:link, #download a:visited	{ background:none; color:#fff; text-decoration:underline; }
		#download a:hover, #download a:active	{ background:none; color:#fff; text-decoration:none;}
		
	#works1 {width:281px; float:left;}
	#works2 {width:394px; float:left;}
	
	
	
	
/* ----- column-right ----- */

#column-right {
	width:676px;
	float:right;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right ol {
		margin:0 23px 8px 20px;
		}
	
	 #column-right .heading { background:#798ebb url("../images/main-hdr-right.gif") right no-repeat; height:45px;  margin:0 23px 15px 0;}
	 
	 #column-right h1 { color:#fff; text-align:right; font-size:1.3em; padding:15px 19px 0 0}
	 
	 #column-right h2 { margin:20px 23px 8px 20px}
	 
	 
	/* single column list */
	#column-right ul { width:235px;}
		#column-right ul li { 
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat;
			padding:0 0 15px 20px;  /* pushes text to the right to display bg img */
			}

	/* ordered list */
	#column-right ol { padding-left:5px; width:230px; color:#c4cb00;}
		#column-right ol li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			}
		#column-right ol p {color:#352e28; margin:0; }
	
	/* definition list */
	#column-right dl { padding-left:20px; }
		#column-right dl dt {
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat;
			font-weight:bold;
			padding:0 0 0 20px;
			}
		#column-right dl dd {
			padding:0 0 10px 15px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:20px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */
#flash { height:400px; margin:0 0 0 20px;}

#flash2 { height:275px; }

#flash1 { height:353px; background:url("../images/flash.jpg");}

#flash3 { height:353px;}

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }



/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	margin:15px 17px 15px 0;
	text-align:right;
	color:#444;
	}

#footer ul {margin:0;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	}



/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:928px; 
	height:37px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:37px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; }

#nav-01 { width: 88px; margin-left: 79px;}
#nav-02 { width: 238px;}
#nav-03 { width: 137px;}
#nav-04 { width: 183px;}
#nav-05 { width: 124px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -79px -37px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -167px -37px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -405px -37px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -542px -37px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -725px -37px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#home #nav-01 { background:url("../images/nav.jpg")  -79px -37px no-repeat; }
body#linens-overview #nav-02 { background:url("../images/nav.jpg") -167px -37px no-repeat; }
	body#linens-technology #nav-02 { background:url("../images/nav.jpg") -167px -37px no-repeat; }
	body#linens-works #nav-02 { background:url("../images/nav.jpg") -167px -37px no-repeat; }
	body#linens-benefits #nav-02 { background:url("../images/nav.jpg") -167px -37px no-repeat; }
	body#linens-tests #nav-02 { background:url("../images/nav.jpg") -167px -37px no-repeat; }
body#venus #nav-03 { background:url("../images/nav.jpg") -405px -37px no-repeat; }
body#milliken #nav-04 { background:url("../images/nav.jpg") -542px -37px no-repeat; }
body#contact #nav-05 { background:url("../images/nav.jpg") -725px -37px no-repeat; }





/**********
* Form classes
********************************************/
#form_holder {

  display: block;
  position: relative;
  width: 566px;
  margin: 20px 0px 20px 15px;
}

#form_holder form {
  width: 100%;
  padding: 0px 0px 10px 0px;
}

#form_holder img.form_header {
  display: block;
  position: relative;
  width: 566px;
  height: 130px;
  margin: 0px 0px 0px 0px;
}

#form_holder .formline {
  padding-top: 7px;
  padding-bottom: 7px;
}

.padleft {
  padding-left: 20px;
}
#form_holder .fieldholder {
  display: block;
  float: left;
  width: 282px;
}

#form_holder .formline label {
  display: block;
  padding-left: 20px;
  color: #7c6f67;
  font-weight: bold;
}

#form_holder .formline label span {
  color: #f2523f;
}

.textfield {
  display: block;
  width: 80%;
  padding: 2px 0px 2px 5px;
  margin-left: 20px;
  border: solid 1px #798ebb;
}

#form_holder .formline .required {
  border: solid 1px #f2523f;
}

#form_holder .fieldholder div {
  float: left;
  width: 50%;
}

#form_holder .fieldholder div .textfield {
  width: 60%;
}

#form_holder .formline select.state {
  margin-left: 20px;
  width: 100px;
}

#form_holder .formline select.fullfield {
  margin-left: 20px;
  width: 80%;
}

#form_holder .formline textarea {
  margin-left: 20px;
  width: 512px;
  border: solid 1px #7c6f67;
}

input.submit {
  display: block;
  float: left;
  width: 110px;
  height: 37px;
  background: url(../images/submit-btn.gif) no-repeat 0 0;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  border: none;
}

