/* ------------------------------------------------------------------------------------- */
/* 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.
 **********************************************************************/

: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, em
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }

/* basic elements
 * ------------------------------------------------------------------------------------- */
body {
	background: #a4a4a4 url(../images/bg.jpg) top left repeat-y;
	text-align: left;
}

p, div, li, div, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #CCCCCC;
}

 h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

a:link, a:visited {
	color: #8eafcf;
	text-decoration: underline;
}
a:hover, a:active {
	color: #e2d7e5;
	text-decoration: underline;
}

span {
	display: none;
}

/* VERTICAL sprite nav 
 * ------------------------------------------------------------------------------------- */
#MenuDiv {
	position: absolute;
	z-index: 1000;
	width: 152px;
	height: 180px;
	left: 40px;
	top: 78px;
}

#menu {
	background: url(../images/menu.jpg) left top no-repeat;					
	width: 152px;
	height: 179px;
	padding: 0px;
	margin: 0px;
	z-index: 1000;
	position: relative;
}
#menu li span {display: none;}
#menu li {margin: 0; padding: 0; list-style: none; position: absolute;}

#menu li, #menu a {height: 20px; display: block;}
#menu-01 {top: 10px;}
#menu-02 {top: 30px;}
#menu-03 {top: 49px;}
#menu-04 {top: 70px;}
#menu-05 {top: 89px;}
#menu-06 {top: 109px;}
#menu-07 {top: 129px;}
#menu-08 {top: 149px;}

#menu-01, #menu-02, #menu-03, #menu-04, #menu-05, #menu-06, #menu-07, #menu-08 { left: 0px; width: 152px; }

/* First value is = to the image width, second value is = to the top value */
#menu-01 a:hover {background: transparent url(../images/menu.jpg) -152px -10px no-repeat;}
#menu-02 a:hover {background: transparent url(../images/menu.jpg) -152px -30px no-repeat;}
#menu-03 a:hover {background: transparent url(../images/menu.jpg) -152px -49px no-repeat;}
#menu-04 a:hover {background: transparent url(../images/menu.jpg) -152px -70px no-repeat;}
#menu-05 a:hover {background: transparent url(../images/menu.jpg) -152px -89px no-repeat;}
#menu-06 a:hover {background: transparent url(../images/menu.jpg) -152px -109px no-repeat;}
#menu-07 a:hover {background: transparent url(../images/menu.jpg) -152px -129px no-repeat;}
#menu-08 a:hover {background: transparent url(../images/menu.jpg) -152px -149px no-repeat;}

#menu li ul {
	position: relative;
	left: -9999px;
	top: -40px;
	margin-left: 152px;			/* Set to same width as in #menu */
	margin-top: 20px;			/* Set to each button height, same as used above */
	}

#menu li ul li {
	height: 20px;				/* Height of each drop down menu item */
	background-color: #CCCCCC;	/* Background color of drop down menu - add more styles (i.e. background image) if you want */
	border: 1px solid #5f5c79;
	}

#menu li ul li a {
	width: 100%;
	height: 20px;				/* Height of each drop down menu item, should match above */
	line-height: 20px;			/* Height of each drop down menu item again, should match above */
	}

#menu li ul li a span {
	display: block;
	padding-left: 5px;
	}

/* Drop down link styles */
#menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	}

#menu li:hover ul, #menu li.sfhover ul	{ left: auto; }

/* Hover styles for drop down items */
#menu-02 ul a:hover { 
	background-image: none;
	background-color: #424242;
	color: #FFF;
	text-decoration: underline;
	}

/* width of drop down menu - choose width that allows items to display on one line */
#menu-02 ul, #menu-02 li { width: 175px; }

/* main structural elements
 * ------------------------------------------------------------------------------------- */
#wrapper {
	width: 760px;
	margin: 0;
	/* background: url(../images/bg_wrapper.jpg) left top repeat-y; */
	text-align: left;
}

#starttitle {
	position: absolute;
	left: 230px;
	top: 0px;
	width: 469px;
	height: auto;
	background: #5B5B5B;
}

/* content elements
 * ------------------------------------------------------------------------------------- */
#starttitle p {
	margin: 5px 10px 10px 20px;
}

#starttitle h1 {
	margin: 20px 10px 0px 10px;
	font-size: 18px;
}

#starttitle h2 {
	margin: 20px 10px 0px 10px;
	font-size: 15px;
}

#starttitle h3 {
	margin: 20px 10px 0px 10px;
	font-size: 14px;
}

#starttitle h4 {
	margin: 20px 10px 0px 10px;
	font-size: 13px;
}

h1.title-section {
	font-size: 36px;
	padding-top: 75px;
	text-align: center;
}

#starttitle ul {
	margin: 10px 10px 5px 40px;
}
	#starttitle li {
		margin: 5px 0 5px 0;
		list-style-image: url(../images/bullet.jpg);
		list-style-position: outside;
	}

#content-left-product {
	width: 235px;
	float: left;
	padding-bottom: 20px;
}

#content-right-product {
	width: 233px;
	float: left;
	margin-bottom:10px;
}
	#content-right-product img {
		margin-top: 20px;
	}

#nav-productline {
	width: 469px;
	height: 40px;
}

#file-dwg {
	width: 156px;
	float: left;
}
	#file-dwg p {
		text-align: center;
	}

#file-pdf {
	width: 156px;
	float: left;
}
	#file-pdf p {
		text-align: center;
	}

#file-printerfriendly {
	width: 157px;
	float: left;
}
	#file-printerfriendly p {
		text-align: center;
	}

#print-nav {
	width: 469px;
	float: left;
	padding-bottom: 20px;
}

	#print-nav p {
		text-align: center;
	}

/* link elements
 * ------------------------------------------------------------------------------------- */

#header	{ position: absolute; }

#header #logo-header {
	width: 469px;
	height: 80px;
	background:  url(../images/header.jpg) left top no-repeat;
}
	
	#logo-header a {
		position: relative;
		width: 305px;
		height: 59px;
		top: 0px;
		left: 3px;
	}


/* content images elements
 * ------------------------------------------------------------------------------------- */
#index-img {
	width: 315px;
	height: 213px;
	float: right;
	margin: 82px 10px 10px 0px;
	border: 1px solid #FFFFFF;
	background: url(../images/index/index01.jpg) left top no-repeat;
}

#index2-img {
	width: 200px;
	height: 306px;
	float: left;
	margin: 10px;
	border: 1px solid #FFFFFF;
	background: url(../images/index/index02.jpg) left top no-repeat;
}

/* footer
 * ------------------------------------------------------------------------------------- */
#page-footer {
	width: 760px;
	height: 0px;
	clear: both;
}

#footer {
	width: 469px;
	margin: 0px auto;
	text-align: center;
	line-height: 18px;
}

	#footer p {
		margin: 10px 0px 10px 0px;
		color: #FFFFFF;
		font-size: 11px;
	}

	#footer ul {
		margin: 0 0 5px 0;
		padding: 0;
		}
	
	 #footer li {
		margin: 0;
		padding: 0 5px 0 8px;
		display: inline;
		border-left: 1px solid #FFFFFF;
		font-size: 12px;
		line-height: 12px;
		background: none;
		}
	
	 #footer li.first { 
		border: none;
		}	
		
	#footer ul.spacer {
		padding: 10px 0 0 0;
	}
	
	#footer a:link, #footer a:visited {
		color: #8eafcf;
		text-decoration: underline;
	}
	#footer a:hover, #footer a:active {
		color: #e2d7e5;
		text-decoration: underline;
	}
		
/* quick contact elements 
 * ------------------------------------------------------------------------------------- */
 
#ShortForm input, #ShortForm textarea, #ShortForm select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #CC9933;
	margin-bottom: 3px;
}

#ShortForm .quickcontact {
	width: 150px;
}

#ShortForm p {
	margin: 5px;
	padding: 5px;
	text-align: left;
	font-size: 10px;
}

#ShortForm .submit {
	width: 5px;
	height: 5px;
	margin-left: 5px;
	margin-top: 5px;
	border: none;
	cursor: pointer;
}

/* main contact elements 
 * ------------------------------------------------------------------------------------- */

#LongForm input, #LongForm textarea, #LongForm select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #990000;
	background-color: #ccc;
	margin: 0 0 5px 0;
	clear: both;
	vertical-align: middle;
	padding-left: 3px;
	width: 150px;
}

#wrapper-long-form {
	width: 450px;
	margin-left: 0px;
}

input.submit, #LongForm label input.submit	{ 
	width: 60px;
	height: 18px;
	left: 110%;
	border: 1px solid #990000;
	cursor: pointer;
	margin: 10px 0px 0px 0px;
}

input submit a:hover {
	text-decoration: underline; 
}

#LongForm { 
	margin-top: 25px;	
}
	
	#LongForm br { 
		clear: both; 
	} 
	
	#LongForm p.clear-textarea	{ 
		margin-top:80px; 
	}
	
	#LongForm label input, #LongForm label select {
		position: absolute; 
		left: 110%; 
	}
	
	#LongForm label {
		position: relative; 
		width: 200px; 
		display: block; 
		margin: 0 10px; 
		text-align: right; 
		height: 20px;
	}
	
	#LongForm label textarea {
		position: absolute; 
		left: 110%; 
		top: 0px; 
		height: 100px;
	}
	
	#LongForm .radio { 
		width: 14px; 
		background: transparent; 
		border: 1px solid #990000;
	}

/* misc layout elements 
 * ------------------------------------------------------------------------------------- */

#starttitle p.top {
	display: block;
	text-align: right;
	font-size: 11px;
	padding-bottom: 2px;
	margin: 10px;
	border-bottom: 1px solid #990000;
}

#starttitle p.top-gallery {
	display: block;
	text-align: right;
	font-size: 11px;
	padding-bottom: 2px;
	margin: 10px;
	clear:both;
	border-bottom: 1px solid #990000;
}

img.img-left {
	float: left;
	margin: 0px 10px 20px 15px;
	border: 1px solid #FFF;
}
	a:link img.img-left, a:visited img.img-left {
	border: 1px solid #FFF;
	}

img.img-right {
	float: right;
	margin: 0px 0px 10px 10px;
	border: 1px solid #FFF;
}

img.img-center {
	margin: 0 auto;
	text-align: center;
	border: 1px solid #FFF;
} 

img.catalog {
	margin: 10px 0px 10px 10px;
}

img.gallery-left {
	margin:0 10px 10px 0;
	float:left;
	border:none;
	}

img.gallery-right {
	margin:0 0 10px 10px;
	float:right;
	border:none;
	}
	
div.clear {
	clear: both;
}

div.divider {
	clear: both;
	border-bottom: 1px solid #990000;
	margin: 5px 10px 5px 10px;
}

