/*
Theme Name: Liberteks.com
Theme URI: http://Liberteks.com/
Description: This theme is developed for Larry's blog and desinged according to the Liberteks.com's interface. This is modified version of WP default theme.
Version: 1.0
Author: Epicenter Consulting
Author URI: http://www.epicenterconsulting.com/
Tags: blue, Liberteks.com theme, fixed width, two columns, widgets

	Liberteks.com v 1.0
	 http://Liberteks.com/

	This theme was designed and built by Michael Heilemann,
	and modified by M khalid

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-family:Arial, Helvetica, sans-serif;
	background: url(images/l/liberteks_bg.gif) #f7fafd repeat-x;
	color: #333;
	}
	
		
.wrap{
	width:924px;
	margin:0  auto 0  auto;
	overflow:visible;
	position:relative;
	}
	
p.dotted_line{
	clear:left;
	width:100%;
	height:1px;
	margin:0 0 4px 0;
	padding:0;
	background: url(images/dots.gif) repeat-x;
	}

#page {
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 12px;
	}
	
.wp-post-image{
	float:left;
	width:100px;
	height:auto;
	margin-left:-139px;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

 p.postmetadata {
	 color:#7f7f7f !Important;
	}
	
 p.postmetadata a{
	 color:#7f7f7f;
	 text-decoration:underline !important;
	 font-size:11px;
	}

 p.postmetadata a:hover{
	 text-decoration:none !important;
	}

a.read_more{
	white-space:nowrap;
	color:#115484 !important;
	}

a.read_more:hover {
	white-space:nowrap;
	color:#115484 !important;
	}

a.read_more:visited{
	white-space:nowrap;
	color:#287fbd !important;
	}


.thread-alt {
	background-color: #fff;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:11px;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

h1 {
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color:#114477;
	font-weight:bold;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	font-weight:normal;
	font-size:18px;
	text-decoration: underline;
	}
	
.col_left h2 { text-decoration: none; }
	
div.post h2 a:hover {
	text-decoration: none !important;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	/*background: #f7f7f7;*/
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: left;
	padding: 2px;
	background: #fff;
	margin-left:-70px;
	width:46px;
	height:43px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}
	
#page {
	margin:0px auto;
	padding: 0;
	width: 924px;
	}

#header {
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 0;
	margin: 0px 0 0;
	width: 609px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	width: 450px;
	}
	
.col_left .post { padding-left: 0; }
	
.narrowcolumn .post {
	margin: 0;
	text-align: left;
	padding-left:140px;
}	

.post hr{
	border-bottom: 1px dotted #999;
	}
	
.comment-bubble{
	width:46px;
	height:42px;
	background:url(images/l/comment-bubble.png);
	text-align:center;
	font-size:17px;
	font-weight:bold;
	float:right;
	margin-top:-30px;
	}
	
.comment-bubble a{
	width:46px;
	height:42px;
	color:#306B97;
	display:block;
	padding-top:7px;
	text-decoration:none;	
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
	}

.postmetadata {
	clear: both;
	}

.clear {
	clear: both;
	}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: left;
	text-decoration:none;
	display:block;
	border-bottom:1px solid #CCC;
	width:609px;
	font-size:18px;
	
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
	}
	
.col_left .entry {
	width: 609px;
}
	
.narrowcolumn .entry{
	width:425px;
}


html>body .entry li {
	margin: 5px 0 5px 10px;
	}

/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 177px;
	*width:165px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	}

select {
	width: 130px;
	}

/*#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}*/
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 20px 0 10px;
	padding: 20px 5px 0 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 2px 0 10px 0;
	width: 254px;
	margin-left: 632px !important;
	margin-top:-1px;	
	font:12px/23px Arial, Helvetica, sans-serif;
	margin-left:545px;
	}

#sidebar form {
	margin: 0;
	}
	
table.founder{
	width:100%;
	margin-bottom: 20px;
	}
	
table.founder div.larry{
	border:2px solid #bfbfbf;
	vertical-align:top;
	margin-top:20px;
	width:83px;
	height:97px;
	background:url(images/l/Larry-Zimbler-president-Liberteks.com.jpg)
	}
	
table.founder div, table.founder img{
	margin-right:10px;
	}
	
#sidebar h2{
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:#24506e;
	display:block;
	border-bottom:2px solid #122838;
	width: 250px;
	}
	
#sidebar ul li h2{
	margin-top:5px;
	margin-bottom:7px;
	}
	
#sidebar ul li {
	margin-bottom: 20px;
}
	
#sidebar div.flickr{
	width:250px;
	}
	
#sidebar div.flickr img{
	float:left;	
	float:left;
	margin:4px;	
	}
	
/*#sidebar ul li ul li {
	background:url("images/l/bullet.png") no-repeat scroll 4px 13px transparent !important;
	margin:0 0 0 -8px;
	padding:8px 0 8px 20px;
	color:#24506E;
	font:13px/31px Arial,Helvetica,sans-serif;
	list-style-type:none;
	line-height:19px;
	border-bottom:1px dotted #CCC
	}*/
	
	
#sidebar ul li/*.widget_recent_comments*/ ul li/*.recentcomments*/ {
	background:url("images/l/bullet.png") no-repeat scroll 4px 13px transparent !important;
	margin:0 0 0 -8px;
	padding:8px 0 8px 20px;
	color:#24506E;
	font:13px/31px Arial,Helvetica,sans-serif;
	list-style-type:none;
	line-height:19px;
	border-bottom:1px dotted #CCC
	}
	
#sidebar ul li/*.widget_recent_comments*/ ul li/*.recentcomments*/ a.url{
	background:#e8e9ea;
	padding:0 2px;
	}

	

/*#sidebar ul li ul li a {
	color:#24506E;
	height:31px;
	padding:0px;
	text-decoration:none;
	width:254px;
	line-height:10px;
	
}*/

#sidebar ul li ul li a:hover {
	color:#24506E;
	height:31px;
	padding:0 ;
	text-decoration: underline;
	width:254px;
}

#quick-flickr{
	height:282px;
	}


/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


div.comment-counter{
	width:46px;
	height:42px;
	background: url(../Copy%20of%20default/images/l/comment-bubble.png) no-repeat;
	text-align:center;
	font-weight:bold;
	color:#333;
	}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */



/*=====================  BANNER  ======================*/


p.logo{
	float:left;
	background:url(images/l/liberteks_logo.gif) no-repeat;
	width:225px;
	height:89px;
	display:block;
	margin: 10px 0 0 0;
	}
	
p.logo span{
	visibility:hidden;
	width:225px;
	height:89px;
	display:block;
	}

p.contact{
	float:left;
	display: inline;
	height:47px;
	color: #4d4948;
	font-size:18px;
	border-left:solid 1px #c3cedb;
	margin:30px 0 0 7px;
	padding:25px 0 0 9px;
	}

address{
	float:left;
	clear:left;
	left:0;
	margin:0 ;
	font-size:12px;
	color:#2c638a;
	word-spacing:2px;
	display:inline;
	white-space:nowrap;
	}

 	
img.top-right-corner{
	position:absolute;
	float:right;
	right:0;
	top:138px;
	}

 	
label.overlabel {
	color:#999;

	}

label.overlabel-apply {
	position:absolute;
	top:3px;
	left:5px;
	z-index:11;
	color:#999;
	}




/*=====================  TABS MAIN (LIBERTEKS AND MY LIBERTEKS) ======================*/

.main_tabs_container{
	float:left;
	width:924px;
	height:29px;
	margin:0;
	background:url(images/l/tabs_main_right.gif) no-repeat left;
	}

.main_tabs_container span{
	position:absolute;
	right:0;
	top:142px;
	width:5px;
	height:46px;
	background:url(images/l/right-top-corner.gif);
	}

.tabs_main span{
	visibility:hidden;
	}

.tabs_main a{
	display: block;
	margin:0;
	padding:0;
	text-decoration: none;
	height:38px;
	}

.tabs_main {
	float: right;
	clear:left;
	top:123px;
	right:0;
	list-style:none;
	margin:0;
	padding:0;
	width:919px;
	height:29px;
	background: url(images/l/tabs_main_bg.gif) repeat-x;
	}

.tabs_main li {
	float:right;
	display: none;
	margin:0;
	padding:0;
	}

.tabs_main li.tab_liberteks a {
	background:url(images/l/tab_liberteks_off.gif) no-repeat;
	width:146px;
	height:29px;
	}


body.liberteks .tabs_main li.tab_liberteks a {
	background:url(images/l/tab_liberteks_on.gif) no-repeat;
	width:146px;
	height:29px;
	}
	
.tabs_main li.tab_myliberteks a {
	background:url(images/l/tab_myliberteks_off.gif) no-repeat;
	width:145px;
	height:29px;
	}

body.my_liberteks .tabs_main li.tab_myliberteks a{
	background:url(images/l/tab_myliberteks_on.gif) no-repeat;
	width:145px;
	height:29px;
	}



/*=====================  TABS SUB-MAIN (Home Services Products Testimonials About us) ======================*/


.tabs_submain{
	float:left;
	width:924px;
	height:37px;
	margin:0;
	padding:0;
	background: url(images/l/tabs_submain.gif) repeat-x ;
	list-style:none;
	}

.tabs_submain span{
	visibility: hidden;
	}
	
.tabs_submain a{
	text-decoration:none;
	}

.tabs_submain li {
	float:left;
	display:inline;
position: relative;
	}

.tabs_submain li ul.submenu {
  background-color: #132938; 
  padding: 5px 0;
  position: absolute;
  top: -9999px;
  left: 0;
  width: 180px;
  font-size: 12px;
  z-index: 9999;
}

.tabs_submain li:hover ul.submenu {
  display: block;
  top: 36px;
}

.tabs_submain li ul.submenu li { 
  display: block; 
  width: 180px;
  color: #fff !important;
}

.tabs_submain li ul.submenu li a {
  background-color: #132938; 
  display: block;
  color: #fff;
  padding: 8px 10px;
}

.tabs_submain li ul.submenu li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #326e99;
}
	
.tabs_submain li.tab_home a{
	display:block;
	width:81px;
	height:37px;
	background-image: url(images/l/tab_home_off.gif);
	}
	
.tabs_submain li.tab_home a:hover{
	display:block;
	width:81px;
	height:37px;
	background-image: url(images/l/tab_home_on.gif);
	}
	
ul.tabs_submain li.h_selected a, ul.tabs_submain li.h_selected a:hover {
	display:block;
	width:81px;
	height:37px;
	background-image: url(images/l/tab_home_on.gif);
	}
	
.tabs_submain li.tab_services > a{
	display:block;
	width:150px;
	height:37px;
	background-image: url(https://www.liberteks.com/files/2015/02/tab_itsolutions_off1.gif);
	}
	
.tabs_submain li.tab_services > a:hover, .tabs_submain li.tab_services:hover > a{
	display:block;
	width:150px;
	height:37px;
	background-image: url(https://www.liberteks.com/files/2015/02/tab_itsolutions_on1.gif);
	}

ul.tabs_submain li.s_selected > a, ul.tabs_submain li.s_selected > a:hover {
	display:block;
	width:150px;
	height:37px;
	background-image: url(https://www.liberteks.com/files/2015/02/tab_itsolutions_on1.gif);
	}	
	
ul.tabs_submain li.tab_products a{
	display:block;
	width:137px;
	height:37px;
	background-image: url(images/l/tab_products_off.gif);
	}

ul.tabs_submain li.tab_products a:hover{
	display:block;
	width:137px;
	height:37px;
	background-image: url(images/l/tab_products_on.gif);
	}

/*ul.tabs_submain li a.current,ul.vert-one li a.current:hover{*/
ul.tabs_submain li.p_selected a, ul.tabs_submain li.p_selected a:hover {
	display: block;
	width:137px;
	height:37px;
	background-image: url(images/l/tab_products_on.gif);
	}

.tabs_submain li.tab_testimonials a{
	display:block;
	width:153px;
	height:37px;
	background-image: url(images/l/tab_testimonials_off.gif);
	}

.tabs_submain li.tab_testimonials a:hover{
	display:block;
	width:153px;
	height:37px;
	background-image: url(images/l/tab_testimonials_on.gif);
	}

ul.tabs_submain li.t_selected a, ul.tabs_submain li.t_selected a:hover {
	display:block;
	width:153px;
	height:37px;
	background-image: url(images/l/tab_testimonials_on.gif);
	}


.tabs_submain li.tab_guidance a{
	display:block;
	width:110px;
	height:37px;
	background-image: url(images/l/tab_events_off.gif);
	}

.tabs_submain li.tab_guidance a:hover{
	display:block;
	width:110px;
	height:37px;
	background-image: url(images/l/tab_events_on.gif);
	}

ul.tabs_submain li.g_selected a, ul.tabs_submain li.g_selected a:hover {
	display:block;
	width:110px;
	height:37px;
	background-image: url(images/l/tab_events_on.gif);
	}

.tabs_submain li.tab_about a{
	display:block;
	width:131px;
	height:37px;
	background-image: url(images/l/tab_about_us_off.gif);
	}

.tabs_submain li.tab_about a:hover{
	display:block;
	width:131px;
	height:37px;
	background-image: url(images/l/tab_about_us_on.gif);
	}

ul.tabs_submain li.a_selected a, ul.tabs_submain li.a_selected a:hover {
	display:block;
	width:131px;
	height:37px;
	background-image: url(images/l/tab_about_us_on.gif);
	}

.tabs_submain li.tab_faq a{
	display:block;
	width:84px;
	height:37px;
	background-image: url(images/l/tab_faq_off.gif);
	}

.tabs_submain li.tab_faq a:hover{
	display:block;
	width:84px;
	height:37px;
	background-image: url(images/l/tab_faq_on.gif);
	}

ul.tabs_submain li.faq_selected a, ul.tabs_submain li.faq_selected a:hover {
	display:block;
	width:84px;
	height:37px;
	background-image: url(images/l/tab_faq_on.gif);
	}
	
	


.tabs_submain li.tab_contact a{
	display:block;
	width:90px;
	height:37px;
	background-image: url(images/l/tab_contact_off.gif);
	}

.tabs_submain li.tab_contact a:hover{
	display:block;
	width:90px;
	height:37px;
	background-image: url(images/l/tab_contact_on.gif);
	}

ul.tabs_submain li.c_selected a, ul.tabs_submain li.c_selected a:hover {
	display:block;
	width:90px;
	height:37px;
	background-image: url(images/l/tab_contact_on.gif);
	}

ul.tabs_submain li.l_selected a, ul.tabs_submain li.l_selected a:hover {
	display:block;
	width:81px;
	height:37px;
	background-image: url(images/l/tab_login_on.gif);
	}






/*=====================  Column Left and right  ======================*/

.cols_container{
	float:left;
	margin:45px 10px 20px 10px;
	display:inline;
	width:100%;

	}

.col_left{
	float:left;
	width:609px;
	margin:0 21px 0 0;
	display:inline;
	height:auto;
	font-size:12px;
	line-height:23px;
	}

	
.col_left hr{
	border:none;
	border-bottom:1px dotted  #a6abae;
	margin:50px  auto;
	width:100%;
	}	

	
.col_left h1{
	font:normal 24px Arial, Helvetica, sans-serif;
	color:#0869b0;
	line-height:30px;
	letter-spacing:0.5px;
	display:block;
	border-bottom:1px dotted #a6abae;
	margin:0;
	}
	
.col_left h1 span{
	color:#122939;
	}
	
.col_left h3{
	color:#122939;
	font-size:18px;
	font-weight:normal;
	}

.col_left p{
	color:#191c1e;
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:23px;
	margin:15px 0;
	}


.col_left ol, .col_left ul{
	margin:10px 0 0 30px;
	}

.col_right{
	float: left;
	width:250px;
	height: 550px;
	margin:0;
	}

.col_right h1{
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#24506e;
	line-height:30px;
	letter-spacing:0.5px;
	display:block;
	border-bottom:2px solid #122838;
	margin:0 0 10px 0;
	}

.price{
	color:#efa500;
	}







.video-container{
	width:553px;
	height:481px;
	position: absolute;
	top:180px;
	left:200px;
	z-index:1;
	display:none;
	}
	
.video-inner-container{
	width:425px;
	height:344px;
	margin:70px 0 0 54px;
	position:absolute;
	}

.video-switch{
	position:absolute;
	right:4px;
	top:40px;
	cursor:pointer;
	background:url(images/l/video-message-btn.gif);
	width:351px;
	height:75px;
	}


/*=====================  BODY AREA ======================*/


.body_contents{
	float:left;
	border-left:1px solid #beced9;
	border-right:1px solid #beced9;
	width:902px;
	
	padding:16px 10px;
	padding-top:20px;
	background: url(images/l/link_body_bg.gif) repeat-x #FFFFFF;
	background-position:bottom;
	overflow:visible;
	/* min-height:434px; */
	}
	
.link_body_bg{
	background: #FFFFFF url(images/l/link_body_bg.gif) repeat-x bottom;
	}
	
div.main-page-text{
	width:830px;
	margin:0 auto;
	padding:18px 0 4px 0;
	text-align:justify;
	}
	
.main-page-text h1, .main-page-text h2{
	font: bold 12px Tahoma, Geneva, sans-serif;
	color:#999999;
	margin:4px 0;
	}

.main-page-text{
	font: normal 11px/18px Tahoma, Geneva, sans-serif;
	color:#999999;
	}



/*======= Pagination Styling ==============*/


ol.wp-paginate li{
	width:18px;
	height:18px;
	font:11px Tahoma, Geneva, sans-serif !important;
	}

.wp-paginate .current {
	background: url(images/l/on-pagination-bg.png) repeat-x !important;
	border:1px solid #b4d2fc !important;
	color:#383838  !important;
	margin-right:4px;
	font-weight:bold;
	padding:2px 5px !important;
	}
	
.wp-paginate a {
	background: url(images/l/off-pagination-bg.png) repeat-x !important;
	border:1px solid #b9b9b9;
	color:#383838 !important;
	margin-right:4px;
	padding:2px 5px !important;
	text-align:center;
	text-decoration: underline !important;
	}
	
.wp-paginate li a:hover {
	text-decoration:none !important;
	}
	
.navigation {
	text-align: right !important;
	}
	
/*=====================  Members logo Marquee ======================*/

.members_logo{
	float:left;
	position: relative;
	width:924px;
	height:118px;
	background:url(images/l/members_of_bg.gif) repeat-x;
	}
	
.members_logo_l{
	background:url(images/l/members_of_bg_l.gif) repeat-x;
	}


.members_left{
	position:absolute;
	margin:0;
	padding:0;
	}

.members_logo h3{
	position:absolute;
	left:10px;
	top:6px;
	font-size:14px;
	font-weight: bold;
	color:#474848;
	}
	
/*.members_logo h4, a.members_logo {
	position:absolute;
	height:10px;
	width:auto;
	padding:0;
	margin:3px 10px 0 405px;
	white-space:nowrap;
	color:#ed3b3b;
	font: bold 11px tahoma, "Arial Narrow", Courier, "Courier New";
	}

.members_logo a:hover{
	text-decoration:none;	
	}*/

.members_right{
	position:absolute;
	margin:0 0 0 913px;
	padding:0;
	display:inline;
	}
	
/*.left_arrow{
	position:absolute;
	margin:55px 0 0 20px;
	padding:0;
	border:none;
	cursor:pointer;
	}
	
.right_arrow{
	position:absolute;
	margin:55px 0 0 880px;
	padding:0;
	padding:0;
	border:none;
		cursor:pointer;
	}*/


.logos{
	position:absolute;
	width:902px;
	height:70px;
	top:52px;
	left:11px;
	overflow: visible;
	}
	
.logos img{
	margin:0 10px;
	}
	
	
.logos img, .logos ul, .logos li{
	border:none !important;
	}
	


/**********************************************/
/* @name: style.css                           */
/* @date: 19/11/07                            */
/* @desc: JMyCarousel css                     */
/* @auth: kevin@enova-tech.net                */
/**********************************************/
/** General Elements && arrows description  ***/


/*div.logos .prev{
	background: url('images/l/left.png') no-repeat;
	width:47px;
	height:71px;
	border:0px;

	}

div.logos .next{
	background: url('images/l/right.png') no-repeat;
	width:47px;
	height:71px;
	border:0px;
	}

div.logos .up{
	background: url('images/l/up.png') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
	}

div.logos .down{
	background: url('images/l/down.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
	}

div.jMyCarousel{
	border: none;
	position: absolute;
	top:-34px;
	background:url(images/l/logo_marquee_bg.gif) repeat-x;

	}

.jMyCarousel ul li{
	margin:0px;
	border: none;
	padding:38px 0 0 0;
	list-style:none;
	display:inline;
	height:70px;
	float:left;

}

div.jMyCarousel ul li a{ /* in case of link 
	display:block;

}

div.jMyCarousel ul li img{
	display:block;
	border:0px;
}
*/
	
/*=====================  Footer ======================*/


.footer{
	float:left;
	clear:left;
	width:924px;
	height:70px;
	text-align:center;
	padding: 10px 0 0 0;
	}

.footer a{
	font-size:12px;
	margin: 10px 10px;
	color:#2b2b2b;
	}
	
.footer a:hover{
	text-decoration:none;
	}

.footer p{
	margin:10px 0 0 0;
	color:#999999;
	font-size:11px;
	}


/*=========================*/



.not-found{
	text-align:center;
	}
	
.not-found h2{
	width:607px;
	}
	
div.single-comments{
	margin-left:0px;
	}
	
div.share-this{
	text-align:center;
	}
	
p.single-postmetadata{
	width:527px !important;
	padding:20px 40px !important;
	background:#f6f6f6 !important;
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
	text-align:center;
	}
	
div.single-comments h3{
	text-align:left;
	margin-top:40px;
	color:#132939;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	}
	
ol.commentlist{
	margin-left:0 !important;
	width:609px;
	padding-bottom:5px;
	border-bottom:1px dotted #A6ABAE;
	}
	
ol.commentlist li{
	border-top:1px dotted #a6abae;
	border-bottom: none;
	border-left:none;
	border-right:none;
	}
	
ol.commentlist div.comment-body{
	padding-left:150px;
	margin-left:45px;
	padding-left:11px;
	border-left:3px solid #d3d3d3;
	}
	
ol.commentlist div.comment-body div.commentmetadata a{
	color:#8c8c8c
	}
	
	
form#commentform{
	width:382px;
	}
	
	
form#commentform input[type=text], p #commentform select, p #commentform input[type=password], form#commentform p textarea{
	border:1px #9ea1a8 inset;
	width:378px;
	color:#333333;
	font-size:13px;
	padding:3px 0 0 0;
	background: #f1f6fa;
	margin-top:15px;
	}
	
p #commentform textarea{
	border:1px #999999 inset;
	width:335px;
	color:#333333;
	font-size:13px;
	padding:3px 0 0 0;
	background: #f1f6fa;
	height:100px;
	}
	
p #commentform input:hover, p #commentform select:hover, p #commentform textarea:hover {
	background: #f7fbfd;
	}
	
/*** Pagination ***/
#pagination{clear:both;position:relative; font-size:11px; line-height:13px; text-shadow:1px 1px 1px #FFF}
#pagination span, #pagination a{display:block; float:left; margin:2px 2px 2px 0; padding:6px 9px 5px 9px; text-decoration:none; width:auto; color:#666; background:#EEE}
#pagination a:hover{background:#D7D7D7}
#pagination .current{padding:6px 9px 5px 9px; background:#D7D7D7}

.liberteks-banner{	
	margin:0px;
	padding:0px;
	height:110px;
	position:relative;
	}

.liberteks-banner a.logo{
	background:url(images/liberteks_logo.gif) top no-repeat;
	height:89px;
	width:225px;
	text-indent:-5555em;
	display:block;
	margin:10px 0 0 0;
	padding:0px;
	position:absolute;
	}


.video-switch{
	padding:0px;
	width:351px;
	height:75px;
	position:absolute;
	top:40px;
	left:296px;	
	}
		
.video-container{
	width:553px;
	height:481px;
	position: absolute;
	top:180px;
	left:200px;
	z-index:1;
	display:none;
	}
	
.video-inner-container{
	width:425px;
	height:344px;
	margin:70px 0 0 54px;
	position:absolute;
	}

	
	
	
	.add-topright{
	width:215px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
	position:absolute;
	top:12px;
	right:0;
	}

.add-topright address{
	color:#156bad;
	font-size:13px;
	font-style:normal;
	word-spacing:0px !important;
	margin-left:8px !important;
	}

.add-topright address span{
	color:#122838;
	font-size:20px;
	display:block;
	margin-bottom:5px;
	word-spacing:0px !important;

	}

.email{
	width:208px;
	margin:10px 0 0 12px;
	padding:0px;
	text-align:right;
	}

.email .ns-field{
	width:146px;
	height:20px !important;
	background:#ebf5fe;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#2f6488;
	border:1px solid #2f6488;
	margin:1px 0 0 0;
	padding:0px 5px 0 7px !important;
	outline:none; 
	float:left;
	}
/*
*html, .nsu-form .nsu-field{
	padding:2px 5px 0 7px;
	height:17px;
	top:
	}*/
.nsu-form label { display: none; }
.email .ns-submit{
	width:44px;
	height:25px;
	border:none;
	font-size: 11px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	cursor:pointer;
	display:block;
	position:absolute;
	right:0px;
	top:83px;
	background-color: #31688E;
	border: 1px solid #D8E6F7;
	color: #fff;
	top /*\**/: 80px\9
	}
	
*html .email .ns-submit {
	top:72px !important;
}
@-moz-document url-prefix() {
	.email .ns-submit{
	margin-top: 1px;
}
}
.nsu-error { display: block; font-size: 9px; clear: both; position: absolute; top: 99px; right: 0; line-height: normal; width: 208px; height: 10px; text-align: center; }
/*.IE8 .submit-email{
	top:74px !important;
	}*/


.top-right-corner{
	top:131px !important;
}
input.blur {
        background:#EEE;
        color: #a6a6a6;
		border:1px solid #7aa3bf;
		background-image:url(https://liberteks.com/images/is_input_bg.gif);
		padding:4px 0 0 4px;
		}
#breadcrumbs {padding: 5px 0;margin:0; font-size: 11px;}
#breadcrumbs li {display:inline;padding: 0;}

/*================  Contact Page  ======================*/

.contact-left-col{
	width:500px !important;
	height:700px !important;
	}

.contact-right-col{
	width:359px !important;
	}

.contactinfo td {
	padding: 0 0 15px 0;
	margin: 0;
}

.phoneNumner{
	font-size:25px;
	font:Arial, Helvetica, sans-serif;
	color:#112839;
	letter-spacing:0.1em;
	margin: 0;
	padding: 0;
	}

.contact-right-col .email{
	font-size:22px;
	font:Arial, Helvetica, sans-serif;
	color:#112839;
	margin: 0;
	padding: 0;
	}

.address-contact{
	font-size:12px;
	font:Arial, Helvetica, sans-serif;
	color:#112839;
	}

#wpcf7-f726-p723-o1 {
	width: 412px;
}

#wpcf7-f726-p723-o1 span.wpcf7-not-valid-tip {
	display: none;
}

#wpcf7-f726-p723-o1 .wpcf7-text, #wpcf7-f726-p723-o1 textarea {
	width: 300px;
	padding: 7px 5px;
	margin: 0;
	border: 1px solid #aaa;
	background-color: #F7FBFD;
}

#wpcf7-f726-p723-o1 textarea  {
	width: 400px;
}

#wpcf7-f726-p723-o1 .wpcf7-submit {
	float: right;
	padding: 5px 20px;
	background-color: #86b3d3;
	margin-bottom: 10px;
	color: #fff;
	border: 1px solid #578fad;
	text-transform: uppercase;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

table.frame {
	width: 100%;
	border: 1px solid #DFDFDF;
	background-color: #F7F7F7;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
td.text { padding: 20px 10px 0 10px; }

#wpcf7-f730-p572-o1 .wpcf7-text, #wpcf7-f730-p572-o1 .wpcf7-select {
	width: 250px;
	padding: 7px 5px;
	margin: 0;
	border: 1px solid #aaa;
	background-color: #F7FBFD;
}
#wpcf7-f730-p572-o1 p  {
	clear: both;
}
#wpcf7-f730-p572-o1 p.location, #wpcf7-f730-p572-o1 p.phones {
	clear: none;
	float: left;
	width: 150px;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: normal;
}
#wpcf7-f730-p572-o1 .address{
	width: 130px;
}
#wpcf7-f730-p572-o1 .wpcf7-select {
	padding: 6px 5px;
	width: 140px;
}
#wpcf7-f730-p572-o1 span.wpcf7-not-valid-tip {
	display: none;
}
#wpcf7-f730-p572-o1 .wpcf7-submit {
	float: left;
	padding: 5px 20px;
	background-color: #86b3d3;
	margin-bottom: 10px;
	color: #fff;
	border: 1px solid #578fad;
	text-transform: uppercase;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#wpcf7-f733-p605-o1 .wpcf7-text, #wpcf7-f733-p605-o1 .wpcf7-select, #wpcf7-f733-p605-o1 textarea {
	width: 250px;
	padding: 7px 5px;
	margin: 0;
	border: 1px solid #aaa;
	background-color: #F7FBFD;
}
#wpcf7-f733-p605-o1 textarea { width: 350px; }

#wpcf7-f733-p605-o1 p  {
	clear: both;
}
#wpcf7-f733-p605-o1 p.location, #wpcf7-f733-p605-o1 p.phones {
	clear: none;
	float: left;
	width: 150px;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: normal;
}
#wpcf7-f733-p605-o1 .address{
	width: 130px;
}
#wpcf7-f733-p605-o1 .wpcf7-select {
	padding: 6px 5px;
	width: 140px;
}
#wpcf7-f733-p605-o1 span.wpcf7-not-valid-tip {
	display: none;
}
#wpcf7-f733-p605-o1 .wpcf7-submit {
	float: left;
	padding: 5px 20px;
	background-color: #86b3d3;
	margin-bottom: 10px;
	color: #fff;
	border: 1px solid #578fad;
	text-transform: uppercase;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#wpcf7-f5465-p666-o1 .wpcf7-text, #wpcf7-f5465-p666-o1 .wpcf7-select, #wpcf7-f5465-p666-o1 textarea {
	width: 250px;
	padding: 7px 5px;
	margin: 0;
	border: 1px solid #aaa;
	background-color: #F7FBFD;
}
#wpcf7-f5465-p666-o1 textarea { width: 350px; }
#wpcf7-f5465-p666-o1 .wpcf7-submit {
	float: left;
	padding: 5px 20px;
	background-color: #86b3d3;
	margin-bottom: 10px;
	color: #fff;
	border: 1px solid #578fad;
	text-transform: uppercase;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.p_table { margin: 0; }
.p_table h3 { margin: 0; }
.p_table .product_image { width: 150px; text-align: center; }
.p_table h6 {
	clear:both;
	font-size:12px;
	font-weight:bold;
	color: #FF0000;
	margin:10px 0 0 0;
}
.p_table .regularprice{
	text-decoration:line-through;
	padding:5px 0;
}


body#testimonials #sidebar
{
	padding: 2px 0 10px 0;
	width: 292px;
	margin-right: 20px;
	margin-top:-1px;	
	font:12px/23px Arial, Helvetica, sans-serif;
	float: right;
	margin-left: 0 !important;
	}
	
body#testimonials #sidebar h2{
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:#24506e;
	display:block;
	border-bottom:2px solid #122838;
	width: 100%;
	}
	
body#testimonials .col_left{
	float:left;
	width:570px;
	margin:0;
	display:inline;
	height:auto;
	font-size:12px;
	line-height:23px;
	}
	
body#testimonials .col_left .entry {
	width: 570px;
}