/* reset and page setup */

* {
	margin: 0;
	padding: 0;
	}
html { 
	overflow-y: scroll;
	}
body { 
	font: 9pt "Arial", Arial, Helvetica, sans-serif;
	text-align:left; width:965px; margin:0 auto; background:#fff url(images/body-bg.jpg) top left repeat-x; position:relative
}

/* end reset */


/* type & links */

a:link {
	color: #000;
	border:none;
	text-decoration:underline;
	border-style:none;
}

a:visited {
	color: #000;
}

a:hover {
	color: #000;
	border:none;
	text-decoration:none; 
	border-style:none;
}


a:active {
	color: #000;
}

a.sidebar {
	color:#fff;
	text-decoration:underline;
}


a.sidebar:hover {
	color:#fff;
	text-decoration:none;
}

a.sidebar:visited {
	color:#fff;
}


a.footer {
	color:#fff;
	text-decoration:underline;
}


a.footer:hover {
	color:#fff;
	text-decoration:none;
}

a.footer:visited {
	color:#fff;
}


a.news {
	color:#fff;
	text-decoration:underline;
	margin-bottom: 0px;
	font-style:italic;
}


a.news:hover {
	color:#fff;
	text-decoration:none;
	margin-bottom: 0px;
	font-style:italic;
}

a.news:visited {
	color:#fff;
	margin-bottom: 0px;
	font-style:italic;
}


a.capalinks {
	color:#072638;
	text-decoration:underline;
	font-weight:bold;
}


a.capalinks:hover {
	color:#072638;
	text-decoration:none;
	font-weight:bold;
}

a.capalinks:visited {
	color:#072638;
	font-weight:bold;
}


h1 {
	font-size: 15px;
	color: #b79a49;
	font-weight: bold;
	margin-top:0px;
	margin-bottom: 12px;
}


h2 {
	font-size: 13px;
	color: #686868;
	font-weight: bold;
	margin-top:1px;
	margin-bottom: 4px;
} 


h3 {
	font-size: 12px;
	color: #e7f291;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
} 


p {
	margin: 0; 
	padding: 0 0 1em; 
	}


p.home-news {
	position: absolute; top:313px; left:450px;
	font-size: 12px;
	color: #fff;
	text-align:center;
	}

p.home-quotes {
	position: absolute;
	top:107px;
	left:570px;
	font-size: 14px;
	color: #172936;
	width: 365px;
	font-style:italic;
	}

.home-quotes-cust {
	font-size: 13px;
	color: #6a797c;
	text-align:right;
	width: 217px;
	font-style: italic;
	}


.footer-text {
	font-size: 9px;
	color: #926915;
	margin-top: 0px;
	}
	
	
#lists {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	}
	
#lists2 {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	}


#lists li {
	color:#0c3c57;
	padding-left: 50px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 38px;
	}
	
#lists2 li {
	color:#060;
	padding-left: 50px;
	list-style: disc url(images/arrow.gif) inside;
	background-repeat: no-repeat;
	background-position: 38px;
	text-indent: -1.3em;

	}

/* end type */



/* nav */

#logolink {
	float: left;
	}

#logolink a {
	width: 250px;
	height: 99px;
	color: #fff;
	font-size: 1px;
	line-height: 1px;
	display: block;
	text-decoration: none;
	text-indent:-9999px;
	}

ul#nav {
	position:absolute;
	top:61px;
	left:673px;
	width: 1px;
	height: 14px;
}
ul#nav { 
	background:url(images/header-bg.jpg) 
	}
ul#nav li { 
	float:left; 
	list-style-type:none
	}
ul#nav li a {
	height:36px;
	display:block;
	position:absolute;
	top:0px;
	text-indent:-9999px;
	outline:none
	}

li#navAbout a, li#navCapa a, li#navTooling a, li#navContact a { 
	background:url(images/header-nav.jpg) 
	}

/*  
measurements for the nav image replacement:

	the distance from the top to the...

	initial state = 0
	rollover state = 36px
	selected state = 72px

	the distance from the far-left to the...

	about button = 0
	capa button = 103px
	tooling button = 221px
	contact button = 373px

	the width of the...

	about button = 103px
	capa button = 118px
	tooling button = 152px
	contact button = 93px
	
*/

li#navAbout a 						{
	background-position:0 0;
	width:103px;
	left:-189px
}
li#navAbout a:hover					{ background-position:0 -36px }
body#pageAbout li#navAbout a        { background-position:0 -72px }

li#navCapa a 						{
	background-position:-103px 0;
	width:118px;
	left:-87px
}
li#navCapa a:hover					{ background-position:-103px -36px }
body#pageCapa li#navCapa a 			{ background-position:-103px -72px }

li#navTooling a 					{
	background-position:-221px 0;
	width:152px;
	left:31px
}
li#navTooling a:hover				{ background-position:-221px -36px }
body#pageTooling li#navTooling a 	{ background-position:-221px -72px }

li#navContact a 						{
	background-position:-373px 0;
	width:93px;
	left:183px
}
li#navContact a:hover					{ background-position:-373px -36px }
body#pageContact li#navContact a 		{ background-position:-373px -72px }

/*  end nav  */




/* structure */

#page-wrap {
	width: 965px;
	margin: 0 auto;
	background: url(images/pagewrap-bg.jpg) repeat-y;
	}
	
#page-wrap-home {
	width: 965px;
	margin: 0 auto;
	background: url(images/home-bottom.jpg) repeat-y;
	}
	

#content {
	padding: 8px 25px 50px 25px;
	}


#content-main {
	width: 675px;
	float: left;
	}
	
	
#content-main-home {
	width: 515px;
	float: left;
	}
	

#content-sidebar {
	width: 205px;
	float: right;
	}
	
#content-sidebar-home {
	width: 365px;
	float: right;
	}
	

#header {
	border: none;
	width: 965px;
	height: 99px;
	text-align: center; 
	float: none;
	margin: 0 auto;
	border-style: none;
	background-image:url(images/header-bg.jpg);
	background-repeat:no-repeat;
}

#header-shadow {
	border: none;
	width: 965px;
	height: 13px;
	text-align: center; 
	margin: 0 auto;
	border-style: none;
	background-image:url(images/header-shadow.jpg);
	background-repeat:no-repeat;
}

#home-top {
	border: none;
	width: 965px;
	height: 302px;
	margin: 0 auto;
	border-style: none;
	background-image:url(images/home-top.jpg);
	background-repeat:no-repeat;
}


		
#footer {
	min-height: 79px;
	background: url(images/footer-bg.jpg) no-repeat;
	font-size: 10px;
	color:#fff;
	background-color:#fff;
	padding-top: 26px;
	text-align:center;
}

#footer-home {
	min-height: 79px;
	background: url(images/home-footer.jpg) no-repeat;
	font-size: 10px;
	color:#fff;
	background-color:#fff;
	padding-top: 26px;
	text-align:center;
}


.clear {
	clear:both;
}

/* end structure */
#video {
	padding: 2px;
	float: right;
	width: 330px;
	height: 250px;
}
