@charset "utf-8";
/*
====================================================================================
MAIN SITE STYLE SHEET (GLOBAL)

AUTHOR: Advertising Solutions, Inc. | http://advertisingsolutions.net
WEBSITE: [asi client website]
PURPOSE: Defines the layout properties for the website.
COPYRIGHT: (c) Advertising Solutions, Inc. All Rights Reserved.
LEGAL DISCLAIMER: No portion of this file may be duplicated or used for any purpose
                  whether commerical, non-commercial or personal. Duplication,
				  modification or use on a non-ASI server is stricky forbidden.
				  This file and code is not for license or sale.
===================================================================================
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.container {
	width: 100%;
}
.navbar {
	background-color: #5F8B3E;
	height: 40px;
	margin: 0px;
	padding: 0px;
	color: #BFD0B3;
	font-size: 16px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.header {
	background-image: url(../images/header_back.jpg);
	background-color: #273653;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.header ul {
	list-style-type: none;
	color: #D6E4EB;
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
}
.header li {
	display: inline;
	padding-right: 3px;
	padding-left: 3px;
	margin: 0px;
}
.header a:link, .header a:visited {
	font-size: 12px;
	color: #ECFFFF;
	text-decoration: none;
	font-weight: bold;
}
.header a:hover, .header a:active {
	color: #FFFFCC;
}
.header .phone {
	font-size: 30px;
	color: #DFE6EA;
	text-align: right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.header .call {
	font-size: 12px;
	font-weight: bold;
	color: #DFE6EA;
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}





.navbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navbar li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.navbar a:link, .navbar a:visited {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.navbar a:hover, .navbar a:active {
	color: #FFFF99;
}

.footer {
	background-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.footer .legal {
	font-size: 11px;
	color: #CCCCCC;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.footer .legal a {
	color: #CCCCCC;
}

.footer .links {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 10px;
}
.footer .links ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.footer .links li {
	margin-right: 5px;
	margin-left: 5px;
	display: inline;
}
.footer .links a:link, .footer .links a:visited {
	color: #FFFFFF;
}
.content {
	width: 100%
}
.content td {
	vertical-align: top;
}
.content .catlist {
	background-color: #273653;
	width: 190px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding: 5px;
	color: #FFFFFF;
}
.content .catlist ul {
	padding: 0px;
	margin: 0px;
}
.content  .catlist  ul li{
	font-size: 12px;
	font-weight: bold;
	background-color: #273653;
	background-image: url(../images/prod_side_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFCC;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	list-style-image: none;
	list-style-type: none;
	line-height: 15px;
}
.content  .catlist  ul ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.content  .catlist  ul ul  li {
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	background-image: none;
	font-size: 11px;
	line-height: 15px;
}
.content  .catlist  ul ul li a {
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px;
	margin-right: 0px;
	margin-left: -10px;
}

.content .catlist ul a:link, .content .catlist ul a:visited {
	color: #E4E6ED;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6A86B9;
	text-decoration: none;
}
.content .catlist ul a:hover, .content .catlist ul a:active {
	color: #000000;
	background-color: #FFCC00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


.content .page {
	background-color: #FFFFFF;
	padding: 10px;
	color: #000000;
}
.boldblue {
	font-size: 16px;
	font-weight: bold;
	color: #0000CC;
}
.boldred {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.boldblack {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.content .page h1 {
	font-size: 24px;
	color:#CC0000;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: right;
}
.content .page h2 {
}
.content .page h3 {
	color: #CC0000;
	font-size: 18px;
}
.content .page h4 {
	font-size: 16px;
}
.content .page h5 {
	font-size: 12px;
}
.content .page h6 {
	font-size: 11px;
}
.content .page p {
	font-size: 12px;
}
.content .page ul {
}
.content .page li {
}
.content  .page dt {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.content  .page  dt  a:link, .content  .page  dt  a:visited {
	color: #003399;
}
.content .page dt a:hover, .content .page dt a:active {
	color: #990000;
}


.content .page dd {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 30px;
	font-size: 12px;
	color: #666666;
}






.side_search {
	margin-bottom: 40px;
}
.side_search .search_input {
	font-size: 12px;
	border: 1px solid #000000;
	height: 20px;
	background-color: #F9F9F2;
	padding: 0;
	margin: 0;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.side_search  h3, .side_productlist h3 {
	font-size: 15px;
	font-weight: bold;
	color: #990000;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
}
.side_productlist ul {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	font-size: 11px;
}

.side_productlist li {
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
}
.side_productlist li li {
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-weight: normal;
}

.side_productlist a:link, .side_productlist a:visited {
	color: #624200;
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C2B78F;
}
.side_productlist a:hover, .side_productlist a:active {
	color: #CC0000;
	background-color: #FBFAF4;
}
.content .page ul {
	font-size: 12px;
}
.content .page li {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.datasheet{
	background-color: #FFFCF0;
	margin: 15px;
	padding: 10px;
	border: 1px solid #996600;
	font-weight: bold;
	width: 500px;
}.prodlisttable {
}
.prodlisttable td {
	text-align: center;
	margin: 20px;
	padding: 10px;
	border: 1px dotted #CCCCCC;
	width: 33%;
}
.prodlisttable ul {
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.prodlisttable a {
	font-size: 11px;
}
.social {
	padding-top: 20px;
	text-align: center;
}
.social a {
	display: inline;
	width: 60px;
}

/*
====================================================================================
WP ASI CUSTOM MOD HACK CSS

The following code effects the way that WP is displayed. It is used to
create a custom template for the website.

(C) Advertising Solutions, Inc. All rights reserved.
This code is property of Advertising Solutions, Inc. Duplication or use
in commercial, non-commercial or private works is strickly prohibited.
====================================================================================
*/

/* WP Content Wrapper (Posts + Sidebar) */
.wpcontent {
	font-family: Arial, Helvetica, sans-serif;
}
.wpcontent td {
	vertical-align: top;
}

/* WP Body Wrapper (Posts Only) */
.wpcontent-body {
}

/* WP 404 Error Wrapper */
.wpcontent-notfound {
}

/* WP Post Wrapper (Individual Posts) */
.wpcontent-post {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 10px;
}

/* WP Single Post Name / Date / Comment Header
	(This section should emulate the H1 tag format of the main site
	 color will need to be applied with the A:LINK tag. The H2 should
	 emulate the H2 tag under wpcontent-postheader.)
*/
.wpcontent-postheadersingle h2 {
	font-size: 26px;
	font-weight: bold;
	text-align: right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-style: italic;
}
.wpcontent-postheadersingle h2 a {
	text-decoration:none;
}
.wpcontent-postheadersingle h2 a:link {
	color: #003366;
}
.wpcontent-postheadersingle h2 a:visited {
	color: #003366;
}
.wpcontent-postheadersingle h2 a:hover {
	color: #003366;
}
.wpcontent-postheadersingle h2 a:active {
	color: #003366;
}
/*---------------------------------------------*/


/* WP Post Header (Title / Date / Comments )
   (This is used on all other archive and main news pages)
 */
.wpcontent-postheader {
}
.wpcontent-postheader h2 {
	text-align: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 14px;
}
.wpcontent-postheader h2 a {
	text-decoration: none;
	font-style: italic;
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}
.wpcontent-postheader h2 a:link {
	color:#0099CC;
}
.wpcontent-postheader h2 a:visited {
	color:#0099CC;
}
.wpcontent-postheader h2 a:hover {
	color:#CC0000;
}
.wpcontent-postheader h2 a:active {
	color:#CC0000;
}
/* We define both single and archive here because they are the same*/
.wpcontent-postheader h4, .wpcontent-postheadersingle h4 {
	font-size: 11px;
	font-weight: bold;
}
.wpcontent-postheader h4 a, .wpcontent-postheadersingle h4 a{
	text-decoration:none;
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	font-weight: normal;

}
.wpcontent-postheader h4 a:link, .wpcontent-postheadersingle h4 a:link {
	color:#666666;
}
.wpcontent-postheader h4 a:visited, .wpcontent-postheadersingle h4 a:visited {
	color:#666666;
}
.wpcontent-postheader h4 a:hover, .wpcontent-postheadersingle h4 a:hover {
	color:#009900;
}
.wpcontent-postheader h4 a:active, .wpcontent-postheadersingle h4 a:active {
	color:#009900;
}

/* -------------------------------------------------------------------------------*/

/* WP Post Format */
.wpcontent-post {
	font-size: 12px;
}
.wpcontent-post p {
	font-size: 12px;
}
/* Place the Add Me To Icon */
.wpcontent-post  .socialbookmark {
	text-align: right;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 10px;
}

/* WP Comment Wrapper Format */
.wpcontent-comments {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.wpcontent-comments h3 {
	font-size: 14px;
}

/* WP Single Comment Wrapper */
.wpcontent-comment {
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

/* WP Comment Name/Date/Avatar Wrapper */
.wpcontent-commentdetails {
	margin-top: 0px;
	margin-bottom: 0px;
}
/* WP Comment Avatar Placement */
.wpcontent-commentavatar {
	float: left;
}
/* WP Comment Name / Date Wrapper */
.wpcontent-commentheader {
	margin-left: 50px;
}
/* WP Comment Name */
.wpcontent-commentname {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
/* WP Comment Date */
.wpcontent-commentdate {
	font-size: 11px;
	font-weight: bold;
	margin-left: 20px;
}
/* WP Comment Text */
.wpcontent-commenttext {
	margin-left: 50px;
	margin-right: 50px;
}
.wpcontent-commenttext p {
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
/* WP Comment Form Wrapper Box */
.wpcontent-commentform {
	background-color: #FBFBFB;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 5px;
	border: 1px dotted #999999;
}
/* WP Comment Form Input Styles */
.wpcontent-commentform textarea, .wpcontent-commentform input {
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
.wpcontent-commentform  label {
	font-size: 12px;
	font-weight: bold;
}
/* WP Comment Form Submit Button */
.wpcontent-commentform   #submitbutton {
	background-color: #999999;
	color: #FFFFFF;
}

/* WP Sidebar Format */
.wpcontent-subnav {
	background-image: url(../images/home_right_back.jpg);
	background-color: #3D415F;
	width: 210px;
	color: #FFFFFF;
	font-size: 11px;
}
.wpcontent-subnav a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.wpcontent-subnav a:link, .wpcontent-subnav a:visited {
	color: #FFFFCC;
}
.wpcontent-subnav a:hover, .wpcontent-subnav a:active {
	color: #FFCC00;
}
/* WP Widget Wrapper */
.wpcontent-subnav .box-right {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/socialbacker.jpg);
	background-repeat: repeat-x;

}

/* WP Search Sider Form */
.wpcontent-sidesearchform {
}
.wpcontent-sidesearchform input {
	font-size: 11px;
	color: #000000;
	background-color: #F3F3F3;
}
.wpcontent-sidesearchform  #search-submit {
	background-color: #006699;
	color: #FFFFFF;
}

/* WP Widget Detail Wrapper */
.wpcontent-subnav #sidebar {
	margin: 0px;
	padding: 0px;
}
/* WP Widget Placement (left / right - also formats meta links) */
.wpcontent-subnav  #sidebar ul {
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
}
/* WP Calendar Widget */
.wpcontent-subnav #wp-calendar {
	width: 100%;
	color:#FFFFFF;
	font-size:11px;
}
/* WP Widget Title */
.wpcontent-subnav h3 {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4A6677;
}
/* POWERED BY FOOTER */
.wpcontent-poweredby{
	font-size:10px;
	font-weight: normal;
	font-style:normal;
	color:#D3D3D3;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
.wpcontent-poweredby a {
	color:#D3D3D3;
	border-bottom-color:#D3D3D3;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-decoration: none;
}
.wpcontent-poweredby a:link, .wpcontent-poweredby a:visited, .wpcontent-poweredby a:hover, .wpcontent-poweredby a:active {
	color:#D3D3D3;
}

/* WP Pagination Buttons */
.wpcontent-pagination {
	text-align: center;
}
.wpcontent-pagination a{
	padding: 3px;
	border-color:#009900;
	border-width: 1px;
	border-style: solid;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.wpcontent-pagination a:link, .wpcontent-pagination a:visited {
	background-color:#F8F8F8;
	color:#009900;
}
.wpcontent-pagination a:hover, .wpcontent-pagination a:active {
	background-color:#009900;
	color:#F8F8F8;
}
.more-link {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color:#0066CC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.more-link:link, .more-link:visited {
	color:#0066CC;
}
.more-link:hover, .more-link:active {
	color:#FF6600;
}
.newsletterwrapper {
	margin: 10px;
	padding: 10px;
}
.newsletterwrapper  h3 {
	color: #993300;
}
.newsletterwrapper h2 {
	font-size: 20px;
	font-weight: bold;
	color: #009900;
}
.newsletter h6 {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	margin: 10px;
}


/*
====================================================================================
END WP ASI CUSTOM MOD HACK
====================================================================================
*/
