/* ------------------------------------------------------------------------------------- */
/* Copyright Einstein Industries 2004. Used with Permission.                             */
/* May not be duplicated or reproduced.                                                  */
/*                                                                                       */
/* Please check for cross-browser compatibility prior to making changes                  */
/* MINIMUM BROWSER CHECK :: IE5.x/IE6/Op7/NS7/Safari/FireFox                             */
/*                                                                                       */
/* CSS Document                                                                          */
/* ------------------------------------------------------------------------------------- */

/* undohtml.css
 * (CC) 2004 Tantek Celik. Some Rights Reserved.
 * http://creativecommons.org/licenses/by/2.0
 * This style sheet is licensed under a Creative Commons License.
 **********************************************************************/

/* Purpose: undo some default styling of common (X)HTML browsers      */

/* link underlines tend to make hypertext less readable, 
 * because underlines obscure the shapes of the lower halves of words
  *********************************************************************/
:link,:visited { text-decoration:none }

ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p, blockquote, fieldset, input
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }

/* more varnish stripping as necessary...                             */


/* basic elements
 * ------------------------------------------------------------------------------------- */
body {
	background: #FFFFFF;
	text-align: center;
}

body.bg-index {
	background: url(../images/bg.gif) top left repeat-x;
}

body.bg-sub {
	background: url(../images/sub/bg-sub.jpg) top left repeat-x;
}

p, div, li, div, h1, h2, h3, h4, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #8D201E;
	text-decoration: underline;
}

span {
	display: none;
}

/* main structural elements
 * ------------------------------------------------------------------------------------- */
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

/* VERTICAL sprite nav
 * ------------------------------------------------------------------------------------- */
#menu {
	background:  url("../images/index/menu.jpg") left top no-repeat;					
	width: 360px;
	height: 190px;
	padding: 0px;
	margin: 0px;
	position: relative;
}
#menu li span {display: none;}
#menu li {margin: 0; padding: 0; list-style: none; position: absolute;}

#menu li, #menu a {height: 27px; display: block;}
#menu-01 {top: 20px;}
#menu-02 {top: 47px;}
#menu-03 {top: 74px;}
#menu-04 {top: 101px;}
#menu-05 {top: 128px;}
#menu-06 {top: 155px;}

#menu-01, #menu-02, #menu-03, #menu-04, #menu-05, #menu-06 { left: 0px; width: 360px; }

#menu-01 a:hover {background: transparent url("../images/index/menu.jpg") -360px -20px no-repeat;}
#menu-02 a:hover {background: transparent url("../images/index/menu.jpg") -360px -47px no-repeat;}
#menu-03 a:hover {background: transparent url("../images/index/menu.jpg") -360px -74px no-repeat;}
#menu-04 a:hover {background: transparent url("../images/index/menu.jpg") -360px -101px no-repeat;}
#menu-05 a:hover {background: transparent url("../images/index/menu.jpg") -360px -128px no-repeat;}
#menu-06 a:hover {background: transparent url("../images/index/menu.jpg") -360px -155px no-repeat;}

/* VERTICAL sprite nav
 * ------------------------------------------------------------------------------------- */
#menu-sub {
	background:  url("../images/sub/menu-sub.jpg") left top no-repeat;					
	width: 343px;
	height: 210px;
	padding: 0px;
	margin: 0px;
	position: relative;
}
#menu-sub li span {display: none;}
#menu-sub li {margin: 0; padding: 0; list-style: none; position: absolute;}

#menu-sub li, #menu-sub a {height: 26px; display: block;}
#menu-sub-01 {top: 14px;}
#menu-sub-02 {top: 40px;}
#menu-sub-03 {top: 66px;}
#menu-sub-04 {top: 92px;}
#menu-sub-05 {top: 118px;}
#menu-sub-06 {top: 144px;}

#menu-sub-01, #menu-sub-02, #menu-sub-03, #menu-sub-04, #menu-sub-05, #menu-sub-06 { left: 0px; width: 343px; }

#menu-sub-01 a:hover {background: transparent url("../images/sub/menu-sub.jpg") -343px -14px no-repeat;}
#menu-sub-02 a:hover {background: transparent url("../images/sub/menu-sub.jpg") -343px -40px no-repeat;}
#menu-sub-03 a:hover {background: transparent url("../images/sub/menu-sub.jpg") -343px -66px no-repeat;}
#menu-sub-04 a:hover {background: transparent url("../images/sub/menu-sub.jpg") -343px -92px no-repeat;}
#menu-sub-05 a:hover {background: transparent url("../images/sub/menu-sub.jpg") -343px -118px no-repeat;}
#menu-sub-06 a:hover {background: transparent url("../images/sub/menu-sub.jpg") -343px -144px no-repeat;}

/* VERTICAL sprite nav
 * ------------------------------------------------------------------------------------- */
#buttons {
	background:  url("../images/index/buttons.jpg") left top no-repeat;					
	width: 223px;
	height: 282px;
	padding: 0px;
	margin: 0px;
	position: relative;
}
#buttons li span {display: none;}
#buttons li {margin: 0; padding: 0; list-style: none; position: absolute;}

#buttons li, #buttons a {height: 92px; display: block;}
#buttons-01 {top: 6px;}
#buttons-02 {top: 98px;}
#buttons-03 {top: 190px;}

#buttons-01, #buttons-02, #buttons-03 { left: 0px; width: 225px; }

#buttons-01 a:hover {background: transparent url("../images/index/buttons.jpg") -223px -6px no-repeat;}
#buttons-02 a:hover {background: transparent url("../images/index/buttons.jpg") -223px -98px no-repeat;}
#buttons-03 a:hover {background: transparent url("../images/index/buttons.jpg") -223px -190px no-repeat;}

/* CSS link elements
 * ------------------------------------------------------------------------------------- */

#header	{ position:relative; }

#header #logo-header {
	width: 760px;
	height: 100px;
	background:  url(../images/header.jpg) left top no-repeat;
}
	
	#logo-header a {
		position: absolute;
		width: 383px;
		height: 26px;
		top: 45px;
		left: 17px;
	}

/* image replacement
 * ------------------------------------------------------------------------------------- */


/* content
 * ------------------------------------------------------------------------------------- */
#banner {
	width: 760px;
	height: 354px;
	margin: 0 auto;
	padding: 0;
	float: left;
	background: url(../images/index/banner.jpg) right top no-repeat;
}
	#tagline {
		width: 360px;
		height: 164px;
		float: left;
	}
	
#banner-sub {
	width: 760px;
	height: 210px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/sub/banner-sub.jpg) right top no-repeat;
}
	
#content-container {
	width: 760px;
	margin: 0 auto;
	padding: 0;
}

	#content-left-index {
		width: 250px;
		float: left;
	}
		#content-left-index p {
			margin: 13px 0px 19px 11px;
		}
		#content-left-index ul.enhancements {
			margin: 0px 0px 17px 28px;
			line-height: 20px;
			list-style-image: url(../images/bullet.jpg);
		}
	
	#content-center-index {
		width: 300px;
		float: left;
	}
		#content-center-index p {
			margin: 15px 40px 15px 25px;
		}
	
	#content-right-index {
		width: 210px;
		float: left;
	}
		#content-right-index p {
			margin: 12px 26px 23px 13px;
			position: relative;
		}
		#content-right-index form {
			margin: 0px 0px 15px 13px;
		}
	
	#content-left-sub {
		width: 550px;
		float: left;
	}
		#content-left-sub p {
			margin: 8px 47px 15px 19px;
		}
		#content-left-sub .h1 {
			margin: 8px 47px 15px 19px;
			font-size: 14px;
			color: #8D201E;
		}
		#content-left-sub .h2 {
			margin: 8px 47px 15px 19px;
			font-size: 13px;
			color: #8D201E;
		}
		#content-left-sub .h3 {
			margin: 8px 47px 15px 19px;
			color: #8D201E;
		}
		#content-left-sub ul {
			margin: 10px 47px 10px 38px;
			list-style-image: url(../images/bullet.jpg);
		} 
		
	#content-right-sub {
		width: 210px;
		float: left;
	}
		#content-right-sub p {
			margin: 12px 26px 23px 13px;
		}
		#content-right-sub form {
			margin: 0px 0px 15px 13px;
		}
		#content-right-sub .map {
			margin: 10px 0px 15px 13px
		}
	
/* footer
 * ------------------------------------------------------------------------------------- */
#page-footer {
	background: url(../images/footer.jpg) left top no-repeat;
	width: 760px;
	height: 55px;
	clear: both;
}

#footer {
	width: 740px;
	margin: 0px auto;
	padding: 14px;
	text-align: center;
}

	#footer p {
		margin: 10px 0px 10px 0px;
		color: #000000;
	}

	#footer li { 
		margin: 0px;
		padding: 0px;
		display: inline;
		color: #000000;
	}
	
	#footer a:link, #footer a:visited {
		color: #000000;
		text-decoration: underline;
	}
	#footer a:hover, #footer a:active {
		color: #8D201E;
		text-decoration: underline;
	}

/* quick contact elements 
 * ------------------------------------------------------------------------------------- */
 
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border-top: 1px solid #404040;
	border-left: 1px solid #404040;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	background-color: #FFFFFF;
	margin-bottom: 3px;
}

input {
	height: 18px;
}

.quickcontact {
	width: 177px;
}

.qc-submit {
	width: 50px;
	height: 20px;
	margin-top: 5px;
	border: none;
	background: url(../images/submit.jpg) left top no-repeat;
}

/* main contact elements 
 * ------------------------------------------------------------------------------------- */

#contact-main input, #contact-main textarea, #contact-main select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border-top: 1px solid #404040;
	border-left: 1px solid #404040;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	background-color: #FFFFFF;
	margin: 0 0 5px 0;
	clear: both;
	vertical-align: middle;
}

#contact-main-wrapper {
	width: 490px;
	margin-left: 15px;
}

input.button, #contact-main label input.button	{ 
	width: 50px;
	height: 20px;
	background: url(../images/submit.jpg) left top no-repeat;
	left: 110%;
	border: none;
	margin: 10px 0px 0px 0px;
}

input.button-digital {
	margin: 0px 0px 20px 0px;
}

input submit a:hover {
	text-decoration: underline; 
}

#contact #quickcontact-wrapper { 
	display: none; 
}

#contact-main { 
	margin-top: 25px;	
}
	
	#contact-main br { 
		clear: both; 
	} 
	
	#contact-main p, #contact-main h1 {
		text-align: left;
		margin: 10px 0 10px 0;
	}
	
	#contact-main p.clear-textarea	{ 
		margin-top:80px; 
	}
	
	#contact-main p.clear-textarea2 { 
		margin-top: 2px; 
	}

	#contact-main .radio { 
		width: 14px; 
		background: transparent; 
		border: none; 
	}
	
	#contact-main label input, #contact-main label select {
		position: absolute; 
		left: 110%; 
		width: 150px;
	}
	
	#contact-main label {
		position: relative; 
		width: 200px; 
		display: block; 
		margin: 0 10px; 
		text-align: right; 
		height: 20px;
	}
	
	#contact-main label textarea {
		position: absolute; 
		left: 110%; 
		top: 0px; 
		width: 160px; 
		height: 100px;
	}
	
	#contact-main label.print {
		margin-top: 40px;
	}
		
	#contact-main label input.small-box {
		clear: none;
		float: left;
		width: 30px;
		margin-right: 10px;
	}
	
	#contact-main .checkbox {
		width: 14px; 
		background: transparent; 
		border: none;
		float: inherit;
	}
	.table-text {
		text-align: right;
	}

/* misc layout elements 
 * ------------------------------------------------------------------------------------- */

.top {
	display: block;
	text-align: right;
	font-size: 11px;
}

img.img-left {
	float: left;
	margin: 0px 10px 10px 0px;
}

img.img-right {
	float: right;
	margin: 0px 0px 10px 10px;
}

div.clear {
	clear: both;
}

.bna {
	margin: 25px 0px 10px 15px;
}

#thumb-home {
margin:0px 0px;
}
