/**********************************

Main Screen Import

***********************************/

/* @import "reset.css";
@import "core.css"; */

/**********************************

Reset Styles for all browsers

***********************************/
	
body, p, blockquote {
	margin: 0;
	padding: 0;
	}

a img, iframe { border: none; }
	
/* Headers
------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
	
/* Lists
------------------------------*/
	
ul, ol, dl, li, dt, dd {
	margin: 0;
	padding: 0;
	}
	
/* Links
------------------------------*/

a, a:link {}
a:visited {}
a:hover {}
a:active {}

/* Forms
------------------------------*/

form, fieldset {
	margin: 0;
	padding: 0;
	}
	
fieldset { border: 1px solid #000; }

legend {
	padding: 0;
	color: #000;
	}

input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
	}
	
select { padding: 0; }

/* General
------------------------------*/

html {
height: 100%;
}

body {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
/*background-color: #3a2d0b;*/
background: url(../images/bg-header.jpg) #cdcdcd repeat-x;
text-align: center;
height: 100%;
}

#container {
position: relative;
min-height: 100%;
/*padding-bottom: 40px;*/
/*margin-bottom: 40px;*/
}

* html #container
{
height: 100%;
}

/* Header
------------------------------*/

#header {
width: 760px;
height: 213px;
margin: 0px auto;
}

/* Menu1
------------------------------*/

#menu1 {
float: left;
width: 278px;
text-align: right;
}

*html #menu1 {
margin-right: -2px;
}

#logo {
float: left;
width: 205px;
}

#logo-flash {
float: left;
width: 205px;
}

#menu2 {
float: left;
width: 277px;
text-align: left;
}

#menu1 ul li {
float: right;
display: block;
margin: 0px;
margin-top: 66px;
}

#menu2 ul li {
float: left;
display: block;
margin: 0px;
margin-top: 66px;
}

#menu1 ul li a,
#menu2 ul li a {
display: block;
width: 55px;
height: 31px;
text-decoration: none;
}

#menu1 ul li a#milling {
background: url(../images/m-milling.gif) no-repeat;
}

#menu1 ul li a#grinding {
background: url(../images/m-grinding.gif) no-repeat;
}

#menu1 ul li a#wireedm {
background: url(../images/m-wireedm.gif) no-repeat;
}

#menu1 ul li a#ramedm {
background: url(../images/m-ramedm.gif) no-repeat;
}

#menu1 ul li a#inspection {
background: url(../images/m-inspection.gif) no-repeat;
}

#menu2 ul li a#gallery {
background: url(../images/m-gallery.gif) no-repeat;
}

#menu2 ul li a#facilities {
background: url(../images/m-facilities.gif) no-repeat;
}

#menu2 ul li a#about {
background: url(../images/m-about.gif) no-repeat;
}

#menu2 ul li a#contact {
background: url(../images/m-contact.gif) no-repeat;
}

#menu2 ul li a#home {
background: url(../images/m-home.gif) no-repeat;
}

#menu1 ul li a#milling:hover {
background: url(../images/m-milling-o.gif) no-repeat;
}

#menu1 ul li a#grinding:hover {
background: url(../images/m-grinding-o.gif) no-repeat;
}

#menu1 ul li a#wireedm:hover {
background: url(../images/m-wireedm-o.gif) no-repeat;
}

#menu1 ul li a#ramedm:hover {
background: url(../images/m-ramedm-o.gif) no-repeat;
}

#menu1 ul li a#inspection:hover {
background: url(../images/m-inspection-o.gif) no-repeat;
}

#menu2 ul li a#gallery:hover {
background: url(../images/m-gallery-o.gif) no-repeat;
}

#menu2 ul li a#facilities:hover {
background: url(../images/m-facilities-o.gif) no-repeat;
}

#menu2 ul li a#about:hover {
background: url(../images/m-about-o.gif) no-repeat;
}

#menu2 ul li a#contact:hover {
background: url(../images/m-contact-o.gif) no-repeat;
}

#menu2 ul li a#home:hover {
background: url(../images/m-home-o.gif) no-repeat;
}

#menu1 ul li a span,
#menu2 ul li a span {
visibility: hidden;
}

#menu1 p,
#menu2 p {
color: #fff;
font-size: 11px;
}

#menu1 p {
display: table;
width: 275px;
height: 23px;
color: #fff;
text-decoration: none;
background: url(../images/addr1.jpg) no-repeat;
margin: 0;
margin-top: 0px;
}

#menu2 p a {
display: block;
width: 275px;
height: 23px;
color: #fff;
text-decoration: none;
background: url(../images/addr2.jpg) no-repeat;
margin-top: 97px;
}

/* Target Firefox 2 */
#menu1 p, x:-moz-any-link {
margin-top: 97px;
}

/* Target Firefox 3 */
#menu1 p, x:-moz-any-link, x:default {
margin-top: 0px;
}

/* *html #menu1 p,
*html #menu2 p a {
margin-top: 0;
} */

*html #menu2 p a {
margin-top: 0;
}

#menu2 p a:hover {
background: url(../images/addr2-o.jpg) no-repeat;
}

#menu1 p span,
#menu2 p a span {
visibility: hidden;
}

/* Content
------------------------------*/

#content {
clear: both;
width: 625px;
text-align: left;
margin: 0px auto;
/*margin-top: -45px;*/
padding: 0;
}

#content p {
font-size: 14px;
text-align: justify;
margin: 15px 0;
}

#content p.centered {
clear: both;
text-align: center;
/*font-weight: bold;*/
font-style: italic;
margin: 20px 0;
}

#content p.disclaimer {
font-size: 11px;
}

#content p img {
margin: 0 15px 15px 0;
}

#content p img.block {
margin-bottom: 40px;
}

#content p img.cont {
margin: 0 0 0 15px;
}

#content h2 {
font-size: 16px;
line-height: 24px;
text-transform: uppercase;
color: #000;
/*background-color: #bbb;*/
border-bottom: 2px solid #555;
border-top: 0px solid #555;
margin-top: 10px;
}

#content h3 {
clear: both;
font-size: 14px;
margin-bottom: -10px;
border-bottom: 1px solid #999;
}

#content h4 {
clear: both;
font-size: 14px;
margin-bottom: 10px;
padding-top: 20px;
border-bottom: 1px solid #999;
}

#content h5 {
font-size: 13px;
margin: 10px 0 -15px 0;
}

#content ul {

}

#content ul li {
font-size: 14px;
list-style-type: square;
list-style-position: inside;
}

#content ul li img.mapquest {
vertical-align: middle;
margin-left: 5px;
}

#content a {
color: #16328f;
text-decoration: none;
}

#content a:hover {
text-decoration: underline;
}

/* Mid-Menu
------------------------------*/

#mid-menu {
clear: both;
text-align: center;
margin-top: -45px;
}

#mid-menu img {
margin: 5px;
}

#mid-menu a:hover {
border-bottom: 2px solid #16328f;
}

/* Gallery
------------------------------*/

#gallery img {
border: 1px solid #555;
margin: 5px 2px 5px 3px;
}

/* Example
------------------------------*/

.example,
.example150,
.example150b,
.example350,
.example350b {
float: left;
margin-bottom: 10px;
}

.example150 {
width: 150px;
margin-left: 25px;
}

.example150b {
width: 150px;
margin-left: 43px;
}

*html .example150b {
margin-left: 30px;
}

.example350 {
width: 350px;
margin-left: 50px;
}

*html .example350 {
margin-left: 25px;
}

.example350b {
width: 350px;
margin-left: 137px;
}

*html .example350b {
margin-left: 68px;
}

#content .example p,
#content .example150 p,
#content .example150b p,
#content .example350 p,
#content .example350b p {
font-size: 11px;
height: 45px;
margin: 0;
margin-bottom: 20px;
border-bottom: 1px solid #aaa;
}

#content p.repair {
clear: both;
margin: 0 0 20px 0;
}

/* Footer Fix
------------------------------*/

#footerfix {
clear: both;
height: 42px;
}

/* Footer
------------------------------*/

#footer {
clear: both;
position: relative;
height: 40px;
background-color: #16328f;
margin-top: -42px;
color: #fff;
border-top: 2px solid #000;
}

#footer p {
line-height: 40px;
text-transform: uppercase;
font-size: 11px;
}

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

#footer a:hover {
text-decoration: underline;
}

/* Thickbox
------------------------------*/


*{padding: 0; margin: 0;}

/*html, body {
min-height: 100%;
height: auto !important;
height: 100%;
}*/

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	border:none;
	clear:both;
}
