.clear {
	clear:both;
}

html {
	    background: none repeat scroll 0 0 #222222;
}

body {
	margin:0;
	padding:0;
	font: 14px calibri;
    background: none repeat scroll 0 0 #FFFFFF;
}
.topheadercont {
    background: none repeat scroll 0 0 #222222;
    height: 130px;
    position: absolute;
    width: 100%;
}

.abndetails {
    color: #FFFFFF;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 90px;
}

.sliderheadercont {
    height: 242px;
    position: absolute;
    top: 195px;
    width: 100%;
}

.slidercont {
	overflow:hidden;
	height:150px;
}

.bottomheadercont {
    background: none repeat scroll 0 0 #FF9900;
    height: 305px;
    position: absolute;
	top: 130px;
    width: 100%;
}

.footercont {
    bottom: 0;
    display: block;
    position: absolute;
    width: 100%;
}

.navcont {
    float: left;
    width: 100%;
}


.nav {
	background: none repeat scroll 0 0 orange;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: 46px;    
	margin-top: 245px;
    text-align: left;
}
.navlink {
	float:left;
	text-decoration:none;
	color:#333333;
	border:none;
	margin:0px;
	padding-left:30px;
	padding-right:30px;
	padding-top:13px;
}


.divon {
	color: #ffffff;
	
}

 .clicked {
	font-weight:bold;
	color: #ffffff;
}


.camera_pag {
	display:none;
}

.cameraContent {
	display:none;
}

.header {
	height:140px;
}

div.headerwrapper{  
	float:left; /* important */  
	position:relative; /* important(so we can absolutely position the description div */  
}  
div.headerdescription{  
	position:absolute; /* absolute position (so we can position it where we want)*/  
	bottom:0px; /* position will be on bottom */  
	left:0px;  
	width:100%;  
	/* styling bellow */  
	background-color:black;  
	font-family: 'tahoma';  
	font-size:15px;  
	color:white;  
	opacity:0.6; /* transparency */  
	filter:alpha(opacity=60); /* IE transparency */  
}  
p.headerdescription_content{  
	padding:10px;  
	margin:0px;  
}  



.homepagecontent {
	text-align:justify;
    margin-top: 50px;
    padding: 0px;
    background: none repeat scroll 0 0 #ffffff;
	margin-bottom:30px;
}

.content {
	padding:5px;
}

.indexthumbnailscont {
	margin-top:30px;
	margin-bottom:30px;
	margin-left:22px;
}

.indexthumbnail {
	width:282px;
	height:282px;
	border:1px solid black;
	float:left;
}


/*GALLERY PAGE */
.gallerymainpage {
	margin-bottom:30px;
    margin-top: 30px;
}


.categoryimgcont {
	float:left;
	margin-right:5px;margin-bottom: 5px;
}

.categoryimgcont img {
	 border: 1px solid #FFFFFF;
    margin: 5px;
}








.indexlink {
	text-align:center;
}

.entersite {
	color:#ffffff;
	font-size:24px;
	font-family:"Comic Sans MS", cursive;
}

img {
    max-width: 100%;
}
.container {
	text-align: center;
	
}
.footer {
	border-top:1px solid #333333;
	padding: 20px 20px 0;
	background: none repeat scroll 0 0 #222222;
}

.footermenu {
	float:left;
	font-family: 'Calibri';
    letter-spacing: 0;
	font-size:10px;
	color: #999;
    font-style: italic;
    margin-top: 20px;
}

.footercopyright {
	font-family: 'Calibri';
    letter-spacing: 0;
	font-size:10px;
	color: #999;
   margin: 25px auto 0;
   text-align:left;
}

.footeraddresscont {
    color: #999999;
    font-family: 'Calibri';
    font-size: 10px;
    font-style: italic;
    letter-spacing: 0;
    margin: 20px auto 0;
    position: relative;
}


.footercopyright a:hover {
	color:#ffffff;
}
	
.footermenuitem {
	border-right: 1px solid #999999;
    float: left;
    font-family: calibri;
    font-size: 12px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 15px;
    margin-right: 10px;
    padding-right: 10px;
}

.footermenuitem:hover {
	color:#ffffff;
}

.footermenuitem:active {
	color:#ffffff;
}
.footermenuitemlast {
	border-right:none;
}
	
.footerfollowuscont {
 	float: right;
}
.footerfollowus {
	color: #999;
    float: left;
    font-size: 10px;
    font-style: italic;
    font-weight: 100;
    margin-right: 10px;
    margin-top: 7px;
	font-family: 'OpenSansRegular';
    letter-spacing: 0;
	
}


.footeraddress {
    float: left;
    font: 13px Calibri;
    letter-spacing: 1px;
    margin-left: -146px;
    position: absolute;
    right: 17%;
    text-align: left;
    z-index: 1;
}
.footerimgcont {
    position: absolute;
    right: 0;
}

.maincontent {
	text-align:justify;
	padding:20px;
}






.logo {
	width:50%;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
}




a, a:hover, a:visited {
    color: inherit;
    text-decoration: none;
}



.fancybox-title-float-wrap .child {
	text-align:left;
}


/*HOME PAGE */
.homemaincont {
	margin-top:20px;
}
.homeimgcont {
	float:left;
	width:280px;
	margin-right:10px;
    margin-bottom: 20px;
    margin-top: 20px;
	transform:rotate(7deg);
	-ms-transform:rotate(7deg); /* IE 9 */
	-webkit-transform:rotate(7deg); /* Safari and Chrome */
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;

}

.homeimgtext {
	background:url(../images/homeimgtextbg.png) repeat;
    bottom: -1px;
	left:1px;
    padding-bottom: 15px;
    padding-top: 15px;
    position: absolute;
    text-align: center;
    width: inherit;
	color:#ffffff;
	font-family: ChampagneAndLimousines;
    font-size: 20px;
    letter-spacing: 4px;
	
}

.hometextcont {
	text-align:center;
	width:100%;
	margin-top:0px;
	margin-bottom:60px;
}

.hometext {
	font-family: Calibri;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 40px;
}

.homelinkbtnscont {
	text-align:center;
}


.homelinkbtn {
   	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FF9900), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#FF9900;
	color: #FFFFFF;
    display: inline-block;
    float: left;
    font-family: Calibri;
    font-size: 14px;
    font-weight: normal;
    margin-right: 25px;
    text-decoration: none;
    width: 23%;
	 padding-bottom: 10px;
	 text-align:left;
	 height:110px;
}

.homelastlinkbtn {
	margin-right:0px;
}
.homelinkbtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #FF9900) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #FF9900 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#FF9900');
	background-color:#fb9e25;
	color:#333;

}
.homelinkbtn:active {
	position:relative;
	top:1px;
}



.homelinktitle {
	margin-left:20px;
	font-size: 20px;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:20px;
}

.homelinktext {
	margin-left:20px;
	margin-right:20px;
}

/*ABOUT PAGE */
.abouttext {
	float:left;
	width:100%;
	margin-right:30px;
}

.aboutimgcont {
	float:right;
	width:100%;
}

.aboutfirstimg {
	margin-bottom:20px;
}

.clear {
	clear:both;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
	padding:0;
}

.backbtn  {
	color: #333;
    margin-top: 15px;
	cursor:pointer;
	font-size:15px;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 10px;
    margin-right: 15px;
    padding: 10px;
    text-decoration: none;
    width: auto;
}

.backbtntext {
	color:#333;
	font-family:'Comic Sans MS',Geneva,sans-serif;
}
.backbtntext:hover {
	color:#ae17ae;
}
/*TESTIMONIALS PAGE */
.testimonialpage {
	margin-bottom:30px;
}
.testimonialscont {
	width:100%;
	margin-bottom:55px;
}

.testimonial {
    float: left;
    margin-left: 20px;
    padding-bottom: 30px;
    width: 100%;
}

.testimonialcolumn {
	float:left;
	width:100%;
}

.testimonialform {
	width:50%;
	float:left;
}

.testimonailimgcont {
	width:100%;
	text-align:center;
}

.testimonailimgcont img {
	margin-top:25%;
}

.testimonialtext {
	font-size:12px;
	font-style:italic;
	color:#999;
	width:80%;
}


.testimonialtext p {
	margin:0;
}
.testimonialauthorcont {
	width:80%;
}
.testimonialauthor {
	margin-top:10px;
	color: #000000;
    font-style: normal;
    font-weight: bold;
	font-style:italic;
}
.testimonialtitle {
	color: #AE17AE;
	font-size:13px;
    font-style: normal;
    font-weight: bold;
}
.testimonialsline {
	margin-bottom:10px;
	margin-top:10px;
	border-bottom:1px solid #999;
	width:95%;
}

.testimonialformtitle {
	font-size: 40px;
    line-height: 50px;   
    font-weight: normal;
    margin-bottom:35px;
	color:#181818;
}

.testimonialformtext {
	font-weight:normal;
	font-size:12px;
	margin-bottom:20px;
}

.testimonialformcont {
	width:100%;
}
.testimonialformcont input{
	margin:0px;
	width:80%;
}
.showmoretestimonialscont, .showlesstestimonials {
	display:none;
}


.compulsaryfield, .errorMessage {
	color:#F00;
}


.testimonialformcont textarea{
	margin:0px;
	width:80%;
}
.testimonialformcont label {
	width:35%;	
	margin:0px;
}

.hint {
	width:85%;
	margin-top:5px;
}

#yw0_button {
	margin-left:20px;
}

/*Contact Page Style */

.contactform {
	margin-top:40px;
	width:100%;
}

.contactpageimage {
	display:none;
}

.contactpagedetails {
	text-align:left;
}

.contactdetails {
	line-height:25px;
}

.contactdetailstitle {
    font-size: 25px;
    font-style: normal;
    font-variant: small-caps;
    letter-spacing: 1px;    
	margin-bottom: 20px;
    margin-top: 10px;
}
.contactdetailsname {
	font-weight:bold;
}
.contactdetailsphone {
	color:#FF9900;
}
.contactofficedetailscont {
	margin-bottom:40px;
}

.contactperdetailscont {
	margin-top:20px;
}

.contactdetailstopmargin {
	margin-top:10px;
}
.contactdetailsemail:hover {
	color:#FF9900;
	cursor:pointer;
}
.contactimgcont {
	float:left;
	margin-left:5px;
}
.contactimgtext {
	float:left;
	margin-top:5px;
	margin-left:10px;
}


/*SERVICES PAGE */
.servicemaincont {
	margin-bottom:20px;
	border-bottom:1px solid #ABABAB;
}

.servicemaincont.noborder {
	border-bottom:none;
}

.servicestext {
	margin-bottom:30px;
}

.servicedescription {
	margin-bottom:10px;
	margin-top:10px;
	width:100%;
}

.serviceimgscont {
	margin-bottom:20px;
	width:100%;
}

.serviceimg {
	float:left;
	margin-right:5px;
	margin-bottom: 5px;
}

.serviceimg img {
	 border: 1px solid #FFFFFF;
    margin: 5px;
}


.flash-success {
	float:left;
	width:100%;
	margin-bottom: 30px;
}




.slidesjs-container {
	z-index:0
}

#slides {
      display: none
    }
	#slides .slidesjs-navigation.slidejs-hide {
		visibility:visible;
	}

    #slides .slidesjs-navigation {
      margin-top:5px;
	  top: 20px;
	  position:relative;
	  z-index:1;
	  background-image: url(img/fancybox_sprite.png);
      background-repeat: no-repeat;
	  visibility:hidden;
    }
	
	
    a.slidesjs-previous {
	  display:block;
      width:48px;
      height:45px;
      overflow: hidden;
      text-indent: -9999px;
      float: left;
      margin-right:5px;
	  margin-left:10px;
    }


    a.slidesjs-next {
       display:block;
      width:48px;
      height:45px;
      overflow: hidden;
      text-indent: -9999px;
      float: right;
      margin-right:5px;
    }

	a.slidesjs-next {
      margin-right:10px;
      background-position: 0 -63px;
    }

    a:hover.slidesjs-next {
      background-position: 0 -215px;
    }

    a.slidesjs-previous {
      background-position: 0 -21px;
    }

    a:hover.slidesjs-previous {
      background-position: 0 -173px;
    }
    

    a.slidesjs-play {
      width:15px;
      background-position: -25px 0;
    }

    a:hover.slidesjs-play {
      background-position: -25px -18px;
    }

    a.slidesjs-stop {
      width:18px;
      background-position: -41px 0;
    }

    a:hover.slidesjs-stop {
      background-position: -41px -18px;
    }

    .slidesjs-pagination {
      margin: 7px 0 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(img/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #9e2020;
    }

    .navbar {
      overflow: hidden;
    }
	
#sse3
{
    height: 50px;
    clear:both;
    text-align:center;/*For IE5 or IE No DOCTYPE*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	padding-top:34px;
}
       
#sses3
{
    /*margin: 0 auto;/*If you don't want the menu center aligned, remove this line and above text-align:center*/
    border-left:solid 1px white;
}
       
#sses3 ul
{
    font: normal 13px Arial;
    list-style-type: none;
    float:left;
    padding:0;
	margin:0;
	width:100%;
}
       
#sses3 li
{
    background: #F90;
    line-height: 50px;
    position: relative;
    overflow: hidden;/*used to hide slip*/
    z-index: 0;
    list-style-type: none;
    padding:0;margin:0;background-image:none;
    border-right:solid 1px white;
    border-bottom:solid 1px white;
}
       
#sses3 li.current, #sses3 .slip
{
    background-color: #666;
}
       
#sses3 li a
{
    text-align: center;
    text-decoration: none;
    padding: 0 45px;/*30px is used to adjust the distance between each menu item. Now the distance is 30+30=60px.*/
    /*width: 100px;*/ /*If you prefer a fixed width, uncomment this line and comment out above line*/
    color: white;
    display: block;
    z-index: 2;
    white-space:nowrap;
}
       
#sses3 li.current a
{
    color: white;
}
       
#sses3 .slip
{
    position: absolute;
    top: 0;
    z-index: -1;
}


/*CAPTY STYLES */

			a#coffee-link, div#coffee-container {
				border-radius: 4px;
				-khtml-border-radius: 4px;
				-moz-border-radius: 4px;
				-opera-border-radius: 4px;
				-webkit-border-radius: 4px;
			}

			div#link a {
				color: #EA9C00;
				font: bold 10px verdana;
				letter-spacing: .9px;
				text-decoration: none;
			}
			
			div#link a:hover {
				color: #DC5;
				font-weight: bold;
				letter-spacing: .9px;
				text-decoration: underline;
			}

			a#coffee-link {
				background: url('img/coffee.png') 6px 2px no-repeat;
				border: 1px solid #D9C640;
				color: #FFF;
				display: block;
				font-weight: bold;
				letter-spacing: .9px;
				padding: 4px 5px 4px 26px;
				text-decoration: none;
			}

			a#coffee-link:hover {
				text-decoration: underline;
			}

			div#coffee-container {
				background-color: #DC5;
				float: right;
				margin-right: 15px;
			}

			div.description {
				color: #555;
				letter-spacing: .1px;
				margin-bottom: 10px;
				text-indent: 7px;
				text-align: left;
				width: 99%;
			}

			div#link {
				color: #AB9927;
				text-indent: 7px;
			}

			div.notice {
				font: 9px verdana;
				color: #777;
				letter-spacing: .1px;
				margin-bottom: 3px;
				text-indent: 7px;
				text-align: left;
				width: 99%;
			}

			div.session {
				font: bold 13px verdana;
				border-bottom: 1px solid #EFEFEF;
				color: #444;
				letter-spacing: .7px;
				margin-bottom: 10px;
				margin-top: 24px;
				text-align: left;
				width: 99%;
			}

			div.source, div.source-group {
				background: #F8F8FF;
				border: 1px solid #EFEFEF;
				border-left: 3px solid #CCC;
				color: #444;
				font: 12px monospace;
				letter-spacing: .1px;
				margin-bottom: 7px;
				margin-top: 5px;
				padding: 7px;
				width: 99%;
			}

			div.text {
				color: #555;
				letter-spacing: .1px;
				margin-bottom: 20px;
				margin-top: 5px;
				text-align: left;
				text-indent: 7px;
				width: 99%;
			}

			div.title {
				font: bold 17px verdana;
				color: #269;
				letter-spacing: .7px;
				margin-bottom: 20px;
				margin-top: 5px;
				text-align: left;
				width: 99%;
			}
			
			span.comment-html, span.comment-script {
				font: 12px monospace;
				letter-spacing: .1px;
				margin-bottom: 7px;
				margin-top: 5px;
			}

			span.comment-html {
				color: #5e85de;
			}

			span.comment-script {
				color: #578F73;
			}

			span#version {
				color: #777;
				font: 10px verdana;
			}

			div.group {
				float: left;
				margin-right: 10px;
			}

			div.source-group {
				margin-top: 125px;
			}

			/* custom cWrapper class */
			div.capty-tile {
				float: left;
				margin-right: 24px;
			}
		
.showmoretestimonials, .showlesstestimonials{
	color:#ffffff;
}



.showmorebtn {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FF9900), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#FF9900;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	color:#ffffff;
	font-family:Calibri;
	font-size:14px;
	font-weight:normal;
	padding:10px 50px;
	text-decoration:none;
}
.showmorebtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #FF9900) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #FF9900 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#FF9900');
	background-color:#fb9e25;
	color:#333;

}
.showmorebtn:active {
	position:relative;
	top:1px;
}

.hidebtn {
	display:none;
}

}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
.logo {
	width:25%;
}
.abndetails {
    font-size: 20px;
}
.topheadercont {
	height: 155px;
}


.slidercont {
	overflow:hidden;
	height:300px;
}


.bottomheadercont {
	top: 140px;
	 height: 50px;
}
.footercont {
    width: 50%;
}

.navcont {
    width: 50%;
}
.hometextcont {
	margin-top:30px;
}
.hometext {
	font-size:20px;
}
.navlink {
	float:left;
	text-decoration:none;
	color:#333333;
	border:none;
	margin:0px;
	padding-left:15px;
	padding-right:15px;
}
.abouttext {
	width:60%;
}

.aboutimgcont {
	width:35%;
}

.divon {
	color: #ae17ae;
	
}

 .clicked {
	font-weight:bold;
	color: #ae17ae;
}

.backbtn {
	width:25%;
}



.testimonialform {
	float:left;
	width:50%;
}

.contactpagedetails {
	text-align:left;
	float:left;
}

.contactform {
	width:50%;
	float:right;
	margin-top:0px;
	border-top: none;
	padding-top:0px;
}

.contactpageimage {
    margin-top: 22%;
    text-align: center;
    width:100%;
	display:block;
}
.footercopyright {
	font-size:14px;
	margin-top: 7px;
}
	
.footerfollowuscont {
	float:right;
	margin-top:0px;
}	

.footerfollowus {
    font-size: 14px;
    margin-right: 10px;
    margin-top: 7px;
}

.flash-success {
	float:right;
	width:50%;
}
#sses3 li
{
    background: #F90;
    line-height: 50px;
    position: relative;
    overflow: hidden;/*used to hide slip*/
    z-index: 0;
    float:left;
    list-style-type: none;
    padding:0;margin:0;background-image:none;
    border-right:solid 1px white;
}
#sse3 {
    border-radius: 4px 4px 4px 4px;
    clear: both;
    height: 50px;
    padding-top: 14px;
    text-align: center;
}
 #slides .slidesjs-navigation {
	   top: 115px;
 }
 
.testimonialcolumn {
    float: left;
    width: 50%;
}
.testimonailimgcont {
    float: left;
    text-align: center;
    width: 50%;
}
.servicedescription {
	margin-bottom:10px;
	float:left;
	margin-top:10px;
	width:45%;
}

.serviceimgscont {
	margin-bottom:20px;
	float:right;
	width:55%;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
#testimonialshowmorebtn1 {
	display:inline-block;
}
#testimonialshowmorebtn2 {
	display:none;
}
.logo {
	width:25%;
}
	
.abndetails {
    font-size: 20px;
}
	
.topheadercont {
	height: 155px;
}


.slidercont {
	overflow:hidden;
	height:300px;
}


.bottomheadercont {
	top: 140px;
	 height: 50px;
}
.footercont {
    width: 75%;
}

.navcont {
    width: 75%;
}

.hometextcont {
	margin-top:30px;
}
.navlink {
	float:left;
	text-decoration:none;
	color:#333333;
	border:none;
	margin:0px;
	padding-left:15px;
	padding-right:15px;
}
.abouttext {
	width:60%;
}

.aboutimgcont {
	width:35%;
}

.divon {
	color: #ae17ae;
	
}

 .clicked {
	font-weight:bold;
	color: #ae17ae;
}


.testimonial {
	margin-left:0px;
}

.testimonialform {
	float:left;
	width:50%;
}

.contactpagedetails {
	text-align:left;
	float:left;
}

.contactform {
	width:50%;
	float:right;
	margin-top:0px;
	border-top: none;
	padding-top:0px;
}

.contactpageimage {
    margin-top: 22%;
    text-align: center;
    width:100%;
	display:block;
}
.backbtn {
	width:25%;
}

.footercopyright {
	font-size:14px;
	margin-top: 7px;
}
	
.hometext {
	font-size:20px;
}
.footerfollowuscont {
	float:right;
	margin-top:0px;
}
.footerfollowus {
    font-size: 14px;
    margin-right: 10px;
    margin-top: 7px;
}

.gallerymainpage {
	margin-bottom:30px;
    margin-top: 30px;
}

.slidercont {
	margin-top:20px;
}
.flash-success {
	float:right;
	width:50%;
}
#sses3 li
{
    background: #F90;
    line-height: 50px;
    position: relative;
    overflow: hidden;/*used to hide slip*/
    z-index: 0;
    float:left;
    list-style-type: none;
    padding:0;margin:0;background-image:none;
    border-right:solid 1px white;
}
#sse3 {
    border-radius: 4px 4px 4px 4px;
    clear: both;
    height: 50px;
    padding-top: 14px;
    text-align: center;
}
 #slides .slidesjs-navigation {
	   top: 115px;
 }

.testimonialcolumn {
    float: left;
    width: 50%;
}

.testimonailimgcont {
    float: left;
    text-align: center;
    width: 50%;
}
.servicedescription {
	margin-bottom:10px;
	float:left;
	margin-top:10px;
	width:45%;
}

.serviceimgscont {
	margin-bottom:20px;
	float:right;
	width:55%;
}
}