@charset "utf-8";
/* GM Mining Electrics CSS Document */


#header	{
	background: url(../images/header-bg.gif) repeat-x;
	width: auto;
	height: 329px;
	}

/* Sticky footer */

html, body {
     height: 100%;
 }
#container {
     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -71px;
	 background: url(../images/body-bg-grad.gif) repeat-x 0 329px #c3c4c3;
 }
#bottom, .push {
     height: 71px;
 }

 
/* Bottom */

#bottom	{
	background: url(../images/footer-light-bg.gif) repeat-x;
	height: 71px;
	width: auto;
	}
	
#bottom-dark	{
	background: url(../images/footer-dark-bg.gif) repeat-x;
	height: 71px;
	width: 852px;
	margin: 0 auto;
	}
	
	
/* Page boxes */

#main-col	{
	background-color: #FFFFFF;
	width: 852px;
	margin-left: auto;
	margin-right: auto;
	border-left: solid 1px #DDDDDD;
	border-right: solid 1px #DDDDDD;
	/*position: relative;*/
	padding-top: 26px;
	min-height: 424px;
	height: 100%;
	}
	
#top	{
	/*position: relative; top: -299px;*/
	width: 852px;
	margin-left: auto;
	margin-right: auto;
	position: relative; top: 30px;
	}
	
/* Suckerfish */
/*
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
	display: block;
}

#nav li ul {
	position: absolute; left: -999em;
}

#nav li ul li {
	text-indent: 0;
	display: block;
	background: #edefdd;
	border: 1px solid #1b5c3d;
	font: 12px Arial, Helvetica, sans-serif; 
	height: 30px;
	width: 100px;
	padding: 0;
	margin: 0;
}

#nav li ul li a	{
	color: #000000;
	text-decoration: none;
	}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}*/
/*
#nav li ul {
	position: absolute;
	width: 14em;
	left: -999em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 1px solid #1b5c3d;
	border-right: 1px solid #1b5c3d;
	border-left: 1px solid #1b5c3d;
	background-color: #edefdd;
}

#nav li ul li {
	width: 14em;
	display:block;
	float:none;
	height: 25px;
	border-bottom: 1px solid #1b5c3d;
	margin-right: 0;
}

#nav li ul li a {
	color: #000;
	text-indent: 0px;
	text-decoration:none;
	line-height: 25px;
	height: 25px;
	padding: 0 0 0 1em;
}

#nav li ul li a:hover {
	background-color: #FEEFBA;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #menu li.sfhover ul {
	left: auto;
}*/

#menu li ul {
	position: absolute;
	width: 14em;
	left: -999em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 1px solid #1b5c3d;
	border-right: 1px solid #1b5c3d;
	border-left: 1px solid #1b5c3d;
	background-color: #edefdd;
	z-index: 4;
}

#menu li ul li {
	width: 14em;
	display:block;
	float:none;
	height: 25px;
	border-bottom: 1px solid #1b5c3d;
	margin-right: 0;
	z-index: 4;
}

#menu li ul li a {
	color: #000000;
	text-indent: 0px;
	text-decoration:none;
	line-height: 25px;
	height: 25px;
	padding: 0 0 0 1em;
	z-index: 4;
}

#menu li ul li a:hover {
	background-color: #FEEFBA;
}

#menu li:hover ul {
	left: auto;
}

#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
	visibility:visible;
}
	
/* Navigation Menu */


#menu li {
	float: left;
	margin-right: 23px;
	display:inline;
	height: 26px;
}

#menu li a {
	height: 26px;
	display:block;
	text-indent: -9999px;
}

#menu	{
	clear: both;
	position: relative; top: -14px;
	margin-left: 20px;
	height: 26px;
	}/*

#nav li.upper	{
	display: block;
	list-style: none;
	height: 26px;
	float: left;
	text-indent: -9999px;
	margin-left: 60px;
	}*/
	
.upper	{
	margin-left: 40px;
	}
	
#nav a	{
	display: block;
	}
	
#menu a:hover	{
	background-position: 0px -26px !important;
	}
	
#menu a:active	{
	background-position: 0px -26px !important;
	}
	
.home	{
	background: url(../images/home-button.gif) no-repeat;
	height: 26px;
	width: 29px;
	}
	
#home .home	{
	background: url(../images/home-button.gif) no-repeat 0 -26px;
	}
	
.prof	{
	background: url(../images/profile-button.gif) no-repeat;
	height: 26px;
	width: 40px;
	}
	
#profile .prof	{
	background: url(../images/profile-button.gif) no-repeat 0 -26px;
	}
	
.serv	{
	background: url(../images/services-button.gif) no-repeat;
	height: 26px;
	width: 45px;
	}
	
#services .serv	{
	background: url(../images/services-button.gif) no-repeat 0 -26px;
	}
	
.prod	{
	background: url(../images/product-button.gif) no-repeat;
	height: 26px;
	width: 85px;
	}
	
#product .prod	{
	background: url(../images/product-button.gif) no-repeat 0 -26px;
	}
	
#specProd .prod	{
	background: url(../images/product-button.gif) no-repeat 0 -26px;
	}
	
.news	{
	background: url(../images/news-button.gif) no-repeat;
	height: 26px;
	width: 28px;
	}
	
#news .news	{
	background: url(../images/news-button.gif) no-repeat 0 -26px;
	}
	
.empl	{
	background: url(../images/employment-button.gif) no-repeat;
	height: 26px;
	width: 67px;
	}
	
#employment .empl	{
	background: url(../images/employment-button.gif) no-repeat 0 -26px;
	}
	
.cont	{
	background: url(../images/contact-button.gif) no-repeat;
	height: 26px;
	width: 59px;
	}
	
#contact .cont	{
	background: url(../images/contact-button.gif) no-repeat 0 -26px;
	}
	
#servicesGal .serv	{
	background: url(../images/services-button.gif) no-repeat 0 -26px;
	}
	
/* Flash */

#flash	{
	background: url(../images/flash.jpg) no-repeat;
	width: 856px;
	height: 196px;
	margin-top: -10px;
	z-index: 0;
	}
	
#home #flash	{
	background: url(../images/flash2.jpg) no-repeat;
	width: 856px;
	height: 196px;
	margin-top: -10px;
	z-index: 0;
	}
	
#product #product-search	{
	background: url(/~gmmining/images/product-search-bg-ps.gif) no-repeat;
	height: 154px;
	padding-top: 33px;
	}
	
/* Logo and Phone Number */

#logo	{
	background: url(../images/gm-logo.png) no-repeat;
	width: 211px;
	height: 84px;
	float: left;
	position: relative; top: -25px;
	}
	
#logo a	{
	display: block;
	width: 211px;
 	height: 84px;
	}
	
#phone-no	{
	background: url(../images/phone-no.gif) no-repeat;
	width: 270px;
	height: 33px;
	float: right;
	position: relative; top: -28px;
	}	
	
/* Content */

#content	{
	/*margin-top: -270px;*/
	/*position: relative; top: -270px;*/
	padding-bottom: 20px;
	height: auto;
	}
	
#content a:link, #content a:visited	{
	color: #157747;
	text-decoration: none;
	}
	
#content a:hover, #content a:active	{
	color: #157747;
	text-decoration: underline;
	}

#left-col	{
	float: left;
	width: 455px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	position: relative; left: 32px;
	}
	
#left-col ul	{
	list-style: disc;
	list-style-position: outside;
	margin-bottom: 20px;
	padding-left: 12px;
	}
	
#left-col p	{
	margin-bottom: 11px;
	text-align: justify;
	}
	
#left-col	h1	{
	margin-bottom: 10px;
	font-size: 23px;
	}
	
#left-col	h2	{
	font-size: 18px;
	color: #ea610f;
	}
	
ul.homeList	{
	font-weight: bold;
	}
	
#right-col	{
	float: right;
	width: 295px;
	margin-right: 32px;
	/*margin-top: -46px;*/
	}
	
#home #right-col	{
	margin-top: -46px;
	}
	
#home #right-col, #product #right-col, #contact #right-col	{
	width: 317px;
	}

#product-search	{
	background: url(../images/product-search-bg.gif) no-repeat;
	width: 319px;
	height: 121px;
	}
	
#prodText	{
	position: relative; top: 10px; left: 20px;
	}
	
#prodText table tr td	{
	padding-bottom: 4px;
	}
	
#prodText label	{
	margin-right: 15px;
	}
	
.button	{
	/*position: relative; top: 10px; left: 15px;*/
	}
	
.brand	{
	font-weight: bold;
	font-style: italic;
	color: #157949;
	}
	
#product-search	dl {
	font-family: "Trebuchet MS", System, monospace;
	font-size: 13px;
	color: #000000;
	position: relative; left: 13px; top: 3px;
	}
	
#product-search dt	{
	font-weight: bold;
	}
	
#product-search li	{
	text-indent: 10px;
	line-height: 17px;
	font-weight: normal;
	list-style: square;
	list-style-position: inside;
	}
	
.textBox	{
	border: 1px solid #EAEBDC;
	}
	
.dropList	{
	border: 1px solid #EAEBDC;
	width: 205px;
	margin: 0;
	}

#product-search label	{
	font: 12px Arial, Helvetica, sans-serif;
	}
	
#searchLink	{
	background: url(../images/searchbutton.gif) no-repeat;
	width: 261px;
	height: 33px;
	margin-bottom: 10px;
	}

#searchLink a	{
	display: block;
	width: 261px;
	height: 33px;
	}
	
#galleryLink	{
	background: url(../images/gallerybutton.gif) no-repeat;
	width: 211px;
	height: 40px;
	margin-bottom: 10px;
	}
	
#galleryLink a	{
	display: block;
	width: 211px;
	height: 40px;
	}
	
#gm3000	{
	background: url(../images/GM3000.gif) no-repeat;
	width: 319px;
	height: 144px;
	}
	
#gm3000	a	{
	display: block;
	width: 319px;
	height: 125px;
	margin-top: 19px;
	}
	
#resQPac	{
	background: url(../images/resq.gif) no-repeat;
	width: 319px;
	height: 143px;
	}
	
#resQPac a	{
	display: block;
	width: 319px;
	height: 126px;
	margin-top: 17px;
	}
	
#latest-news	{
	background: url(../images/latest-news-bg.gif) no-repeat;
	width: 319px;
	height: 258px;
	}
	
#ln-text	{
	position: relative; top: 58px; left: 15px;
	}
	
#latest-news	h3	{
	color: #ea610f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 10px;
	}
	
#latest-news a:link, #latest-news a:visited	{
	color: #ea610f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	}
	
#latest-news a:hover, #latest-news a:focus	{
	color: #ea610f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	}
	
#latest-news	div.latestP	{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 260px;
	/*margin-left: 15px;*/
	margin-top: 10px;
	background-color: #FFFFFF;
	padding: 8px;
	line-height: 13px;
	}
	
.right-col-box	{
	margin-top: 20px;
	}
	
/* Footer */

#footer	{
	font-family: Arial, Helvetica, sans-serif;
	color: #749f8b;
	font-size: 11px;
	position: relative; top: 18px;
	}
	
#footer	p	{
	float: left;
	margin-left: 50px;
	}
	
#footer ul	{
	float: right;
	margin-right: 50px;
	}
	
#footer	li	{
	display: inline;
	margin-left: 5px;
	}
	
#footer	a:link, #footer a:visited	{
	color: #749f8b;
	text-decoration: none;
	}
	
#footer	a:hover, #footer a:focus	{
	color: #749f8b;
	text-decoration: underline;
	}
	
/* Holder */

.holder	{
	clear: both !important;
	width: auto;
	}
	
#contact #right-col	{
	width: auto;
	margin-right: 32px;
	margin-top: 0px;
	}
	
.map	{
	margin-top: 20px;
	font: 12px Arial, Helvetica, sans-serif;
	}
	
/* Contact Form */

form#contactForm p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form#contactForm .textinput, form#contactForm .textbox  {
	width: 280px;
	background-color: #ffffff;
	border: 1px solid #1b5c3d;
	padding: 3px;
	color: #000000;
	margin: 5px 0 5px 0;
	font: 12px Arial, Helvetica, sans-serif;
} 

form#contactForm .textbox {
	width: 280px;
	height: 150px;
	margin: 5px 0 5px 0;
}

form#contactForm .button {
	background-color: #ffffff;
	border: 1px solid #1b5c3d;
	padding: 3px;
	color: #000000;
	margin: 5px 0 5px 0;
}

/* table styles */

#specProd table	{
	/*border-collapse: inherit;*/
	width: 790px;
	}
	
#specProd table img	{
	margin: 5px 5px 5px 20px;
	border: 1px solid #157949;
	}
	
#specProd table, #specProd td, #specProd tr	{
	vertical-align: top;
	}
	
#specProd table tr td	{
	/*border-bottom: solid 1px #157949;*/
	border-collapse: collapse;
	padding-top: 10px;
	}
	
#specProd table strong	{
	color: #157949;
	}

/*#specProd tbody td.altrow	{
	background-color: #CCCCCC;
	border: none;
	}*/

#specProd #left-col, #servicesGal #left-col	{
	width: 790px;
	}
	
.req	{
	font-size: 12px;
	color: #FF0000;
	}
	
/* rightcol images */

#right-col img.images	{
	border: 3px solid #ee8e27;
	/*height: 200px;
	width: 300px;*/
	}
	
#right-col table#pics tr td	{
	padding-bottom: 20px;
	}
	
/* news headings */

.orange	{
	color: #ea610f;
	}
	
.orangeItal	{
	color: #ea610f;
	font-style: italic;
	font-weight: bold;
	}
	
.tinyThumb	img	{
	width: 80px;
	height: 53px;
	}
	
#listy	p	{
	margin-bottom: 0px;
	}
	
#col	{
	float: left;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	position: relative; left: 32px;
	}
	
#logos	img	{
	margin-right: 20px;
	}
	
#news #left-col img	{
	margin: 3px 10px 10px 16px;
	border: 3px solid #ee8e27;
	}
	
/* Services Gallery images */

#servicesGal #servListy img	{
	border: 1px solid #157949;
	padding: 3px;
	}
	
#servicesGal #listy tr	{
	padding-bottom: 20px;
	}
	
#servicesGal #listy img	{
	padding: 3px;
	margin: 20px;
	border: 1px solid #cccccc;
	}
	
#servListy	{
	width: 150px;
	float: left;
	background: #edefdd;
	padding: 8px;
	border: 1px solid #cccccc;
	margin: 0 10px 10px 0;
	text-align: center;
	}
	
h2.category	{
	text-transform: uppercase;
	}
	
#news #left-col	p	{
	margin-bottom: 25px;
	}
	
#logosTable	td img{
	padding: 5px;
	}	
	
#prodLower	{
	width: 785px;
	margin: 0 auto;
	font: 12px Arial, Helvetica, sans-serif;
	}
	
#prodLower p	{
	line-height: 20px;
	margin-bottom: 11px;
	}
	
#prodLower table	{
	margin: 0 auto;
	margin-bottom: 10px;
	}
	
#news .holdy	{
	width: 790px;
	margin: 0 auto;
	}
	
#news #left-col	{
	position: static;
	width: 480px;
	}
	
#news #right-col	{
	margin-right: 0;
	margin-top: 35px;
	}
	
#news #right-col img	{
	margin: 3px 10px 10px 16px;
	border: 3px solid #ee8e27;
	}