/*
Theme Name:     Brook_MTL
Theme URI:      http://www.whistle.co.nz
Description:    EMG Theme 
Author:         Igi Manaloto
Version:        2.0
*/

/* @group Reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* @end */

/* @group Common */

html { 
  background: url(images/background-img.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	font: 12px/1.5 Helvetica, Arial, Geneva, sans-serif;
}

header, #wrapper, #footer {
	width: 960px;
	margin: 0 auto;
}

h1{
	color: #14527d;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}

h3{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	color: #084a75;
	padding-left: 25px;
	background: url(images/blue-flag.jpg) no-repeat 0 0;
	line-height: 1.2;
	margin-bottom: 25px;
}

a {
	text-decoration: underline;
	color: #5397c4;
}

p {
	margin-bottom: 12px;
}

/* @group Header */




header #tagline-wrap {
	float: left;
	margin-top: 53px;
}

header #welcome {
	float: left;
	color: #828692;
	text-transform: uppercase;
}

header #nz-largest {
	float: left;
	font-size: 20px;
	font-weight: 200;
}



header #contact-info-header li {
	padding-left: 10px;
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 16px;
}




header #contact-info-header #email a {
	color: #8e919c;
	text-decoration: none;
}

/* @end */

/* @group Menu */


#main-menu ul li {
	display: inline-block;
}



#main-menu li a, #main-menu li span {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 200;
	text-decoration: none;
	color: #28292c;
	margin-rigth: 20px;
	text-transform: uppercase;
	background: url(images/menu-flag.gif) no-repeat 0 -15px;
	padding-left: 25px;
	height: 15px;
	cursor: pointer;
}

#main-menu li a:hover, #main-menu li span:hover, #main-menu li.current-menu-item a{
	background-position: 0 0;
	color: #084a75;
}

#main-menu li ul li a {
	background-image: none;
	font-size: 10px;
}


html #ref-vent a {
  line-height: 12px;
  padding-bottom: 8px;
}
/* @group Search Form */

#searchform {
	margin-left: 25px;
}

#searchform input  {
	border: 1px solid #8e919c;
	height: 18px;
	padding: 0;
	margin: 0 -4px 0 0;
	width: 100px;
}

#searchform #searchsubmit {
	height: 20px;
	padding: 0 4px;
	width: auto;
	color: #fff;
	text-transform: uppercase;
	background-color: #8e919c;
	margin: 0;
}

#searchform #searchsubmit:hover {
	background-color: #084a75;
	border-color: #084a75;
	cursor: pointer;
}

/* @end */



/* @end */

/* @group Content */
#content{
	width: 100%;
}

/* @end */

/* @group Footer */

#footer {
	height: 150px;
}

#footer-logo {
	float: left;
}

#footer #distributors-for  {
	position: relative;
	float: left;
	width: 670px;
	height: 95px;
	margin-left: 129px;
}

#footer #distributors-for p {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90000;
	color: #969898;
}

#footer #distributors-for img {
	position: absolute;
	top: 0;
	margin-left: -263px;
	right: 0;
}

#footer #footer-details  {
	width: 100%;
	border-top: 1px solid #ababab;
	padding-top: 15px;
	color: #8e919c;
	margin-top: 30px;
	float: left;
}

#footer #footer-details a {
	color: #8e919c;
	text-decoration: none;
}

#footer #footer-details #contact-info-footer {
	float: right;
	color: #2e5980;
}

/* @end */



/* @end */

/* @group Home */

.home #intro-text {
	width: 260px !important;
	margin-top: 140px !important;
	margin-left: 445px;
	height: auto !important;
}

.home #intro-text .page {
	width: 100%;
}

.home #intro-text .page p {
	width: 248px;
	margin-left: 2px;
	margin-top: -10px;
}

.home #home-links {
	width: 100%;
	height: 150px;
	margin-top: 65px;
	margin-left: -1px;
}

.home #home-links li {
	float: left;
	height: 100%;
	width: 250px;
	border-left: 1px solid #e3e5e6;
}

.home #home-links li a {
	width: 250px;
	height: 150px;
	display: block;
	text-decoration: none;
}

.home #home-links li a h2 {
	border-left: 4px solid #e3e5e6;
	padding-left: 35px;
	background-position: 10px 0;
	margin-bottom: 15px;
}

.home #home-links li a img {
	margin-left: 40px;
	float: left;
	margin-right: 10px;
}

.home #home-links li a p {
	margin-top: -4px;
	color: #8e919c;
}



/* @end */

/* @group Category */

#breadcrumbs {
	margin-left: 15px;
	margin-bottom: 45px;
}

#breadcrumbs li {
	float: left;
	border-right-style: solid;
	border-right-width: 2px;
	color: #e1e2e4;
	margin-right: 5px;
	padding-right: 5px;
}

#breadcrumbs li a {
	color: #424242;
	font-size: 16px;
}

#breadcrumbs li:last-child {
	border-right-style: none;
}

.category-listing {
	width: 100%;
}

.category-listing tr {
	border-bottom: 1px solid #e9eaee;
}

.category-listing tr td {
	vertical-align: top;
	padding-top: 12px;
	padding-bottom: 8px;
}

.category-listing-image {
	text-align: center;
	width: 160px;
}

.category-listing-specs {
	border-right: 2px solid #e3e5e6;
	border-left: 2px solid #e3e5e6;
	width: 160px;
	font-size: 11px;
}

.category-listing-specs dl dt {
	color: #174676;
	text-transform: uppercase;
	font-weight: bold;
	border-left: 4px solid #e3e5e6;
	padding-left: 10px;
}

.category-listing-specs dl dd {
	width: 145px;
	margin-left: 15px;
	overflow: hidden;
	margin-bottom: 9px;
}

.category-listing-description {
	
}

.category-listing-description h2 {
	border-left: 4px solid #e3e5e6;
	background-position: 10px 0;
	padding-left: 35px;
}

.category-listing-description .description {
	margin-left: 40px;
	width: 370px;
	margin-bottom: 10px;
	margin-top: -20px;
}

#intro-text.electric-motors, #intro-text.variable-speed-drives, #intro-text.speed-reducers  {
	height: 260px;
	margin-bottom: 13px;
}

#intro-text.electric-motors {
	background: url(images/electric-motors-hdr-img.jpg) no-repeat 0 0;
}

#intro-text.variable-speed-drives {
	background: url(images/variable-speed-drives-hdr-img.jpg) no-repeat 0 0;
}

#intro-text.speed-reducers {
	background: url(images/speed-reducer-hdr-img.jpg) no-repeat;
}

.notfound {
	margin-left: 15px;
	margin-top: 65px;
}

.back-to-top {
	margin-left: 40px;
}

.attachment-product-thumb {
	width: 130px;
}


/* @end */

/* @group Page */

#content .page h3 {
	font-weight: bold;
}

.page #intro-text {
	height: 120px;
	width: 100%;
	margin-bottom: 15px;
}



/* @end */

/* @group Info/FAQ */

.blog .post {
	margin-left: 40px;
	width: 430px;
	margin-bottom: 45px;
}

.blog .post h2 {
	margin-left: -24px;
	margin-bottom: 15px;
	font-size: 16px;
}

.blog .post h3 {
	font-weight: bold;
}

.blog .post img {
	max-width: 435px;
	height: auto;
}

.blog #intro-text {
	background-image: url(images/faq-hdr.jpg);
	width: 760px;
	height: 120px;
	margin-bottom: 15px;
}

#posts {
	width: 475px;
	float: left;
}

#sidebar {
	float: left;
	width: 175px;
	margin-left: 60px;
}

#sidebar .widget {
	margin-bottom: 25px;
}

#sidebar .widget h3 {
	text-transform: uppercase;
	font-size: 12px;
	color: #437596;
	margin-bottom: 5px;
	font-weight: bold;
}

#sidebar .widget a {
	font-size: 11px;
	text-decoration: none;
	line-height: 2px;
}

#sidebar .widget ul li {
	line-height: 13px;
	margin-bottom: 6px;
}



/* @end */

/* @group Contact Us */

.page-id-108 table {
	width: 717px;
}

.page-id-108 table td {
	width: 50%;
}

#wpcf7-f1-p108-o1 .your-message textarea {
	width: 310px;
	height: 210px;
}

.page-id-108 #intro-text {
	background-image: url(images/contact-us-hdr.jpg);
}


/* @end */

/* @group About Us */

.page-id-90 #intro-text {
	background-image: url(images/about-us-hdr.jpg);
}

.clearfix { width:100%; clear:both; overflow:hidden; display:block;}
/* @end */

.blue-link{
	color: #0F4282;
	font-weight: bold;
}

#logo{
	width: 200px;
	float:left;
	padding-top: 10px;
}

#logo img{
	width: 100%;
}

#main-menu{
	width: 586px;
display: inline-block;
margin-right: 10px;
}

header #contact-info{
	width: 150px;
	padding-top: 30px;
	border-left: 1px solid #ababab;
	display: inline-block;
}

header{
	border-bottom: 1px solid #ababab;
	height: 80px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#phone{
	color: #2e5980;
}

h3.phone{
	color: #2e5980;
	font-size: 16px;
	font-weight: bold;
	background: none;
	padding: 0;
}


#who-is-emg{
	width: 340px;
position: absolute;
top: 135px;
left: 0px;
z-index: 11;
}

h2{
	font-size: 16px;
color: #454545;
font-weight: lighter;
}

/*Core*/

		body{
			background: url(images/background-img.png) no-repeat center center fixed; 
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}

		#wrapper{
			width: 960px;
			margin: 0 auto;
			position: relative;
		}

		.clear{
			clear: both;
		}

		#imap dd#info-area{
			/*background: rgba(25,64,222,0.1);*/
			left: 740px;
			top: 200px;
			width: 300px;
			height: auto;
			display: none;
		}

		#imap dd#info-area *{
			line-height: normal;
			margin-bottom: 5px;
		}

h3#info-title{
position: relative;
left: -25px;
}

		#imap p{
			font-size: 14px;
		}

		#imap{
			display: block;
			width: 100%;
			height: 653px;
			background: url(images/nz-region-map.png) no-repeat;
			position: relative;
			float:left;
			margin: 0;
			z-index: 2;
		}



		#imap dd.area{
			display: block;
			width: 45px;
			height: 45px;
			/*background: rgba(0,0,0, .2);*/
			text-decoration: none;
			z-index: 20;
			overflow: hidden;
		}

		#imap dd.area:hover{
			cursor: pointer;
		}

		#area1{
			top: 0;
			left: 352px;
		}

		#area2{
			top: 58px;
			left: 397px;
		}

		#area3{
			top: 123px;
			left: 437px;
		}

		#area4{
			top: 130px;
			left: 500px;
		}

		#area5{
			top: 137px;
			left: 567px;
		}

		#area6{
			top: 185px;
			left: 512px;
		}

		#area7{
			top: 210px;
			left: 442px;
		}

		#area8{
			top: 188px;
			left: 374px;
		}

		#area9{
			top: 281px;
			left: 423px;
		}

		#area10{
			top: 277px;
			left: 338px;
		}

		#area11{
			top: 392px;
			left: 267px;
		}

		#area12{
			top: 373px;
			left: 202px;
		}

		#area13{
			top: 496px;
			left: 162px;
		}

		#area14{
			top: 518px;
			left: 60px;
		}


		#imap dd {
			position: absolute;
			padding: 0;
			margin: 0;
		}


/*Carousel*/
.image_carousel {
	padding: 15px 0 15px 40px;
	position: relative;
}
.image_carousel img {
	border: 1px solid #ccc;
	background-color: white;
	padding: 9px;
	margin: 7px;
	display: block;
	float: left;
}

.carousel-item { width: 150px; height: 150px; overflow: hidden; display: inline-block; text-align: center; margin-right: 10px;}
.carousel-item img { min-height: 144px; min-width: 144px; height: 100%; border: 3px solid white;}

a.prev, a.next {
	background: url(../images/miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 85px;
}
a.prev {			left: -22px;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -50px; }
a.prev.disabled {	background-position: 0 -100px !important;  }
a.next {			right: -22px;
					background-position: -50px 0; }
a.next:hover {		background-position: -50px -50px; }
a.next.disabled {	background-position: -50px -100px !important;  }
a.prev.disabled, a.next.disabled {
	cursor: default;
}

a#left-arrow, a#right-arrow{
	text-decoration: none;
	font-size: 4em;
	color: #ababab;
	display: block;
	padding: 40px 0;
}

#left-arrow{
	float:left;
}

#right-arrow{
	float: right;
}

#emg-carousel{
	margin: 0 15px;
	display: inline-block;
	width: 470px;
}

#carousel{
	width: 600px;
position: absolute;
top: 480px;
left: 371px;
z-index: 10;
}


a.prev span, a.next span {
	display: none;
}

.clearfix {
	float: none;
	clear: both;
}

#menu-main-menu{
	float: right;
}

.half{
	display: inline-block;
	width: 48%;
	margin-right: 2%;
	vertical-align: top;
	word-spacing: normal;
	letter-spacing: normal;
	zoom: 1;
}

.last{
	margin: 0;
}

input[type="submit"]{
	background: #14527d;
	color: white;
	text-transform: uppercase;
	padding: 10px 20px;
	border: none;
}

form *{
	font-size: 12px;
}

input{
	margin-bottom: 25px;
}

input[type="text"]{
	padding: 5px;
}

label{
	text-transform: uppercase;
	color: #454545;
}