/************************************				BEGIN GLOBAL CSS				************************************/

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
}
body {
	line-height: 1
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
:focus {
	outline: 0
}
ins {
	text-decoration: none
}
del {
	text-decoration: line-through
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
body {
	font: 13px/1.5 Arial, 'Liberation Sans', FreeSans, sans-serif
}
a:focus {
	outline: 1px dotted
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0
}
ol {
	list-style: decimal
}
ul {
	list-style: disc
}
li {
	margin-left: 30px
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 20px
}
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
display: none;
}
/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html {
	height: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
	font-family: Arial, cursive, Arial, Helvetica, sans-serif;
	color: #222;
}
body {
	margin: 0;
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection {
background: #fe57a1;
color: #fff;
text-shadow: none;
}
::selection {
	background: #fe57a1;
	color: #fff;
	text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */

a:focus {
	outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
	outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
small {
	font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */

ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}
dd {
	margin: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) {
	overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */

figure {
	margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */

form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
	cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend {
	border: 0;
*margin-left: -7px;
	padding: 0;
	white-space: normal;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input {
	line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
*overflow: visible;
}
/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] {
	cursor: default;
}
/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
*width: 13px;
*height: 13px;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

/* Colors for form validity */
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: black;
	padding: 0.2em 0;
}


/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
 *line-height: 0;
}
.ir br {
	display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
	display: none !important;
	visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
	visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
*zoom: 1;
}
.floatr {
	float: right;
}
.floatl {
	float: left;
}
body, a, a:hover, a:visited, a:active, p {
	color: #FFF;
	text-decoration: none;
}
a:focus, a:hover {
	color: #CCC;
	text-decoration: none;
	color: #f58c3d;
}
a.nohover:hover {
	text-decoration: none;
}
a:link, a:visited {
	/*background: transparent;*/
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.clear_both, .clear_all {
	clear: both;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
}
h1 {
	font-weight: bold;
	font-size: 42px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 10px;
}
.small {
	font-size: 10px;
}
.bold {
	font-weight: bold;
}
/********************************************valign code***************************************/
.table {
	display: table;
}
/* 
use with .table class as parent. don't use block or float in conjunction with this if you 
want vertical middle  
*/

.vcenter {
	display: table-cell;
	vertical-align: middle;
}
/********************************************valign code***************************************/

.center {
	width: 100%;
	text-align: center;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.hr {
	border-top: 1px solid #000;
	width: 100%;
	height: 1px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	height: 100%;
}
.arial, input.arial {
	font-family: Arial, Helvetica, sans-serif;
}
.ucase {
	text-transform: uppercase;
}
#header .logo {
	margin: 2px 0 0 0;
}
#header h1 a {
	color: #5C95BE;
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 0;
	text-transform: none;
}
#header h1 a {
	color: #C1272C;
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 0;
}
#header h1 a:hover {
	text-decoration: none;
}
#header h1 span.light {
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
}
#header .cnt_nav {
	margin: 0;
}
ul.main_nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header .main_nav li.first {
	border-left: 1px solid #000;
}
#header .main_nav li {
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	height: 90px;
	border-right: 1px solid #000;
}
#header .cnt_nav a {
	color: #FFF;
	font-size: 16px;
	padding: 0 17px 36px;
	line-height: 5em;
}
#header .cnt_nav li:hover a {
	color: #C1272C;
}
#header .cnt_nav a.active, #header .cnt_nav a:hover {
	color: #FFF;
}
#header .cnt_nav a .icon {
	display: block;
	height: 8px;
	margin: 5px 3px 0 0;
	width: 9px;
	background: url("../images/shared/sprite.png") no-repeat scroll -338px 100px transparent;
}
#header .cnt_nav a.active .icon, #header .cnt_nav a:hover .icon {
	background-position: -338px 0px;
}
#nav, .bg_grad {
	background: url("../images/bg_nav.png") repeat-x scroll center top transparent;
}
#mobile_redirect, #mobile_redirect a {
	color: #777;
}
#mobile_redirect {
	height: auto;
	padding: 10px 0;
	display: none;
	background: #ececec; /* Old browsers */
	background: -moz-linear-gradient(top, #ececec 0%, #e8e8e8 22%, #d6d6d6 78%, #d2d2d2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(22%, #e8e8e8), color-stop(78%, #d6d6d6), color-stop(100%, #d2d2d2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ececec 0%, #e8e8e8 22%, #d6d6d6 78%, #d2d2d2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ececec 0%, #e8e8e8 22%, #d6d6d6 78%, #d2d2d2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ececec 0%, #e8e8e8 22%, #d6d6d6 78%, #d2d2d2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ececec 0%, #e8e8e8 22%, #d6d6d6 78%, #d2d2d2 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#d2d2d2', GradientType=0 ); /* IE6-9 */
}
#mobile_redirect .close {
	width: 118px;
	height: 118px;
	background-position: -948px 0;
	cursor: pointer;
	margin: 6px 0 0 0;
}
#mobile_redirect .phone {
	width: 69px;
	height: 98px;
	margin: 22px 8px 0 8px;
	background-position: -973px -118px;
}
#mobile_redirect .copy {
	font-size: 55px;
	margin: 25px 0 0 0;
	height: auto;
	line-height: 0.8;
	width: 350px;
}
#mobile_redirect .small {
	font-size: 40px
}
#mobile_redirect .box {
	color: #444;
	margin: 0 10px 0 0;
	font-size: 30px;
	padding: 25px 0;
	-webkit-box-shadow: inset 0px 0px 6px 2px #FFF;
	box-shadow: inset 0px 0px 6px 2px #FFF;
	border: 1px solid #8e8e8e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#logo {
	background-color: #001335;
	padding: 0;
}
#banner {
	padding: 10px 0;
	text-align: center;
}
.sprite {
	background: url("../images/shared/sprite.png") no-repeat scroll 0 0 transparent;
}
.sidebar-entry:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.sidebar-entry {
	margin: 0 0 20px 0;
	width: 300px;
	background: rgb(246,246,246); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(226,226,226,1) 71%, rgba(221,221,221,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246,246,246,1)), color-stop(71%, rgba(226,226,226,1)), color-stop(100%, rgba(221,221,221,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(226,226,226,1) 71%, rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(226,226,226,1) 71%, rgba(221,221,221,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(226,226,226,1) 71%, rgba(221,221,221,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(246,246,246,1) 0%, rgba(226,226,226,1) 71%, rgba(221,221,221,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#dddddd', GradientType=0 ); /* IE6-8 */
}
.sidebar-entry.no_skin {
	background: none;
}
.sidebar-hdr {
	background-position: -1615px 0;
	margin: 0;
	padding: 0;
	height: 42px;
}
.sidebar-hdr h2 {
	color: #C1272C;
	font-size: 18px;
	line-height: 1.6;
	margin: 0 0 0 9px;
	padding: 5px;
}
.sidebar-entry .inner {
	margin: 0;
	padding: 15px;
	font-size: 12px;
}
#subheader h2 {
	font-size: 40px;
	font-weight: 100;
}
#subheader {
	padding: 20px 0 20px 0;
}
#subheader, #one, #two {
}
.section {
	margin: 0;
	padding: 0 0 20px 0;
}
.white, a.white {
	color: #FFF;
}
.gray, a.gray {
	color: #666;
}
.red, a.red {
	color: #C1272C;
}
.bg_red {
	background: url("../images/shared/bg_red.png") repeat scroll center 0 #c3090e;
	padding: 5px 10px;
}
a:hover.red {
	color: #8e1317;
}
.lightblue, a.lightblue {
	color: #42baf6;
}
.dkgray, a.dkgray {
	color: #666;
}
.ltgray, a.ltgray {
	color: #CCC;
}
ul.grid, ul.grid li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.grid li {
	float: left;
}
/*generic for main content*/
.pagination {
	margin: 0;
	height: 40px;
	margin: 10px 0 20px;
}
a.btn:hover, a.current {
	background-position: -680px -79px;
}
a.btn:link, a.btn:hover, a.btn:visited {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.btn {
	background-position: -680px 1px;
	float: left;
	height: 40px;
	margin: 0 0 0 2px;
	padding: 10px 0 0;
	width: 40px;
}
.cnt_social {
	height: 30px;
}
#footer {
	color: #FFF;
	height: 85px;
	padding: 0;
	font-size: 15px;
}
#footer .inner {
	background: url("http://truvoz.com/_ui/images/shared/bg-gradient_large.jpg") repeat-x scroll center top transparent;
	background-size: 2000px 4px;
	padding: 20px 0;
}
#footer .social {
	width: 322px;
}
#footer .copy {
	padding: 10px 0 0 0;
}
#footer .truvoz, #footer .youtube, #footer .twitter, #footer .fb {
	float: right;
	display: block;
	height: 40px;
	width: 40px;
	margin: 0 0 0 10px;
	background-position: -463px 0px;
}
#footer a:hover .fb {
	background-position: -463px -80px;
}
#footer .twitter {
	background-position: -394px 0px;
}
#footer a:hover .twitter {
	background-position: -394px -80px;
}
#footer .truvoz {
	background-position: -533px 0px;
}
#footer a:hover .truvoz {
	background-position: -533px -80px;
}
#footer .youtube {
	background-position: -603px 0px;
}
#footer a:hover .youtube {
	background-position: -603px -80px;
}
.subscribe-bar {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJmMmIyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(47,43,40,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.7)), color-stop(100%, rgba(47,43,40,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(47,43,40,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(47,43,40,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(47,43,40,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(47,43,40,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#2f2b28', GradientType=0 ); /* IE6-8 */
	bottom: 0;
	float: left;
	height: 25px;
	overflow: hidden;
	padding: 5px;
	position: fixed;
	width: 100%;
	z-index: 100000;
}
.subscribe_bar {
	background-color: #2F2B28;
	padding: 10px;
	width: 99%;
	height: 45px;
	margin: 0;
}
a.close_toolbar span {
	background-position: -1146px 0px;
	height: 22px;
	width: 74px;
	font-size: 12px;
	line-height: 1.8;
	padding: 0 30px 0 0;
	text-align: right;
	width: 74px;
}
.subscribe {
	width: 600px;
}
input#mce-EMAIL {
	background-color: #dcdcdc;
	width: 500px;
	border: none;
	height: 25px;
}
input#mc-embedded-subscribe {
	border: none;
	height: 27px;
}
.bg_grad_white, .fb-like-box {
	background: #eeeeee; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0 ); /* IE6-8 */
}
.w100 {
	width: 100%;
}
/* the overlayed element */
.simple_overlay {
	/* must be initially hidden */
	display: none;
	/* place overlay on top of other elements */
	z-index: 10000;
	/* styling */
	background-color: #333;
	width: 675px;
	min-height: 200px;
	border: 1px solid #666;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow: 0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}
/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image: url(http://truvoz.com/_ui/images/shared/close.png);
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}
.pointer {
	cursor: pointer;
}
/*******************************************************************************************************************/
/************************************				END GLOBAL						************************************/
/*******************************************************************************************************************/

#nav {
	height: 65px;
	padding: 0 5px;
}
input#q {
	width: 40%;
	background: #404040 !important;
	border: none;
	padding:6px 10px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	color: #a0a0a0;
}

input[type="submit"]  { 
	background: url(../../imgs/master_sprite.png) no-repeat 0 -116px;  
	margin-left: -32px; 
	padding:0 0 0 1px;
	display:inline-block; 
	text-indent:-999px;
	border:none; 
	width:17px; 
	height:17px; 
}


.p10 {
	padding: 10px;
}
#cse-search-box {
	padding-top: 6px;
}
.login {
	padding-top: 20px;
}
#container {
	height: 100%;
	opacity: 0;
	background-size: 100% auto;
}
.i1 {
	background: url("http://truvoz.com/_ui/images/1.jpg") no-repeat scroll center top transparent;
}
.i2 {
	background: url("http://truvoz.com/_ui/images/2.jpg") no-repeat scroll center top transparent;
}
.i3 {
	background: url("http://truvoz.com/_ui/images/3.jpg") no-repeat scroll center top transparent;
}
.i4 {
	background: url("../images/4.jpg") no-repeat scroll center top transparent;
}
.i5 {
	background: url("http://truvoz.com/_ui/images/5.jpg") no-repeat scroll center top transparent;
}
.i6 {
	background: url("http://truvoz.com/_ui/images/6.jpg") no-repeat scroll center top transparent;
}
.i7 {
	background: url("../images/7.jpg") no-repeat scroll center top transparent;
}
.i8 {
	background: url("http://truvoz.com/_ui/images/8.jpg") no-repeat scroll center top transparent;
}
.i9 {
	background: url("http://truvoz.com/_ui/images/9.jpg") no-repeat scroll center top transparent;
}
.i10 {
	background: url("http://truvoz.com/_ui/images/10.jpg") no-repeat scroll center top transparent;
}
.i11 {
	background: url("http://truvoz.com/_ui/images/11.jpg") no-repeat scroll center top transparent;
}