/*
Theme Name: PTI MNI
Theme URI: http://powdertechnologyinc.com
Description: UPDATED HEADER This is a custom theme design for PTI.
Author: Brave New Media.
Version: 1.0
License: GNU General Public License
License URI: license.txt

---------- CSS 3 Styles -----------

border: 1px solid #696;
padding: 60px 0;
text-align: center; width: 200px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: #666 0 2px 3px;
-moz-box-shadow: #666 0 2px 3px;
box-shadow: #666 0 2px 3px;
background: #EEFF99;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#66EE33));
background: -webkit-linear-gradient(#EEFF99, #66EE33);
background: -moz-linear-gradient(#EEFF99, #66EE33);
background: -ms-linear-gradient(#EEFF99, #66EE33);
background: -o-linear-gradient(#EEFF99, #66EE33);
background: linear-gradient(#EEFF99, #66EE33);
-pie-background: linear-gradient(#EEFF99, #66EE33);
behavior: url(/PIE.htc);
*/

a, a:visited {
	color: #2b479e;
	outline: none;
	text-decoration: none;
}

a:hover {
	color:  #4e84c4;
	text-decoration: underline;
}

a.arrow, a.arrow:visited {
	background: url(images/icons/arrow-red.png) no-repeat;
	display: block;
	height: 27px;
	width: 27px;
}

a.arrow:hover, a.arrow:visited:hover {
	background: url(images/icons/arrow-blue.png) no-repeat;
}

.active {
	background: #C0BEB4 !important;
	color: #fff;
}

#adminbar-search {
	padding-left: 20px !important;
	width: auto !important;
}

#wp-admin-bar-search {
	float: left !important;
}

.aligncenter {
	clear: both;
	float: none;
	margin: 0 auto 15px auto;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

article {
	border-bottom: 1px solid #c0beb4;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

article.faq {
	border: 0;
	padding-bottom: 0;
}

article.faq ul{
	padding-left: 5px;
}

article img {
	border: 3px solid #c0beb4;
}

article.indent h3, article.indent p {
	margin-left: 140px;
}

article.last {
	border-bottom: 0;
}

article p.strong {
	font-weight:600;
	margin:0 0 10px 0;
	padding:0;
}

article.tight {
	border: none;
	margin-bottom: 0;
}

aside {
/*	background:#F4F2E8;*/
	display: block;
	float: left;
	margin: 0 35px 0 0;
	width: 210px !important;
}

aside a, aside a:visited {
	color: #363634;
}

aside a:hover {
	color: #363634;
}

aside #searchform label {
	display: none;
}

aside #searchform input {
	float: left;
	font-size: 12px !important;
	height: 30px !important;
	margin: 0 7px 0 0 !important;
	padding: 0 10px !important;
	width: 125px !important;
}

aside #searchform #searchsubmitsidebar {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	height: 27px !important;
	margin: 2px 0 0 0 !important;
	padding: 0 !important;
	width: 27px !important;
}

aside h1, aside h2, aside h3, aside h4 {
	color: #363634;
  font-family: 'ProximaNovaBold';
	font-size: 15px;
	line-height: 20px;
}

.blog aside h1, .blog aside h2, .blog aside h3, .blog aside h4 {
	color: #363634;
  font-family: 'ProximaNovaBold';
	font-size: 15px;
	line-height: 20px;
}

aside .module {
	background: #FCFDF8;
	border-bottom: 1px solid #dddbd3;
	float: none;
	margin-bottom: 3px;
	padding: 15px !important;
	width: 180px !important;
}

aside p {
	font-size: 12px;
	line-height: 20px;
}

aside .phone {
	background: url(images/icons/phone.png) no-repeat;
	color: #363634;
  font-family: 'ProximaNovaRegular';
	font-size: 19px;
	font-weight: normal;
	line-height: 18px;
	margin: 0;
	padding-left: 40px;
	text-transform: uppercase;
}

aside .phone strong {
  font-family: 'ProximaNovaBold';
	font-size: 10.8px;
	font-weight: normal;
}

aside ul {
	margin: 0;
	padding: 0;
}

aside ul li {
	background: url(images/icons/arrow-small.png) no-repeat 0 4px;;
	font-size: 13px;
	line-height: 20px;
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
}

body {
	/*background: url(images/header/bg-interior.jpg) repeat-x top;*/
	background: #FFF;
	font-family: 'ProximaNovaRegular';
	margin: 0;
	padding: 0;
}

.blue-text {
	background: #D7D5C9;
	color:  #111068;
	font-size: 15px !important;
	margin: 0 0 3px 0;
	padding: 5px;
}

#carousel {
	width: 920px;
}

.clearboth {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

#columncontainer {
	background: url(images/bg-aside.jpg) repeat-y left !important;
	float: none;
	margin: 0;
}

#content {

	margin: 0 auto;
	padding: 0;
	width: 920px;
}

.content {
	float: left;
	margin-right: 45px;
	padding: 0;
	width: 315px;
}

.content article {
	border-bottom: 0;
	margin-bottom: 0;
}

.content p {
	padding-left: 2px;
}

.content.right {
	margin-right: 0;
}

.content ul {
	padding-left: 2px;
}

#contentcontainer {
	background: #eeecdf url(images/bg-contentcontainer-interior.jpg) repeat-x;
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
	width: 100%;
}

.home #contentcontainer {
	background: #eeecdf url(images/bg-contentcontainer.jpg) repeat-x;
}

.page-template-template-landing-page-php #contentcontainer {
	background: #000 url(images/bg-landing-page.jpg) no-repeat center -109px !important;
	padding: 25px 0 0 0;
}

.single #contentcontainer, .page-template-template-fullwidth-php #contentcontainer, .page-template-template-no-excerpt-php #contentcontainer, .blog #contentcontainer, .no-excerpt {
	background-image: none !important;
	padding-top: 20px !important	;
}

.cursor:hover {
	cursor: pointer;
}

.divhighlight {
	background: #6A6661;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(http://www.powdertechnologyinc.com/wp-content/themes/pti/scripts/PIE.htc);
	height: 70px;
	margin: 15px 0 25px 0;
	padding: 15px;
	width: 420px;
}

dl {
	font-size: 13px;
	line-height: 20px;
}

dl dd {
	margin: 0 0 15px 0;
}

dl dt {
	font-family: 'ProximaNovaSemibold';
	text-transform: uppercase;
}

.exrptbutton {
	background: #2E499B;
	color: #fff !important;
	margin: 0 5px 0 0;
	padding: 5px;
}

.exrptbuttontitle {
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
}

#excerpt {
	height: 243px;
	margin: 0 0 40px 0;
	overflow: hidden;
	width: 920px;
}

.home #excerpt {
	height: 277px;
}

#excerpt .arrow-link img, #excerpt .arrow-link:visited img {
	left: 30px;
	margin: 0 !important;
	margin-top: 40px !important;
	position: relative;
}

#excerpt h2 {
	color: #370344;
	line-height: 30px;
	padding: 25px 0 0 0;
}

.home #excerpt h2 {
	font-size: 30px;
	padding-bottom: 0;
}

#excerpt h2 a {
	color: #0d0a6c;
}

#excerpt h3 {
	padding-bottom:10px;
	text-transform:none;
}

#excerpt img {
	float: right;
	margin: 44px 0 0 15px;
	padding: 0;
}

.home #excerpt img {
	margin-top: 77px;
}

#excerpt p {
	font-size: 13px;
	line-height: 23px;
}

#flashregion {
	height: 250px;
	margin: 0;
	padding: 0;
	width: 920px;
	z-index: -1;
}

footer {
	clear: both;
	color: #fff;
	display: block;
	margin: 0 auto;
	padding: 55px 0 0 0;
	width: 920px;	
}

.page-template-template-landing-page-php footer {
	padding: 25px 0 0 0;
}

footer a, footer a:visited {
	color: #fff;
	line-height: 13px;
	text-decoration: none;
}

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

footer #address {
	float: right;
}

#footercontainer {
	/*background: url(images/footer/bg.png) repeat-x bottom;*/
background: url(images/footer/bg-footer.jpg) repeat;
	margin: 0;
	padding: 0;
	width: 100%;
}

footer #copy {
	float: left;
	margin-bottom: 30px;
	text-transform: uppercase;
}



#copyrightContainer {
	background: url(images/footer/bg.png) repeat-x bottom;
	color: #FFF;
	width: 100%;
	font-size: 12px;
	line-height: 17px;
	padding-top: 25px;
	border-top: solid 1px gray;
}


#copyright {
	color: #FFF;
	margin: 0 auto;
	width: 920px;
}

#copyright a, #copyright a:visited {color: #FFF;}



#copyrightContainer #copy {
	float: left;
	color: #FFF;
	margin-bottom: 30px;
	text-transform: uppercase;
}

#copyrightContainer #address {
	float: right;
	color: #FFF;
}

 








footer h2 {
	color: #fff;
	font-size: 18px;
}

footer .module {
	border-right: 1px solid #7f7369;
	margin: 0 0 80px 0 !important;
	width: 494px !important;
}

footer .module table {
  font-family: 'ProximaNovaThin';
	font-size: 12px !important;
	line-height: 17px !important;
	margin-top: 40px !important;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}

footer .module table td {
	padding-top: 15px;
}

footer p {
	color: #fff;
	font-size: 12px;
	line-height: 17px;
	margin: 0;
}

#footerquotes {
	margin-bottom:40px;
}

footer .right {
	border-left: 1px solid #7f7369;
	border-right: 0;
	margin-left: -1px !important;
	padding-left: 75px;
	width: 350px !important;
}

footer table .linkhighlight {
	display: block;
	margin-bottom:5px;
	width:200px;
}

footer table td {
	color: #fff;
	padding: 0 50px 30px 0;
}

form {
	margin: 0;
	padding: 0;
}

.formarrow {
	float: left;
	margin: 30px 10px 10px 0; 
}

h1 {
	color: #0d0a6c;
  font-family: 'ProximaNovaBold';
	font-size: 20px;
	font-weight: normal;
	line-height: 17px;
	margin: 0 0 15px 0;
	padding: 0;
	text-transform: uppercase;
}

.page-template-template-landing-page-php h1 {
	color: #fff;
	font-size: 29px;
	letter-spacing: .1em;
	line-height: 35px;
	margin: 0;
}

h1#logo {
	background: url(images/header/PTI_logo.jpg) no-repeat;
	float: left;
	margin-top: 10px;
	padding: 0;
	text-indent: -9999px;
}
/*
.home h1#logo {
	background: url(images/header/logo.png) no-repeat;
	margin: 0 0 2px 0;
}
*/
/*
.page-template-template-landing-page-php h1#logo {
	background: url(images/header/logo-landing-page.png) no-repeat;
	float: none;
	margin: 0;
	position: relative;
	top: 18px;
}
*/
h1#logo a, h1#logo a:visited {
	display: block;
	height: 129px;
	width: 310px;
}

.home h1#logo a, .home h1#logo a:visited {
	height: 129px;
	width: 310px;
}
/*
.page-template-template-landing-page-php h1#logo a, 
.page-template-template-landing-page-php h1#logo a:visited {
	height: 109px;
	width: 244px;
}
*/
h2 {
	color: #0d0a6c;
  font-family: 'ProximaNovaBold';
	font-size: 20px;
	font-weight: normal;
	line-height: 23px;
	margin: 0 0 7px 0;
	padding: 0;
	text-transform: uppercase;
}

.page-template-template-landing-page-php h2 {
	color: #fff;
  font-family: 'ProximaNovaThin';
	font-size: 20px;
	line-height: 23px;
	margin: 0;
}

.blog h2 {
	padding-bottom: 0px;
}

h3 {
	color: #000;
  font-family: 'ProximaNovaSemibold';
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	margin: 0 0 5px 0;
	padding: 0;
	text-transform: uppercase;
}

h3.highlight {
	background: #fff;
	display: block;
	margin-bottom: 10px;
	padding: 5px 10px;
}

h3.highlight a, h3.highlight a:visited {
	color: #000 !important;
	display: block;
}

h3.highlight a:hover, h3.highlight a:visited:hover {
	background: #fff url(images/icons/arrow-small.png) no-repeat right center;
	color: #0d0a6c;
	text-decoration: none;
}

h3#reply-title, h3#comments {
	border-top: #4e84c4 dashed 1px;
	font-size: 17px;
	line-height: 19px;
	padding-top: 10px;
}

.blog h3 {
	color: #0d0a6c;
  font-family: 'ProximaNovaBold';
	font-size: 20px;
	font-weight: normal;
	line-height: 23px;
	margin: 0 0 7px 0;
	padding: 0;
	text-transform: uppercase;
}

h4 {
	color: #333;
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 5px 0;
	padding: 0;
}

header {
	display: block;
	height: 163px;
	margin: 0 auto;
	padding: 0;
	width: 920px;
}

/*.page-template-template-landing-page-php header {
	height: auto;
}

.home header {
	height: 459px;
}
*/
#headercontainer {
	border-bottom: #C0BEB4 solid 1px;
	margin: 0;
	padding: 0;
	width: 100%;
}

/*.home #headercontainer {
	background: url(images/header/bg.jpg) repeat-x; 
}
*/
/*.page-template-template-landing-page-php #headercontainer {
	background: #1F0447;
	border-bottom: 0;
}
*/
header #icons {
	float: right;
	height: 30px;
	margin: 10px 0 0 0;
	width: auto;
}

header #icons p {
	color: #fff;
	float: right;
	font-size: 15px;
	height: 30px;
	line-height: 15px;
	margin: 0 0 0 20px;
	padding: 0 0 0 30px;
	text-transform: uppercase;
}

 
header #icons strong {
  font-family: 'ProximaNovaBold';
	font-size: 20px;
	font-weight: normal;
}

header #icons a {
	color: #fff; line-height: 30px;
}

header #icons .phone {
	/*background: url(images/header/phone.png) no-repeat 0 3px;*/
	font-weight: bold; font-size: 19px; line-height: 38px;
		/*text-shadow: 2px 2px 10px #FFF;*/
		font-family: sans-serif;
background-color:rgba(0,0,0,0.1);		

		

}

header .search a {
/*	background: url(images/icons/search.png) no-repeat 0 3px;*/
	display: block;
	padding: 0px 0 0px 30px;
}

header #topnav {
	float: right;
	height: 22px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 920px;
}

.hr {
	background: #ccc;
	border: none;
	clear: both;
	height: 1px;
	margin: 15px 0;
	padding: 0;
}

html {
	background: url(images/footer/bg-Pattern.jpg);
}

img {
	border: none;
	display: block;
}

.linkhighlight, .linkhighlight:visited {
	background: #6A6661;
	display: block;
	font-family: 'ProximaNovaSemibold';
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(http://www.powdertechnologyinc.com/wp-content/themes/pti/scripts/PIE.htc);
	padding: 6px 10px;
}

/*.linkhighlight.toll {
	width:165px;
}

.linkhighlight.iso {
	width:282px;
}

.linkhighlight.psa {
	width:287px;
}*/

#main {
	float: left;
	margin: 0;
	padding: 0;
	width: 675px;
}

#main.fullwidth {
	float: none;
	width: 920px;
}

#main .module .linkhighlight {
	background: #C0BEB4;
	color: #fff;
	float:left;
	font-size: 11 px;
	margin-right:5px;
	text-transform: uppercase;
}

#main table {
	margin: 25px 0; 
}

#meshconversion {
	border: 2px solid #000;
	border-collapse: collapse;
	font-size: 14px;
	text-align: center;
	width: 950px;
}

#meshconversion td, #meshconversion th {
	padding: 5px 15px;
}

#meshconversion th {
  font-family: 'ProximaNovaSemibold';
}

#meshconversion .blue {
	background: #99CCFF;
}

#meshconversion .border {
	border-right: 2px solid #000;
}

#meshconversion .borderbottom {
	border-bottom: 2px solid #000;
}

#meshconversion .green {
	background: #CCFFCC;
}

#meshconversion .lblue {
	background: #CCFFFF;
}

#meshconversion .yellow {
	background: #FFFF99;
}

.module {
	float: left;
	margin: 0 20px 30px 0;
	width: 315px;
}

.module.half {
	margin: 0 0 20px 50px;
	width: 435px;
}

.module.half.first {
	margin: 380px 0 30px 0;
}

.module table {
	margin: 10px 0 !important;
	text-align: left;
	width: 70%;
}

.module table td {
	padding:0 0 5px 0;
	vertical-align: text-top;
}

nav {
	clear: both;
	display: block;
	height: 50px;
	margin: 0;
	padding: 0;
	color: #FFF;
	background-color: #cc9966;
}

.no-border {
	border:0 !important;
	margin: 3px 15px 10px 0;
}

object, embed {
	margin: 0;
	outline: none;
	padding: 0;
	z-index: -1;
}

ol {
	margin: 0 0 10px 20px;
	padding: 0;
}

ol li {
	margin: 0 !important;
}

ol.spaced li {
	margin-top: 20px !important;
}

p, ul li, ol li, .edit-link, td {
	color: #333;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 0;
}
/*
.page-template-template-landing-page-php p, .page-template-template-landing-page-php ul li, .page-template-template-landing-page-php ol li, .page-template-template-landing-page-php td {
	color: #fff;
}
*/
.placeholder {
	background: #fff;
	float: left;
	height: 125px;
	margin: 3px 15px 10px 0;
	width: 125px;
}

.postmeta {
	font-style: italic;
	margin-top: -8px;
}

.products a, .products a:visited{
	color: #363634;
}

.readmore a, .readmore a:visited {
	color: #000;
  font-family: 'ProximaNovaBold';
}

table {
	border-collapse: collapse;
	font-size: 15px;
	line-height: 23px;
	text-align: center;
	width: 100%;
}

table .colheads th {
	background: #d7d5c9 !important;
	color: #95938C !important;
  font-family: 'ProximaNovaRegular' !important;
	font-style: italic !important;
}

table p {
	text-align: left;
}

table td {
	background-color: transparent;
	line-height: 16px;
	padding: 10px 15px;
}

table th {
	background: #c0beb4;
  font-family: 'ProximaNovaBold';
	font-weight: normal;
	line-height: 16px;
	padding: 10px 25px;
}

table tr.dark, table tr.dark td {
	background: #d7d5c9;
}

table small {
	font-size: 12px;
	font-style: italic;
}

table .subtitle th {
	color: #363634 !important;
	font-style: normal !important;
	font-weight: normal !important;
}

table ul, table ol {
	padding: 0;
	text-align: left;
}

#trust {
/*	background: url(images/footer/trust.png) no-repeat 40px 10px !important;*/
	float: left;
	height:72px !important;
	/*margin: -6px 0 0 -25px !important;
	*margin-left: -60px !important;*/
	overflow:hidden;
	padding: 0 0 0 0 !important;
	/*width:125px;*/
	margin-top: -4px;
}

#trust div {
	margin: 0 !important;
	padding: 2px !important;

}

#trust div div div div a {
	display:none !important;
}

ul {
	font-size: 13px;
	line-height: 20px;
	list-style: none;
	margin: 0;
	padding-left: 25px;
}

ul li {	
	margin-bottom: 15px;
}

.page-template-template-landing-page-php .module.half.first ul li {
	background: url(images/icons/arrow-right-white.png) no-repeat;
	line-height: 18px;
	padding: 0 25px;
}

ul.productlist {
	margin: 0;
}

ul.productlist li {
	margin: 0 0 10px 0;
}

ul.productlist li ul {
	margin-left: 20px;
}

ul.productlisttitle {
	font-weight: bold;
	margin: 0;
}

.verified {
	margin: -5px 0 0 0 !important;
	padding: 0;
}


/* ----------- Special Formatting ---------------- */

ol.commentlist {
	margin: 10px 0 0 25px;
}

ol.commentlist li {
	border-top: #4e84c4 dashed 1px;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}

ol.commentlist ul { /*--- Comment Children --- */
	margin: 10px 0 0 50px;
	padding: 0;
}

ol.commentlist ul li {
	list-style: none;
}

ol.commentlist ul ul { /*--- Comment Children Children --- */
	margin-left: 10px;
}

ol.commentlist ul li {
	border: none;
	border-top: #ccc dashed 1px;
}

.comment-author.vcard img { /*--- Comment Image Thumbnail (Avatar) --- */
	float: left;
	margin: 0 8px 8px 0;
}

.comment-author.vcard .fn { /*--- Comment "'username' says" text --- */
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	margin: 0;
	padding: 0;
}

.comment-meta.commentmetadata { /*--- Comment Date Info --- */
	font-size: 11px;
	line-height: 13px;
	margin: 0 0 12px 0;
}

.comment-body, .reply {
	margin: 0 0 0 50px;
	padding: 0;
}

.comment-body p, .reply a {
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 6px 0;
}

.form-allowed-tags, .comment-form-comment label {
	display: none;
}

/*-----------------------404/search form---------------*/

#s {
	margin-bottom: 20px;
	margin-right: 10px;
	width: 510px !important;
}

#searchform label {
	display: block;
  font-family: 'ProximaNovaSemibold';
	font-size: 20px;
}

#searchsubmit {
	background: #C0BEB5;
	-webkit-box-shadow: #666 1px 1px 2px;
	-moz-box-shadow: #666 1px 1px 2px;
	box-shadow: #666 1px 1px 2px;
	behavior: url(http://www.powdertechnologyinc.com/wp-content/themes/pti/scripts/PIE.htc);
	padding: 0 20px !important;
	text-transform: uppercase;
	width: auto !important;
}


#carousel > div > div.jcarousel-skin-tango > div > div.jcarousel-clip.jcarousel-clip-horizontal > ul > li.jcarousel-item.jcarousel-item-horizontal.jcarousel-item-2.jcarousel-item-2-horizontal > h3 {width: 180px}



#field_6_5  .ginput_container {margin-left: -22px}
#input_6_5 {font-size: 12px !important; width: 100% !important; height: 25px; padding: 0 !important}
