@charset "utf-8";
body {
	background: #ffffff url(../images/main-bg.jpg) repeat-x left top;
}
html, body, h3, h4, h5, h6, p, input, textarea, select, form {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #03aaba;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}
h1 a {
	text-decoration:underline;
	color:#03aaba;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #03aaba;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}
img.border {
	border: 1px solid #3EC8D3;
	background: #ffffff;
	padding: 0px;
}
img.border-1 {
	border: 1px solid #3EC8D3;
	background: #ffffff;
	padding: 5px;
}
.photo-text {
	font-size: 11px;
	text-align: center;
	padding-top: 2px;
}
.video-block {
	padding: 10px;
	background: #eeeeee;
	margin-bottom: 15px;
	overflow: hidden;
}
a:link, a:visited {
	color: #03aaba;
	text-decoration: underline;
}
a:hover {
	color: #03aaba;
	text-decoration: none;
}
img {
	border-style: none;
}
.parent-div {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	overflow: hidden;
}
.wrapper-div {
	margin: auto;
	width: 950px;
	overflow: hidden;
}
ul.gap li, ol.gap li {
	margin-bottom: 10px;
}
/*-----------------------------------------------------------------------------------------------*/

/*                                   Header Styles                                               */

/*-----------------------------------------------------------------------------------------------*/



.header-div {
	height: 200px;
	width: 950px;
	overflow: hidden;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.right-header {
	background-image: url(../images/right-heading-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width: 183px;
	padding-top: 13px;
	padding-left: 52px;
	font-size: 16px;
	font-weight: bold;
	color: #3ec8d3;
	margin-bottom:1px;
}
.header-top {
	height: 111px;
	width: 950px;
	overflow: hidden;
}
.header-top-left {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 111px;
	width: 370px;
}
.header-top-right {
	font-size: 13px;
	color: #ffffff;
	float: right;
	padding-top: 0px;
	text-align: right;
}
.google-fb {
	height: 25px;
	padding: 10px 0px 5px 0px;
	width: 200px;
	float: right;
}
.header-below {
	height: 89px;
	width: 950px;
}
.header-tel {
	font-size: 30px;
	color: #4acbd6;
}
.top-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	width: 950px;
	height: 70px;
	overflow: hidden;
	font-weight: normal;
}
.top-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.top-menu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}
.top-menu ul li a {
	display: block;
	padding: 28px 0px 0px 0px;
	height: 42px;
	margin: 0px;
	color: #000000;
	background: url(../images/top-menu-bg.png) repeat-x left top;
	text-decoration: none;
	text-align: center;
}
.top-menu ul li a:hover, .top-menu ul li a.selected {
	color: #ffffff;
	background: url(../images/top-menu-hover.png) repeat-x left top;
	text-decoration: none;
}
/*-----------------------------------------------------------------------------------------------*/

/*                                   Body Styles                                                 */

/*-----------------------------------------------------------------------------------------------*/





.body-div {
	width: 950px;
	overflow: hidden;
	padding-bottom: 20px;
}
.testimonials-1 {
	font-style: italic;
	background-image: url(../images/quote-1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.grey-box {
	background-color: #f7f7f7;
	padding: 15px;
	float: left;
	height: 121px;
	width: 129px;
	margin-right: 17px;
	border: 1px solid #e5e5e5;
	font-size: 11px;
	line-height: 14px;
}
.para {
	line-height: 17px;
	overflow: hidden;
}
.photo {
	float: left;
	margin-right: 10px;
}
.photo-right {
	float: right;
	margin-left: 15px;
	width: 214px;
}
.video-thumb {
	float: left;
	margin-right: 15px;
	width: 152px;
}
.video-thumb a {
	text-decoration: none;
	color: #333333;
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* internet explorer 8 */
	filter: alpha(opacity=100); /* internet explorer 5~7 */
	-khtml-opacity: 1;      /* khtml, old safari */
	-moz-opacity: 1;       /* mozilla, netscape */
	opacity: 1;           /* fx, safari, opera */
}
.video-thumb a:hover {
	text-decoration: none;
	color: #333333;
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* internet explorer 8 */
	filter: alpha(opacity=80); /* internet explorer 5~7 */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape *//*
	[disabled]opacity: 0.8;
 */           /* fx, safari, opera */
}
.right-parent {
	float: left;
	width: 235px;
}
a.readmore:link, a.readmore:visited {
	color: #02a5b6;
	text-decoration: underline;
	font-weight: bold;
}
a.readmore:hover {
	text-decoration: none;
}
.bucket-menu {
	width: 233px;
	border: 1px solid #58cfd9;
}
.bucket-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.bucket-menu ul li {
	margin: 0px;
	padding: 0px;
}
.bucket-menu ul li a {
	display: block;
	background: url(../images/bucket-link-bg.jpg) repeat-x left top;
	width: 218px;
	height: 23px;
	text-decoration: none;
	color: #2f8890;
	font-size: 14px;
	padding: 5px 0px 0px 15px;
}
.bucket-menu ul li a:hover, .bucket-menu ul li a.selected {
	color: #333333;
}
.beauty-tip {
	width: 233px;
	height: 109px;
	border: 1px solid #58cfd9;
	margin-bottom: 20px;
}
.beauty-tip a {
	background: url(../images/beauty-tips.jpg) no-repeat left top;
	display: block;
	width: 233px;
	height: 109px;
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* internet explorer 8 */
	filter: alpha(opacity=100); /* internet explorer 5~7 */
	-khtml-opacity: 1;      /* khtml, old safari */
	-moz-opacity: 1;       /* mozilla, netscape */
	opacity: 1;           /* fx, safari, opera */
}
.beauty-tip a:hover {
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* internet explorer 8 */
	filter: alpha(opacity=90); /* internet explorer 5~7 */
	-khtml-opacity: 0.9;      /* khtml, old safari */
	-moz-opacity: 0.9;       /* mozilla, netscape */
	opacity: 0.9;           /* fx, safari, opera */
}
.arial-fourteen-font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #747474;
}
.whats-new {
	width: 233px;
	height: 65px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #03b0bf;
	text-align: center;
}
.whats-new a {
	border: 1px solid #58cfd9 !important;
	display: block !important;
	width: 233px !important;
	padding: 5px 0px 10px 0px !important;
	height: 50px !important;
	text-decoration: none !important;
}
.left-parent {
	float: left;
	width: 701px;
	margin-right: 14px;
}
.sub-menu {
	width: 640px;
	overflow: hidden;
}
.sub-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sub-menu ul li {
	margin: 0;
	padding: 0;
	float: left;
	border-right: 1px solid #956730;
	padding-right: 20px;
	padding-left: 20px;
}
.sub-menu ul li a {
	color: #956730;
	text-decoration: none;
	font-weight: normal;
}
.sub-menu ul li a:hover {
	color: #333333;
	text-decoration: none;
}
.sub-menu ul li a.selected {
	color: #333333;
	font-style: italic;
	text-decoration: none;
}
.sub-menu {
	overflow: hidden;
	width: 701px;
	padding-bottom: 10px;
}
.sub-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sub-menu ul li {
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 30px;
	border: none;
}
.sub-menu ul li a {
	color: #03aaba;
	display: block;
	background: url(../images/bullet.jpg) no-repeat left 6px;
	padding-left: 15px;
	padding-bottom: 4px;
	text-decoration: none;
	font-weight: bold;
}
.sub-menu ul li a:hover {
	color: #333333;
	text-decoration: none;
}
.sub-menu ul li a.selected {
	color: #333333;
	text-decoration: none;
	font-style: normal;
	background: url(../images/bullet1.jpg) no-repeat left 6px;
}
.flash {
	height: 336px;
	width: 701px;
	padding-bottom: 15px;
}
.blue-font {
	color: #03b0bf;
}
.dotted-border {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b5b5b5;
}
.bucketImages {
	margin-bottom: 10px;
}
.imagedesc {padding-top:5px;color:#666; text-align:left;}
.bucket-image-left {
	float: left;
	width: 330px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #b5b5b5;
	margin-right: 10px;
	padding-right: 10px;
}
.bucket-image-right {
	width: 340px;
	float: left;
}
.contact-info {
	float: left;
	width: 220px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #b5b5b5;
	margin-right: 40px;
	padding-right: 10px;
	height: 90px;
	}
.contact-info-right {
	width: 400px;
	float: left;
}
.individual-b-image {
	width: 162px;
}
.individual-b-image-info {
	clear: both;
	background-color: #02a2b4;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	padding: 5px 0px 4px 0px;
	margin-top: -2px;
}
.individual-b-image-info a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 100%;
}
.individual-b-image-info a:hover {
	color: #333333;
	text-decoration: none;
}
/* Added by Asanka on 22/11/2012 for staff images */





.staff-img {
	border: 1px solid #03B0BF;
	float: left;
	margin: 20px 7px;
	padding: 2px;
}
/* -------------- */



.home-testimonial {
	float: left;
	width: 330px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #b5b5b5;
	margin-right: 10px;
	font-style: italic;
	overflow: hidden;
	padding-right: 10px;
	line-height: 17px;
}
.testimonials-2 {
	background-image: url(../images/quote-2.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	padding-right: 20px;
}
.testimonial-name {
	font-style: italic;
	font-weight: bold;
	color: #02a3b5;
	float: left;
	padding-left: 12px;
}
.bucket-testimonials {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #b5b5b5;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b5b5b5;
	background-color: #f2f2f2;
	padding: 10px 0px 10px 0px;
	overflow: hidden;
	margin-top: 15px;
	font-style: italic;
	line-height: 17px;
	margin-bottom: 15px;
}
.home-gallery {
	float: left;
	width: 340px;
}
.whats-new a:hover {
	text-shadow: 0 0 0.2em #CCC;
	border: 1px solid #02a5b6;
}
.lashes {
	width: 233px;
	height: 99px;
	border: 1px solid #58cfd9;
	margin-bottom: 20px;
}
.lashes a {
	background: url(../images/eyes.jpg) no-repeat left top;
	display: block;
	width: 213px;
	height: 39px;
	padding: 60px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3ec8d3;
	text-decoration: none;
	ms-filter:  "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* internet explorer 8 */
	filter: alpha(opacity=100); /* internet explorer 5~7 */
	-khtml-opacity: 1;      /* khtml, old safari */
	-moz-opacity: 1;       /* mozilla, netscape */
	opacity: 1;           /* fx, safari, opera */
}
.lashes a:hover {
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* internet explorer 8 */
	filter: alpha(opacity=90); /* internet explorer 5~7 */
	-khtml-opacity: 0.9;      /* khtml, old safari */
	-moz-opacity: 0.9;       /* mozilla, netscape */
	opacity: 0.9;           /* fx, safari, opera */
}
a.products:link, a.products:visited {
	display: block;
	width: 180px;
	height: 70px;
	border: 3px solid #03aaba;
}
a.products:hover {
	border: 3px solid #333333;
}
.white-fourteen-arial-font {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.office-hours-main {
	background: url(../images/office-hours-bg.jpg) no-repeat;
	width: 213px;
	height: 97px;
	color: #ffffff;
	font-size: 13px;
	line-height: 22px;
	border: 1px solid #2d2d2d;
	padding: 10px 10px 0px 10px;
}
.blue-heading {
	color: #02a5b6;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
.textimage {
	background: url(../images/radiesse/5.jpg) no-repeat;
	width: 100px;
	height: 116px;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
}
.textimage a {
	padding-top: 93px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	display: block;
	width: 100px;
	height: 23px;
}
.textimage a:hover {
	color: #03b0bf;
}
.span-text {
	padding-top: 93px;
	background: #444444;
	padding: 3px 0px;
	width: 100px;
}
ol li {
	padding-bottom: 10px;
}
a.media1:link, .media1:visited {
	display: block;
	width: 120px;
	height: 33px;
	border: 1px solid #03aaba;
}
a.media1:hover {
	border: 1px solid #333333;
}
/*-----------------------------------------------------------------------------------------------*/

/*                                   Footer Styles                                               */

/*-----------------------------------------------------------------------------------------------*/



.footer-div {
	height: 311px; /****changes 271 into 311***********/
	background: url(../images/footer-main.jpg) no-repeat left top;
	width: 950px;
	overflow: hidden;
	padding-top: 20px;
}
.footer-header {
	color: #02a9b9;
	font-size: 16px;
	font-weight: bold;
	float:left;
}
.sm-main {
	text-align:left;
	padding-left: 10px;
	height: 22px;
	float: right;
}
a.sm:link, a.sm:visited {
	color: #02a9b9;
	font-size: 12px;
	text-decoration: none;
}
a.sm:hover {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}
.sm-main1 {
	padding-left: 7px;
	height: 22px;
	float: right;
	margin-top:5px;
}
a.sm1:link, a.sm1:visited {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
a.sm1:hover {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}
.footer-links {
	font-size: 12px;
	color: #333333;
}
.copyright {
	font-size: 13px;
	color: #747474;
	padding-top: 2px;
}
.footer-links a {
	text-decoration: none;
	color: #333333;
}
.footer-links a:hover, .footer-links a.selected {
	text-decoration: none;
	color: #02a7b8;
}
a.ekwa:link, a.ekwa:visited {
	color: #02a2b4;
	text-decoration: underline;
}
a.ekwa:hover {
	color: #02a2b4;
	text-decoration: none;
}
.trademark {
	color: #02a2b4;
	font-size: 11px;
	padding-top: 7px;
}
/*-----------------------------------------------------------------------------------------------*/

/*                                   Pop Up Styles                                               */

/*-----------------------------------------------------------------------------------------------*/





#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block {
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 13px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
	text-align: right;
}
a.close {
	text-align: right;
	color: #C00;
	text-decoration: none;
	margin-bottom: 20px;
}
.close-btn {
	text-align: right;
	margin-bottom: 10px;
}
/*--Making IE6 Understand Fixed Positioning--*/



*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
/* Added by Pradeep on 3/8/2012 for Products page*/



.products_listing {
	line-height: 18px;
	overflow: hidden;
	padding:0px 0px 0px 20px;
	margin-bottom: 15px;
	padding-bottom:15px;
	border-bottom:1px dashed #ccc;
}
.bullet-link a {
	background:url(../images/arrow2.jpg) no-repeat left center;
	padding-left:25px;
	text-decoration:underline;
	color: #02A5B6;
}
.bullet-link a:hover {
	text-decoration:none;
	color:#02A5B6;
}
/*edited by peer on 12-6-2012 tier2 bucket page*/

.article-head {
	color: #02a5b6;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	margin:15px 0px 10px 0px;
}
.article-title {
	font-size: 16px;
	font-weight: bold;
	color: #03aaba;
	margin-bottom:10px;
	margin-top:-8px;
}
.white-link:link, .white-link:visited {
	color:#FFF;
}
/* Dishan New Bucket Rename */

.bucket-menu1 {
	width: 233px;
	border: 1px solid #58cfd9;
}
.bucket-menu1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.bucket-menu1 ul li {
	margin: 0px;
	padding: 0px;
}
.bucket-menu1 ul li a {
	display: block;
	background: url(../images/bucket-link-bg.jpg) repeat-x left top;
	width: 223px;
	height: 23px;
	text-decoration: none;
	color: #2f8890;
	font-size: 14px;
	padding: 5px 0px 0px 10px;
}
.bucket-menu1 ul li a:hover, .bucket-menu1 ul li a.selected {
	color: #333333;
}
.holiday-special {
	background:url(../images/specials.png) no-repeat top left;
	margin-bottom:10px;
	width:695px;
	height:200px;
}
.holiday-special a {
	display:block;
	width:78px;
	height:30px;
	margin-left:150px;
	padding-top:53px;
}
.holidaycolor {
	color:#F00;
	font-size:16px;
	font-weight:bold;
}
.holidaylarge {
	font-size:36px;
	color:#000;
}
/* Tab links*/

.tabs_links {
	color:#02A2B4;
	width: 193px;
	height: 25px;
	float: left;
	margin-right: 10px;
}
.tabs_links a {
	float: left;
	margin-right: 10px;
	width: 193px;
	height: 25px;
	display:block;
	font-size: 14px;
	color: #02A2B4;
	text-decoration:none;
	text-align:center;
	padding-top:5px;
	border:1px solid #3EC8D3;
}
.tabs_links a:hover {
	display:block;
	background:#02A2B4;
	color: #FFF;
	text-decoration:none;
}
.tabs_links a.selected {
	display:block;
	background:#02A2B4;
	color: #FFF;
	font-weight:bold;
}
.clearflaot {
	clear:both;
}
/* added on Feb 27 2013*/

.vt-thumb {
	float: left;
	margin-right: 15px;
	width: 202px;
}
.vt-thumb a {
	text-decoration: none;
	color: #333333;
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* internet explorer 8 */
	filter: alpha(opacity=100); /* internet explorer 5~7 */
	-khtml-opacity: 1;      /* khtml, old safari */
	-moz-opacity: 1;       /* mozilla, netscape */
	opacity: 1;           /* fx, safari, opera */
}
.vt-thumb a:hover {
	text-decoration: none;
	color: #333333;
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* internet explorer 8 */
	filter: alpha(opacity=80); /* internet explorer 5~7 */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape *//*
	[disabled]opacity: 0.8;
 */           /* fx, safari, opera */
}
.audio-block {
	width:318px;
	padding:5px;
	float:left;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-right:10px;
	border:1px solid #3EC8D3;
}
/**** Added by Thuwan on 5/14/2013 - Inner pages testimonials ****/

.testimonial_inpage {
	font-style: italic;
	line-height: 17px;
	margin-right: 10px;
	overflow: hidden;
/*	padding-right: 10px;*/
background-color: #FFF;
  padding: 10px;
  border: 2px dashed #0EA4C5;
  font-size:11px;
}
.magazineThumb {
	margin-bottom:10px;
}
.testimonial-box {
	background:#e7ebf2;
	padding:10px;
	margin-bottom:20px;
	border:1px solid #d8dde4;
} 
/*added by dhanu 2013-11-13*/
.article-list{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.article-list li{
	margin-bottom:5px;
}

/* Product Video - By Thuwan on 2/12/2014 */
.video_product {
margin-bottom: 20px;
padding-left: 20px;
}
.video_product img {
border: 2px #3ec8d3 solid;
}
/* -------------------------- */
.video-block .videogallery{
	margin-bottom:10px;	
}
.video-block .videogallery .individual-b-image-info {
	min-height: 45px;	
}
.align-left{
	float:left;
}
.align-right{
	float:right;
}
.align-right a{
	float: left;
	margin-right: 10px;
}
.margin-right-reset{
	margin-right: 0 !important;
}
.gallery-small{
	width: 340px;
	margin: auto;
}
.info-small{
	width: 100px;
}
.text-right{
	text-align: right;
}
/*Responsive Styles*/
.footer-video-gallery {
	margin-top: 10px;
	width: 890px;
	height: 164px;
	padding-top: 10px;
}
.tab-div {width:200px; float:left; margin-top:20px; margin-bottom:20px;}
.tab-div-right {margin-left:500px; margin-top:20px; margin-bottom:20px;}
.media-honors {
	overflow: hidden;
	width:642px; margin:auto; margin-bottom:10px;
}
.media-honors .magText {
	width: 200px;
}
.clear-float { display:none; }
.video-wrapper {width: 530px; height: 400px;}
.video-parent {width: 530px; margin:15px auto;}
.social-media-icons {margin-top:15px; overflow:hidden;}
a.clicktocall {
	pointer-events: none;
	text-decoration: none;
	cursor: text;
	color: #333;
}
.marginb10
{
	margin-bottom:10px;
}

/* Search Option */
.search{
	margin:45px 0 10px 475px;
	position: absolute;
	width: 400px;
}
.search input.search-text{
	float:left;
	width:151px;
	padding:5px 10px;
	background-color:#c0edf2;
	border:1px solid #9ccdd2;	
}
.search input.search-button-style{
	float:left;
	background-color:#747474;
	padding:4px;
	color:#FFF;
	border:1px solid #333;
	cursor:pointer;
}
.indiv-video-wrapper {
	background: #F0F0F0;
	border: 1px solid #03aaba;
	padding: 10px;
	border-bottom: 1px solid #03aaba;
}
.video-item {
	width: 576px;
	height: 324px;
	margin: auto;
}
.indiv-video-wrapper-desc {
	background: #F0F0F0;
	padding: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #999;
	border-bottom: 3px solid #03aaba;
	font-size: 13px;
	color: #03aaba;
	margin-top: 5px;
}
.testimonials-content{
  padding: 5px;
  border: 1px solid #03B0BF;
  margin-top: 12px;
  background-color: #C0EDF2;
}
.info-box {
	margin: 20px auto;
	text-align: center;
	width: 65%;
	border: 2px solid #02A2B4;
	border-radius: 15px;
	padding: 10px;
	font-size: 15px;
	color: #02A2B4;
	line-height: 25px;
	font-weight: bold;
}
.list {
	list-style-type: disc;
	font-style: italic;
	color: #848283;
	font-size: 15px;
}
.list li {
	padding-bottom: 10px;
}
.product-des{ line-height:20px;}


.gallery_background-events {
	padding: 0px 16px 0px 16px;
	overflow: hidden;
}
.inner-gallery-background {
	background: url(../images/gallery-bg.jpg) repeat-x;
	padding: 10px 0px 10px 40px;
	width: 661px;
	height: 230px
}
.gallery_background-events .stepcarousel-events {
	position: relative;
	border: 0;
	overflow: scroll;
	width: 650px;
	height: 230px;
}
.gallery_background-events .stepcarousel-events .belt {
	position: absolute;
	left: 2px;
	top: 0;
}
.gallery_background-events .stepcarousel-events .panel {
	float: left;
	overflow: hidden;
	padding-top: 0px;
	width: 200px;
	height: 250px;
	text-align: center;
	margin-right:15px;
	padding-left:5px;
}
.gallery_background-events .stepcarousel-events .panel img {
	width: 190px;
	height:143px;
	border:1px solid #CCC;
	background:#FFF;
	padding:2px;
}
.video-title {
	padding: 10px;
	font-size: 18px;
	color: #FFF;
	background-color: #02A2B4;
	text-align: center;
}
.product-block {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D7D7D7;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.right-image{
	float:right;
	width:220px;
	margin:10px;
	border:#929292 1px solid;
	}