/*
	Clever Accounts
	Screen Stylesheet
*/
	* { margin: 0; padding: 0; font: normal 1em/1em "Trebuchet MS", Verdana, sans-serif; line-height: 1em; }
	body { font-size: 62.5%; background-color:#f4f4f2; }
	a img { border: none; }
	#content a:link, #content a:visited { color: #d06833; }
	#content a:hover, #content a:focus, #content a:active { color: #000; }
	
	
/*	Layout */
	* .content {
		width: 936px;
		margin: 0 auto;
		
		}

/*	Common Classes */
	.clear { clear: both; }
	.left { float: left; }
		.aleft { text-align: left; }
	.right { float: right; }
		.aright { text-align: right; }
	.smaller { font-size: 1.2em !important; }
	.date { font-size: 1.1em !important; color: #999 !important; margin-bottom: 0 !important; }
	.divider { height: 1px; overflow: hidden; border: none; color: #000; background: #000; margin: 20px 0;}
	.twtr-tweet-text {
font: 10px Verdana, Arial, Helvetica, sans-serif !important;
}

	
/*	Header */
	#top	{
	background: url(../images/layout/login-back.jpg) repeat;
	height:34px;
			}
		#header {
		background: url(../images/layout/greyback.gif) repeat;
				}
		#header .content {
			overflow: hidden;
		}
		#header h1 {
			float: left; padding: 20px 30px 20px 0;
			}
		#header span {
			float: right;
			width: 105px;
			height: 32px;
			margin: 10px 10px 0 0;
			}
		.toptitle { float:right; z-index:10000; margin-left:10px; margin-top:10px }
		
		.toptitle a {
				font: 1.4em "Trebuchet MS", sans-serif;
				color:#fff;
				padding: 10px;
				}

		
#menu { padding:0; margin:0; list-style:none; height:27px; position:relative; z-index:500;}
#menu li {float:left; margin-right:1px;}
#menu li a {display:block; float:left; height:28px; line-height:29px;  text-decoration:none; padding:0 30px 0 0px;}
			


				
/*	Navigation */
	#nav {
		overflow: hidden;
		padding: 30px 110px;
		border-bottom: 0px solid #a06833;
		
				}
		#nav ul li {
			display: block;
			list-style: none outside;
			float: left;
			height: 38px;
			padding-right: 0px;
						}
			#nav ul li a {
				font: 2.0em "Trebuchet MS", sans-serif;
				text-decoration: none;
				color: #717475;
				line-height: 38px;
				display: block;
				float: left;
				padding: 0 20px 0 10px;
				}
				#nav ul a:hover,
				#nav ul a:focus {
				text-decoration:underline;
				color:#333;
				
					
					}
				#nav ul li.first {
					background-image: url(../images/template/bg_nav-first1.gif);
					}
				#nav ul li.last a {
					background: url(../images/template/bg_nav-last1.gif) right bottom no-repeat;
					}
			#nav ul li.current {
				background-position: left top;
							}
				#nav ul li.last.current a {
					background-position: right top;
					}

/*	Bar */
	#bar {
		background-color:#d06833;
		padding: 2.5em 0;
		
		
		}
		#bar .content {
			overflow: hidden;
			}
		#bar h1 {
			font-size: 3.0em;
			color: #FFF;
			line-height: 1.2em;
			float: left;
			margin: 0 1em 0 0;
			}

/*	Bar (Big) */
	#bar_big {
		background: url(../images/layout/bannerback.jpg) repeat;
		height: 315px;
		
		
		}
		#bar_big .content {
			overflow: hidden;
			height: 315px;
			padding: 0px 0px 0 0px;
			width: 936px;
			
			}
		#bar_big .left {
			overflow: hidden;
			height: 310px;
			padding: 30px 0px 0 10px;
			width: 480px;
			margin-right:10px;
			position: relative;
			}
		#bar_big .right {
			overflow: hidden;
			height:310px;
			padding: 10px 0px 0 0px;
			width: 420px;
			position: relative;
			}
		
			#bar_big p {
				font-size: 2.8em;
				color: #fff;
				line-height: 1.6em;
				margin-left:0.3em;	
				}
			#bar_big h1 {
				font-size: 1.6em;
				line-height: 1.4em;
				color: #fff;
				margin: .5em 0em 1em 0.5em
				}

			
			#feed {
			background: url() no-repeat;
			width: 420px;
			margin-left:-5px;
			
			
			}
			
			#feed p {			
			color: #fff;
			font-size:1.2em;
			margin-left:20px;
			margin-top:20px;
			
			}
			
			#feed a {			
			color: #FFFFCC;
							}
			#feed a:hover {			
			color: #3366CC;
					}		

				
				
/*	Pagebreak */
	#pagebreak {
		border-bottom: 1px solid #bbb;
		display: block;
		height: 10px;
		padding: 0 0 0;
		margin: 0 0 10px;
		overflow: hidden;
		width: 935px;
		}
		
	
/*	Content */
	#content {
		padding: 20px 0 0;
		background-color:#f4f4f2;
		
		}
		#content .content {
			overflow: hidden;
			}
		#content p,
		#content ul,
		#content ol,
		#content dl {
			font-size: 1.4em;
			line-height: 1.29em;
			margin-bottom: 0.6em;
			color: #555555;
			}
			#content p strong {
			font-weight:bold
			
			}
			#content ul ul, #content ul ol, #content ul dl,
			#content ol ol, #content ol ul, #content ol dl,
			#content dl dl, #content dl ol, #content dl ul {
				font-size: 1em;
				margin-left: 1.2em;
				}
			#content th,
			#content td {
				font-size: 1.4em;
				line-height: 1.29em;
				color: #555555;
				padding: 0 0.5em 0.5em 0;
				text-align: left;
				}
				#content th {
					color: #000;
					font-weight: bold;
					}
					
				
			#content li {
				list-style-position: inside;
				line-height: 1.5em;
				}
			#content ul li {
				list-style: outside none;
				background: url(../images/logo/one.gif) left center no-repeat;
				padding-left: 30px;
				padding-top:1px;
				display: block;
				}
			#content .intro {
				color: #e03f26;
				font-size: 1.8em;
				}
				
			#content .headerlink {
				color: #ffffff;
				font-size:14px;
				}
	
		#content h1 {
			font-size: 1.6em;
			border-bottom: 1px solid #d06833;
			color: #7f7f7f;
			line-height: 1.5em;
			margin: 0 0 10px;
			}
		#content h2 {
	font-size: 1.9em;
	color: #555555;
	line-height: 1.5em;
			}
		#content h3 {
			font-size: 1.0em;
			color: #d06833;
			line-height: 1.1em;
			margin: 0px 0 0px;
			
			}
			#content h3 a {
			font-size: 1.2em;
			color: #d06833;
			margin: 0px 0 0px;
			font-weight:bold;
			text-decoration:none;
				}
		#content .box h2 {
			color: #d06833;
			font-weight:bold;
			font-size: 1.5em;
				
		}
			
		 #content .teamimage {
			 float:left;			 
			overflow: hidden;
			padding: 0px;
			border-bottom: 0px solid #a06833;
			width:450px;
			height:470px
				}
				
		#content .teamimage ul li {
			display: block;
			list-style-type: none outside;
			background:none;
			background-color:#E8E8E8;
			float: left;
			height: 190px;
			padding: 10px;	
			list-style-image:none;	
			padding-left:10px;
			margin-left:15px;
			margin-bottom:10px;
						}

			
			
		#content .teamimage h2 {
			font-size: 1.1em;
			color: #717475;
			line-height: 1.2em;
			text-decoration:none;
	
		}
		#content .teamimage a:link{

			text-decoration:none;
	
		}
	
		#content .teamtext {
			margin-top:20px;
			overflow:hidden;
			padding: 5px;
			background-color:#E8E8E8;
			height: 200px;
		}
/* tab pane styling */

			#content .panes div {
				float:right;
				display:none;		
				padding:0px;
				border:0px solid #999;							
				height:280px;
				font-size:1.4em;
				width:440px
				
}	
		#content .panes p {
			font-size: 1.0em;
			color: #717475;
			line-height: 1.25em;
			}

		#content .panes h1 {
			font-size: 1.4em;
			border-bottom: 1px solid #bbbbbb;
			color: #000;
			line-height: 1.5em;
			margin: 0 0 10px;
			}			
			

		#content .panes h2 {
			font-size: 1.2em;
			color: #717475;
			line-height: 1.2em;
	
		}


		#content .frame h2 {
			background: #f8f8f7;
			color: #FFF;
			font-size: 2.5em;
			line-height: 30px;
			text-indent: 0px;
			margin: 0;
			}
		
		#content .frame h3 {
			background: #d06833;
			color: #FFF;
			font-size: 1.8em;
			line-height: 1.9em
			text-indent: 5px;
			margin: 5px;
			}
			

			
			#content .box h4 {
			color: #333;
			font-size: 2.0em;
			line-height: 2.0em;
			margin-bottom: 10px;
			}
			
		#content p.price {
			font-size: 2em;
			font-weight: bold;
			color: #000;
			padding: 0 35px 0 15px;
			float: left;
			line-height: 1.5em;
			}
			#content p.price strong {
				font-size: 2.2em;
				font-weight: bold;
				display: block;
				}
				
			#content p.price1 strong {
				font-size: 2.5em;
				font-weight: bold;
				display: block;
				}
			#content p.price img {
				display: block;
				margin: 5px 0 0;
				}

		#content p.package {
			font-size: 2em;
			font-weight: bold;
			color: #000;
			padding: 0 0px 0 10px;
			float: left;
			line-height: 1.5em;
			}
			#content p.package strong {
				font-size: 1.5em;
				font-weight: bold;
				display: block;
				}
			.content p.package a:link, a:visited  {
			color:#fff;
			}	
			
		#content span.package {
			font-size: 2em;
			font-weight: bold;
			color: #000;
			padding: 0 0px 0 10px;
			float: left;
			line-height: 1.5em;
			}			
				
				#content p.services {
			font-size: 2.0em;
			font-weight: bold;
			color: #d06833;
			padding: 0 0px 0px 0px;
			line-height: 1.5em;
			
						}
						
			#content p.services strong {
				font-size: 1.5em;
				font-weight: bold;
				display: block;
				}	
			
			#content p.servicestext {
			font-size: 1.4em;
			color: #666;
			padding: 2px 0px 0px 0px;
			line-height: 1.5em;
						}	
			
		#content p.test {
			font-size: 1.8em;
			font-weight: bold;
			color: #666;
			}
			
		#content p.quote {
			font-size: 1.4em;
			font-weight: bold;
			color: #d06833;
			font-style:italic;
			}			
		#content span.quote {
			font-size: 1.0em;
			font-weight: bold;
			color: #666;
			font-style:italic;
			}	


				
		#content table.large th,
		#content table.large td {
			font-size: 2em;
			}
			
	#content form {
		}		
		#content form fieldset {
			border: none;
			}
			#content form ol {
				margin: 0;
				}
			#content form li {
				list-style:  none outside;
				display: block;
				margin: 0.5em 0;
				width: 100%;
				overflow: hidden;
				}
				#content form li label {
					float: left;
					width: 10em;
					padding: 6px 0;
					}
				#content form li input,
				#content form li textarea,
				#content form li select {
					float: right;
					padding: 6px;
					color: #999;
										}
				#content form li.check input {
					float: none;
					padding: 6px;
					}
				#content form li.check label {
					float: none;
					}
				#content form li.check br {
					height: 0;
					overflow: hidden;
					visibility: hidden;
					clear: both;
					}
			#content form button {
				background-color: #E03f26;
				border-color: #E03f26;
				color: #FFF;
				}
				
			#search label {
				display: none;
				}
		
		.grey { color: #555555 !important; }
		.red { color: #e03f26; !important; }
		.black { color: #000000 !important; }
		
		#content span.date, span.datefield { font-size: 0.8em !important; color: #999 !important; margin-bottom: 0 !important; padding-left:10px }
		
		
/*	Box Class */
	.box {
		
		background-color: #fff;
		width: 100%;
		margin-bottom: 1em;
		float: left;
		-moz-box-shadow: 2px 2px 3px #dbdddf; /* Firefox */
 -webkit-box-shadow: 2px 2px 3px #dbdddf; /* Safari/Chrome */
 box-shadow: 2px 2px 3px #dbdddf; /* Opera and other CSS3 supporting browsers */
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
 : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */ 
		
				
		}
		/* Required for IE 6/7 to render search drop down correctly above content - JH */
		* html .box { z-index: 0; }
		*+html .box { z-index: 0; }
		
	.box:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.box .content {
		padding: 15px 10px 0;
		clear: both;
		zoom: 1;
		overflow: hidden;
		border-right: 0px solid #dbdddf;
		border-left: 0px solid #dbdddf;
		width: auto !important;
		margin: 0;
		}

.boxtop { 
  background: url(../images/layout/ne.gif) no-repeat top right; 
}

.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(../images/layout/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(../images/layout/se.gif) no-repeat bottom right; 
  
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(../images/layout/sw.gif) no-repeat bottom left; 
  
}


.boxcontent {
  padding: 0px 10px 0px 10px;
}

	
/*	frame Class */
	.frame {
		border-top: 10px solid #cacdd0;
		border-bottom: 10px solid #cacdd0;
		background: #fff;
		width: 100%;
		margin-bottom: 1em;
		float: left;
		}
		/* Required for IE 6/7 to render search drop down correctly above content - JH */
		* html .frame { z-index: 0; }
		*+html .frame { z-index: 0; }
		
	.frame:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.frame .content {
		padding: 0px 0px;
		clear: both;
		zoom: 1;
		overflow: hidden;
		border-right: 0px solid #cacdd0;
		border-left: 0px solid #cacdd0;
		width: auto !important;
		margin: 0;
		}
	.frame span.tl,
	.frame span.tr,
	.frame span.bl,
	.frame span.br {
		width: 14px;
		height: 14px;
		display: block;
		position: relative;
		overflow: hidden;
		background-image: url(../images/template/cornerg.gif);
		}
	  .frame span.tlO,
	  .frame span.trO,
	  .frame span.blO,		
		.frame span.brO {
		width: 14px;
		height: 14px;
		display: block;
		position: relative;
		overflow: hidden;
		background-image: url(../images/template/corneryg.gif);
		}
	.frame span.tl {
		background-position: top left;
		float: left;
		margin-top: 0px;
		margin-left: 0px;
		height: 30px;
		width: 11px;
		}
	.frame span.tr {
		background-position: top right;
		float: right;
		margin-top: 0px;
		margin-right: 0px;
		height: 30px;
		width: 11px;
		}
	.frame span.bl {
		background-position: 0 14px;
		float: left;
		margin-bottom: -1px;
		margin-left:0px;
		}
	.frame span.br {
		background-position: 14px 14px;
		float: right;
		margin-bottom: -1px;
		margin-right: 0px;
		}
	.frame span.tlO {
		background-position: top left;
		float: left;
		margin-top: 0px;
		margin-left: 0px;
		height: 30px;
		width: 11px;
		}
	.frame span.trO {
		background-position: top right;
		float: right;
		margin-top: 0px;
		margin-right: 0px;
		height: 30px;
		width: 11px;
		}
	.frame span.blO {
		background-position: 0 14px;
		float: left;
		margin-bottom: -1px;
		margin-left:0px;
		}
	.frame span.brO {
		background-position: 14px 14px;
		float: right;
		margin-bottom: -1px;
		margin-right: 0px;
		}
	.frame .content .span {
		width: auto;
		height: auto;
		display: inline;
		}	
		
		
/*	Ticker */
	#ticker {
		background: #fff;
		padding: 17px;
		font-size:1.2em;
		color: #333;
		font-weight:bold;
		border-top:#666666;
		margin-top:20px;
						}
	#ticker a {
		font-size:1.2em;
		color: #666;
		font-weight:bold;
						}

	#ticker .news-container
{
	width: 100%; 
	margin: auto;
	border: 0px solid #333;
}
 
	#ticker .news-container ul li div
{
	border: 1px solid #aaaaaa;
	
	}		
			
			
/*	Footer */

	#footer {
	background: url(../images/layout/footerbg.gif) repeat;
	border-top: 1px solid #eee;
	margin-top: 0px;
	height:300px;
	width:100%;
	padding: 20px 0 0;

	}

	#bottombox-1 {
		
		width: 450px;
		padding:0;		
	}
	
	.bottombox-1 h3 {
		font: bold 2.0em "Trebuchet MS", sans-serif;
		text-decoration: none;
		color: #fff;
		line-height: 38px;
		padding: 15px 10px 0 20px;
		
	}

	.bottombox-1 p {
		font: bold 1.4em "Trebuchet MS", sans-serif;
		color: #fff;
		padding: 15px 10px 0 20px;	
	}

	#bottombox-2 {
		
		width: 500px;
		padding:0;		
	}

	.bottombox-2 h3 {
		font: bold 2.0em "Trebuchet MS", sans-serif;
		text-decoration: none;
		color: #fff;
		line-height: 38px;
		padding: 15px 100px 0 50px;
		
	}

	.bottombox-2 p  {
		font: bold 1.4em "Trebuchet MS", sans-serif;
		color: #fff;
		padding: 15px 10px 0 50px;
		
		}
		
		.bottombox-2 a  {
		color: #E6D79B;
		text-decoration:none;
		
		}

	#footerlinks {
		position: relative;
		padding: 40px 0px 20px 0px;
		clear: both;
		color: white;		
		text-align: center;
		}

		.footerlinks a {
				font: 1.4em "Trebuchet MS", sans-serif;
				color:#fff;
				padding: 5px;				
				}
				
		.footerlinks p {
				padding-top: 10px;
				font-size:1.2em;			
				}				
				


	.LV_validation_message{
	     font-weight:bold;
	     margin:0 0 0 5px;
	}	.LV_valid {
	     color:#00CC00;
	}
   
	.LV_invalid {
	font-weight: 900;
	color:#E03F26;
	font-size:0.8em;
		}
   
	.LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active,
	textarea.LV_valid_field:hover, textarea.LV_valid_field:active {
	     border:;
	}
   
	.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active,
	textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
	     border: 2px solid #E03F26;
	}
	
/*	twitter */

.twitted {
	width: 220px;
	margin-bottom: 1.6em;
	border: 0px solid #d06833;
}

.twitted h2 {
	margin: 0;
	padding: 0.2em 0.5em;
	font-size: 1em;
	color: #fff;
	background-color: #d06833;
}

.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("loader.gif") 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}

.twitted ul#twitter_update_list {
	margin: 0;
	padding: 0 0.8em;
	list-style-type: none;
	
}

.twitted ul#twitter_update_list li {
	margin: 0;
	padding: 0.8em 0 1em 0;
	border-bottom: 2px solid #ccc;
	background-image:none;
}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
	background-image:none;
}

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #d06833;
	background-image:none;
}

.twitted ul#twitter_update_list li a {
	/* timestamp link */
	color: #d06833;
	background-image:none;
}

.twitted ul#twitter_update_list li.firstTweet {
background-image:none;
}

.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
	background-image:none;
}

.twitted p.profileLink {
	display: block;
	margin: 0;
	padding: 0.3em 1em;
	font-weight:bold;
	color: #fff;
	background-color: #ddd;
	
}

/* Base */

	.fb-wall{
		font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
		font-size:13px;
		width:440px;
		line-height:1.2em;
		color:#333333;
		padding:10px;
		background-color:#FFF;
		}
		
	.fb-wall a{
		text-decoration:none;
		color:#3B5998;}
		
	.fb-wall a:hover{
		text-decoration:underline;}
	
	.fb-wall.loading{
		height:300px;
		background:url(loader-small.gif) no-repeat center center;}
	
	.fb-wall-box{
		margin-bottom:10px;
		border-top:1px solid #eee;
		padding-top:10px;}
		
	.fb-wall-box-first{
		border:0;
		padding-top:0;}
		
	.fb-wall-avatar{
		float:left;
		border:0;}
		
	.fb-wall-data{
		margin-left:60px;}
		
	.fb-wall-media{
		display:block;
		font-size:11px;
		margin-bottom:5px;}
		
	.fb-wall-border-left{
		border-left:2px solid #CCCCCC;
		padding:0 0 3px 8px;}
		
	.fb-wall-media-container{
		display:table;}
		
	.fb-wall-media-link{
		border:1px solid #ccc;
		display:inline-block;
		color:#3B5998;
		cursor:pointer;
		float:left;
		margin-right:5px;}
		
	.fb-wall-media-link:hover{
		border:1px solid #3B5998;}
		
	.fb-wall-picture{
		margin-right:10px;
		border:0;
		display:block;
		margin:3px;}
		
	.fb-wall-name{
		display:block;
		font-weight:bold;
		color:#3B5998;}
		
	.fb-wall-caption{
		display:block;
		color:#3B5998;}
		
	.fb-wall-description{
		display:block;
		color:#777;
		line-height:1.2em;}
		
	.fb-wall-icon{
		float:left;
		margin-right:5px;}
		
	.fb-wall-date{
		font-size:11px;
		color:#777;
		clear:left;
		display:block;
		margin-bottom:5px;}
		
	.fb-wall-message{
		display:block;
		margin-bottom:5px;}
		
	.fb-wall-message-from{
		font-weight:bold;
		color:#3B5998;}
		
	.fb-wall-link{
		color:#333;
		font-size:11px;
		text-decoration:none;}

/* Likes*/
	
	.fb-wall-likes{
		border-bottom:1px solid #E5EAF1;
		margin-bottom:2px;
		display:block;
		font-size:11px;
		background:url(like.gif) no-repeat 0 0 #FFF;
		padding-top:5px;}
		
	.fb-wall-likes div{
		margin:0;
		background:url(like.gif) no-repeat 0 -5px #EDEFF4;
		padding:5px 5px 4px 24px;}
		
	.fb-wall-likes div span{
		color:#3B5998;}

/* Comments */

	.fb-wall-comments{
		margin-top:2px;
		font-size:11px;}
	
	.fb-wall-comment{
		background-color:#EDEFF4;
		border-bottom:1px solid #E5EAF1;
		margin-top:2px;
		padding:5px 5px 4px;
		display:block;
		overflow:hidden;}
		
	.fb-wall-comment-message{
		display:table;}
		
	.fb-wall-comment-from-name{
		font-weight:bold;
		color:#3B5998;}
		
	.fb-wall-comment-from-date{
		color:#777;
		clear:left;
		display:block;}
		
	.fb-wall-comment-avatar{
		width:32px;
		height:32px;
		float:left;
		margin-right:5px;
		overflow:hidden;}
		
	.fb-wall-comment-avatar img{
		width:32px;
		height:32px;}
		
/* Clearfix */
		
	.fb-wall:after, .fb-wall-media:after, .fb-wall-clean{
		content:'.';
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
		font-size:0;
		line-height:0;}		
		

		
/* @override http://localhost/bxslider_v3_plugin/css/styles.css */

/*
 * To change the color scheme of slider change each 
 * background property for each of the five styles below
 */

/* SLIDER ---------------------------------- */

#slider1 {

    padding: 0;
    margin: 10px 0;
    list-style: none;
    overflow: hidden;
    height: 170px;
	width:900px;
	text-align:justify;
	
}

#slider1 ul li {
	padding: 0;
    margin: 0;
    zoom:1;
	z-index:-100;
	
}

#slider1 img,
#slider2 img {
    float: left;
    margin-right: 36px;
    border: solid #666 0px;
}

/*next button*/
.bx-next {
	position:absolute;
	top:40%;
	right:0px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(../images/buttons/orange_next.png) no-repeat 0 -30px;
}

/*previous button*/
.bx-prev {
	position:absolute;
	top:40%;
	left:0px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(../images/buttons/orange_prev.png) no-repeat 0 -30px;
}



/*pager links*/
.bx-pager a {
	margin-right: 5px;
	color: #fff;
	padding: 3px 8px 3px 6px;
	font-size: 12px;
	zoom:1;
	background: url(../images/buttons/orange_pager.png) no-repeat 0 -20px;
}


/*auto start button*/
.bx-auto .start {
	background: url(../images/buttons/orange_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}

/*auto stop button*/
.bx-auto .stop {
	background: url(../images/buttons/orange_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}

/*
 * End color scheme styles
 */


/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {
	background-position: 0 0;
}

/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
}

/*pager wrapper*/
.bx-pager {
	text-align:center;
	padding-top: 7px;
	font-size:12px;
	color:#666;
}

/*captions*/
.bx-captions {
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}

/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}

.bx-auto a {
	color: #666;
	font-size: 12px;
}


#slider2 {
	float:left;
	width:750px;
	height: 140px;
	
	}
	
.slider2 {
	color: #666;
	font-size:50px;
	text-align:justify;
	
	
	}
	
      a#LiveChat
      {
	background: url(../images/button/livechat.gif) no-repeat #52504F ;
	cursor: pointer;
	height: 125px;
	left: 0;
	margin-left: -7px;
	overflow: hidden;
	position: fixed;
	text-indent: -100000px;
	top: 21.5%;
	width: 50px;
	z-index: 100001;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	-moz-box-shadow: 2px 2px 3px #999;
	}

      a#skype
      {
	background: url(../images/button/skype.gif) no-repeat #52504F center ;
	cursor: pointer;
	height: 78px;
	left: 0;
	margin-left: -7px;
	overflow: hidden;
	position: fixed;
	text-indent: -100000px;
	top: 34.5%;
	width: 50px;
	z-index: 100001;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	-moz-box-shadow: 2px 2px 3px #999;
	}

.twtr-tweet-wrap {
    font size: 12px;
    
    }

#contain iframe {float:left ; margin-left:15px}
#plus  {
		float:left;			
		height: 21px !important;
		margin-left:8px}
		

#videocontainer {
	cursor: pointer;
}

