@charset "UTF-8";
/* CSS Document */


/* General
------------------------------ */
html {
	font-size: 100.01%;	/* routes around several browser bugs */
	overflow-y: scroll;
	height: 100%;
}
body {
	font: 100% Myriad Pro, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #666666;
	font-size: 13px;
	line-height: 1.45em;  /* for a target line height of 16px */
	height: 100%;
	background: #FFF;
}
p {
	margin: .2em 0 .8em 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: .8em 0 .4em 0;
	padding: 0;
	color: #000;
}
h1 {
	font-size: 1.7em;
}
h1.title {
	color: #3b617f;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	/*text-transform:uppercase;
	border-left:3px solid #3b617f;
	margin:40px 40px 20px;
	padding-left:10px;
	font-size:25px;
	height:32px;
	padding-top:10px;*/
}
h1.parent-title {
	color: #3b617f;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	border-left:3px solid #3b617f;
	margin:40px 30px 20px;
	padding-left:10px;
	font-size:25px;
	line-height:25px;
	min-height:32px;
	padding-top:10px;
	font-weight:normal;
}
h2 {
	font-size: 1.5em;
	/*display:none;*/
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
a,
a:link,
a:visited {
	color: #5991BF;
	text-decoration: underline;
}
a:hover {
	color: #006699;
	text-decoration: none;
}
a:active,
a.active {
	color: #006699;
}
tbody {
	border: none;
}
input,
select,
textarea {
	font-family: inherit;
}
.fltrt {
	float: right;
	margin-left: 20px;
}
.fltlft {
	float: left;
	margin-right: 20px;
}
.clearfloat { 
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
#breadcrumb {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: .85em;
	color: #999;
	line-height: 20px;
	height: 30px;
}
hr {
	border: 0;
	color: #000;
	background-color: #999;
	height: 1px;
	width: 100%;
	text-align: left;
}
.smallText {
	font-size: .85em;
	line-height: 1.2em;
}
.hide {
	display: none;
}
img{
	border:0;
}
/* Header
------------------------------ */
#header-wrapper {
	padding: 0;
	
}
#header {
	padding: 0;
	
}
#header #logo {
	float:right;
	width: 352px;
	margin-right:35px;
}
#header #logo img {
	
}
#header-region {
	margin: 0;
	padding: 0 10px 0 0;
	float: right;
	width: 710px;
}
#header p {
	margin: 0;
	padding: 0;
	text-align: right;
}

#header #block-search-form {
	margin: 0;
	padding: 0;
	text-align: right;
	width: 220px;
	float: right;
}
#header .form-item {
	margin: 0;
}
#header #block-search-form #edit-search-block-form-keys {
	margin: 0;
	padding: 5px;
	height: 11px;
	width: 168px;
	font-size: 1em;
	line-height: 1em;
	color: #666666;
	border: 1px solid #d7e5f1;
}
#header #block-search-form #submit {  /* hide the search button and put in a fancy little image, instead */
	background-color: transparent;  /* hide standard button display stuff */
	border: none; /* hide standard button display stuff */
	background-image: url(images/search-btn.png); /* put in fancy image */
	background-repeat: no-repeat;
	vertical-align: middle;
	height: 20px; /* fancy image height */
	width: 20px; /* fancy image width */
	text-indent: 34px; /* move the 'Search' text on the button to the right */
	word-spacing: 10em; /* and space it out -- both of these shouldn't be necessary, but the combination makes all our browsers style this correctly */
	text-align: right; /* see above */
	cursor: pointer; /* make the mouse give the right feedback - IE stupidity, again */
	padding: 0;
	margin: 0;
}
#header #block-menu_block-3 {
	width: 200px;
	float: right;
}
#header #block-menu_block-3 ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
#header #block-menu_block-3 li {
	margin: 0;
	padding: 0 5px;
	list-style: none;
	list-style-image: none;
	display: inline;
	line-height: 24px;
}
#header #block-menu_block-3 a, 
#header #block-menu_block-3 a:link,
#header #block-menu_block-3 a:visited {
	color: #006699;
	text-decoration: none;
}
#header #block-menu_block-3 a:hover {
	text-decoration: underline;
}

/* Navigation
------------------------------ */
#navigation {
	margin: 5px 0 0 0;
	padding: 0;
	height: 48px;
	width: 1264px;
	/*float: right;*/
	background:#5991bf;
}
#block-superfish-1 {
	margin: 0;
	padding: 0;
}
ul#superfish-1 {
	margin: 0;
	padding: 0;
	height: 30px;
}
ul#superfish-1 a, 
ul#superfish-1 a:visited {
	padding: 0 15px 0 0;
	color: #006699;
	line-height: 30px;
	height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "PT Sans Narrow", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
ul#superfish-1 a:hover, 
ul#superfish-1 a:active, 
ul#superfish-1 a.active {
	color: #b92017;
}
ul#superfish-1 ul {
	margin: 0;
	padding: 0;
	top: 30px;
}
ul#superfish-1 li {
	padding: 0;
	font-weight: bold;
}
ul#superfish-1 ul li {
	padding: 0;
	font-weight: normal;
	background: #5991BF;
	font-size: .9em;
	border-bottom: 1px solid #FFF;
}
ul#superfish-1 ul a, 
ul#superfish-1 ul a:visited {
	padding: 0 10px;
	color: #FFF;
}
ul#superfish-1 ul a:hover {
	background-color: #006699;
	color: #FFF;
}
ul#superfish-1 ul ul {
	margin: 0;
	padding: 0;
	top: 0;
}

/* Layout
------------------------------ */
#page {
	margin: 0 auto;
	width: 1280px;
}
#container {
	margin: 0;
	clear: both;
	/*background:#5991bf;*/
}

/* Main
------------------------------ */
#main {
	margin: 0;
	padding:15px 0 0 16px;
	background:#fff;
	float:left;
	width:980px;
}
body.two-sidebars #main {
	float: left;
	width: 980px;
}
/*body.sidebar-second #main {
	float: left;
	width: 710px;
}
body.sidebar-first #main {
	float: left;
	width: 710px;
}*/

/* Sidebars
------------------------------ */
#sidebar-first {
	background:#5991bf;
	/*margin: 0 15px 0 0;
	padding: 0 0 40px;*/
	float: left;
	width: 284px;
	overflow: hidden;
	display: inline;
	/*min-height:548px;*/
}
#sidebar-second {
	margin: 0;
	padding: 20px 0;
	float: right;
	width: 215px;
	overflow: hidden;
}

/* Sidenav
------------------------------ */
#sidebar-first ul.menu ul.menu a {font-size:14px;}
#block-menu_block-1, 
#block-menu_block-2 {
	margin: 0;
	padding: 0;
	/*background: url(images/sidenav-bg-middle.jpg) repeat-y top left;*/
	text-transform: uppercase;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
}
#block-menu_block-1 .content, 
#block-menu_block-2 .content {
	/*background: url(images/sidenav-bg-top.jpg) no-repeat top left;*/
}
#block-menu_block-1 .content .menu-block-1, 
#block-menu_block-2 .content .menu-block-2 {
	/*background: url(images/sidenav-bg-bottom.jpg) no-repeat bottom left;*/
}
#block-menu_block-1 ul, 
#block-menu_block-2 ul {
	margin: 0;
	padding: 10px 0;
}
#block-menu_block-1 li, 
#block-menu_block-2 li {
	margin: 0;
	padding: 0.2em 0.5em 0 0;
	/*padding: 10px 5px;*/
	list-style: none;
	list-style-image: none;
	/*border-bottom: 1px solid #FFF;*/
}
#block-menu_block-1 li.expanded, 
#block-menu_block-1 li.active, 
#block-menu_block-2 li.expanded, 
#block-menu_block-2 li.active {
	/*background: url(images/sidenav-expanded-bg.png) repeat-y top left;*/
}
#block-menu_block-1 li.expanded ul  li.expanded, 
#block-menu_block-2 li.expanded ul  li.expanded {
	background: none;
}
#block-menu_block-1 li li, 
#block-menu_block-2 li li {
	border-bottom: none;
}
#block-menu_block-1 li ul, 
#block-menu_block-2 li ul {
	margin: 0;
	padding: 2px 0 0 17px;
}
#block-menu_block-1 a, 
#block-menu_block-1 a:link, 
#block-menu_block-1 a:visited, 
#block-menu_block-2 a, 
#block-menu_block-2 a:link, 
#block-menu_block-2 a:visited {
	padding: 0;
	text-decoration: none;
	color: #FFF;
	font-size:15px;
	padding:12px 10px 12px 30px;
	display:block;
	/*font-family:Myriad Pro;*/
	font-weight:normal;
	/*background:url(images/arrow.png) no-repeat scroll 242px center rgba(0, 0, 0, 0);*/
}
#block-menu_block-1 a:hover, 
#block-menu_block-2 a:hover {
	text-decoration: none;
	display:block;
	background:#64a0d1; /* url(images/arrow.png) no-repeat scroll 242px center  */
}
#block-menu_block-1 a.active, 
#block-menu_block-2 a.active {
	color: #FFF;
	background:#64a0d1; /* url(images/arrow.png) no-repeat scroll 242px center  */
	display:block;
}
#block-menu_block-1 a span, 
#block-menu_block-2 a span {
	/*background:url(images/arrow.png) no-repeat scroll 212px center rgba(0, 0, 0, 0);*/
	display:block;
	width:225px;
}
/* Home
------------------------------ */
/*body.front.sidebar-second #main {
	margin-left: 20px;
	width: 540px;
}*/
body.front.sidebar-second #sidebar-second {
	margin-right: 20px;
	width: 330px;
}
body.front #block-views-news-block_1 {
	padding: 0 0 15px 0;
	background: url(images/announcements-bg-bottom.png) no-repeat left bottom;
	overflow: hidden;
}
body.front #block-views-news-block_1 h2 {
	margin: 0;
	padding: 15px 20px 5px 20px;
	background: url(images/announcements-bg-top.png) no-repeat left top;
	color: #999;
	text-transform: uppercase;
}
body.front #block-views-news-block_1 .content {
	margin: 0;
	padding: 5px 20px 0 20px;
	background: url(images/announcements-bg-middle.png) repeat-y left top;
}
body.front #block-views-news-block_1 .content .views-row {
	padding: 0 0 5px 20px;
	line-height: 16px;
	background: url(images/bullet.png) no-repeat left top;
}
body.front #block-block-3 {
	margin: 15px 0 0 5px;
}
body.front #block-block-4 {
	margin: 0;
	padding: 0;
	height: 50px;
	background: url(images/newsletter-bg.png) no-repeat top left;
}
body.front #block-block-4 h4 {
	margin: 10px 0 0 0;
	line-height: 50px;
	height: 50px;
	text-align: center;
}
body.front #block-block-4 h4 a, 
body.front #block-block-4 h4 a:link,
body.front #block-block-4 h4 a:visited {
	text-decoration: none;
	padding-right: 23px;
	background: url(images/search-btn.png) no-repeat right center;
}

/* Home rollovers
------------------------------ */
#home-images-wrapper {
	margin: 0;
	padding: 5px 16px 0 16px;
	
}
#home-images {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: "PT Sans Narrow", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	background: url(images/home-images-bg.png) no-repeat center bottom;
}
#home-images #image1 {
	background: url(images/home-image-1n.jpg) no-repeat left top;
}
#home-images #image2 {
	background: url(images/home-image-2n.jpg) no-repeat left top;
}
#home-images #image3 {
	background: url(images/home-image-3n.jpg) no-repeat left top;
}
#home-images #image4 {
	background: url(images/home-image-4n.jpg) no-repeat left top;
}
#home-images #image5 {
	background: url(images/home-image-5n.jpg) no-repeat left top;
}
#home-images #image6 {
	background: url(images/home-image-6n.jpg) no-repeat left top;
}
#home-images .images {
	padding: 0 4px;
	width: 150px;
	float: left;
	height: 430px;
	position: relative;
}
#home-images .product a, 
#home-images .product a:link, 
#home-images .product a:visited {
	background: #006699 url(images/home-buttons-bg.png) no-repeat left bottom;
	color: #FFF;
	height: 55px;
	width: 150px;
	line-height: 40px;
	position: absolute;
	bottom: 0;
	text-align: center;
	display: block;
	text-decoration: none;
}
#home-images .product a:hover {
	color: #5991BF;
	background: #006699 url(images/home-buttons-hover-bg.png) no-repeat left bottom;
}
#home-images .togglebox {
	margin: 0;
	padding: 10px 10px 5px 10px;
	background: url(images/home-expanded-bg.png) repeat top left;
	overflow: hidden;
	width: 130px;
	position: absolute;
	bottom: 55px;
}
#home-images .togglebox ul {
	padding: 0;
	margin: 0;
	text-align: center;
}
#home-images .togglebox li {
	padding: 0;
	margin: 0;
	list-style: none;
	padding: 0 0 5px 0; 
}
#home-images .togglebox a, 
#home-images .togglebox a:link, 
#home-images .togglebox a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
}
#home-images .togglebox a:hover {
	text-decoration: underline;
}
#home-images #callout {
	margin: 0;
	padding: 0 20px;
	clear: left;
	height: 35px;
	color: #FFF;
	line-height: 25px;
	text-transform: none;
	font-size: 1.3em;
}

/* Banners
------------------------------ */
#banner {
	margin: 0 0 5px 0;
	padding: 0;
	background: #366ea5;
	height: 500px;
	position: relative;
	overflow: hidden;
}
#background-image {
	margin: 0;
	padding: 0;
	width: 948px;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px; /* -400px;*/
}
/*#text-image {
	margin: 0;
	padding: 0;
	width: 310px;
	height: 235px;
	position: absolute;
	left: -310px;
	right: 0;
}
#sub-text {
	margin: 0;
	color: #FFF;
	background: #5991BF;
	text-transform: none;
	position: relative;
	overflow: hidden;
	height: 45px;
}
#sub-text p {
	margin: 0;
	padding: 12px;
	font-size: 1.4em;
	font-family: "PT Sans Narrow", Arial, Helvetica, sans-serif;
	font-weight: bold;
}*/

/* Forms
------------------------------ */
body.node-type-webform .webform-component-fieldset {
	padding: 10px;
}
body.node-type-webform .webform-component-fieldset legend {
	padding: 5px;
	font-weight: bold;
	color: #FFF;
	background: #5991BF;
}
body.node-type-webform .webform-component {
	padding: 4px 0;
	clear: left;
}
body.node-type-webform .webform-client-form label {
	display: block;
	width: 230px;
	float: left;
	text-align: right;
	font-size: .95em;
	background: #EEE;
}
body.node-type-webform .webform-client-form label.option, 
body.node-type-webform .webform-client-form .webform-component-textarea label {
	display: inline;
	float: none;
	background: none;
}
body.node-type-webform .webform-client-form .form-item {
	margin: 0;
}

/* News
------------------------------ */
body.page-news .views-row {
	padding: 0 0 15px 0;
}

/* Where to buy
------------------------------ */
body.page-where-to-buy .attachment-after {
	padding: 0 20px;
}
body.page-where-to-buy .views-view-grid td {
	margin: 0;
	padding: 0 10px 20px 0;
	vertical-align: top;
}

/* Documents section
------------------------------ */
.view-id-documents_sections.view-display-id-node_content_1 .views-row {
	padding: 0 0 0 36px;
	line-height: 32px;
	background: url(images/folder.png) no-repeat left top;
	border-bottom: 1px solid #eee;
}
.view-id-documents_sections.view-display-id-node_content_1 .views-row-first {
	border-top: 1px solid #eee;
}
.node-type-document-section .filefield-file {
	padding: 5px 0;
}
.node-type-document-section ul.links.inline {
	margin: 20px 0 0 0;
	display: block;
}
.node-type-document-section ul.links.inline li {
	padding: 5px 10px;
	background: #eee;
	border: 1px solid #ddd;
}
#node-1512 ul.links.inline {
	display: none;
}
#block-user-login {
	margin: 20px 0;
	padding: 10px 30px;
	width: 320px;
	background: #eee;
	border: 1px solid #ccc;
}
#block-user-login, 
#user-login-form {
	text-align: left;
}
#block-user-login #user-login-form .item-list ul {
	margin: 20px 0;
	padding: 0;
}
#block-user-login #user-login-form .item-list li {
	margin: 15px 0;
	padding: 0;
	list-style: none;
}
#block-user-login #user-login-form .form-text {
	padding: 4px;
	width: 280px;
	border: 1px solid #ccc;
}

/* Gallery page
------------------------------ */
.view-id-gallery.view-display-id-page_1 td {
	padding: 10px 15px;
	vertical-align: top;
}
.view-id-gallery.view-display-id-page_1 td h2 {
	font-size: 1.2em;
}
.views_slideshow_singleframe_slide {
	width: 710px;
	position: relative;
}
.views-field-field-image-description-value {
	padding: 5px;
	width: 200px;
	height: 315px;
	position: absolute;
	top: 0;
	right: 0;
	background: #eee;
}

/* Blog Landing Page
------------------------------ */
div.field-name-field-blog-image{
	float:left;
	padding: 5px 20px 0 0px;
}
div.field-type-text-with-summary{
	line-height: 25px;
}
.node-blog .links .node-readmore{
	display:none;
}
.node-blog{
	margin-bottom: 3%;
}

/* Footer
------------------------------ */
#footer-wrapper {
	margin: 0;
}
#footer {
	clear: both;
	padding-top:15px;

}
#footer #block-block-1 {
	padding: 0 10px 0 10px;
	text-align: center;
	background: #EEE;
}
#footer #block-block-1 .footer-youtube {
	padding: 5px 0 0 0;
	width: 75px;
	float: left;
	text-align: left;
}
#footer #block-block-1 .footer-radio {
	padding: 5px 0 0 0;
	width: 140px;
	float: left;
	text-align: left;
}
#footer #block-block-1 .footer-text {
	padding: 20px 0 0 0;
	width: 550px;
	float: left;
}
#footer #block-block-1 .footer-logos {
	padding: 10px 0;
	width: 140px;
	float: right;
	text-align: right;
}
#footer p {
	margin: 0;
}
#footer a,
#footer a:link,
#footer a:visited {
	text-decoration: none;
	/*padding: 0 5px;
	line-height: 35px;*/
}
#footer ul {
	/*margin: 0;
	padding: 0;*/
}
#footer li {
	/*margin: 0;
	padding: 0 5px;*/
	list-style: none;
	list-style-image: none;
	/*display: inline;*/
}
#footer li.last {
	border-right: none;
}
#below-content {
	padding: 0 5px 10px 5px;
	text-align: center;
}




/* CSS BY Farhan */

.topSocial{
	float:left;
	width:515px; /*420px;*/
	padding-top:90px; /*70px;*/
}
.topSocial li{
	float:left;
	margin:0 5px;/*0 10px;*/
	list-style:none;
}
.sliderBanner{
	float:left;
	width:996px;
	height:562px;	
}
/*#contentLeftMenu ul{
	padding:0;
}
#contentLeftMenu li{
	list-style:none;
}
#contentLeftMenu li a{
	padding:15px 20px 15px 40px;
	display:block;
	color:#FFF;
	font-family:Myriad Pro;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}
#contentLeftMenu li a:hover{
	background:#64a0d1;
}
#contentLeftMenu li a.active{
	background:#64a0d1;
}
#contentLeftMenu li a span{
	background:url(../images/arrow.png) no-repeat 212px center;
	display:block;
}*/
.footerLeft{
	width:235px;
	float:left;
	text-align:right;
	padding-right:30px;
	border-right:2px solid #d7dce1;
}
.footerLeft li{
	font-size:11px;
	margin:0;
	text-transform:uppercase;
	margin:4px 0;
	color:#3b617f;
	font-weight:bold;
	letter-spacing:1px;
}
.footerLeft li a{
	color:#3b617f;
}
.footerLeft li a:hover{
	color:#ff9e00;
}
.callIcon{
	background:url(images/call_icon.png) no-repeat 100px 4px;
}
.footerLeft li a.email{
	background:url(images/email.png) no-repeat left 2px;
	padding-left:18px;
	color:#ff9e00;
}
.footerRight{
	float:left;
	padding:10px;
	width:990px;
	font-family:Myriad Pro;
}
.footerText{
	float:left;
	font-size:10px;
	line-height:15px;
	letter-spacing:2px;
	width:615px;
	color:#3b617f;
	padding:0 15px;
}
.footerText strong{
	text-transform:uppercase;
	letter-spacing:2px;
	display:block;
	margin-top:5px;
}
.footer-radio {
	width: 140px;
	float: left;
	text-align: left;
}
.clientImg{
	float:left;
	width:204px;
	/*margin-left:40px;*/
}
.gallery-landing{
	width:1235px;
}
.gallery-landing table{
	width:1000px;
	margin:0 auto;
}
.gallery-landing table td{
	vertical-align:bottom;
	text-align:center;
}
.views-field-field-main-image img{
	border:3px solid #CECECE;
	width:300px;
	height:195px;
}
.nograyscale{
	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.grayscale{
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
}
.view-gallery .views-field-title{
	padding:20px 0 10px;
}
.view-gallery .views-field-title span{
	font-size:20px;
	text-align:center;
	font-family:Myriad Pro;
}
.view-news .views-field-title span{
	font-size:20px;
	text-align:center;
	font-family:Myriad Pro;
	line-height:30px;
}
.views-field-title span a{
	text-decoration:none;
	color:#f69e59;
	text-transform:uppercase;
}
.view-news .views-field-title span a{
	text-decoration:none;
	color:#f69e59;
	text-transform:none;
}
.views-field-title span a:hover{
	color:#5991bf;
}
.views-field-field-brief-text{
	font-family: Myriad Pro;
	display: block;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
	color: #000;
	margin-bottom:10px;
}
.views-field-field-screenshot-image{
	float:left;
	margin-right:10px;
}
.views-field-title{
	font-size:18px;
}

.view-special-projects .item-list ul li {
    float: left;
    list-style: outside none none;
    margin: 0 0 1em 1.5em;
    padding: 0;
}
.views-slideshow-cycle-main-frame {
	margin-top: 20px;
}
.views-slideshow-cycle-main-frame-row {
	width:100% !important;
}
div.node-testimonials h2 {
	float: right;
	width: 75.5%; /*83.5%*/
	margin-top: 0;
	color: #5991BF;
	font-style: italic;
}
div.node-testimonials div.field-name-body {
	float: right;
	width: 75.5%; /*83.5%*/
	font-style: italic;
	font-size: 15px;
	line-height: 25px;
}
div.node-testimonials div.links {
	float: right;
	width: 75.5%; /*60%*/
}
