/*
Theme Name: PPI
Theme URI: http://ppipower.com/
Description: Custom WordPress theme developed for PPI by <a href="http://skyboxcreative.com" target="_blank" >Skybox Creative</a>
Version: 1.0
Author: Nathan Parikh
Author URI: http://ndzynes.com
*/

@import "css/dropdown.css";

@font-face {font-family: 'Eddmond'; src: url('fonts/eddmond.eot'); src: url('fonts/eddmond.eot?#iefix') format('embedded-opentype'), url('fonts/eddmond.woff') format('woff'), url('fonts/eddmond.ttf') format('truetype'), url('fonts/eddmond.svg#eddmondregular') format('svg'); font-weight: normal; font-style: normal; }
@font-face {font-family: 'Eddmond'; src: url('fonts/eddmondbold.eot'); src: url('fonts/eddmondbold.eot?#iefix') format('embedded-opentype'), url('fonts/eddmondbold.woff') format('woff'), url('fonts/eddmondbold.ttf') format('truetype'), url('fonts/eddmondbold.svg#eddmondboldregular') format('svg'); font-weight: bold; font-style: bold; }

html
{
	background: url(images/page-bg.png) repeat-x;
	height: 0px;
}
body
{
	background:url(images/page-main-bg.png) center top no-repeat;
	margin: 0;
	padding: 0;
	height: 888px;
	color: #4d555b;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
a
{
	color: #48C6E4;
	outline: none;
	text-decoration: none;
}
a:hover { }
.textright { text-align: right; }
.right { float: right; }
.textleft { text-align: left; }
.textcenter { text-align: center; }
.left { float:left; }
.center
{
	display: block;
	margin: 0px auto;
}
.black { color:#000; }
#container
{
	margin:0 auto;
	padding: 0 0 0 0;
	position:relative;
	text-align:left;
	width:1000px;
}
.mini-container
{
	margin:0 auto;
	padding: 0 0 0 1px;
	position:relative;
	width:1000px;
}
#header
{
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 45px;
	float: left;
	height: 132px;
	background: none;
	width: 94%;
}
#header .social-media {
	float: right;
	margin-top: 75px;
}
#header .social-media a {
	background: url(images/social-icons-dark.png) top left no-repeat;
	display: inline-block;
	text-indent: -9999em;
	margin-right: 15px;
	width: 34px;
	height: 34px;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
#header .social-media a:hover {
	opacity: 0.6;
}
#header .social-media .facebook {
	background-position: left 0px;	
}
#header .social-media .twitter {
	background-position: left -35px;	
}
#header .social-media .googleplus {
	background-position: left -70px;	
}
#header .social-media .linkedin {
	background-position: left -104px;	
}
#banner
{
	width: 1000px;
	height: 218px;
	float: left;
	margin: 7px 0 0 0;
	padding: 0px 0px 0px 0px;
}
#banner.about   { background: url(images/about-banner.jpg) no-repeat; }
#banner.quality { background: url(images/quality-banner.jpg) no-repeat; }
#banner.power   { background: url(images/power-banner.jpg) no-repeat; }
#banner.custom  { background: url(images/custom-banner.jpg) no-repeat; }
#banner.support { background: url(images/support-banner.jpg) no-repeat; }
#banner.news    { background: url(images/news-banner.jpg) no-repeat; }
#banner.contact { background: url(images/contact-banner.jpg) no-repeat; }
#container h1 a
{
	background:url(images/lsb_logo.png) no-repeat;
	display:block;
	height:124px;
	line-height:20px;
	outline:none;
	text-indent:-999em;
	width:379px;
	margin: 0px 0px 0px 0px;
}
#NAV
{
	background:url(images/nav.png) repeat-x;
	clear:both;
	height:49px;
	position:relative;
	width:1000px;
	margin: 0px 0px 0px 0;
	z-index:100;
}
#NAV.home
{
	
	width: 1000px;
	margin: 0px 0px 0px 2px;
}
#NAV li a
{
	color: #3e3e3e;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	margin: 9px 0px 0px 0px;
	padding: 9px 0px 0;
	height: 27px;
	border-right: 1px solid #c4c4c4;
}
#NAV li
{
	display:inline;
	float:left;
	height:49px;
	position:relative;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:center;
}
#NAV li.home a { width: 97px; }
#NAV li.about a { width: 104px; }
#NAV li.quality a { width: 113px; }
#NAV li.power a { width: 244px; }
#NAV li.custom a { width: 197px; }
#NAV li.support a { width: 121px; }
#NAV li.last { width: 118px; }
#NAV.home li.last { width: 118px; }
#NAV li.last a { border-right: none; }
#NAV li:hover, #NAV li.current_page_item { background: #48C6E4; }
#NAV li:hover a, #NAV li.current_page_item a
{
	border-right: 0px solid #289eba;
	color: #fff;
	padding-right: 1px;
}
#NAV li ul
{
	position:absolute;
	left:-999em;
	top: 49px;
	background: #414042;
	display: block;
	font-size: 10px;
	width: 260px;
	padding: 5px 0px 5px 0px;
	-moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px; /* future proofing */
   -moz-border-radius-topleft: 0px;
   -webkit-border-top-left-radius: 0px;
}
	#NAV li ul.fit {
		width: auto;	
	}
	#NAV li ul.wide {
		width: 385px;	
	}
	#NAV li ul li
	{
		height: auto;
		padding: 0px;
		display: block;
		width: 100%;
	}
		#NAV li ul li.current_page_item,#NAV li ul li:hover { background: none; }
		#NAV li ul li a
		{
			height: auto;
			width:100% !important;
			margin: 0px;
			padding: 5px 20px 5px 20px !important;
			text-align:left;
			font-size: 10px;
		}
			#NAV li ul li a:hover { text-decoration:underline; }
#NAV li:hover ul { left:auto; }
#NAV span { display:none; }

/*DROPDOWN MENU*/
/*top level buttons*/
#menu ul li
{
	float:left;
	display:block;
}
	/*first level dropdown*/
	#menu ul li ul
	{
		position: absolute;
		width: 99.5%;
		background: #740f12;
		opacity: 0.9;
		padding:0px;
		z-index: 1000;
		display:none;
		line-height:12px;
		color: #818285;
		font-size: 11px;
		font-weight: bold;
		margin: 37px 0 0 0px;
		float: none;
		height: auto;
		text-transform: uppercase;
	}
		#menu ul li ul li
		{
			float:none;
			display:block;
			background: none;
			padding: 0px;
			width: 100%;
			height: 24px;
		}
			#menu ul li ul li a
			{
				font-size: 11px;
				height: 8px;
				padding: 8px;
				width: 100%;
				background-image: none;
				text-indent: 0px;
				color: #fff;
				text-decoration: none;
			}
	/*second level dropdown*/
	#menu ul li ul li ul
	{
		position: absolute;
		width: 99.5%;
		background: #740f12;
		opacity: 0.9;
		padding:0px;
		z-index: 1000;
		display:none;
		line-height:12px;
		color: #818285;
		font-size: 11px;
		font-weight: bold;
		margin: 0 0 0 187px;
		float: none;
		height: auto;
		right: -186px;
		top: 0px;
	}
*:first-child+html #menu ul li ul
{
	margin: auto;
	clear: both;
}
#menu ul li:hover ul li a { color: #fff; }
#menu ul li ul li:hover { background: #891215; }
#menu ul li ul li:hover a { color: #fff; }

#submenu
{
	display:none;
	background: #0d7993;
	color: #fff;
	width: 1001px;
	margin: 0px 0px 0px -1px;
	padding: 20px 0 17px;
	height: 14px;
	font-size: 11px;
	text-transform: uppercase;
}
#submenu a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#submenu a.active { color: #41c0de; }
#submenu a:hover { text-decoration: underline; }
#subspace
{
	display: block;
	height: 5px;
	float: left;
}
.subpage { margin: 0px 10px 0px 10px; }
#subspace.about { width: 93px; }
#subspace.power { width: 115px; }
.level-one
{
	height: 1px;
	display: block;
	float: left;
	width: 50px;
}
.level-two
{
	height: 1px;
	display: block;
	float: left;
	width: 100px;
}
#sidebar
{
	width: 320px;
	float: right;
	position: relative;
	font-size: 12px;
}
#sidebar .widget {
	margin: 0 auto 30px;
	width: 210px;
}
#sidebar .widget_search .search_txt {
	padding: 0 10px;
	height: 37px;
	width: 149px;
	margin: 0;
	float: left;
  border-radius: 0px;
}
#sidebar .widget_search #searchsubmit {
	background: url(images/search.png) no-repeat;
	height: 41px;
	width: 35px;
	padding: 0;
	border: 0;
	float: left;
	cursor: pointer;
}
#sidebar .widget_categories {
	background: url(images/bg-a.jpg) left bottom repeat-x;
	padding: 20px 0;
	border: 1px solid #dfdfdf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#sidebar .widget_categories h2 {
	background: url(images/categories.png) center top no-repeat;
	width: 100%;
	border-bottom: 1px solid #dfdfdf;
	text-indent: -9999em;
	padding-bottom: 40px;
	margin-top: 20px;
}
#sidebar .widget_categories ul {
	padding: 20px 40px;
	border-top: 1px solid white;
	list-style: none;
	font-size: 14px;
}
#sidebar .widget_categories ul li {
	margin-bottom: 10px;
}
#sidebar .widget_categories ul > li > a {
	color: black;
}
#sidebar .widget_categories ul li ul {
	list-style: disc;
}
#sidebar .widget_categories ul > li > ul > li > a {
	color: #999;
}
#sidebar .widget_recent_entries {
	background: url(images/widget-shadow.png) no-repeat;
	width: 309px;
}
#sidebar .widget_recent_entries h2 {
	color: #31aac7;
	width: 222px;
	background: black;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0;
	margin: auto;
}
#sidebar .widget_recent_entries > ul {
	width: 150px;
	margin: 20px auto 10px;
	list-style-image: url(images/list-style-a.png);
}
#sidebar .widget_recent_entries p {
	margin: 0;
	color: #666;
}
#sidebar .widget_recent_entries a.title {
	font-size: 13px;
	color: black;
	font-weight: bold;
	line-height: 18px;
	text-transform: none;
}
#sidebar .widget_recent_entries a {
	text-transform: uppercase;
}
#sidebar .widget_recent_entries li {
	margin-bottom: 20px;
}
#content
{
	float: left;
	padding: 25px 0px 40px 45px;
	min-height: 400px;
}
#left-column, #right-column { line-height: 19px; }
#content #left-column h3.h3body, #content #right-column h3.h3body
{
	color: #4d555b;
	font-size: 16px;
	font-weight: bold;
	margin: 30px 0px 15px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

#content #left-column h3, #content #right-column h3.h3title {
	color: #414042;
	font-family: "Eddmond", Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#left-column
{
	width: 400px;
	float: left;
	margin: 0px 0px 0px 0px;
}
#left-column ul, #right-column ul
{
	margin: 28px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}
#left-column.about
{
	background: url(images/profile-boxes.jpg) no-repeat center bottom;
	width: 415px;
	height: 460px;
}
#left-column.power { width: 900px; }
#left-column.map { width: 700px; }
#left-column.psupply { width: 329px; }
#left-column.news { width: 600px; margin-right: 30px; padding-top: 10px; }
#left-column.power img.marg { margin: 0px 12px 0px 0px; }
#right-column
{
	width: 400px;
	float: left;
	margin: 0px 0px 0px 100px;
}
	#right-column.home
	{
		width: 533px;
		margin: 0px 0px 0px 22px;
	}
	#right-column.support
	{
		margin: 192px 0px 0px 100px;
		width: 420px;
	}
	#right-column.psupply
	{
		margin: 70px 0px 70px 0px;
		width: 626px;
		height: auto;
	}
	#right-column.laptop {
		background: url(images/bg_laptop.jpg) top right no-repeat;
	}
.ptitle { margin: 15px 0px 20px 0px; }
#content h3, #content h3 a, #page h3, #single-column h3
{
	color: #000;
	font-size: 22px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	text-decoration: none;
}
#content #left-column.news h3, #content .news h3 a {
	color: #1aacc6;
	font-family: "Eddmond", Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
}
#content .news h3 a:hover {
	text-decoration: underline;
}
#content #left-column.news h3 {
	margin-top: 15px;
}
#content h3.our_facilities { margin: 0px 0px 0px 25px; }
#content h4, #content h4 a
{
	color: #43091b;
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	text-decoration: none;
}
.news .post {
	margin-bottom: 50px;
}
.news .date {
	background: url(images/date-bg.png) no-repeat;
	width: 194px;
	height: 56px;
	color: #676767;
}
.news .date .day-number {
	font-size: 26px;
	font-weight: bold;
	float: left;
	padding: 15px;
}
.news .date .left {
	margin: 8px 0 0 10px;
}
.news .date .day-name {
	font-weight: bold;
	font-size: 15px;
}
.news .date .month {
	font-size: 12px;
	line-height: 12px;
}
.news .author a {
	color: #4d555b;
}
.news .meta {
	background-color: black;
	overflow: auto;
	padding: 10px 15px 6px;
	color: #1aacc6;
	font-weight: bold;
}
.news .meta a {
	font-weight: normal;
}
.news .meta .tags {
	float: left;
	margin: 0;
}
.news .meta .share {
	float: right;
	margin: 0;
}
.news .meta .share a {
	background: url(images/social-icons.png) no-repeat;
	width: 15px;
	height: 15px;
	text-indent: -9999em;
	display: inline-block;
}
.news .meta .share a.googleplus {
	background-position: left top;
}
.news .meta .share a.facebook {
	background-position: left -19px;
}
.news .meta .share a.twitter {
	background-position: left -37px;
}
#products
{
	width: 570px;
	min-height: 190px;
	background: url(images/products-bg.png) no-repeat;
	margin: 20px auto;
	padding: 18px 0 0 55px;
	clear: both;
	text-align: left;
	float: left;
	position: relative;
	display: block;
}
#products.simple
{
	background: url(images/products-bgo.png) no-repeat;
	margin-left: 140px;
}
#products.simple ul
{
	font-size: 14px;
	width: 350px;
	margin: 0px 0px 0px 100px;
}
#products.simple .part { width: 230px; }
#products.simple .dload { width: 105px; }
#products .title
{
	text-align: center;
	margin: 0px 0px 40px 60px;
	display: block;
	width: 420px;
	color: #48C6E4;
	font-weight: bold;#48C6E4
}
#products ul
{
	margin: 0px 0px 0px 0px;
	width: 530px;
	font-size: 12px;
	clear: both;
	float: left;
}
#products ul li
{
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	clear: both;
	float: left;
	height: auto;
	width: 100%;
}
#products .part
{
	float: left;
	width: 134px;
}
#products .voltage
{
	float: left;
	width: 60px;
}
#products .frequency
{
	float: left;
	width: 85px;
}
#products .output
{
	float: left;
	width: 96px;
}
#products .power
{
	float: left;
	width: 85px;
}
#products .dload
{
	font-weight: bold;
	color: #48C6E4;
	margin: 0px;
	float: left;
	width: 65px;
}

.link
{
	font-weight: bold;
	color: #48C6E4;
	margin: 0;
	width: 65px;
}


.wpcf7-form
{
	font-size: 12px;
	color: #464646;
	width: 330px;
}
.wpcf7-form input
{
	border: 1px solid #858a8e;
	width: 225px;
	height: 20px;
	margin: 0px 0px 14px 0px;
	float: right;
}
.wpcf7-form textarea
{
	border: 1px solid #858a8e;
	width: 225px;
	height: 85px;
	float: right;
}
.wpcf7-form .left
{
	float: left;
	clear: both;
	display: block;
}
#contact-button
{
	width: 89px;
	height: 28px;
	background: url(images/submit.png) no-repeat;
	cursor: pointer;
	float: right;
	margin: 10px 0px 30px 0px;
	text-indent: -999999px;
	line-height: 0;
	border: none;
	clear: both;
}
div.wpcf7-validation-errors
{
	clear: both;
	margin: 0px 0px 30px 0px;
}
div.wpcf7-mail-sent-ok { clear: both; }
#page
{
	background: #fff;
	padding: 25px 0px 0px 0px;
}
#commentform
{
	float: left;
	margin: 0px 0px 0px 0px;
}
#single
{
	width: 611px;
	padding: 10px 15px 0px 21px;
	margin: 0px 40px 0px 0px;
	float: left;
}
#single-column
{
	background: url(images/singlecolumnbg.jpg) top center no-repeat;
	width: 905px;
	padding: 10px 35px 0;
	margin: 0 15px 0 0;
	float: right;
}
#single-column p
{
	width: 690px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
#footer
{
	background: #414042;
	border-top:4px solid #48C6E4;
	clear:both;
	color:#fff;
	padding:40px 0 50px 0px;
	text-align:center;
	font-size: 12px;
}
#footer a
{
	color:#fff;
	text-decoration:none;
	position: relative;
}
#spike
{
	background: url(images/spike.png) no-repeat;
	width: 57px;
	height: 83px;
	margin: 0px auto -85px auto;
	right: -275px;
	bottom: 106px;
	position: relative;
	clear: both;
	float: none;
}
*:first-child+html #spike { }
#footer-menu
{
	color: #48C6E4;
	margin: 0px 0px 22px 0px;
	position: relative;
}
#footer-menu a
{
	color: #fff;
	text-decoration: none;
}
#intro
{
	width:1000px;
	height: 362px;
	float: left;
	margin: 10px 0px 0px 0px;
}
.clear { clear:both; }
h1
{
	font-size:22px;
	font-weight:normal;
	margin:0;
	padding:0;
	color: #000;
}
h2
{
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:0;
}
h3
{
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:0;
}

h4
{
	font-size:13px;
	font-weight:bold;
	margin:10px 0px;
	padding:0;
	color: #43091b;
	list-style-type: decimal;
}
h5
{
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:0;
}
h6
{
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:0;
}
a img { border:0; }
ul
{
	margin:0;
	padding:0;
}

.association {
	width: 185px;
	height: 189px;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #000;
	position: relative;
	font-size: 11px;
	font-weight: bold;
}
	.association img {
		position: relative;
		z-index: 0;
	}
	.association h5 {
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: relative;
		z-index: 1000;
		bottom: 80px;
	}
	.association p {
		margin: 0px auto;
		padding: 0px 0px 0px 0px;
		position: relative;
		z-index: 1000;
		bottom: 80px;
		line-height: 14px;
		width: 150px;
	}
	
/*Nivo Slider*/
.theme-default .nivoSlider {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	margin: 0px 0px 0px 2px !important;
}