/*
	Theme Name: ItemUS
	Description: ItemUS is a Genesis child theme
	Author: DatAchieve Digital
	Author URI: http://www.datachieve.com
	Version: 1.0
	Template: genesis
*/

/* Table of Contents

* Defaults
* Hyperlinks
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Unordered / Ordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Tag Cloud
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer
* Comments
* Gravity Forms

*/

/* Reset
------------------------------------------------------------ */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
p {margin-bottom:15px !important;}
ol, ul {
	list-style: none;
}
blockquote {
	/*display: none;*/
}
blockquote, q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
::selection {
    background: #f8f1f8; /* Safari */
}
        
::-moz-selection {
    background: #f8f1f8; /* Firefox */
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f7f7f7;
	border: 1px solid #e6e6e6;

	color: #666;
}

ol,
ol li,
ul,
ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

body {
    background: url("images/bg.gif") repeat scroll 0 0 #F5F5F5;
    color: #666;
    font: 12px Helvetica,Arial,sans-serif;
    margin: 0;
    min-width: 920px;
}
/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #25a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	overflow: hidden;
	position: relative;
	width: 100%;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #ED1B28;
}


/* Header
------------------------------------------------------------ */

#header {
	margin: 0 auto;
	overflow: hidden;
	padding: 0px 1px 0px 24px;
	width: 960px;
/*	background-image: url(images/header-profile.jpg); */
	background-repeat: no-repeat;
	background-position: center bottom;
}

#title-area {
	display: block;
	float: left;
	width: 190px;
	height: 98px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
	
#title {
	font-size: 24px;
	line-height: 30px;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#title-area p {
	margin-bottom:0px !important;
}

#description {
	font-size: 12px;
	font-style: italic;
}

#header .widget-area {

}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area {
	background: url( "images/logo3.png" ) no-repeat top left;
}
#header #title-area {
	background-image: url(images/item-logo-north-america.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 98px;
	width: 198px;
}

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 98px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 245px;
}

.header-image #description {
	display: none;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 920px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover { 
	position: static;
}

/* Header Right Contact Box & Search
------------------------------------------------------------ */

.info-holder{
	width:175px;
	float:right;
	margin:-19px 0 0;
}
.contacts{
	color:#fff;
	font:bold 10px/12px Helvetica, Arial, sans-serif;
	width:147px;
	padding:23px 18px 5px 10px;
	margin:0 0 17px;
}
.contacts ul {
	margin:0px;
	padding:0px;
}
.contacts li{
	vertical-align:top;
	padding:0px;
	list-style-type: none;
}
.contacts p {
	font-size:11px;
	line-height:12px;
	margin-bottom:5px !important;
}
.contacts a{
	color:#fff;
}
.search-form{
	background:#fff;
	width:175px;
	overflow:hidden;
}
.search-form .text{
	float:left;
	background:none;
	border:none;
	color:#989898;
	font-size:10px;
	padding:7px 9px 0px;
	width:134px;
	margin:0;
	text-transform:uppercase;
}
.search-form .btn-search{
	background:url(images/btn-search.gif) no-repeat;
	width:17px;
	height:16px;
	margin:5px 0 5px;
	float:left;
	border:none;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	cursor:pointer;
}

/* Primary Navigation
------------------------------------------------------------ 

#nav {
	float: left;
	margin: 0 -3px 0 0;
	padding: 3px 0 0;
	width: 530px;
	display: none;
}

#nav ul li {
    float: left;
    margin: 0 37px 0 0;
    list-style: none;
}
#nav ul li a {
    color: #7F7F7F;
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 7px 0;
    text-transform: uppercase;
}
#nav ul ul li a {
    font-weight: normal;
    text-transform: none;
}
#nav ul ul {
    font-size: 11px;
    line-height: 12px;
    margin: 0;
}
#nav ul ul li {
    clear: both;
    float: none;
    margin: 0;
    padding: 0 0 8px;
}
#nav ul ul a {
    color: #999;
}

.sf-sub-indicator {
	display:none;	
}
*/
/* Secondary Navigation
------------------------------------------------------------ 

#menu-secondary-menu {

}

#subnav {
	background:#f0f0f0;
	clear: both;
	color: #7F7F7F;
	margin: 0 auto;
	overflow: visible;
	padding: 0 0 0 24px;
	width: 100%;
	position:relative;
	z-index: 10000!important;
}

#subnav ul {
	margin:0 auto;
	width: 960px;
	z-index: 10000!important;
}

#subnav li {
	float: left;
	list-style-type: none;
	background:#f0f0f0;
}

#subnav li a {
	color: #999;
	display: block;
	padding: 5px 15px 5px;
	position: relative;
	text-decoration: none;
	font-size: 14px;
  
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	color: #7C7C7C;
}

#subnav li a.sf-with-ul {
	padding-right: 15px;
}	

#subnav li a .sf-sub-indicator {
	display:inline;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	border-top-width: 0;
	color: #7f7f7f;
	font-size: 11px;
	padding: 10px 10px;
	position: relative;
	width: 158px;
	text-transform: none;
}

 #subnav li li {
 	border-bottom:dotted 1px #ccc;
 }
 
 #subnav li li:last-child {
 	border-bottom:none;
 }
	
 #subnav li li a {
 	background:#eee;
 	color:#7F7F7F;
 }
 #subnav li li a:hover {
 	background: #fff;
 	color:#7f7f7f;
 }

#subnav li li a:hover,
#subnav li li a:active,
#subnav .current_page_item li a,
#subnav .current-cat li a,
#subnav .current-menu-item li a {
	background-color: #7f7f7f;
	color: #fff;
}

#subnav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#subnav li ul a { 
	width: 160px;
}

#subnav li ul ul {
	margin: -33px 0 0 178px;
}

#subnav li:hover ul,
#subnav li.sfHover ul {
	left: auto;
}

#menu-header .sub-menu {
	visibility: visible !important;
	display:block !important;
}
*/

/* Inner
------------------------------------------------------------ */

#inner {
    width: 960px;
    margin: 0 auto;
}
body.page #inner {
    width: 948px;
    margin: 0 auto;
}
#innerwrap {
	overflow: hidden;
	background:#FFFFFF;
    padding: 50px 0 44px;
    width: 100%;
	position:relative;
	z-index: 10!important;
}

/* Main title
------------------------------------------------------------ */

.main-title{
	width:931px;
	margin:0 20px 50px 14px;
	overflow:hidden;
	padding:5px 0 0px 0px;
	border-top: dotted 1px #DDD;
	border-bottom: dotted 1px #DDD;
}
.main-title .title{
	width:565px;
	float:left;
}
.main-title h1{
	font-size:20px;
	line-height:20px;
	margin:0 0 5px 0;
}
.main-title .sub-title{
	font-size:18px;
	line-height:20px;
	text-transform:uppercase;
	margin:0 0 2px;
	color:#959595;
	font-weight: normal;
}
.main-title .info{
	float:right;
	font-size:10px;
	font-weight:bold;
	padding-top:3px;
}
.lof-navigator-outer {
	overflow:visible!important;
}
ul.lof-navigator {
	top:-298px!important;
}
.lof-slidecontent .preload{	z-index:2!important; }
dynamic_sidebar
.ad-holder2{

	padding:0 0 50px;
	background-color: #999;
}
.ad-holder2 .ad{
	width:680px;
	float:left;
}
.ad .leftbar{
	overflow:hidden;
	margin:0 0 0 -9999px;
	padding:0px 10px 0 9999px;
	width:655px;
	background-image: url(images/strips2.gif);
	background-repeat: repeat;
}

.ad .leftbar2{
	overflow:hidden;
	margin:10px 0 0 -9999px;
	padding:0px 0 50px 9999px;
	width:680px;
	background-image: url(images/carousel-bg.gif);
	background-repeat: repeat-x;
}
.ad-holder{
	width:100%;
	padding:0 0 20px 15px;
}
.ad-holder:after{
	content:'';
	display:block;
	clear:both;
}
.ad-holder .ad{
	width:680px;
	float:left;
}
.ad ul{
	overflow:hidden;
	margin:0 0 0 -9999px;
	padding:0px 0 0px 9999px;
	width:680px;
	background:url(images/strips2.gif) repeat-x;
}
.ad ul li{
	float:left;
	padding:15px 15px 15px 0;
	height:155px;
}

.adhome ul li {
	width:155px;
}
.ad ul img{
	vertical-align:top;
}
.ad ul li:last-child {
	padding-right:0px;
}
.ad-holder .info{
	width:210px;
	float:right;
	padding:15px;
	font-size:11px;
	line-height:15px;
	
}
.remove ul{
	background:none !important;
}
.ad-holder .info h2 {
	font-size:18px;
	line-height:18px;
	margin:0 0 9px;
	font-family: 'Oswald', Helvetica, serif; 
	font-weight:normal;
}
.ad-holder .info p {
	margin:0 0 14px;
	color:#777;
	font-size:12px; 
}
.ad-holder .info .more {
	background:url(images/arrow.gif) no-repeat 100% 50%;
	padding:0 7px 0 0;
}
/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px ;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 770px;
	
}

.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	float: none;
    margin: 0 auto;
    padding: 0 0 0 15px;
    width: 945px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.full-width-content #content-sidebar-wrap {
	float: none;
    margin: 0 auto;
    padding: 0 0 0 2px;
    width: 920px;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 495px;
	line-height: 18px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 695px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 920px;
}

blockquote, q {
	quotes: none;
}

.main-quote{
	width:586px;
	min-height:57px;
	padding:16px 16px 0 45px;
	margin:0 0 38px 0;
	font-size:18px;
	line-height:21px;
	font-style:italic;
	position:relative;
}
.main-quote .cite {
	text-transform: lowercase;
	margin-bottom:25px;
	background:url(images/comments.gif) no-repeat center center;
	padding:26px 15px 34px 15px;
	font-size:11px;
	font-weight:bold;
	max-width:80px;
	position: absolute;
	left: -54px;
	top: 0px;
}
.main-quote blockquote {
	background:none !important;
	float:none !important;
	width:auto !important;
	font-size:18px !important;
	margin:0 0 38px 0 !important;
	padding:0 !important;
}
.entry-content {
	padding:0 15px 0 15px;
}
.entry-content blockquote {
	float:left;
	width:620px;
	padding:15px;
	margin:0px 0px 15px 0px;
	background:#f7f7f7;
	font-size:15px;
}

.entry-content blockquote p {
	margin:0 !important;
	font-size: 15px;
}

.post {
	position: relative;
	padding-left: 0px;
    width: 100%;
    margin-bottom:25px;
}

.entry-content p {
	margin: 0 0 19px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #e6e6e6;
	clear: both;
	margin: 0 0 15px;
}

.gallery-item {
	width:127px !important;
	margin-right:12px;
	margin-bottom:20px;
}

.gallery-item img {
	width:95px;
	height:auto;
	border:solid 8px #eee !important;
}

/* ItemUS Portfolio Template
------------------------------------------------------------ */

.portfolio-items {
    float: left;
    width:695px !important;
}

.portfolio-items .date {
    color: #FFFFFF;
    height: 40px;
    left: -60px;
    line-height: 16px;
    margin: 0px 0 0 -9999px;
    padding:6px 0 0 9999px;
    position: absolute;
    width: 53px;
}

.portfolio-items .date span {
    font-size: 15px !important;
    font-weight: bold !important;
}

.portfolio-items .date strong {
    font-size: 19px !important;
    margin-top: 0 !important;
}

.portfolio-items li h2 a {
    clear: both;
    display: block;
    font-size: 16px;
    margin-top: 15px;
}

.portfolio-items a, 
.portfolio-items a:visited {
    color: #4F4F4F;
    display: block;
    font-size: 13px;
    font-weight: bold;
}

.portfolio-items p {
    font-size: 13px;
    margin: 10px 0;
}

.portfolio-items h2 a {
	font-size: 18px !important;
	margin-top:15px;
}

.portfolio-items li {
    float: left;
    height: auto !important;
    margin: 0 0 50px;
    position: relative;
    width: 695px;
    padding-top:0px !important;
}

.portfolio-items li:first-child .date {
	margin-top:0px;
}

.portfolio-items .date {
    color: #FFFFFF;
    height: 40px;
    left: -60px;
    line-height: 16px;
    margin: 0px 0 0 -9999px;
    padding:6px 0 0 9999px;
    position: absolute;
    width: 53px;
}

.portfolio-items .date span {
    font-size: 15px !important;
    font-weight: bold !important;
}

.portfolio-items .date strong {
    font-size: 19px !important;
    margin-top: 0 !important;
}

.movie-icon {
	background:url(images/movie.gif) no-repeat;
	height:10px;
	width:10px;
	position:absolute;
	right:22px;
	top:6px;
}

.movie-icon2 {
	background:url(images/movie.gif) no-repeat;
	height:10px;
	width:10px;
	position:absolute;
	right:7px;
	top:20px;
}

.post-nav {
	 background:url(images/divider3.gif) repeat-x top;
	 padding-top:25px;
	 float:left;
	 width:100%;
}

.post-nav-left {
	float:left;
}

.post-nav-right {
	float:right;
}

/* ItemUS Portfolio Full-Width Template
------------------------------------------------------------ */

.portfolio-items-full {
    float: left;
    width:100% !important;
}

.portfolio-items-full li h2 a {
    clear: both;
    display: block;
    font-size: 14px;
    margin-top: 15px;
}

.portfolio-items-full .readmore {
	margin-top:10px;
	color:#4F4F4F;
}

.portfolio-items-full a, 
.portfolio-items-full a:visited {
    color: #4F4F4F;
    display: block;
    font-size: 13px;
    font-weight: bold;
}

.portfolio-items-full p {
    font-size: 13px;
    margin: 10px 0;
}

.portfolio-items-full h2 a {
	font-size: 14px !important;
	margin-top:15px;
}

.portfolio-items-full li {
    float: left;
    height: auto !important;
 /*   margin: 0 52px 50px 0px; */
    position: relative;
    width: 275px;
    padding-top:0px !important;
}

.portfolio-items-full li:first-child .date {
	margin-top:0px;
}

.portfolio-full-margin {
	margin-right:0px !important;
	padding-right:0px !important;
}

/* ItemUS Home Columns
------------------------------------------------------------ */
.column, .columns .widget {
    float: left;
    line-height: 18px;
    padding: 15px 12px 15px 12px;
    width: 215px;
    border-right:dotted 1px #ddd;
}
div.last {
	border:none;
}
.columns .widget:hover {
	background:#fff;
}

.column .widget:last-child {
	padding-right:0px;
	border-right:none !important
}

.removemargin {
	border-right:none !important;
	padding-right:13px !important;
}

.columns {
    margin: 10px 0px 20px 0;
    overflow: hidden;
    width: 960px;
    float:left;
/*  background:#f4f4f4 url(images/bg.gif); */
/*  border-top: solid 5px #DDD;  */
}

.columns .widget h2 {
    font-size: 14px !important;
    line-height: 18px;
    margin: 0 0 5px;
}

.columns img {
	float:right;
	
}

.columns p {
	font-size:11px;
}

.column h4 a {
    color: #656565;
}

.columns .widget a {
	font-size:11px !important;
}

.column p {
    margin: 0 0 10px;
}

.column .date {
    color: #A7A7A7;
    font: italic 11px/18px Georgia,'Times New Roman',Times,serif !important;
}

/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px ;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {

}

h1,
h2,
h2 a,
h2 a:visited,
h3 {
	color: #4F4F4F;
	font-size: 20px;
	line-height: 24px;
}

.page h1 {
	margin: 0 0 5px;
}

h2 a:hover {
	text-decoration: none;
}

h2.entry-title,
h2.entry-title a {
    font-size: 20px;
    line-height: 24px;
	float:left;
	width:500px;
	display: block;
}

h2.entry-title a {
}

.widget-area h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	margin-bottom:10px;
	color: #ED1B28;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

.entry-content h1 {
	font-size:34px;
	margin:0 0 14px;
}
.entry-content h2 {
	font-size:20px;
	line-height:20px;
	margin:0 0 10px;
}
.entry-content h3,
.entry-content h3 {
	font-size:18px;
	line-height:18px;
	margin:0 0 10px;
}
.entry-content h4 {
	font-size:16px;
	line-height:20px;
	margin:0 0 10px;
}
.entry-content h5 {
	font-size:14px;
	line-height:18px;
	margin:0 0 10px;
}

/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0 0 19px 15px;
}

.entry-content ul li {
	list-style-type: none;
	margin-bottom: 5px;
	list-style-image: url(images/bullet-red-disk.gif);
}
.entry-content ol li {
	list-style-type: decimal;
    margin-bottom: 5px;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 11px;
	margin: 5px 0;
	text-transform: uppercase;
}

.gallery-caption {}

.bypostauthor {}

/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #e6e6e6;
	clear: both;
	font-size: 11px;
	padding: 5px 0 0;
	text-transform: uppercase;
}

.comments{
	width:100%;
	margin:40px 0px;
}
.comments-blog {
	margin-bottom:70px;
}
.comments-holder{
	margin:0 0 0 -9999px;
	padding:0 0 0 9999px;
	background:url(images/strips2.gif) repeat-x;
	height:46px;
}
.comments-holder h3 {
	font-size:18px;
	margin-top:12px;
	float:left;
	line-height: 1;
}
.comments ul{
	width:687px;
	color:#a0a0a0;
	line-height:46px;
	overflow:hidden;
	padding:0 0 0 2px;
	font-weight:bold;
}
.comments ul li{
	display:inline;
	padding:0 66px 0 0;
}

.blog-post {
	float:left;
	padding-left: 15px;
	width:100%;
}

.blog-content {
	width:480px;
	float:left;
	margin-bottom:60px;
}

.blog-content h2 {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:dotted 1px #ccc;
}

.blog-content .more-link, .entry-content .more-link {
	background:url(images/strips2.gif);
	width: 100%;
	float: left;
	text-align: right;
	font-weight: bold;
	font-size:11px;
	margin: 15px 0 0 0px;
    padding:5px 10px 5px 10px;
}

.blog-meta {
	width:150px;
	float:left;
	font-size:11px;
/*	background-image: url(images/strips.gif);
	background-repeat: repeat; */
	margin: 0 30px 25px -9999px;
    padding:10px 10px 10px 9999px;
	display:none;
}
.blog-list {
	float:left;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	padding: 10px;
	overflow: hidden;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 10px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 50%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
}


/* Images
------------------------------------------------------------ */

img {
	max-width: 100%
}

img.alignleft,
img.alignright,
.alignleft img,
.alignright img {
	max-width: none;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {	
	background-color: #f7f7f7;
/*	border: 1px solid #e6e6e6;
	padding: 4px; */
}

.author-box .avatar {
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.blogthumb {
	float:left;
	margin-bottom:15px;
	width:150px;
}

.comment-list li .avatar { 
    border: 0 none;
    float: left;
    margin: 0 15px 15px 0;
    padding: 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

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

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

.wp-caption {
	padding: 5px 0 0 1px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 11px;
	line-height: 12px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #e6e6e6;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f7f7f7;
}

.pagination-wrap {
	width:100% !important;
	border-top:dotted 1px #ddd;
	float:left;
}
.pagination {
	float:right;
	clear:both;
	padding:10px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
}

.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 5px 5px 5px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#555;
	background: #ddd;
}

.pagination a {
	color:#555 !important;
}

.pagination a:hover{
	color:#555;
	background: #eee;
}

.pagination .current{
	padding:6px 9px 5px 9px;
	background: #555;
	color:#fff;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

#sidebar {
    background: url("images/bg.gif") repeat scroll 0 0 #F5F5F5;
    float: right;
    font-size: 11px;
    line-height: 18px;
    margin: 0px 0 0;
    padding: 10px 15px 15px 15px;
    width: 220px;
    border-top: solid 5px #ddd;
}
#sidebar1 {
    background: url("images/bg.gif") repeat scroll 0 0 #F5F5F5;
    float: right;
    font-size: 11px;
    line-height: 18px;
    margin: 0px 0 0;
    padding: 10px 15px 15px 15px;
    width: 210px;
	height: 185px;
    border-top: solid 5px #ddd;
}
#sidebar1 .widget h2 {
	display: none;
}

#sidebar2 {
    background: url("images/bg.gif") repeat scroll 0 0 #F5F5F5;
    float: right;
    font-size: 11px;
    line-height: 18px;
    margin: 18px 0 0;
    padding: 10px 15px 15px 15px;
    width: 210px;
	min-height: 25px;
    border-top: solid 5px #ddd;
}
#sidebar2 .widget ul {
	padding-left: 0;
}
/*#sidebar2 .widget h2 {
	display: none;
}
*/#sidebar-alt {
	display: inline;
	float: left;
	width: 150px;
}
#sidebar p {
    font-size: 11px;
    line-height: 18px;
}
#sidebar-alt p {
	font-size:11px;
	margin-top:15px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}
div.sidebar-bullets ul li{
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 20px;
}
.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

#sidebar h2 {
    margin: 0 0 0px !important;
    line-height:13px !important;
}

#sidebar h2 a {
	font-size: 13px !important;
	line-height:16px;
	color:#666;
}

#sidebar h2 a:hover {
}
div.constant-contact{
	list-style-position: outside;
	list-style-type: disc;
	width: 225px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-left: -16px;
	background-image: url(images/with-bullets-top.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 15px;
	padding-top: 15px;
}
.kws_input_container {
	padding-bottom: 10px!important;
}
.with-bullets ul li{
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 34px;
	padding-right: 20px;
	
	
}
div.with-bullets{
	list-style-position: outside;
	list-style-type: disc;
	width: 251px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-left: -16px;
	background-image: url(images/with-bullets-top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
div.with-bullets .widgettitle{
	width: 220px;
	padding: 15px 0 0 0;
	color: #666666;
	font-size: 14px;
	margin: 0 20px 10px 20px;
	border-bottom-width: 1px!important;
	border-bottom-style: dotted!important;
	border-bottom-color: #CCCCCC!important;
}
div.with-bullets div.widget-wrap h4.widgettitle  {
    border-bottom: none;

}
.bullets ul{
	padding-top: 15px;
	
}
.bullets ul li{
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px!important;
	padding-right: 20px;
	
}
div.with-top{
	list-style-position: outside;
	list-style-type: disc;
	width: 241px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-left: -16px;
	background-image: url(images/with-bullets-top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
div.with-top .widgettitle{
	width: 210px;
	padding: 15px 0 0 0;
	color: #666666;
	font-size: 14px;
	margin: 0 20px 10px 20px;
	border-bottom-width: 1px!important;
	border-bottom-style: dotted!important;
	border-bottom-color: #CCCCCC!important;
}
div.with-top div.widget-wrap h4.widgettitle  {
    border-bottom: none;

}
div.with-top div.widget-wrap div.textwidget  {
    padding-left: 20px;

}
div.without-top{
	list-style-position: outside;
	list-style-type: disc;
	width: 241px;
	margin-left: -16px;
}
div.without-top .widgettitle{
	width: 210px;
	padding: 15px 0 0 0;
	color: #666666;
	font-size: 14px;
	margin: 0 20px 10px 20px;
	border-bottom-width: 1px!important;
	border-bottom-style: dotted!important;
	border-bottom-color: #CCCCCC!important;
}
div.without-top div.widget-wrap h4.widgettitle  {
    border-bottom: none;

}
div.without-top div.widget-wrap div.textwidget  {
    padding-left: 20px;

}
div.sidebar-form{
	list-style-position: outside;
	list-style-type: disc;
	width: 226px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-left: -16px;
	background-image: url(images/with-bullets-top.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 15px;
}
div.sidebar-form .widgettitle{
	width: 210px;
	padding: 15px 0 0 0!important;
	color: #666666;
	font-size: 14px;
	margin: 0 20px 10px 0;
	border-bottom-width: 1px!important;
	border-bottom-style: dotted!important;
	border-bottom-color: #CCCCCC!important;
}
div.sidebar-form div.widget-wrap h4.widgettitle  {
    border-bottom: none;

}
div.sidebar-form div.widget-wrap div.textwidget  {
    padding-left: 20px;

}


div.sidebar-form .with_frm_style .submit input[type="submit"], .frm_form_submit_style {
    -moz-box-sizing: content-box;
    background: transparent!important;
    border-color: #DDDDDD;
    border-radius: 0!important;
    border-style: solid;
    border-width: 1px!important;
    box-shadow: none!important;
    color: #444444;
    cursor: pointer;
    font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: auto;
    padding: 2px;
    text-align: center;
    text-shadow: none!important;
    width: auto;
}

div.sidebar-form input, select, textarea, .author-box, .sticky, .taxonomy-description, .wp-caption {
    background-color: #F7F7F7;
    border: 1px solid #E6E6E6;
    color: #666666;
}




.ad-holder .info h2 {
    line-height: 18px;
    margin: 0 0 9px;
}

.latest-tweets .last {
	float:left;
	margin-top:10px;
}

#sidebar .latest-tweets li {
	margin-bottom:10px;
	
}

#sidebar .widget-area h4 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#sidebar .widget-wrap {
	margin-bottom:10px;
}

#sidebar-alt .textwidget {
	font-size:11px;
	color:#959595;
}

#sidebar-alt .textwidget p {
	line-height:14px;
}

#sidebar .widgettitle, #sidebar .portfolio-sidebar h4, #sidebar h4{
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:dotted 1px #ccc;
}
#sidebar .widgettitle, #sidebar .portfolio-sidebar h2, #sidebar h2{
	font-size: 14px;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:dotted 1px #ccc;
	color: #666;
}
#sidebar2 .widgettitle, #sidebar2 .portfolio-sidebar h2, #sidebar2 h2{
	font-size: 14px;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:dotted 1px #ccc;
	color: #666;
}
#sidebar .widget .date {
	background:none;
}

#sidebar .widget .date .fn {
	font-weight:normal !important;
}

#sidebar .byline {
	font-size:10px !important;
	text-transform: none !important;
	margin:0px !important;
	color:#aaa;
}

#sidebar .byline a {
	color:#7f7f7f;
}

.featuredpost .post {
	padding:0px !important;
}

.featuredpost h2 {
	margin-bottom: 0px !important;
}

.featuredpost h2 a {
	font-size: 11px !important;
	font-weight: bold;
}

#sidebar .widget .post {
	margin-bottom:5px !important;
}

#sidebar .portfolio-meta {
	float:left;
	width:100%;
	margin-bottom:10px;
	margin-top:-5px;
}

#sidebar .categories {
	font-size:10px;	
}

#sidebar .dateposted {
	font-size:10px;
	color:#999;	
}

#sidebar .alignleft .avatar {
	margin:0px 0px 0px 0px;
	background:#fff;
}

#sidebar .alignright .avatar {
	margin:0px 0px 5px 5px;
}

/* Sidebar Recent Articles
------------------------------------------------------------ */

#sidebar .articles li {
    padding: 0 0 10px;
    vertical-align: top;
}

#sidebar .articles li:last-child {
	padding:0px 0px 0px 0px;
}

#sidebar .articles a {
    font-size: 12px;
    font-weight: bold;
}

#sidebar .articles p {
	margin-bottom:0px !important;
}

#sidebar .articles .readmore {
	font-size:11px;
	font-weight: normal;
}



/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 10px 10px 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 10px 10px 0;
	padding: 3px;
}

#sidebar #cat,
#sidebar .widget_archive select {
	width: 278px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	overflow: hidden;
	margin: 0 0 15px;
	padding: 10px 10px 5px;
}

.more-from-category {
	padding: 0 10px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 10px 0;
}

.user-profile .posts_link {
	padding: 0 0 0 10px;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {

}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
	border: 1px solid #666;
	background-color: #000;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 40px 0 0;
}

#sidebar .searchform {
	padding: 5px 0 0 10px;
}

#nav .searchform {
	float: right;
}

.s {
	font-size: 11px;
	margin: 5px 4px 0 0;
	padding: 4px 0 4px 5px;
	width: 200px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 10px 10px 0;
}

.enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	font-size: 11px;
	margin: 5px 5px 0 0;
	padding: 4px 0 4px 5px;
	width: 230px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f7f7f7;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f7f7f7;
	padding: 2px;
	text-align: center;
}


/* Footer
------------------------------------------------------------ */

#footer {
	width:932px;
	margin:0 auto 37px;
	padding:0 0 0 43px;
}
.footer-info {
	clear: both;
	width:960px;
	overflow:hidden;
	padding:47px 0px 46px 0;
}
.footer-info .article {
	float:left;
	width:440px;
	background:url(images/divider-2.gif) repeat-y 100% 0;
	font-size:11px;
	line-height:18px;
	color:#7f7f7f;
	padding:0 10px 0 0;
	margin:0;
}
.footer-info .article h2, .footer-info .footer-tweets h2 {
	color:#7f7f7f;
	font-size:12px;
	line-height:14px;
	margin:0 0 10px;
	text-transform: uppercase;
	font-style: normal;
}
.footer-info .article li {
	list-style-type: none;
}
.footer-info .article p {
	margin:0 0 19px;
/*	background-image: url(images/corporate-footer-us-bg.gif); */
	background-repeat: no-repeat;
	background-position: right -20px;
}
.footer-info .article .more {
	background:url(images/arrow-2.gif) no-repeat 100% 50%;
	padding:0 9px 0 0;
}
.footer-info .avatar {
	margin:0 5px 5px 0;
	background:#fff;
}
.footer-info .footer-tweets {
	width:199px;
	margin:0;
	padding:0 29px 0 29px;
	float:left;
	font:italic 12px/18px Georgia, 'Times New Roman', Times, serif;
	color:#7f7f7f;
	background:url(images/divider-2.gif) repeat-y 100% 0;
}
.footer-info .footer-tweets li {
	margin-bottom:15px;
}
#footer .logo {
	float:right;
	margin:0;
}
#footer .footer-logo {
	float:right;
	list-style-type: none;
	width:235px;
	color:#7f7f7f;
}
#footer .footer-logo h2 {
	color:#7f7f7f;
	font-size:12px;
	line-height:14px;
	margin:0 0 10px;
	text-transform: uppercase;
	font-style: normal;
}
#footer .footer-logo li {
	margin-bottom:10px;
}
#footer .footer-logo small {
	font-size:11px;
	margin-top:10px;
	float:left;
	line-height:14px;
}
#footer .container {
	width:100%;
}
#footer .container:after {
	content:'';
	display:block;
	clear:both;
}
.menu-footer-container {
	float:left;
	width:800px;
	position: relative;
	height: 20px;
}
#footer .add-nav {
	float:left;
	background:url(images/bg-add-nav.gif) repeat-x;
	height:22px;
	line-height:22px;
	padding:0 0 0 9999px;
	margin:0 0 0 -9999px;
	font-size:10px;
	top: 22px;
	position: relative;
}
#footer .add-nav li {
	float:left;
	padding:0 15px 0 0;
}
#footer .add-nav a {
	color:#7f7f7f;
}
#footer .copy {
	float:left;
	background:url(images/bg-add-nav.gif) repeat-x;
	font-size:10px;
	color:#7f7f7f;
	height: 20px;
	width: 600px;
	padding-top: 6px;
	padding-right: 21px;
	padding-bottom: 6px;
	padding-left: 0;
	position: relative;
}
#footer .copy a {
	color:#7f7f7f;
}
#footer-map {
	float: right;
	height: 174px;
	width: 246px;
	position: relative;
	font-size: 10px;
	text-align: center;
}
#distributors-map {
	float: right;
	height: 290px;
	width: 400px;
	position: absolute;
	font-size: 10px;
	text-align: center;
}
/*#Span1, #Span2, #Span3, #Span4, #Span5, #Span6 {
	background-color: #FFF!important;
	border: 1px solid #333!important;
}*/
/* Comments
------------------------------------------------------------ */

#comments {
	float:left;
}

#comments h3 {
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: dotted 1px #CCC;
}

.comment {
	padding-bottom:30px;
	margin-bottom:30px;
	float:left;
}
.comment-list {
	padding:0;
	margin:0;
	float:left;
	width:100%;
}

.comment-list li.depth-1 {
	background:url(images/divider3.gif) repeat-x bottom;
}

.comment-list li,
.comment-list ul {
	list-style-type:none;
}

.comment-list li:last-child {
	border:none;
}

.comment-list li ul li {
	background:url(images/bg.gif);
	padding:15px; 
	margin-bottom:10px; 
	margin-top:13px;
}

.comment-list li ul li ul li {
	background-color: white;
}

.comment-list #respond {
	float:none;
}

.comment-list #respond input,
.comment-list #respond textarea {
}

.comment-list #respond input {
	width:150px;
	padding:8px;
}
.comment-list #respond textarea {
	width:94%;
}
.comment-list #respond p {
	clear:both;
	margin-bottom:5px;
}

.comment-list #respond h3 {
	display:none;
}

#comments .comments h3 {
	font-size:16px; 
	color:#555; 
	padding:3px 3px 3px 8px;
	margin-bottom:15px;
	float:left;
}

.credentials {
	float:left; 
	width:225px;
}

.credentials-message {
	float:left; 
	width:425px;
}

.children .credentials {
	float:left; 
	width:30%;
	margin-right:10px;
}

.children .credentials-message {
	float:left; 
	width:67%;
}

.children .odd #respond input,
.children .odd #respond textarea {
	background:#fff;
}

.children .even #respond input,
.children .even #respond textarea {
	background:url(images/divider.gif);
}

.fn {
	font-style: normal;
}

.pp_inline h3 {
	margin-top:0px;
}

#respond {
	float:left;
	margin:0px 0px;
}

#respond .logged-in-as {
	color: #A7A7A7;
    font-size: 11px;
    font-style: italic;
    margin-bottom: 15px;
}

#respond input,
#respond textarea {
	border:solid 1px #eee;
	padding:10px;
	font-size:12px;
	width:177px;
	color:#444;
	background:url(images/divider.gif);
	margin:0 10px 20px 0;
	float:left;
}

#respond textarea {
	width:400px;
	height:176px;
}

#respond label {
	color:#4f4f4f;
	font-size:12px;
	font-weight:bold;
	margin-bottom:8px;
}

#respond p {
	margin-right:0px;
	clear:both;
}

#respond #submit {
	padding:10px !important;
	width:auto;
	display: block;
}

#respond h3 {
	font-size:16px;
	margin-bottom:30px;
}

#respond .comments {
	margin-top:0px;
}

.comment-list .children {
	list-style-type:none;
	padding-left:0px;
	margin-left:12px;
}

.comment-list .children ul .even {
	background:#fdfdfd;
}

#comments .navigation {
	display:none;
}

.commentmetadata {
	font-size:10px;
	text-transform:uppercase;
}

.comment p {
	clear:both;
	line-height: 18px; 
}
.comment-body {
	padding:0px;
}

.comments .navigation {
	display:none;
}

.avatar {
	float:left;
	margin:0px 15px 15px 0px;
}

.fn,
.says {
	
}

.children #respond h3 {
	width:420px;
} 
.reply {
	font-size:11px;
	font-weight: bold;
	margin-top:10px;
}

.cancel-comment-reply {
	font-size:11px;
	font-weight: bold;
	margin:0px 0px 20px 0px;
}

#submit {
	background:#4f4f4f !important;
	color:#fff !important;
	font-size:11px !important;
	padding: 5px 10px !important;
	text-transform:uppercase;
	font-weight:bold !important;
}

.signup-form-submit {
	background:#35353E !important;
	color:#fff !important;
	border:none !important;
	font-size:12px;
}

/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	padding: 4px 5px;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

/* Contact Form 7
------------------------------------------------------------ */

div.wpcf7 {
	margin-top:25px !important;
	float:left;
}

.wpcf7 input {
	border:solid 1px #eee;
	padding:10px;
	font-size:12px;
	color:#444;
	background:url(images/divider.gif);
	width: 165px;
	margin-right: 15px;
}
.wpcf7 textarea {
	margin:0;
	border:solid 1px #eee;
	padding:10px;
	font-size:12px;
	width:159px;
	width:569px;
	color:#444;
	background:url(images/divider.gif);
}
.wpcf7 p {
	font-size:12px;
	font-weight: bold;
	float:left;
}
.wpcf7 br {
	margin-bottom:10px;
}
.wpcf7-submit {
	background:#4f4f4f !important;
	color:#fff !important;
	font-size:11px !important;
	padding: 5px 10px !important;
	text-transform:uppercase;
	font-weight:bold !important;
}

div.wpcf7-validation-errors {
	border: 2px solid #F7E700;
	float: left;
	width: 556px;
	margin: 0px !important;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398F14;
	float: left;
	width: 556px;
	margin: 0px !important;
}

/* Shortcode styling */

.alert, .alertred, .alertgreen {
	background:#fff9db;
	border:solid 1px #e4d1a6;
	padding:15px 15px 15px 15px;
	margin-bottom:25px;
	float:left;
	width:635px;
}
.alert h2, .alertred h2, .alertgreen h2 {
	margin:0 0 5px 0 !important;
	font-size:20px !important;
}
.alert p, .alertred p, .alertgreen p {
	margin:0 0 0px 0 !important;
	font-size:14px !important;
}
.alertred {
	background:#f1bebd;
	border:solid 1px #c1807f;
	padding:15px 15px 15px 15px;
}
.alertgreen {
	background:#d2e9b4;
	border:solid 1px #90b166;
	padding:15px 15px 15px 15px;
}

.quarter-column {
	float:left;
	width:145px;
	margin:0px 20px 25px 0px
}

.half-column {
	float:left;
	width:310px;
	margin:0px 20px 25px 0px
}

.third-column {
	float:left;
	width:475px;
	margin:0px 20px 25px 0px
}
.sixth-column {
	float:left;
	width:135px;
	margin:0px 10px 25px 0px
}

/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}

/* megaMenu
------------------------------------------------------------ */

#subnav {
	background:#f0f0f0;
	clear: both;
	color: #7F7F7F;
	margin: 0 auto;
	overflow: visible;
	padding: 0 0 0 24px;
	width: 100%;
	position:relative;
	z-index: 100!important;
}

#megaMenu {
    padding-top: 0;
}

#megaMenu {
    background-color: #F0F0F0;
    display: block;
    height: 38px;
    line-height: 1em;
    margin: 0 auto;
    overflow: visible;
    position: relative;
    width: 960px;
}
#megaMenu ul.megaMenu {
    background-color: #F0F0F0;
}
#megaMenu ul.megaMenu > li > #link-wrap a{
	font-size:13px;
	color:#666666;
	font-weight:normal;
	line-height:17px;
	font-family: Arial, Helvetica, sans-serif;
}
#megaMenu ul.megaMenu > li:hover > #link-wrap a, #megaMenu ul.megaMenu > li > #link-wrap a:hover, #megaMenu ul.megaMenu > li.megaHover > #link-wrap a{
	background-color:#E1E1E1;
	color:#aa0000;
}
#megaMenu ul.megaMenu > li.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu ul.megaMenu li.ss-nav-menu-reg ul.sub-menu{
	background-color: #E1E1E1;
/*	box-shadow:0px -1px 2px #dfdfdf;
	-moz-box-shadow:0px -1px 2px #dfdfdf;
	-webkit-box-shadow:0px -1px 2px #dfdfdf; */
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#megaMenu ul.megaMenu > li.ss-nav-menu-mega:hover > #link-wrap a, 
#megaMenu ul.megaMenu > li.ss-nav-menu-reg.mega-with-sub:hover > #link-wrap a, 
#megaMenu ul.megaMenu > li.ss-nav-menu-mega.megaHover > #link-wrap a, 
#megaMenu ul.megaMenu > li.ss-nav-menu-reg.mega-with-sub.megaHover > #link-wrap a{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-left-color: #999;
}
#megaMenu ul ul.sub-menu{
	top:96%;
}
/*#megaMenu ul.megaMenu > li:hover > #link-wrap a, #megaMenu ul.megaMenu > li.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu ul.megaMenu li.ss-nav-menu-reg ul.sub-menu{
}*/
#megaMenu ul.megaMenu > li:hover > #link-wrap a{
	border-radius:2px 2px 0px 0px;
	-moz-border-radius:2px 2px 0px 0px;
	-webkit-border-radius:2px 2px 0px 0px;
}
#megaMenu ul.megaMenu > li.ss-nav-menu-mega > ul.sub-menu-1{
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
#megaMenu ul.megaMenu > li.ss-nav-menu-reg ul.sub-menu{
	border-radius:0px 0px 2px 2px;
	-moz-border-radius:0px 0px 2px 2px;
	-webkit-border-radius:0px 0px 2px 2px;
}
#megaMenu ul.megaMenu > li.ss-nav-menu-reg ul.sub-menu ul.sub-menu{

	border-radius:0px 2px 0px 2px;
	-moz-border-radius:0px 2px 0px 2px;
	-webkit-border-radius:0px 2px 0px 2px;
}
#megaMenu li.ss-nav-menu-mega ul.sub-menu.sub-menu-1, #megaMenu li.ss-nav-menu-reg ul.sub-menu{
	background-color:#ffffff;
}
#megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu li a, #megaMenu ul ul.sub-menu li a{
	color:#666666;
	font-size:12px;
}
#megaMenu ul li.ss-nav-menu-mega ul.sub-menu-1 > li > #link-wrap a, 
#megaMenu ul li.ss-nav-menu-mega ul.sub-menu-1 > li:hover > #link-wrap a, 
#megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > #link-wrap a,
.wpmega-widgetarea h2.widgettitle{
	color:#585858;
	font-size:12px;
	font-weight:bold;
}
.wpmega-widgetarea h2.widgettitle{
	font-weight: bold;
}
#megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu li a:hover, #megaMenu ul ul.sub-menu > li:hover > #link-wrap a{
	color:#aa0000;
}
.ss-nav-menu-with-img .wpmega-link-title, .ss-nav-menu-with-img .wpmega-link-description{
	/*padding-left:20px;*/
}
.ss-nav-menu-with-img{
	min-height:20px;
}

#megaMenu ul li.ss-nav-menu-mega ul.sub-menu li.ss-nav-menu-highlight > #link-wrap a,
#megaMenu ul li.ss-nav-menu-reg ul.sub-menu li.ss-nav-menu-highlight > #link-wrap a{
	color:#aa0000;
}



#megaMenu a > span.wpmega-item-description{
	color:#888;
}


#megaMenu.megaMenuVertical ul.megaMenu > li:hover > #link-wrap a, 
#megaMenu.megaMenuVertical ul.megaMenu > li.megaHover > #link-wrap a, 
#megaMenu.megaMenuVertical ul.megaMenu > li.ss-nav-menu-mega > ul.sub-menu-1, 
#megaMenu.megaMenuVertical ul.megaMenu li.ss-nav-menu-reg ul.sub-menu{	
	
	box-shadow:-1px 0px 2px #dfdfdf;
	-moz-box-shadow:-1px 0px 2px #dfdfdf;
	-webkit-box-shadow:-1px 0px 2px #dfdfdf;
}

#megaMenu.megaMenuVertical ul.megaMenu > li.ss-nav-menu-mega > #link-wrap a {
	
}
#megaMenu.megaMenuVertical ul.megaMenu > li.ss-nav-menu-mega:hover > #link-wrap a,
#megaMenu.megaMenuVertical ul.megaMenu > li.ss-nav-menu-mega > #link-wrap a:hover,
#megaMenu.megaMenuVertical ul.megaMenu > li.ss-nav-menu-reg.megaReg-with-sub:hover > #link-wrap a,
#megaMenu.megaMenuVertical ul.megaMenu > li.ss-nav-menu-reg.megaReg-with-sub > #link-wrap a:hover,
#megaMenu.megaMenuVertical ul.megaMenu > li.ss-nav-menu-reg.mega-with-sub:hover > #link-wrap a,
#megaMenu.megaMenuVertical ul.megaMenu > li.ss-nav-menu-reg.mega-with-sub.megaHover > #link-wrap a{
	border-right-color: #fff;
	border-bottom-color:#ddd;	
}

#megaMenu > ul.megaMenu > li > .wpmega-widgetarea > ul > li > form#searchform div {
	padding-top:9px;
}
#megaMenu > ul.megaMenu > li > .wpmega-widgetarea > ul > li > form#searchform input[type="submit"] {
	background-image: url(../images/search_light.png);
}
#nav {
	display: none;
}
#megaMenu ul li.ss-nav-menu-mega > #link-wrap a:hover{
	background-image:url(images/toptri.png);
	background-position: 97% 50%;
	background-repeat: no-repeat;
	padding-right:20px;
	display:block;
}
#megaMenu .wpmega-nonlink{
	display: inline;
	clear: none;
	float: left;
}
.wpb_tabs_nav, .wpb_tabs_nav a, .wpb_tabs_nav a:hover {
	color: #DE0B0D!important;
}
.wpb_tabs_nav .activeSlide {
	font-weight: bold!important;
	background-image: url(images/strips.gif);
	background-repeat: repeat;
}#sidebar .textwidget h5 {
	color: #666;	
}
#vsrp_Holder {

}
.vsrp_div {
	height: 30px!important;
}

div.vsrp_div li {
	list-style-type: disc;	
}

/* -- Recent Post Slider --*/

#rps {
	float: left;
	position: relative;
	border:0px solid #e8e8e8!important;
}

#rps .window {
	overflow: hidden; 
	position: relative;
}

#rps .slider {
	position: absolute;
	top: 0; left: 0;
	font-size:12px;
	font-family: Arial, Verdana;
	background:transparent!important;
}

#rps .slider div{
	float:left;
}

.rps-clr{
	clear:both;
}

#rps .slider div .col{
	float:left;
	border-right:none!important;
	border-top:0px;
	border-left:none!important;
	border-bottom:0px;
	padding:5px 0px;
}

#rps .col  p{
	font-size:12px;
	padding:0!important;
	margin:0px!important;
}

#rps .col  img{
    -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
    background-color: white;
    border: 4px solid #EBEBEB;
	padding:0px;
}

#rps .col p.post-title{
	position:relative;
	padding:5px 0 2px 0!important;
	margin: 0 0 5px 0!important;
	height:40px;
	border-bottom:dotted 1px #ccc;
	color: #666;
	font-size: 14px;
}

#rps .col p.post-title span {
	font-size:13px;
	font-weight:bold; 
	margin:0px;
	padding:0!important;
	height:40px;
	overflow:hidden;
	position:absolute;
	color:#666;
	text-decoration:none;
	line-height:18px;
}	

#rps .col p.post-title a{
	text-decoration:none;
}

#rps .col p.post-title span:hover {
	height:auto;
	overflow:auto;
	/*background:#fffefe;*/
	z-index:100;
	padding-bottom:3px;
	color:#000;
}

#rps .col p.post-title a:hover {
	color:#000;
}

#rps .col p.slider-content{
	position:relative;
}

#rps .col p.slider-content-img{
	position:relative;
	margin:0px;
	padding:0px;
	border:0px;
	text-align:center;
}

#rps .col p.slider-content-both{
	position:relative;
	margin:0px;
	padding:0px;
	border:0px;
	text-align:left;
	line-height:17px;
	margin-right:5px;
	margin-left:10px;
}

#rps .col p.slider-content-both img{
	margin-right:10px;
	-moz-border-radius: 1px;
	-khtml-border-radius: 1px;
	-webkit-border-radius: 1px;
    background-color: white;
    border: 2px solid #EBEBEB;
	padding:1px;
}

#rps .paging {
	font-size:11px;
	position: absolute;
	bottom: 10px; right: 10px;
	z-index: 100; 
	text-align: center;
	padding:3px 10px;
	background: #bcbcbc;
	/* for IE */
  	filter:alpha(opacity=100)!important;
  	opacity:1!important;
	display: none; 
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#rps .paging a {
	padding:0px 5px;
	text-decoration: none;
	color: #2a2a2a;
	font-weight: bold; 
}

#rps .paging a.active {
	background:#4b4646; 
	border: 1px solid #272222;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #fff;
}

#rps .paging a:hover {
	color:#000;
}

#rps .post-date{
	position:absolute;
	margin-left:5px;
	margin-right:5px;
	z-index:1000px;
	background:#F7F5F5;
	filter:alpha(opacity=60);
	opacity:0.6;
	color:#000;
	font-weight:bold;
	padding-left:3px;
}
.products-box-left {
	padding-right: 20px!important;
	width: 30%!important;
}
.products-box-center {
	padding-left: 10px!important;
	padding-right: 10px!important;
	width: 30%!important;
	float: left!important;
	clear: none!important;
}
.products-box-right {
	padding-left: 10px!important;
	width: 30%!important;

}
.applications-box {
	width: 95%!important;
}
.applications-box-left {
	padding-right: 20px!important;
	width: 45%!important;
}
.applications-box-right {
	padding-left: 10px!important;
	width: 45%!important;
}
.services-box-left {
	padding-right: 20px!important;
}
.services-box-right {
	padding-left: 15px!important;
}
#fancybox-outer {
	z-index: 10000!important;
}
.font-weight-normal, .font-weight-normal a {
	font-weight:normal!important;
}
#catalogue-frame {
	position: relative;
	height: 1400px;
	width: 1200px;
	border: none!important;
	clip: rect(100px,100px,100px,100px);
	overflow: auto;
	left: 0px;
	top: -25px;
	z-index: 100;
	}
#catalogue-frame iframe {
	width:1200px;
	height:1400px;
	margin-top:-50px;
	margin-left:0px;
	border:0;
 }
 #catalogue-frame iframe #leftNaviWrap {
	 display: none;
 }
 #catalogue-sidebar-left {
	background-color: #FFF;
	background-image: url(images/catalogue-widget-header-bg.jpg);
	background-repeat: no-repeat;
	background-position: 7px 0px;
	height: 100px;
	width: 190px;
	margin-top:-25px;
	margin-left:-10px;
	position: absolute;
	z-index: 1000;
	padding: 4px 0 0 7px;
 }
  #catalogue-sidebar-right {
	background-color: #FFF;
	height: 114px;
	width: 210px;
	margin-top:-25px;
	margin-left:775px;
	position: absolute;
	z-index: 1000;
	float: right;
 }
 .catalogue-textwidget {
	color: #333333;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	padding-left: 0;
	width: 177px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	list-style-type: none!important;
	list-style-image: none!important;
 }
  .catalogue-textwidget ul li {
	list-style-type: none!important;
	list-style-image: none!important;
 }
  .catalogue-textwidget a {
	color: #EF1C25!important;
	font-size: 11px!important;
 }
 .catalogue-textwidget h2 {
	color: #333333;
	padding: 0px 27px 8px 10px;
	width: 145px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
 }
 
 .page-template-home-alt-php .main-title {
	 display:none;
 }
/* Royal Slider*/

#shadow {
	background-image: url(images/shadow_arc.png);
	background-position: center bottom;
	height: 323px;
	width: 640px;
	position: relative;
	background-repeat: no-repeat;
}
.royalSlider.iskin {
	padding-bottom: 0px!important;
}
 
.royalSlider.iskin {	
	padding-top: 26px!important;
}

.royalSlider .royalSlide,
.royalSlider .royalWrapper {
	/* Bakground behind slides */
	background: transparent!important; 
	background: -moz-linear-gradient(top, #111111 0%, #242424 0%)!important; 	
	background: -webkit-linear-gradient(top, #111111 0%,#242424 0%)!important; 
	background: -o-linear-gradient(top, #111111 0%,#242424 0%)!important;
	background: -ms-linear-gradient(top, #111111 0%,#242424 0%)!important; 	
	background: linear-gradient(top, #111111 0%,#242424 0%)!important;
}

.royalSlider .royalControlNavOverflow {
	width:100%;
	overflow:hidden;
	position:absolute;
	margin-top:-20px;
	z-index:25;
	top: 0px!important;
}

.royalSlider .royalControlNavCenterer {	
	float: left;
	position: relative;
	left: -320px!important;
}

/*formidable forms*/
.frm_primary_label {
	color: #666!important;
	font-family: Arial, Helvetica, Tahoma, sans-serif!important;
	font-size: 13px!important;
	font-weight: bold!important;
	line-height: 20px!important;
}
.frm_form_fields_style, .frm_form_fields input[type="text"] {
        background-color: #EEEEEE!important;
    border-color: #DDDDDD!important;
    border-radius: 0 0 0 0!important;
    border-style: solid!important;
    border-width: 1px!important;
    color: #444444!important;
}
.hide {
	display: none;
}