input {
	margin:0;
	padding:0;
}
blockquote {
	background:#f5f5f5;
	padding:10px 18px 10px 18px;
}
#body-wrapper {
	margin:15px auto;
	width:960px;
}

#homestylelogo {
	width: 200px;
	text-align:left;
	float: left;
}

#logo a {
	display:block;
	text-indent:-9000px;
	width:285px;
}

#homestyle-slogan {
	width : 535px;
	text-align:right;
	margin-top:35px;
	float: right;
}

.main-menu-wrapper {
	float:left;
	width:100%;
	height:30px;
	margin:0 0 0 0;
	z-index:1000;
}
.jqueryslidemenu {
	display:block;
	float:right;
	position:relative;
	left:18px;
	z-index:1000;
}
.jqueryslidemenu ul {
	z-index:1000;
}
.jqueryslidemenu .primary-menu {
	margin:0px 0 10px 10px;
	z-index:1000;
}

/*Top level list items*/
.jqueryslidemenu ul li {
	display:inline;
	position:relative;
	float:left;
	z-index:1000;
}

/* Top level menu link items style */
.jqueryslidemenu ul li a {
	display:block;
	padding:0 18px 10px 18px; /* distance between main menu and dropdowns */
	z-index:1000;
}

* html .jqueryslidemenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display:inline-block;
	z-index:1000;
}
.jqueryslidemenu ul li a:hover {
	color:#f87b27;
	z-index:1000;
}	
/*1st sub level menu*/
.jqueryslidemenu ul li ul {
	display:block;
	left:0;
	position:absolute;
	visibility:hidden;
	z-index:1000;
}

/* Sub level menu list items (undo style from Top level List Items) */
.jqueryslidemenu ul li ul li {
	display:list-item;
	float:none;
z-index:1000;
}

/* All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul {
	margin-top:-1px; 
	z-index:1000;
}
.jqueryslidemenu ul li ul li ul a {
	top:0;
z-index:1000;
}
/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
	width:220px; /* width of sub menus */
	padding:6px 5px 6px 10px;
	border-top-width:0;
z-index:1000;
}

/* START slideshow wrapper */
#slideshow-wrapper {
	float:left;
	width:100%;
	margin-top:16px;
}
#slideshow {
    height:281px;
    position:relative;	
	width:970px;
}
#slideshow li {
    height:281px;	
    left:0;	
    opacity:0.0;	
    position:absolute;
    top:0;
    z-index:8;
}
#slideshow li.active {
    opacity:1.0;
    z-index:10;
}
#slideshow li.last-active {
    z-index:9;
}
.slide-1-img {
	float:left;
	width:616px;
}
.slide-1-desc {
	float:left;
	height:300px;
	position:relative;
	width:344px;
}
.slide-1-desc h2, .slide-1-desc p {
	float:left;
	width:295px;
	margin:8px 8px 0 16px;
	padding-left:10px;
}
.slide-1-desc h2 {
	padding-bottom:5px;
}
.slideshow-rm {
	bottom:20px;
	height:18px;
	left:27px;
	position:absolute;
	width:195px;
}
.slideshow-rm a, .body-rm a, .reverse-arrow a {
	display:block;
	float:left;
	margin-left:22px;
}

.slide-txt { /* styles for semi-tranparent background in the slideshow */
	background:url(../img/slide_tr.png) no-repeat top;	
	bottom:0;
	height:50px;	
	left:0;	
	position:absolute;
	width:100%;
}
.slide-txt h3 {
	margin:11px 0 0 12px;
}

/* END slideshow wrapper */


/* jQuery lightBox plugin - Gallery style */

.gallery {
	padding-top: 10px;
	width: 520px;
	z-index:8999;
	padding-bottom:10px;
}

.gallery ul {
	list-style: none;
}

.gallery ul li { 
	display: inline;
}

.gallery ul img {
	border: 6px solid #efefef;
	border-width: 5px 5px 5px;
		z-index:8999;
	width:450px; /* These two are the sizes of the gallery thumbnail*/
	height:300px;
}

.gallery ul a:hover img {
	border: 6px solid #cacaca;
	border-width: 5px 5px 5px;
	color: #cacaca;
	z-index:8999;
}

.gallery ul a:hover { color: #cacaca;
}

/* jQuery lightBox plugin - Gallery 1 */

#gallery1 {
	padding-top: 10px;
	width: 520px;
	z-index:8999;
	padding-bottom:10px;
}

#gallery1 ul {
	list-style: none;
}

#gallery1 ul li { 
	display: inline;
}

#gallery1 ul img {
	border: 6px solid #efefef;
	border-width: 5px 5px 5px;
		z-index:8999;
	width:450px; /* These two are the sizes of the gallery thumbnail*/
	height:300px;
}

#gallery1 ul a:hover img {
	border: 6px solid #cacaca;
	border-width: 5px 5px 5px;
	color: #cacaca;
	z-index:8999;
}

#gallery1 ul a:hover { color: #cacaca;
}

/* jQuery lightBox plugin - Gallery 2 */

#gallery2 {
	padding-top: 10px;
	width: 520px;
	z-index:8999;
	padding-bottom:10px;
}

#gallery2 ul {
	list-style: none;
}

#gallery2 ul li { 
	display: inline;
}

#gallery2 ul img {
	border: 6px solid #efefef;
	border-width: 5px 5px 5px;
		z-index:8999;
	width:450px; /* These two are the sizes of the gallery thumbnail*/
	height:300px;
}

#gallery2 ul a:hover img {
	border: 6px solid #cacaca;
	border-width: 5px 5px 5px;
	color: #cacaca;
	z-index:8999;
}

#gallery2 ul a:hover { color: #cacaca;
}

/* jQuery lightBox plugin - Gallery 3 */

#gallery3 {
	padding-top: 10px;
	width: 520px;
	z-index:8999;
	padding-bottom:10px;
}

#gallery3 ul {
	list-style: none;
}

#gallery3 ul li { 
	display: inline;
}

#gallery3 ul img {
	border: 6px solid #efefef;
	border-width: 5px 5px 5px;
		z-index:8999;
	width:450px; /* These two are the sizes of the gallery thumbnail*/
	height:300px;
}

#gallery3 ul a:hover img {
	border: 6px solid #cacaca;
	border-width: 5px 5px 5px;
	color: #cacaca;
	z-index:8999;
}

#gallery3 ul a:hover { color: #cacaca;
}

/* jQuery lightBox plugin - Gallery 4 */

#gallery4 {
	padding-top: 10px;
	width: 520px;
	z-index:8999;
	padding-bottom:10px;
}

#gallery4 ul {
	list-style: none;
}

#gallery4 ul li { 
	display: inline;
}

#gallery4 ul img {
	border: 6px solid #efefef;
	border-width: 5px 5px 5px;
		z-index:8999;
	width:450px; /* These two are the sizes of the gallery thumbnail*/
	height:300px;
}

#gallery4 ul a:hover img {
	border: 6px solid #cacaca;
	border-width: 5px 5px 5px;
	color: #cacaca;
	z-index:8999;
}

#gallery4 ul a:hover { color: #cacaca;
}

/* jQuery lightBox plugin - Services Gallery style for all services pages */

.servicesgallery {
	padding-top: 10px;
	width: 520px;
	z-index:8999;
	padding-bottom:10px;
}

.servicesgallery ul {
	list-style: none;
}

.servicesgallery ul li { 
	display: inline;
}

.servicesgallery ul img {
	border: 6px solid #efefef;
	border-width: 5px 5px 5px;
		z-index:8999;
	width:450px; /* These two are the sizes of the gallery thumbnail*/
	height:350px;
}

.servicesgallery ul a:hover img {
	border: 6px solid #cacaca;
	border-width: 5px 5px 5px;
	color: #cacaca;
	z-index:8999;
}

.servicesgallery ul a:hover { color: #cacaca;
}

/* jQuery lightBox plugin - Gallery for all services page */

#servicesgallery1 {
	padding-top: 1px;
	width: 520px;
	z-index:8999;
	padding-bottom:0px;
}

#servicesgallery1 ul {
	list-style: none;
}

#servicesgallery1 ul li { 
	display: inline;
}

#servicesgallery1 ul img {
	border: 6px solid #efefef;
	border-width: 5px 5px 5px;
		z-index:8999;
	width:230px; /* These two are the sizes of the gallery thumbnail*/
	height:170px;
	margin-top:14px;
	margin-left:1px;
	margin-bottom:10px;
}

#servicesgallery1 ul a:hover img {
	border: 6px solid #cacaca;
	border-width: 5px 5px 5px;
	color: #cacaca;
	z-index:8999;
}

#servicesgallery1 ul a:hover { color: #cacaca;
}


#left, #right {
	float:left;
	margin-top:40px;
}
#left {
	margin-top:38px;
	width:590px;
	margin-right:14px;
	padding-right:0px;
	padding-bottom:5px;
	padding-left:5px;
}
#right {
	width:20px;
	padding-left:8px;	
}

.serviceslist {
	float:left;
	width:100%;
	margin-top:8px;
	padding-bottom:12px;
	padding-left:12px;	
}
.serviceslist li {
	float:left;
	margin:2px 0 2px 0;
	width:460px;
	padding-left: 23px;
}
.serviceslist li a {
	display:block;
	float:left;
	margin-left:10px;
	width:100%;
}

.servicestitle {
	float:left;
	margin-top:5px;
	padding-left:15px;
	line-height:18px;
}



.leftserviceslist {
	float:left;
	width:90%;
	margin-top:8px;
	padding-bottom:12px;
	padding-left:12px;	
}
.leftserviceslist li {
	float:left;
	margin:2px 0 2px 0;
	width:250px;
	padding-left: 23px;
}
.leftserviceslist li a {
	display:block;
	float:left;
	margin-left:10px;
	width:100%;
}

.leftservicestitle {
	float:left;
	margin-top:5px;
	padding-left:15px;
	line-height:18px;
}

.leftlinklist {
	float:left;
	width:95%;
	margin-top:5px;
	padding-bottom:22px;	
}
.leftlinklist li {
	float:left;
	margin:2px 0 2px 0;
	width:95%;
	padding-left: 22px;
	padding-bottom: 8px;
}

.leftlinklisticons {
	float:left;
	width:95%;
	margin-top:5px;
	padding-bottom:22px;	
}
.leftlinklisticons li {
	float:left;
	margin:2px 0 2px 0;
	width:95%;
	padding-left: 22px;
	padding-bottom: 8px;
}

.leftlinklistservicesgreen {
	float:left;
	width:95%;
	margin-top:5px;
	padding-bottom:22px;	
}
.leftlinklistservicesgreen li {
	float:left;
	margin:2px 0 2px 0;
	width:95%;
	padding-left: 22px;
	padding-bottom: 8px;
}

.leftlinklistmyservicesgreen {
	float:left;
	width:95%;
	margin-top:5px;
	padding-bottom:22px;	
}
.leftlinklistmyservicesgreen li {
	float:left;
	margin:10px 0 27px 0;
	width:95%;
	padding-left: 22px;
	padding-bottom: 8px;
}

.latest-news {
	float:left;
	width:290px;
	padding-left:3px;
	margin-top: 15px;
	padding-left:10px;
	height: 390px;
}
.latest-news h3 {
	float:left;
	margin:2px 12px 0 10px;
	width:290px;
	padding-left:3px;
}
.ln-list {
	float:left;
	width:100%;
	padding-bottom:6px;
	padding-left:3px;
}
.ln-list li {
	float:left;
	margin:2px 0 2px 0;
	padding:3px 0 8px 0;
	width:100%;
}
.ln-list li:hover { /* please note: hover on pseudoclasses doesn't work on ie6, but the area will still be clickable, so you won't lose any functionality here */
	cursor:pointer;
}
.ln-list li h6 {
	float:left;
	margin:0 10px 0 10px;
}
.ln-list li p {
	float:left;
	margin:0 10px 0 10px;
}
.ln-date {
	float:left;
	margin:0 0 0 10px;	
	width:130px;
}
#left p {
	margin:10px 0 10px 0;
	padding-right:40px;
}

.leftlist {
	float:left;
	width:98%;
	margin-top:5px;
	padding-bottom:22px;	
}
.leftlist li {
	float:left;
	margin:2px 0 2px 0;
	width:95%;
	padding-left: 19px;
}
.leftlist li a {
	display:block;
	float:left;
	margin-left:2px;
	width:100%;
}

.leftlist_green {
	float:left;
	width:95%;
	margin-top:5px;
	padding-bottom:22px;	
}
.leftlist_green li {
	float:left;
	margin:2px 0 2px 0;
	width:95%;
	padding-left: 19px;
}
.leftlist_green li a {
	display:block;
	float:left;
	margin-left:2px;
	width:100%;
}

.leftlinklist {
	float:left;
	width:95%;
	margin-top:5px;
	padding-bottom:22px;	
}
.leftlinklist li {
	float:left;
	margin:2px 0 2px 0;
	width:95%;
	padding-left: 22px;
	padding-bottom: 8px;
}

#left .header-desc, #right .header-desc {
	float:left;
	margin-top:5px;
	margin-left:0px;
	padding:0 0 10px 0;
	width:95%;
}

#left .main-italic {
	float:left;
	margin-top:5px;
	margin-left:0px;
	padding:0 0 5px 0px;
	width:95%;
}

/* START home services and featured case study styles */
.h-box-1, .h-box-2, .h-box-3{
	float:left;
	margin-top:30px;
	margin-left:10px;
}
.h-box-1 {
	margin-right:42px;
	width:290px;	
}
.h-box-2 {
	width:287px;
	margin-right:24px;
}
.h-box-3 {
	width:287px;
}
.h-box-img {
	float:left;
	width:54px;
	margin-right:3px;
}
.h-box-1 h3, .h-box-2 h3, .h-box-3 h3 {
	float:left;
	width:230px;
	line-height:25px;
	margin-top:-4px;
	text-decoration:none;
}
#left .h-box-1 .h-box-title .header-desc {
	float:left;
	width:190px;
	text-decoration:none;
}
#left .h-box-2 .h-box-title .header-desc {
	float:left;
	width:190px;
}
#left .h-box-3 .h-box-title .header-desc {
	float:left;
	width:190px;
}
.h-box-wrap {
	float:left;
	width:95%;
	margin-top:12px;
}
.h-services-list {
	float:left;
	width:100%;
	margin-top:8px;	
}
.h-services-list li {
	float:left;
	margin:2px 0 2px 0;
	width:100%;
}
.h-services-list li a {
	display:block;
	float:left;
	margin-left:19px;
}
.body-rm, .reverse-arrow {
	float:left;
	height:18px;
	padding-right:8px;
	margin-top:15px;
}
/* END home services and featured case study styles */

/* START telno styles */
.telno {
	padding-top:1px;
	width:280px;
	padding-left:22px;
	padding-bottom:1px;
	height:210px;
	margin-bottom: 18px;
        display: block;
}

.telno p {
	margin:0px 0 7px 0px;	
	width:280px;
	padding-left:0px;
	display: block;
}

.telno-img {
	float: left;
	width:32px;
	height:32px;
	margin-left: 0px;
	margin-right:8px;
	margin-top: 12px;
}
/* END telno styles */


/* START telno version 2 styles */

.telephone {
        background:url('../img/telephone.png') 0px 9px no-repeat;
        padding-left: 70px;
        padding-top:18px;
        vertical-align: absmiddle;
        height:38px;

}
.mobile {
        background:url('../img/mobilephone.png') 0px 12px no-repeat;
        padding-left: 70px;
        padding-top:20px;
        vertical-align: absmiddle;
        height:38px;
}

.email {
        background:url('../img/email.png') 0px 6px no-repeat;
        padding-left: 70px;
        padding-top:18px;
        vertical-align: absmiddle;
        height:38px;
}

/* START bodies styles */
.bodies {
	float:left;
	margin-top:15px;
	width:311px;
	height:312px;
	padding-left:24px;
	padding-top:0px;
	padding-bottom:12px;
	z-index:-1200;
	cursor: pointer;
}

.bodies-img {
	float:left;
	width:20px;
	height:150px;
	margin-left: 2px;
	margin-right:10px;
	margin-top: 9px;
	z-index:-1200;
	cursor: pointer;
}

.bodiestitle {
	float:left;
	margin-top:5px;
	padding-left:0px;
	line-height:18px;
	margin-top:8px;
	padding-bottom:18px;
	width:85%;
z-index:1000;
}

/* START follow us styles */
.followus {
	float:left;
	margin-top:15px;
	padding-top: 0px;
	padding-bottom:4px;	
	width:290px;
	height:230px;
	padding-left:20px;
	margin-bottom:30px;
}
.followus img {
	float:left;
	margin:0px 0px 0 0px;	
	width:32px;
	padding-left:8px;
	padding-top: 15px;
	padding-right: 5px;
}
.followus-title {
	float:left;
	margin-top:5px;
	padding-left:3px;
	line-height:18px;
	line-height:18px;
}

/* END followus styles */

/* START partner images styles */

.piclinks {
	float:left;
	width:500px;
	padding-top:25px;	
}
.piclinks li {
	float:left;
	text-align:center;
	width:500px;
	padding-left:10px;
	padding-bottom:35px;
}

/* END partner images styles */

/* START footer styles */

#footer {
	float:left;
	height:70px;	
	margin-top:35px;
	width:960px;
	margin-bottom: 25px;	
}
#footer ul {
	float:left;
	width:560px;
}
#footer ul li {
	float:left;
	margin:16px 30px 0 0;
}
.copyright {
	float:right;
	width:350px;
	text-align:right;
	margin-top:16px;
}
/* END footer styles */


/* Start keywordfooter styles */

#keywordfooter {
	font-style: italic;
	float:left;
	height:60px;	
	width:960px;
	text-align: center;
	margin-top: 40px;
	padding-bottom:20px;	
}

/* END keywordfooter styles */

.interior-header {
	float:left;
	width:100%;
	padding-bottom:8px;
	margin-bottom:25px;
	padding-bottom:10px;
}
*:first-child+html .interior-header { /* this applies only to ie7 */
	padding-bottom:14px;
}
.interior-header h2 {
	float:left;
	margin:10px 14px 0 14px;
	width:590px;	
}
#left .intheader-paragraph {
	float:left;
	margin:4px 14px 6px 14px;
	width:596px;
}
#left .interior-content h4 {
	float:left;
	line-height:24px;
	margin:10px 0 2px 0;
	width:100%;
	text-decoration:none;
}

#left .interior-content p {
	margin:10px 0 8px 0;
}
#left .interior-content .interior-list {
	float:left;
	margin:6px 0 3px 0;
	width:100%;	
}
#left .interior-content .interior-list li {
	float:left;
	margin:2px 0 2px 0;
	width:100%;	
}
#left .interior-content .interior-list li span {
	display:block;
	margin-left:20px;
}

.blog-misc {
	display:block;
	padding:4px 0 10px 0;
}
.blog-share {
	float:left;
	margin-top:14px;
}
#left .interior-content .blog-share ul li {
	float:left;
	margin:4px 23px 0 0;	
	width:16px;
}
.blog-comment-fieldset {
	float:left;
	width:100%;
	margin:12px 0 0 0;
}
.blog-comment-fieldset ul {
	float:left;
	width:100%;
}
.blog-comment-fieldset ul li {
	float:left;
	margin:4px 0 4px 0;
	width:100%;
}
.blog-comment-fieldset ul li label {
	float:left;
	margin:0 0 0 12px;
}
.bc-input {
	float:left;
	width:210px;
	padding:2px;
}
.bc-textarea {
	height:124px;
	float:left;
	overflow:hidden;
	padding:2px;
	width:494px;
}
.bc-submit {
	border:0 none;
	float:left;
	height:18px;
	width:54px;
	padding-left:8px;
}

/* START pagination styles */
.pagination {
	float:left;
	width:100%;
}
.pagination .reverse-arrow {
	margin-right:10px;
}
.pagination .page-number {
	display:block;
	float:right;
	width:150px;
	text-align:right;
}
/* END pagination styles */

/* START services styles */
.services-wrapper {
	float:left;
	width:640px;
	margin:0 0 0 -14px;
}
.services-wrapper li {
	float:left;
	margin:2px 0 0 14px; 
	padding-bottom:16px;
}
.services-wrapper li img {
	float:left;
	margin:0 8px 0 0;
	width:52px;
}
.services-wrapper li .service-txt {
	float:left;
	width:244px; 
	margin-top:-8px;
}
#left .interior-content .services-wrapper li .service-txt h4 {
	margin-bottom:-3px;
}
/* END services styles */

.ih-date {
	color:#a1a1a1;
	display:block;
	margin:0 0 0 16px;
}
.left-img {
	float:left;
	margin:6px 0px 15px 0px;
	margin-right:25px;
}
.right-img {
	float:right;
	margin:10px 10px 10px 10px;
	margin-right:0px;
	margin-left:20px;
}
.bq-detailpage {
	float:right;
	width:236px;
	margin-left:20px;
}
.bq-detailpage .bq-author {
	text-align:right;
	width:170px;
}

/* START portfolio page styles - for gallery all page */
#full {/* full content wrapper - use this class when you don't want to have body splitted into left and right standard containers */
	float:left;
	margin-top:21px;
	width:600px;	
}
#full .full-h {
	margin:10px 14px 0 14px;	
	width:600px;
}
#full .intheader-paragraph {
	float:left;
	margin:4px 14px 8px 14px;
	width:600px;	
}
.portfolio-wrapper {
	float:left;
	width:700px;
	margin:0 0 0 -30px;
	margin-bottom:20px;
}
.portfolio-wrapper li {
	float:left;
	margin:16px 0 0px 30px;
	width:300px;
	padding-bottom: 20px;
}
.portfolio-wrapper li h4 {
	float:left;
	width:286px;
	padding-bottom: 15px;	
}

.portfolio-wrapper li h4:hover { /* please note: hover on pseudoclasses doesn't work on ie6, but the area will still be clickable, so you won't lose any functionality here */
	cursor:pointer;
}


/* START standard typography styles */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

.slide-bold {
	font-size:24px;
	font-style:bold;
        font:Arial, Helvetica, sans-serif;
	padding-bottom:6px;
	padding-top:16px;
	line-height:26px;
}

.slide-italic {
	font-size:13px;
	font-style:italic;
}

.homestyle-slogan {
	font-size:16px;
	line-height:20px;
	font-style:italic;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;

}
h1 {
	font-size:28px;
	line-height:34px;
}
h2 {
	font-size:26px;
	line-height:28px;		
}
h3 {
	font-size:18px;
	line-height:26px;


}
h4 {
	font-size:16px; /* please note: in 2 cases font size for h4 tag is 15px and not 16px: 1) on portfolio page and 2) on services list page */
	line-height:20px;
}

h5 {
	font-size:14px;
	font-weight:bold;
	line-height:18px;	
}
h6 {
	font-size:13px;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h4 a:hover {
	text-decoration:underline;
}

.main-italic {
	font-size:15.5px;
	font-style:italic;
	font-weight:bold;
	line-height:22px;
}

input {
	font-size:12px;
}
blockquote {
	font-style:italic;
	font-weight:bold;
	font-size:13px;
}
address {
	font-style:italic;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/* END standard styles */
.jqueryslidemenu {
	font:normal 13px Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.jqueryslidemenu ul li ul {
	font-size:12px;
	line-height:19px;
	font-weight:bold;
}
.main-menu-wrapper .jqueryslidemenu ul li a, .ln-list li h6 a {
	text-decoration:none;
}
.logo-desc, .header-desc, .intheader-paragraph {
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}
.slideshow-rm a:hover, .body-rm a:hover, .reverse-arrow a:hover {
	text-decoration:none;
}

.followus-title h3 {
	line-height:24px;
}
#footer ul {
	font-size:12px;
}
#footer ul li a:hover { /* removes the underline on footer links on mouse over */
}
.blog-misc a:hover {
	text-decoration:underline;
}
.ui-tabs .ui-tabs-nav li a:hover, .blog-misc a:hover { /* removes the underline on tab names on mouse over */
	text-decoration:none;
}
.blog-categ ul li a {
	font-size:13px;
}
/* change the size of h4 header on portfolio and services pages */
.portfolio-wrapper li h4 {
	font-size:15px;
	line-height:20px;	
}

#left .interior-content .services-wrapper li .service-txt h4 {
	font-size:16px;
}

#left .p .h4 a {
	font-size:15px;
}
