/*
Theme Name: Tristantech
Theme URI: http://continuitydev.com/
 
Author: Tristantech

Version: 3.6.1
 
*/


/*-------------------------------------------------------------- */

 

 @charset "utf-8";
/* CSS Document */
body {
	color: #5383A3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image: url(images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center 88px;
	background-size:cover;
	background-color: #FFF;
}
* {
	outline:none!important;
	outline-color:transparent!important;
	margin:0px;
	padding:0px;
}
p {
	font-size: 13px;
	margin-bottom: 15px;
	color: #5383a3;
}
.clear {
	clear:both;
}
img {
	border:none;
}
a {
	text-decoration:none;
}
.header-bg {
	background-image: url(images/top-bg.jpg);
	background-repeat: repeat-x;
	height: 90px;
}
.header {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 88px;
}
.logo {
	float: left;
	margin-top: 10px;
}
/*------------ NAVIGATION CSS START -------------*/
/*.nav {
	float: left;
	width: 640px;
	margin-left: 20px;
	margin-top: 22px;
}*/

.nav {
	float: left;
	margin-left: 15px;
	margin-top: 22px;
	width: 667px;
}
.nav ul {
	margin: 0px;
	padding: 0px;
}
.nav ul li {
	display: block;
	float: left;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 14px;
	position:relative;
	list-style-type: none;
}
.nav ul li a {
	display: block;
	text-transform: uppercase;
	color: #5383a3;
	text-decoration: none;
	font-size: 18px;
	height: 54px;
}
.nav ul li a:hover {
	text-transform: uppercase;
	color: #008be4;
	-o-border-radius: 7px;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.nav ul li:hover ul {
	background-image: url(images/ul_bg.png);
	background-repeat: repeat;
	background-position: left top;
	position:absolute;
	left:0;
	top:68px;
	z-index:9999;
	display: block;
	padding:0px 0px 0px 0px !important;
}
.nav ul li ul {
	position:absolute;
	left:0;
	top:68px;
	z-index:9999;
	display:none;
	padding:0px 0px 0px 0px !important;
	background-image: url(images/ul_bg.png);
	background-repeat: repeat;
	background-position: left top;
}
.nav ul li ul li {
	background-image:none!important;
	min-width:200px;
	color:#FFFFFF;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	padding:3px 5px 3px 5px !important;
	border-bottom:1px solid #fff;
}
.nav ul li ul li:last-child {
	border-bottom:none!important;
}
/*Author: Shailesh Lekhwar*/
.product_width {
	width:200px!important;
	border-bottom:1px solid #fff!important;
}
.product_width:last-child {
	border-bottom:none!important;
}
#last {
	border-bottom:none;
}
.nav ul li ul li a {
	background-color: none;
	color: #FFFFFF;
	display: block;
	height: auto !important;
	font-size:13px!important;
	list-style-type: none;
	margin: 0px 0!important;
	padding: 5px !important;
}
.nav ul li ul li a:hover {
	background-color:none;
	color: #b1b3b6;
	display: block;
	height: auto !important;
	list-style-type: none;
	margin: 0px 0!important;
	padding: 5px !important;
	-o-border-radius: 7px;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
/*------- second nav ----------*/
.nav li li ul {
	/*margin: 0px 0 0 240px;*/
	margin: 0px 0 0 211px;
	visibility: hidden;
	top:0px!important;
}
.nav li li:hover ul {
	visibility:visible;
}
.nav li li:hover ul ul {
	visibility:hidden;
}
.nav li li ul li {
	width:250px!important;
	border-bottom:1px solid #fff!important;
}
/*------- third nav ----------*/
.nav ul ul ul ul {
	margin: 0px 0 0 240px;
	visibility: hidden;
}
.nav li li li:hover ul {
	visibility:visible;
	margin-left: 271px;
}
.nav ul li ul li ul li {
	width:260px!important;
	border-bottom:1px solid #fff!important;
}
.nav ul li.current-menu-ancestor > a {
	color:#B1B3B6;
}
.nav ul li.current-menu-parent > a {
	color:#B1B3B6;
}
.nav ul li.current_page_item > a {
	color: #B1B3B6;
}
* html .nav ul li.current_page_item a, * html .nav ul li.current-menu-ancestor a, * html .nav ul li.current-menu-item a, * html .nav ul li.current-menu-parent a, * html .nav ul li a:hover {
	color: #B1B3B6;
}
.search-box {
	float: right;
	width: 193px;
	background-image: url(images/search-bg.jpg);
	background-repeat: no-repeat;
	height: 31px;
	margin-top: 32px;
}
#search-form input[type="text"] {
	background: none transparent!important;
	float: left;
	border:none;
	height: 23px;
	margin: 4px 0px 0px 7px;
	width:150px;
	outline:none;
	color:#5383a3;
}
#search-form input[type="submit"] {
	background: none transparent!important;
	float: left;
	cursor:pointer;
	border:none;
	height: 25px;
	margin: 3px 0px 0px 6px;
	width: 28px;
}
.three-box {
	width: 950px;
	margin-top: 95px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
.box {
	float: left;
	width: 316px;
	text-align: center;
}
.box p {
	display: block;
	width: 253px;
	font-size: 13px;
	color: #818181;
	min-height: 180px;
	padding-left: 10px;
	margin-top:10px;
	border-bottom:1px solid #5383a3;
	padding-bottom:20px;
}
.box h3 {
	color: #5383A3;
	display: block;
	font-size: 18px;
	margin-bottom: 12px;
	min-height: 44px;
	text-transform: uppercase;
	width: 260px;
}
.box a {
	background-image: url(images/blue-arrow.png);
	background-repeat: no-repeat;
	background-position: 210px center;
	display: block;
	padding: 10px;
	width: 243px;
	font-size: 18px;
	font-weight: bold;
	color: #5383a3;
	text-decoration: none;
	margin-top:4px;
}
.box a:hover {
	background-image: url(images/blue-arrow-hover.png);
	background-repeat: no-repeat;
	background-position: 210px center;
	display: block;
	padding: 10px;
	width: 243px;
	font-size: 18px;
	font-weight: bold;
	margin-top:4px;
	color: #008be4;
	text-decoration: none;
}
.bot-main {
	background-image: url(images/company_vission-bg.png);
	background-repeat: repeat-x;
	height: 354px;
	width: 100%;
	padding-top: 35px;
	margin-bottom: 35px;
}
.comp_box {
	width: 286px;
	float: left;
	padding-right: 30px;
}
.comp_box h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 19px;
	color: #607685;
	font-weight: normal;
	margin-bottom: 15px;
}
.comp_box p {
	font-size: 13px;
	color: #607685;
	margin-bottom: 14px;
	min-height: 240px;
}
#read_more {
	background-image: url(images/read-more-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	margin-left: 18px;
	font-size: 14px;
	color: #5383a3;
	text-transform: lowercase;
	text-decoration: none;
	padding:3px 0px 3px 25px;
}
#read_more:hover {
	color: #008be4;
	text-decoration: none;
}
.left-img {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}
.main_twitter_box {
	width: 910px;
 	background-image: url(images/main-twitter-bg.png);
	background-repeat: repeat;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}
.twitter_box {
	background-image: url(images/twiiter-bg.png);
	background-repeat: no-repeat;
	height: 241px;
	width: 410px;
	float: left;
	margin-right: 20px;
	margin-left: 3px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.twitter_box h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}
.margin {
	background-image: url(images/twiiter-bg1.png);
	background-repeat: no-repeat;
	margin-right:0px;
}
.news_box {
	display: block;
	margin-top: 10px;
	padding: 0 0 17px;
}
.news_box p {
	color:#fff;
	font-size:13px;
	margin-bottom:5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 19px;
}
.news-hr {
	background-image: url(images/hr-bg.png);
	background-repeat: repeat-x;
	height: 2px;
	margin-top: 10px;
	border:none;
	margin-bottom: 10px;
}
.news_date {
	display: block;
	float: left;
	margin-top: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #FFF;
}
#read_more1 {
	background-image: url(images/read-more-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	margin-left: 18px;
	font-size: 14px;
	color: #fff;
	text-transform: lowercase;
	text-decoration: none;
	padding:3px 0px 3px 25px;
	float:right;
}
#read_more1:hover {
	color: #5383a3;
	text-decoration: none;
}
.footer-bg {
	background-color: #95abb8;
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	min-height: 250px;
	padding-bottom:20px;
	width: 100%;
	margin-top: 43px;
}
.footer {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 35px;
	font-size: 13px;
}
.get_box {
	float: left;
	width: 225px;
}
.get_box h3, .global_box h3, .brouchure_box h3, .newsletter_box h3 {
	font-size: 20px;
	font-weight: normal;
	color: #607685;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 12px;
}
.get_box h4 {
	font-size: 13px;
	font-weight: normal;
	color: #607685;
	letter-spacing: 1px;
}
.get_box ul {
	display: block;
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.get_box ul li {
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 8px;
	display:inline-block;
}
.get_box li a {
	background-image: url(images/footer-left-icon.png);
	background-repeat: no-repeat;
	list-style-type: none;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 25px;
	height:20px;
	padding:0px 5px 5px 30px;
	font-size: 13px;
}
#tel {
	background-position: 0px 0px;
	color: #607685;
	text-decoration: none;
}
#fax {
	background-position: left -29px;
	color: #607685;
	text-decoration: none;
}
#email {
	background-position: left -56px;
	color: #008be7;
	text-decoration: underline;
}
#download {
	background-position: left -115px;
	color: #008be7;
	text-decoration: underline;
}
.global_box {
	float: left;
	width: 220px;
}
.global_box p {
	color: #607685;
	text-align: center;
	margin-top: 10px;
}
.brouchure_box {
	width: 230px;
	margin-left: 20px;
	float: left;
}
.brouchure_box_img {
	float: right;
	margin-right: 4px;
	margin-bottom: 10px;
	display: block;
}
.brouchure_box a {
	font-size: 13px;
	color: #1490e1;
	float: left;
	display: block;
	margin-top: 8px;
	margin-left: 5px;
	line-height: 21px;
}
.brouchure_box a:hover {
	color: #607685;
}
.icons {
	height: 40px;
}
.icons a {
	display: block;
	float:left;
	margin-right:7px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.newsletter_box {
	float: right;
	width: 235px;
}
.subscribe {
	background-image: url(images/newsletter-bg.png);
	background-repeat: no-repeat;
	height: 114px;
	width: 209px;
	padding-top: 62px;
	padding-right: 12px;
	padding-left: 12px;
}
.subscribe p {
	color: #FFF;
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 3px;
}
#news_form {
	display: block;
	background-image: url(images/subscribe-bg.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 182px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#news_form input[type="text"] {
	background: none;
	float: left;
	height: 28px;
	width: 135px;
	margin:3px 0px 0px 7px;
	border:none;
	outline:none;
}
#news_form input[type="submit"] {
	background:none;
	float: left;
	height: 28px;
	width: 28px;
	margin:4px 0px 0px 4px;
	border:none;
	outline:none;
	cursor:pointer;
}
.copyright-left {
	float: left;
	margin-top: 25px;
	color: #607685;
	font-size: 12px;
	width: 600px;
}
.copyright-left a, .designed-right a {
	color: #607685;
	text-decoration: none;
}
.copyright-left a:hover, .designed-right a:hover {
	color: #008be4;
	text-decoration: none;
}
.designed-right {
	float: right;
	color: #607685;
	font-size: 12px;
	margin-top: 23px;
}
/*.inner-banner {
	margin: 0 auto 20px;
	min-height: 198px;
	position: relative;
	width: 950px;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	background-position: left top;
}*/


.inner-banner {
	border-bottom: 1px solid #767A7C;
	margin: 30px auto 0px;
	padding: 0 0 10px;
	width: 950px;
}
.inner-banner h2 {
	bottom: 23px;
	color: #5383A3;
	font-size: 18px;
}
.inner_header_pic {
	float: right;
	height: 170px;
	margin: 12px;
}
.inner_header_pic img {
	width:100%;
	height:100%;
}
.container {
	width: 950px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
.container-inner p {
	color: #5383A3;
	font-size: 13px;
	margin: 15px 0;
}
.container-inner h4 {
	color: #5383A3;
	font-size: 15px;
	margin: 10px 0;
	text-transform: capitalize;
}
.square-ul {
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0px;
}
.square-ul li {
	list-style-type: square;
	color: #5383a3;
	list-style-position: inside;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 10px;
}
.banner {
	margin: 0 auto 25px;
	height: 357px;
	position: relative;
	top: 0;
	width: 950px;
}
.twitter_box div a {
	color: #c5cacd!important;
}
.news_box li {
	list-style-type:none;
}
.entry-title a {
	color: #5383A3;
	text-decoration: none;
}
.entry-title a:hover {
	color: #412271;
}
.blog_left {
	/*border-right: 1px solid #5383A3;*/
	float: left;
	overflow: hidden;
	padding: 0 20px 20px 0px;
	width: 605px;
}
.blog_right {
	float: right;
	overflow: hidden;
	padding: 0 0px 30px 0;
	width: 300px;
	margin:0px 0 0 0;
}
/* =Widget Areas
-------------------------------------------------------------- 

.entry-content1 P {width: 600px
    margin: 0 0 10px;
 }

.entry-content span {
    clear: both;
 }

.entry-content  {border-bottom: 1px solid #CCCCCC;}
 */
 .entry-summary P {
 width: 600px margin: 0 0 10px;
}
.entry-summary {
}
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.entry-content1 P {
 width: 600px margin: 0 0 10px;
}
.entry-content2 {
	min-height: 145px;
}
.entry-content2 P {
	width: 600px;
	margin: 0 0 10px;
}
.widget-area ul ul {
}
.widget-area ul ul li {
	border-bottom: 1px dashed #5383A3;
	list-style-type: none;
	padding: 10px 0 10px 15px;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-container #recent-posts-2 {
	background:#000000;
	padding:10px;
}
.widget-title {
	border: none;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	font-weight: normal;
	padding: 5px 10px;
	text-transform: uppercase;
	background-image: url(images/blog_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.widget-area a:link, .widget-area a:visited {
	color: #341662;
	display: block;
	text-decoration: none;
}
.widget-area a:active, .widget-area a:hover {
	color: #000;
	display: block;
	text-decoration: none;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}
.widget-area {
	-webkit-text-size-adjust: 120%;
}
.entry-title2 {
	color: #000000;
	font-size: 28px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.entry-title1 {
	color: #fff;
	font-size:20px;
	margin-bottom: 0;
}
.entry-title1 a:link, .entry-title1 a:visited {
	color: #fff;
	text-decoration: none;
}
.entry-title1 a:active, .entry-title1 a:hover {
	color: #ccc;
}
.entry-utility {
	/* border-bottom: 1px solid #5383A3;*/
    display: block;
	font-size: 15px;
	margin: 15px 0;
	padding: 0 0 15px;
	width: 100%;
}
.entry-meta {
	color: #5383A3;
	display: block;
	font-size: 14px;
	margin: 10px 0;
}
.entry-meta abbr, .entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover, .entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-meta a, .entry-utility a {
	color: #5383A3;
	font-size: 14px;
}
.entry-meta a:hover, .entry-utility a:hover {
	font-size: 14px;
	color: #412271;
}
/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
	clear:both;
	text-transform: uppercase;
}
.navigation a:link, .navigation a:visited {
	color: #5383A3;
	text-decoration: none;
}
.navigation a:active, .navigation a:hover {
	color: #412271;
	text-decoration: none;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none !important;
}
.paged #nav-above, .single #nav-above {
	display: block;
}
#nav-below {
	margin: 50px 10px 50px 0px;
}
/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #B7B5B8;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
	width: ADA1BF;
}
.cptch_block {
	margin:0 0 0 20px;
	direction: inherit;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #000;
	float: left;
	font-size: 16px;
	margin: 13px 0;
	width: 87px;
}
#respond input {
	height: 30px;
	margin: 9px 0;
	width: 47%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888888;
	display: none;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	background-color: #03283b;
	border: medium none;
	color: #FFFFFF;
	font-size: 14px;
	padding: 0 10px;
	width: auto;
}
#respond .form-submit input:hover {
	background-color: #000;
	border: medium none;
	color: #FFFFFF;
	font-size: 14px;
	padding: 0 10px;
	width: auto;
}
.entry-date {
	color: #5383A3;
}
.entry-date:hover {
	color: #412271;
	text-decoration: none;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title, h3#reply-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul, #comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.page_title_author {
	border-bottom: 1px solid;
	font-size: 31px;
	margin: 32px 0 0;
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link, .comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active, .comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a, a.comment-edit-link {
	color: #888;
}
.reply a:hover, a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword, .nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
.blog_container {
	width: 950px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
/*blog-----E---------N-----------D---------------------------------------------- */

.tfe {
	display:none;
}
/*----------- CONTACT US PAGE CSS START ----------*/
/*.map {
	border-bottom: 1px solid #BEBDBC;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	padding: 0 0 10px;
	width: 950px;
}*/


.map {
	margin: 20px 0;
	overflow: hidden;
	padding: 0 0 10px;
	width: 320px;
}
#contact_form {
	width: 340px;
	display: block;
	float: left;
}
#contact_form h3, .add-box h3, #icons-bot h3 {
	font-size: 20px;
	border-bottom: 1px solid #8c9197;
	font-weight: 700;
	margin-bottom: 15px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.contact_form_input {
	border:1px solid #8ca8b6;
	height:25px;
	width: 287px;
	margin-top: 5px;
	margin-bottom: 5px;
	color:#fff;
	font-size:14px;
	outline:none;
	padding-top: 4px;
	padding-right: 13px;
	padding-bottom: 3px;
	padding-left:13px;
	/* -moz-border-radius:6px; -khtml-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;*/
	 background:#8ca8b6;
}
.contact_form_input1 {
	border:1px solid #8ca8b6;
	height:25px;
	width: 205px;
	margin-top: 5px;
	margin-bottom: 5px;
	color:#fff;
	font-size:14px;
	outline:none;
	padding-top: 4px;
	padding-right: 13px;
	padding-bottom: 3px;
	padding-left:13px;
	/*-moz-border-radius:6px; -khtml-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;*/
	 background:#8ca8b6;
	float:left;
}
.contact_form_input2 {
	border:1px solid #8ca8b6;
	height:25px;
	width: 205px;
	margin-top: 5px;
	margin-bottom: 5px;
	color:#fff;
	font-size:14px;
	outline:none;
	padding-top: 4px;
	padding-right: 13px;
	padding-bottom: 3px;
	padding-left:13px;
	/* -moz-border-radius:6px; -khtml-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;*/
	 background:#8ca8b6;
	float:left;
	margin-left:15px;
}
.contact_form_input:focus, .contact_form_input1:focus, .contact_form_input2:focus {
	background:#fff;
	border:1px solid #8ca8b6;
	color:#000000;
}
.contact_form_textarea {
	background:#fff;
	border:1px solid #8ca8b6;
	height:100px;
	width: 453px;
	margin-top: 5px;
	margin-bottom: 5px;
	color:#fff;
	font-size:14px;
	outline:none;
	padding-top:10px;
	padding-right: 13px;
	padding-bottom: 3px;
	padding-left:13px;
	/* -moz-border-radius:6px; -khtml-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;*/
	 background:#8ca8b6;
}
.contact_form_textarea:focus {
	color:#000000;
	background:#fff;
	border:1px solid #8ca8b6;
}
.submit {
	background-color: #5f666c;
	border: medium none;
	font-weight: bold;
	color: #FFFFFF !important;
	cursor: pointer;
	font-size: 15px;
	height: 36px;
	margin-top: 10px;
	outline: medium none;
	padding: 0 30px;
	text-align: center;
	text-transform: uppercase;
}
.add-box {
	float: right;
	margin-left: 65px;
	margin-right: 0;
	width: 380px;
}
.add-box p {
	font-size: 17px;
	line-height: 21px;
	margin-bottom: 8px;
}
.add-box a {
	color: #5383A3;
	text-decoration: none;
}
.add-box a:hover {
	color: #005daa;
	text-decoration: none;
}
.contact_table {
	border: 1px solid #8c9197;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 16px;
	text-transform: capitalize;
}
.contact_table td {
	border: 1px solid #8c9197;
	border-bottom:none;
	border-right:none;
	padding:5px 10px;
}
.bordr-top {
	border-top:none!important;
}
.bordr-left {
	border-left:none!important;
}
.aligncenter {
	float: none;
	margin: 0 380px;
}
h5 {
	color: #5383A3;
	font-size: 16px;
}
.newsletter_box li {
	list-style-type:none;
}
.newsletter-email {
	background: none;
	float: left;
	height: 28px;
	width: 135px;
	margin: 3px 0px 0px 7px;
	border: none;
	outline: none;
}
.newsletter-submit {
	background: none;
	float: left;
	height: 28px;
	width: 28px;
	margin: 4px 0px 0px 4px;
	border: none;
	outline: none;
	cursor: pointer;
}
.container-inner ul {
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0px;
}
.container-inner ul li {
	list-style-type: square;
	color: #5383a3;
	list-style-position: inside;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 10px;
}
.container-inner ul li a {
	color: #5383a3;
	text-decoration: none;
}
.container-inner ul li a:hover {
	color: #000;
	text-decoration: underline;
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.st-sharethis-counter {
	display: none !important;
}
.twitter_box h3 a {
	color:#FFFFFF;
}
.entry-content a {
	color:#5383A3;
	text-decoration: underline;
}
.distributors td {
	border-bottom: 1px dashed #5383A3;
	min-height: 348px;
	padding: 12px 0 3px;
}
.distributors td strong {
	font-size: 15px;
	text-transform: uppercase;
}
.container_inner_left {
	border-right: 1px dashed #787C7F;
	float: left;
	min-height: 290px;
	padding: 10px 30px 0 0;
	width: 660px;
}
.container_inner_right {
	float: right;
	width: 230px;
}
.container_inner_right h3 {
	bottom: 23px;
	color: #5383A3;
	font-size: 18px;
	margin: 15px 0;
}
.get_box1 ul {
	display: block;
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.get_box1 ul li {
	display: inline-block;
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}
.get_box1 li a {
	background-image: url(images/footer-left-icon.png);
	background-repeat: no-repeat;
	list-style-type: none;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 25px;
	height:20px;
	padding:0px 5px 5px 30px;
	font-size: 13px;
}
#court {
	background-image: url("images/court.png");
	background-repeat: no-repeat;
	color: #607685;
	float: left;
	margin: 0 0 16px;
	text-decoration: none;
	width: 195px;
}
#tel {
	background-position: 0px 0px;
	color: #607685;
	text-decoration: none;
}
#fax {
	background-position: left -29px;
	color: #607685;
	text-decoration: none;
}
#email {
	background-position: left -56px;
	color: #008be7;
	text-decoration: underline;
}
#download {
	background-position: left -115px;
	color: #008be7;
	text-decoration: underline;
}
.back {
	background-color: #2D3439;
	border: medium none;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 10px;
}
#twitter {
	background-image: url("images/icons.png");
	background-position: left 0px;
	background-repeat: no-repeat;
	height: 37px;
	width: 38px;
}
#twitter:hover {
	background-position: left -37px;
}
#facebook {
	background-image: url("images/icons.png");
	background-position: left -148px;
	background-repeat: no-repeat;
	height: 37px;
	width: 38px;
}
#facebook:hover {
	background-image: url("images/icons.png");
	background-position: left -185px;
	background-repeat: no-repeat;
}
#linkedin {
	background-image: url("images/icons.png");
	background-position: left -74px;
	background-repeat: no-repeat;
	height: 37px;
	width: 38px;
}
#linkedin:hover {
	background-position: left -111px;
}
.warning {
	background-color: #FFFFFF;
	border: 1px solid;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px 10px 0;
	text-align: center;
}
.warning p {
	text-align: left;
	margin: 10px 0;
}
.inner_banner {
	width: 950px;
	margin: auto;
	position: relative;
}
.inner_banner h2 {
	position: absolute;
	left:25px;
	z-index: 99;
	bottom: 23px;
	font-size:19px;
	color:#fff;
}
.inner_banner img {
	position: relative;
}
.sitemap {
	margin-bottom: 8px;
	margin-top: 8px;
	padding: 0;
}
.sitemap ul {
	margin: 10px 0 10px 68px;
	padding: 0;
}
.sitemap ul ul {
	margin: 10px 0 10px 38px;
	padding: 0;
}
.sitemap ul ul ul {
	margin: 10px 0 10px 38px;
	padding: 0;
}
.sitemap ul ul ul ul {
	margin: 10px 0 10px 38px;
	padding: 0;
}
.sitemap ul ul ul ul ul {
	margin: 10px 0 10px 38px;
	padding: 0;
}
