/*
-----------------------------------------------
Style Sheet

Site: Helm Tool Company Inc.
Author:   aaryn.com
Version:  2007.10
----------------------------------------------- */


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { 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; }


/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border:none; }

/* 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{ margin:0; padding:0; }



/* global elements
 * ------------------------------------------------------------------------- */

/* Default font size in IE and FireFox is 16px. Default for Safari is 14px. */
html {
	font-size:100% /* IE has problems scaling text in ems. Using a percentage makes for better text rendering when scaled. */
	}

body {
	background:url(../images/bg.jpg) repeat #aaa;
	font-size:.75em; /* Read by IE only. - 75% of 16px = 12px */
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	margin:15px 0;
	}

html>body {
	font-size:12px; /* overrides the font-size above in all browsers except IE. These browsers can resize text that is specified in px so this is ok. */
	}

a:link, a:visited {
	color:#df752e;
	}
	
a:hover, a:active {
	color:#c84c2a;
	}

h2 {
	color:#df752e;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:6px;
	}

p {
	margin-bottom:10px;
	}
	

/* Classes
 * ------------------------------------------------------------------------- */

.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

.pic_left {
	margin:0 10px 2px 0;
	float:left;
	}

.pic_right {
	margin:0 0px 2px 10px;
	float:right;
	}

.big_text {
	font-size:1.5em;
	font-weight:bold;
	color:#4c4645;
	margin:20px auto;
	}

.bold_orange {
	font-size:1.4em;
	color:#df752e;
	font-weight:bold;
	}
	
/* added 11/26/07 by bratch */
li.list1 {
	list-style-type: disc ; 
	color: black; 
	text-indent: 20px;
	}
li.list2 {
	list-style-type: circle; 
	color: black; 
	text-indent: 40px;
	}
.text_orange_bold {
	font-size:12px;
	font-weight:bold;
	color:#df752e;
}


/* Layout
 * ------------------------------------------------------------------------- */
 
#container {
	width:975px;
	background:url(../images/repeating_bg.gif) repeat-y;
	margin:0 auto;
	}

#title {
	background:url(../images/title.gif) no-repeat;
	width:975px;
	height:183px;
	margin:0 auto;
	}

#logo_link {
	width:233px;
	height:183px;
	display:block;
	text-indent:-5000px;
	outline:none;
	}

#photos {
	background:url(../images/photos2.jpg) no-repeat bottom left;
	width:907px;
	height:121px;
	margin: 0px auto;
	}

#content_container {
	padding:15px 65px 10px 65px;
	width:845px;
	line-height:1.5em;
	}

#contact_container {
	padding:0px 0px 0px 0px;
	width:645px;
	line-height:1.5em;
	}

#box_tops {
	background:url(../images/4_pod_top.gif) no-repeat;
	width:844px;
	height:14px;
	overflow:hidden;
	}

#box_table {
	background:url(../images/4_pod_bg.gif) repeat-y;
	color:#fff;
	line-height:1.4em;
	}

#box_bottom {
	background:url(../images/4_pod_bottom.gif) no-repeat;
	width:844px;
	height:14px;
	overflow:hidden;
	margin-bottom:20px;
	}


#logo_table {
	margin-bottom:20px;
	}

	#logo_table td {
		padding:0 20px;
		}



#footer li {
    	margin: 0;
    	padding: 0 7px 0 10px;
    	display: inline;
    	border-left: 1px solid #000;
    	line-height: 1.2em;
    	background: none;
		color:#000;
		font-weight:bold;
    	}

	#footer li.first { 
    	border: none;
    	}

#bottom_bar {
	background:url(../images/footer.gif) no-repeat;
	margin:0 auto;
	width:975px;
	height:10px;
	overflow:hidden;
	}


/* horizontal navigation
 * ------------------------------------------------------------------------- */

#nav { background:url("../images/nav.jpg") no-repeat; width:907px; height:121px; position:relative; margin:0 auto;}
#nav li { position:absolute; top: 0; }
#nav li, #nav a { height:121px; display:block; }
#nav span { display:none; }

#nav-01 { width: 128px; left:0px; }
#nav-02 { width: 129px; left: 128px; }
#nav-03 { width: 129px; left: 258px; }
#nav-04 { width: 129px; left: 388px; }
#nav-05 { width: 129px; left: 518px; }
#nav-06 { width: 130px; left: 648px; }
#nav-07 { width: 129px; left: 779px; }


#nav-01 a:hover, #tooling #nav-01 { background: transparent url("../images/nav.jpg") -0px -121px no-repeat; }
#nav-02 a:hover, #molding #nav-02 { background: transparent url("../images/nav.jpg") -128px -121px no-repeat; }
#nav-03 a:hover, #industry #nav-03 { background: transparent url("../images/nav.jpg") -258px -121px no-repeat; }
#nav-04 a:hover, #plant #nav-04 { background: transparent url("../images/nav.jpg") -388px -121px no-repeat; }
#nav-05 a:hover, #products #nav-05 { background: transparent url("../images/nav.jpg") -518px -121px no-repeat; }
#nav-06 a:hover, #publications #nav-06 { background: transparent url("../images/nav.jpg") -648px -121px no-repeat; }
#nav-07 a:hover, #contact #nav-07 { background: transparent url("../images/nav.jpg") -779px -121px no-repeat; }


