@charset "utf-8";
/* CSS Document */
* {
	margin:0px; padding:0px;
}
/* global class begins */

.textstyle01 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#8b8b8b;
}

.strongtxt_style01 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#00862c;
	padding-bottom:10px;
}
/* global class ends */


#homepage_body {
	display:block;
	overflow:hidden;
	background-image: url(../images/homepagetopbg.gif);
	background-position:top left;
	background-repeat: repeat-x;
	background-color:#FFF;
}

#homepage_body #indexpage {
	display: block;
	overflow: hidden;
	margin:0px;
	padding: 0px;
}

#homepage_body #indexpage p {
	padding-bottom:12px;
}

/*homeintro slider begins*/

#indexpage #homepagecontainer {
	display: block;
	width:100%;
	height: 386px;
	overflow: hidden;
	margin:0px;
	padding: 0px;
}


#indexpage #homepagecontainer .homecontainer_rightcol {
	position: absolute;
	left: 50%;
	display: block;
	width:1000px;
	height: 100px;
	overflow: hidden;
	margin:0px 0px 0px -500px;
	padding: 0px;
}


#indexpage #homepagecontainer .homecontainer_rightcol .homecontainer_rightcol_rightsec {
	width:600px;
	float:right;
	padding-top:17px;
}



#indexpage #homepagecontainer .homecontainer_rightcol  .homecontainer_rightcol_rightsec .btn_enquiry {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:27px;
	padding-right:27px;
	-webkit-border-radius: .4em; 
	-moz-border-radius: .4em;
	border-radius: .4em;
	-webkit-box-shadow: 0 2px 2px rgba(3, 0, 0, 0.9);
	-moz-box-shadow: 0 2px 2px rgba(3, 0, 0, 0.9);
	box-shadow: 0 2px 2px rgba(3, 0, 0, 0.9);
	color: #000;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#d3d3d3));
	background: -moz-linear-gradient(top,  #e3e3e3,  #d3d3d3);
	background-image: -o-linear-gradient(top, #e3e3e3 0%, #d3d3d3 100%); /* Opera */ 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#d3d3d3');
	position: relative;
	z-index:999;
	float:right;
	
}

#indexpage #homepagecontainer .homecontainer_rightcol .homecontainer_rightcol_rightsec .btn_enquiry:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#30861b), to(#114205));
	background: -moz-linear-gradient(top,  #30861b,  #114205);
	background-image: -o-linear-gradient(top, #30861b 0%, #114205 100%); /* Opera */ 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#30861b', endColorstr='#114205');
	color:#FFF;
}


/*
	Slideshow
*/

#indexpage #homepagecontainer #homeslides {
	display: block;
	z-index:100;
	overflow: hidden;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#indexpage #homepagecontainer #homeslides .slides_container {
	display: block;
	width:100%;
	height:386px;
	overflow:hidden;
}

.slides_control {
	display: block;
	height:386px;
	overflow:hidden;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

#indexpage #homepagecontainer #homeslides .slides_container div.homeslide {
	height:386px;
	display: none;
	margin: 0px;
	padding: 0px;
}


#indexpage #homepagecontainer #homeslides .slides_container div.homeslide .content1 {
	background: url(../images/slide01.jpg) no-repeat center top;
	width: 100%;
	height: 386px;	
}

#indexpage #homepagecontainer #homeslides .slides_container div.homeslide .content2 {
	background: url(../images/slide02.jpg) no-repeat center top;
	width: 100%;
	height:386px;
}

#indexpage #homepagecontainer #homeslides .slides_container div.homeslide .content3 {
	background: url(../images/slide03.jpg) no-repeat center top;
	width: 100%;
	height:386px;
}

#indexpage #homepagecontainer #homeslides .slides_container div.homeslide .content4 {
	background: url(../images/slide04.jpg) no-repeat center top;
	width: 100%;
	height:386px;
}

#indexpage #homepagecontainer #homeslides .slides_container div.homeslide .content5 {
	background: url(../images/slide05.jpg) no-repeat center top;
	width: 100%;
	height:386px;
}

#indexpage #homepagecontainer #homeslides .slides_container div.homeslide .content6 {
	background: url(../images/slide06.jpg) no-repeat center top;
	width: 100%;
	height:386px;
}



/*
	Pagination
*/

#indexpage #homepagecontainer .pagination {
	position:absolute;
	top:70px;
	left: 50%;
	height:30px;
	padding:0px 0px 0px 0px;
	z-index:999; 
	margin: 0px 0px 0px 365px;
}


#indexpage #homepagecontainer .pagination li {
	float: left;
	margin: 0 3px;
	list-style: none;
	cursor: pointer;
	width: 17px;
	height: 17px;
	background: url(../images/homepage_pagination.png) no-repeat left top;
}

#indexpage #homepagecontainer .pagination li.current {
	float:left;
	margin:0 3px;
	list-style:none;
	background: url(../images/homepage_pagination.png) no-repeat left bottom;
	cursor: pointer;
	width: 17px;
	height: 17px;
}


/*
	home Caption
*/

#indexpage #homepagecontainer #homeslides .slides_container div.homeslide .homecaption {
	display: block;
	height:100px;
	margin: -100px 0px 0px 0px;
	padding:0px;
	background:#000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e64', endColorstr='#5b5c61'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#5e5e64), to(#5b5c61)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #5e5e64,  #5b5c61); /* for firefox 3.6+ */
	background-image: -o-linear-gradient(top, #5e5e64 0%, #5b5c61 100%); /* Opera */	
		/* Fallback for web browsers that doesn't support RGBa */
		background: rgb(0, 0, 0) transparent;
		/* RGBa with 0.6 opacity */
		background: rgba(0, 0, 0, 0.8);
 		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=68)";
		filter: alpha(opacity=68); 
		   
}

#indexpage #homepagecontainer #homeslides .slides_container div.homeslide .homecaption .homecaptiontextsec {
	display: block;
	width: 755px;
	height: 90px;
	padding: 0px 0px 0px 245px;
	margin: 0px auto;
}


#indexpage #homepagecontainer #homeslides .slides_container div.homeslide .homecaption .homecaptiontextsec .textsec {
	width:560px;
	padding: 10px 0px 0px 0px;
	float:left; 
}



#indexpage #homepagecontainer #homeslides .slides_container div.homeslide .homecaption .homecaptiontextsec .textsec  p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}


#indexpage #homepagecontainer #homeslides .slides_container div.homeslide .homecaption  .homecaptiontextsec .textsec  p span {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#FFF;
	padding-bottom:2px; 
}



#indexpage #homepagecontainer #homeslides .slides_container div.homeslide .homecaption .homecaptiontextsec .captionbtn_more {
	background-image: url(../images/btn_more01.png);
	width:56px;
	height:56px;
	background-repeat:no-repeat;
	margin:16px 16px 0px 0px;
	float:right;
}

/*homeintro slider ends*/



#subpages_body {
	display: block;
	overflow: hidden;
}

.aboutGraphic {
	background: #FFF url(../images/subpages_about.jpg) repeat-x center top;
}

.servicesGraphic {
	background: #FFF url(../images/subpages_services.jpg) repeat-x center top;
}

.productsGraphic {
	background: #FFF url(../images/subpages_products.jpg) repeat-x center top;
}

.careersGraphic {
	background: #FFF url(../images/subpages_careers.jpg) repeat-x center top;
}

.newsGraphic {
	background: #FFF url(../images/subpages_news.jpg) repeat-x center top;
}

.contactGraphic {
	background: #FFF url(../images/subpages_contact.jpg) repeat-x center top;
}

#subpages_body #page {
	width:1001px;
	margin:auto auto;
}

#subpages_body #page p {
	padding-bottom:12px;
}

/*left col begins*/


#pageleft_col {
	width:225px;
	height:100%;
	position: fixed;
	top:0px;
	z-index:999;
	background-color:#ebebeb;
	-webkit-box-shadow:8px 0 12px -8px #8d8d8d,-8px 0 12px -8px #8d8d8d;
    -moz-box-shadow:8px 0 12px -8px #8d8d8d,-8px 0 12px -8px #8d8d8d;
    box-shadow:8px 0 12px -8px #8d8d8d,-8px 0 12px -8px #8d8d8d;
}


 #pageleft_col #complogosec {
	width:200px;
	height:82px;
	padding-top:17px;
	padding-bottom:0px;
	padding-left:25px;
	padding-right:0px;
}

 #pageleft_col #complogosec .complogo {
	background-image: url(../images/companylogo.jpg);
	width:176px;
	height:63px;
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
}
/*nav section begins */

#pageleft_col #nav_sec {
	display:block;
	overflow:hidden;
}


 #pageleft_col #nav_sec .links_normal {
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:24px;
	padding-left:15px;
	clear: both;
	background-color: #ebebeb;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#d3d3d3'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#d3d3d3)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #e4e4e4,  #d3d3d3); /* for firefox 3.6+ */
	background-image: -o-linear-gradient(top, #e4e4e4 0%, #d3d3d3 100%); /* Opera */
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#00862c;
}

 #pageleft_col #nav_sec .links_normal:hover {
	color:#003411;
	text-decoration:none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ececec'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ececec)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #eeeeee,  #ececec); /* for firefox 3.6+ */
	background-image: -o-linear-gradient(top, #eeeeee 0%, #ececec 100%); /* Opera */
}

 #pageleft_col #nav_sec .links_ck {
	display:block;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:24px;
	padding-left:15px;
	clear: both;
	background-color: #060;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#147032', endColorstr='#54a300'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#147032), to(#54a300)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #147032,  #54a300); /* for firefox 3.6+ */
	background-image: -o-linear-gradient(top, #147032 0%, #54a300 100%); /* Opera */
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}



 #pageleft_col #nav_sec .links_ck:hover {
	color:#000;
	text-decoration:none;
}


 #pageleft_col #nav_sec .links_dropdwn_normal {
	display:block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#d3d3d3'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#d3d3d3)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #e4e4e4,  #d3d3d3); /* for firefox 3.6+ */
	background-image: -o-linear-gradient(top, #e4e4e4 0%, #d3d3d3 100%); /* Opera */
	text-align:right;
}


 #pageleft_col #nav_sec .links_dropdwn_normal:hover {
	display:block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ececec'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ececec)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #eeeeee,  #ececec); /* for firefox 3.6+ */
	background-image: -o-linear-gradient(top, #eeeeee 0%, #ececec 100%); /* Opera */
	text-align:right;
}


 #pageleft_col #nav_sec .links_dropdwn_normal .dropdwn_arrow {
	background-image: url(../images/ico_down_arrow_02.gif);
	background-position:20px 15px;
	background-repeat:no-repeat;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:24px;
	padding-left:px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#00862c;
	display: block;
	
}
 #pageleft_col #nav_sec .links_dropdwn_normal .dropdwn_arrow:hover {
	color:#003411;
}


 #pageleft_col #nav_sec .links_dropdwn_ck {
	display: block;
	overflow:hidden;
	padding-right:24px;
	padding-top:14px;
	padding-bottom:14px;
	background-color: #060;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#147032', endColorstr='#54a300'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#147032), to(#54a300)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #147032,  #54a300); /* for firefox 3.6+ */
	background-image: -o-linear-gradient(top, #147032 0%, #54a300 100%); /* Opera */	
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	
}

 #pageleft_col #nav_sec .links_dropdwn_ck .link_main {
	display: block;
	background-image: url(../images/ico_down_arrow.gif);
	background-position:20px 6px;
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	clear: both;
	
	
}

 #pageleft_col #nav_sec .links_dropdwn_ck .sublinks_inactive {
	display: block;
	background-image: url(../images/ico_white_arrow.gif);
	background-position:right 3px;
	background-repeat: no-repeat;
	padding-right:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	margin-top:10px;
	clear: both;
}

 #pageleft_col #nav_sec .links_dropdwn_ck .sublinks_inactive:hover {
	color: #000;
	background-image: url(../images/ico_black_arrow.gif);
}

 #pageleft_col #nav_sec .links_dropdwn_ck .sublinks_active {
	display: block;
	background-image: url(../images/ico_black_arrow.gif);
	background-position:right 3px;
	background-repeat: no-repeat;
	padding-right:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	margin-top:10px;
	clear: both;
}


/*nav section ends */

/*left coloumn bottom section begins */

 #pageleft_col #bottom_sec {
	width: 205px;
	overflow: hidden;
	border-top:solid #d3d3d3 1px;
	margin:0px;
	padding:8px 20px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#929292;
	text-align:right;
	
}

 #pageleft_col #bottom_sec p {
	padding:0px;
}


 #pageleft_col #bottom_sec a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#5a9965;
	text-align:right;
	text-decoration:none;
	clear:both;
	line-height:18px;
}

 #pageleft_col #bottom_sec a:hover {
	color:#6b6b6b;
}
/*left coloumn bottom section ends */


/*float btn*/

 #pageleft_col #floatbtn {
	width:34px;
	border:solid #dcd9d9 1px;
	padding-top:5px;
	padding-bottom:5px;
	position:fixed;
	left:50%;
	top:250px;
	background-color:#FFF;
	box-shadow:0px 1px 9px #979696;
    -moz-box-shadow:0px 1px 9px #979696;
    -webkit-box-shadow:0px 1px 9px #979696;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8cb1dc;
	text-align:center;
	margin: 0px 0px 0px -500px;
	
}

 #pageleft_col #floatbtn p {
	padding-bottom:8px;
}

 #pageleft_col #floatbtn a {
	display:block;
	margin:4px 8px 4px 8px;
}

 #pageleft_col #floatbtn img {
	margin-top:3px;
	border:0px;
}

/*end float btn*/
/*end left col*/


/*right col begins*/

#page #pageright_col {
	width:776px;
	height:100%;
	float:right;
	padding-bottom:10px;
}




/*homepage news ticker begins*/

#pageright_col #newsticker_sec {
	display:block;
	overflow:hidden;
	padding-bottom:20px; 
}

.ticker-wrapper.has-js {
	margin: 0px 0px 0px 0px;
	padding-left:20px;
	width: 756px;
	height: 41px;
	display: block;
	background-color: #000;
}
.ticker {
	width: 670px;
	height: 41px;
	display: block;
	position: relative;
	overflow: hidden;
	background-color:#000;
}
.ticker-title {
	width:45px;
	padding-top:6px;
	padding-right:18px;
	color: #00862c;
	font-weight: bold;
	background-color: #000;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:14px;
	background-image:url(../images/news_ticker_seperator.gif);
	background-position:right 11px;
	background-repeat:no-repeat;
	text-decoration:none;
}
.ticker-title:hover {
	color:#fff;
}


.ticker-content {
	margin: 0px;
	padding-top: 11px;
	padding-left:18px;
	position: absolute;
	color: #fff;
	font-weight: normal;
	background-color: #000;
	overflow: hidden;
	white-space: nowrap;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px; 
	
}

.ticker-content span {
	font-weight:bold;
}

.ticker-content:focus {
	none;
}
.ticker-content a {
	text-decoration: none;	
	color: #fff;
}
.ticker-content a:hover {
	text-decoration: none;	
	color:#00862c;
}
.ticker-swipe {
	padding-top: 11px;
	position: absolute;
	top: 0px;
	background-color: #000;
	display: block;
	width: 700px;
	height: 23px; 
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: #000;
	border-bottom: 1px solid #fff;
	height: 12px;
	width: 7px;
	display: block;
}
.ticker-controls {
	padding: 12px 0px 0px 0px;
	list-style-type: none;
	float: left;
}
.ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
.ticker-controls li.jnt-play-pause {
	background-image: url('../images/controls.png');
	background-position: 32px 16px;
}
.ticker-controls li.jnt-play-pause.over {
	background-position: 32px 32px;
}
.ticker-controls li.jnt-play-pause.down {
	background-position: 32px 0px;
}
.ticker-controls li.jnt-play-pause.paused {
	background-image: url('../images/controls.png');	
	background-position: 48px 16px;
}
.ticker-controls li.jnt-play-pause.paused.over {
	background-position: 48px 32px;
}
.ticker-controls li.jnt-play-pause.paused.down {
	background-position: 48px 0px;
}
.ticker-controls li.jnt-prev {
	background-image: url('../images/controls.png');
	background-position: 0px 16px;		
}
.ticker-controls li.jnt-prev.over {
	background-position: 0px 32px;		
}
.ticker-controls li.jnt-prev.down {
	background-position: 0px 0px;		
}
.ticker-controls li.jnt-next {
	background-image: url('../images/controls.png');	
	background-position: 16px 16px;	
}
.ticker-controls li.jnt-next.over {
	background-position: 16px 32px;	
}
.ticker-controls li.jnt-next.down {	
	background-position: 16px 0px;	
}
.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #fff;
}
.left .ticker-swipe {
	/*left: 80px;*/
}
.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
    float: left;
}
.left .ticker-controls {
    padding-left: 6px;
}
.right .ticker-swipe {
	/*right: 80px;*/
}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
    float: right;
}
.right .ticker-controls {
    padding-right: 6px;
}


/*homepage news ticker ends*/

/*subpages begins*/


 #headersec {
	width:760px;
	height:82px;
	padding-top:17px;
	padding-right:16px; 
}


 #headersec .btn_enquiry {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:27px;
	padding-right:27px;
	-webkit-border-radius: .4em; 
	-moz-border-radius: .4em;
	border-radius: .4em;
	-webkit-box-shadow: 0 2px 2px rgba(3, 0, 0, 0.9);
	-moz-box-shadow: 0 2px 2px rgba(3, 0, 0, 0.9);
	box-shadow: 0 2px 2px rgba(3, 0, 0, 0.9);
	color: #000;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#d3d3d3));
	background: -moz-linear-gradient(top,  #e3e3e3,  #d3d3d3);
	background-image: -o-linear-gradient(top, #e3e3e3 0%, #d3d3d3 100%); /* Opera */ 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#d3d3d3');
	float:right;
}

 #headersec  .btn_enquiry:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#30861b), to(#114205));
	background: -moz-linear-gradient(top,  #30861b,  #114205);
	background-image: -o-linear-gradient(top, #30861b 0%, #114205 100%); /* Opera */ 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#30861b', endColorstr='#114205');
	color:#FFF;
}




 #rightcol_caption {
	display:block;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:9px;
	padding-left:20px; 
}

 #rightcol_caption .captionheading {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	float:left;
}

/*back button begins */


 #rightcol_caption .btn_back {
	background-image: url(../images/btn_back.png);
	width:24px;
	height:21px;
	background-repeat:no-repeat;
	float:right;
	margin-right:40px;
}

 #rightcol_caption  .btn_back:hover {
	background-image: url(../images/btn_back_hover.png);
	width:24px;
	height:21px;
	background-repeat:no-repeat;
	float:right;
	margin-right:40px;
}

/*back button ends*/


 #pageright_col_topleftsec {
	width:331px;
	float:left;
	padding-top:14px;
	padding-left:18px;
	padding-right:28px;
	padding-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#484848;
	line-height:18px;  
}


 #pageright_col_toprightsec {
	width:334px;
	float:left;
	padding-top:14px;
	padding-left:31px;
	padding-right:34px;
	padding-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#484848;
	line-height:18px;  
}





 #pageright_col_topleftsec2 {
	width:331px;
	float:left;
	padding-top:0px;
	padding-left:18px;
	padding-right:28px;
	padding-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#484848;
	line-height:18px;  
}


 #pageright_col_toprightsec2 {
	width:334px;
	float:left;
	padding-top:0px;
	padding-left:31px;
	padding-right:34px;
	padding-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#484848;
	line-height:18px; 
}


 #pageright_col_topleftsec3 {
	width:331px;
	float:left;
	padding-top:5px;
	padding-left:18px;
	padding-right:28px;
	padding-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#484848;
	line-height:18px;  
}


 #pageright_col_toprightsec3 {
	width:334px;
	float:left;
	padding-top:5px;
	padding-left:31px;
	padding-right:34px;
	padding-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#484848;
	line-height:18px; 
}



 #pageright_col_topleftsec4 {
	width:331px;
	float:left;
	padding-top:14px;
	padding-left:18px;
	padding-right:28px;
	padding-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#484848;
	line-height:18px; 
}

 #pageright_col_topleftsec4 ul {
	margin-bottom:10px; 
}


 #pageright_col_topleftsec4 li {
	display:block;
	list-style:none;
	margin-left:5px;
	padding:0px 0px 3px 15px;
	background: url(../images/bullets.png) no-repeat left 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#484848;
}



 #pageright_col_toprightsec4 {
	width:334px;
	float:left;
	padding-top:14px;
	padding-left:31px;
	padding-right:34px;
	padding-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#484848;
	line-height:18px;
}

 .rowseperator_01 {
	/*background-image:url(../images/rowseperator01.gif);*/
	width:775px;
	height:12px;
	clear:both;
	background-repeat:no-repeat;
}

.btn_more {
	background-image:url(../images/btn_more.png);
	width:32px;
	height:14px;
	background-repeat:no-repeat;
	float:left;
	margin-top:0px;
}

.btn_more:hover {
	background-image:url(../images/btn_more_hover.png);
}


 #thumbnailsec {
	display: block;
	overflow:hidden;
	padding-left:19px;
	padding-top:12px; 
	padding-bottom:17px; 
}



 #thumbnailsec .thumbnail {
	width:222px;
	height:176px;
	float:left;
	margin-right:30px;
	background-color:#31871b;
	-webkit-box-shadow: 0px 0px 9px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 9px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 9px rgba(50, 50, 50, 0.75);
}


 #thumbnailsec .thumbnail:hover {
	background-color:#d66336;
	-webkit-box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.75);
}


 #thumbnailsec .thumbnail img {
	border:0px;
	float:left;
}



 #thumbnailsec .thumbnail a {
	border:0px;
	text-decoration:none;
}



 #thumbnailsec .thumbnail .thumbnailtext_sec {
	width:207px;
	height:34px;
	color:#FFF;
	float:left;
	clear:both;
	padding-left:15px;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
}

 #thumbnailsec .thumbnailactive {
	width:222px;
	height:176px;
	float:left;
	margin-right:30px;
	background-color:#d66336;
}


 #thumbnailsec .thumbnailactive img {
	border:0px;
	float:left;
}


 #thumbnailsec .thumbnailactive a {
	border:0px;
	text-decoration:none;
}

 #thumbnailsec .thumbnailactive .thumbnailtext_sec {
	width:207px;
	height:34px;
	color:#FFF;
	float:left;
	clear:both;
	padding-left:15px;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
}




 #pagerightcol_belowthunbnail {
	display: block;
	overflow: hidden;
}


 #pagerightcol_belowthunbnail  #belowthunbnail_leftsec {
	width:224px;
	padding-left:19px;
	padding-right:17px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#484848;
	line-height:18px;
	
}

  .headingstyle02 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:normal;
	color:#00862c;
	padding-left:0px;
	padding-bottom:10px;
	display:block;  
}

.headingstyle03 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#00862c;
	padding-left:0px;
	padding-bottom:0px;
	display:block; 
}


/*homepage testimonial begins*/
#pagerightcol_belowthunbnail  #belowthunbnail_rightsec {
	width:500px;
	padding-left:15px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#484848;
	line-height:18px;  
	
}



 #pagerightcol_belowthunbnail  #belowthunbnail_rightsec #testimonialsec {
	width:481px;
	height:230px;
	background-image: url(../images/home_testimonail-bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	clear:both; 
	
}

 .headingstyle01 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:normal;
	color:#00862c;
	float:left;  
}



 #pagerightcol_belowthunbnail  #belowthunbnail_rightsec #testimonialsec #homeslideholder {
	display: block;
	padding-left:0px;
	padding-right:0px;
	position:relative;
	margin:0px;  
	
}

#pagerightcol_belowthunbnail  #belowthunbnail_rightsec #testimonialsec #ribbon {
	position:absolute;
	top:-3px;
	left:-3px;
	z-index:500;  
}


/* Slideshow */

 #pagerightcol_belowthunbnail  #belowthunbnail_rightsec #testimonialsec #slides {
	position:absolute;
	z-index:100;  
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#pagerightcol_belowthunbnail  #belowthunbnail_rightsec #testimonialsec .slides_container {
	width:330px;
	height:230px;
	position:relative;
	display:none;
	margin-left:70px;   
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

#pagerightcol_belowthunbnail  #belowthunbnail_rightsec #testimonialsec .slides_container div.slide {
	width:300px; 
	height:200px;  
}

#pagerightcol_belowthunbnail  #belowthunbnail_rightsec #testimonialsec .slides_container div.slide .textcontent {
	width:325px;
	margin:0px 0px 0px 0px;
}

#pagerightcol_belowthunbnail  #belowthunbnail_rightsec #testimonialsec .slides_container div.slide .textcontent p.testimonial {
	margin:0px;
	font-family:'Indie Flower', cursive;
    font-size:20px;
	font-weight:normal;
	line-height:25px;
	color:#484848;
	padding:10px 0px 0px 0px;
}



/* Pagination */

#pagerightcol_belowthunbnail  #belowthunbnail_rightsec #testimonialsec .pagination {
	position:absolute;
	bottom:0px;
	left:66px;
	margin:0px;
	padding:15px 0px 0px 0px;
	z-index:999;
	width:150px; background-color:#FFF; 
}

#pagerightcol_belowthunbnail  #belowthunbnail_rightsec #testimonialsec .pagination li {
	float:left;
	margin:0 3px;
	list-style:none;
}

#pagerightcol_belowthunbnail  #belowthunbnail_rightsec #testimonialsec .pagination li a {
	display:block;
	width:17px;
	height:0;
	padding-top:16px;
	background-image: url(../images/pagination.gif);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

#pagerightcol_belowthunbnail  #belowthunbnail_rightsec #testimonialsec .pagination li.current a {
	background-position:0 -16px;
}

/* Caption */

#pagerightcol_belowthunbnail  #belowthunbnail_rightsec #testimonialsec .caption {
	z-index:500;
	position:absolute;
	bottom:-100px;
	left:0;
	padding:0px 10px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#484848; 
}

#pagerightcol_belowthunbnail  #belowthunbnail_rightsec #testimonialsec .caption p {
	margin:0px;
	padding:0px;
	text-align:left;
}

#pagerightcol_belowthunbnail  #belowthunbnail_rightsec #testimonialsec .caption p span {
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#484848;
}




/*homepage testimonial ends*/

/* sub page testimonial section begins */



#subpage_testimonialsec {
	width:739px; 
	height:170px; 
	background-image: url(../images/testimonail-bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	clear:both; 
	margin-left:8px;  
}




 #subpage_testimonialsec #slideholder {
	width:739px;
	height:170px;
	padding-left:0px;
	padding-right:0px;
	position:relative;
	margin:0px;
	background-image: url(../images/testimonial_bottom_bdr.gif);
	background-repeat:no-repeat;
	background-position:left 110px;
	
}
/* Slideshow */

 #subpage_testimonialsec #slideholder #slides {
	position:absolute;
	z-index:100; 
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

 #subpage_testimonialsec #slideholder #slides .slides_container {
	width:650px;
	height:170px;
	overflow:hidden;
	position:relative;
	display:none;
	margin-left:40px;  
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

 #subpage_testimonialsec #slideholder #slides .slides_container div.slide {
	width:640px;
	height:170px;
	display:block; 
}

 #subpage_testimonialsec #slideholder #slides .slides_container div.slide .textcontent {
	width:610px;
	height:120px;
	margin:0px 0px 0px 20px; 
}

 #subpage_testimonialsec #slideholder #slides .slides_container div.slide .textcontent p.testimonial {
	margin:0px;
	font-family:'Indie Flower', cursive;
    font-size:20px;
	font-weight:normal;
	line-height:25px;
	color:#484848;
	padding:10px 0px 0px 0px;
}



/* Pagination */

 #subpage_testimonialsec  .pagination {
	position:absolute;
	bottom:13px;
	right:-110px;
	margin:0px auto;
	padding:15px 0px 0px 0px;
	width:150px;
	z-index:999;
}

 #subpage_testimonialsec  .pagination li {
	float:left;
	margin:0 3px;
	list-style:none;
}

 #subpage_testimonialsec  .pagination li a {
	display:block;
	width:17px;
	height:0;
	padding-top:16px;
	background-image: url(../images/pagination.gif);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

 #subpage_testimonialsec  .pagination li.current a {
	background-position:0 -16px;
}

/* Caption */

#subpage_testimonialsec  .caption {
	z-index:500;
	position:absolute;
	bottom:-65px;
	left:0;
	padding:0px 0px 10px 17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#484848;
}

 #subpage_testimonialsec  .caption p {
	margin:0px;
	padding:0px;
	text-align:left;
}

 #subpage_testimonialsec  .caption p span {
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#484848;
	padding-bottom:3px;
}


/*end of subpages testimonial slider */



 .pageright_col_segmented_sec {
	display:block;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:15px;
	padding-right:15px;
	border-top:solid #d5d4d4 1px;  
}


 .pageright_col_news_segmented_sec {
	display:block;
	overflow:hidden;
	padding-top:0px;
	padding-bottom:20px;
	padding-left:15px;
	padding-right:15px;
}




.pageright_col_services_segmented_sec {
	display:block;
	overflow:hidden;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:15px;
	padding-right:15px;
}

 .servicesrows {
	display:block;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px; 
	/*border-bottom:solid #e3e3e3 1px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#484848;
	line-height:20px;
}


 .servicesrows ul {
	margin-bottom:10px; 
}


 .servicesrows  ul li {
	display:block;
	list-style:none;
	margin-left:0px;
	padding:0px 0px 3px 15px;
	background: url(../images/bullets.png) no-repeat left 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#484848;
}



 #productpage_col {
	display: block;
	overflow:hidden;
	padding-left:18px;
	padding-right:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#484848;
}


 #productpage_col ul {
	margin-bottom:10px; 
}


 #productpage_col  ul li {
	display:block;
	list-style:none;
	margin-left:0px;
	padding:0px 0px 3px 15px;
	background: url(../images/bullets.png) no-repeat left 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#484848;
}






















 .rows .newsrowstext_sec {
	display: block;
	overflow:hidden;
}




 .rows {
	display:block;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px; 
	border-bottom:solid #e3e3e3 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#484848;
	line-height:20px;
}


 .rows .rowstext_sec {
	width:640px;
	float:left; 
}

 .textstyle02 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#F63;
	font-weight:bold;
	text-decoration: none;
}

 .textstyle02:hover {
	color:#00862c;
}


 .textstyle03 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color:#8d8d8d;
}


 .textstyle04 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#F63;
	font-weight:bold;
	text-decoration: none;
}


 .textstyle05 {
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#F63;
	font-weight:bold;
	text-decoration: none;
	padding-bottom:10px;
}



 .rows .btn_apply {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:10px;
	padding-right:10px;
	margin-top:50px;
	margin-right:10px;
	-webkit-border-radius: .4em; 
	-moz-border-radius: .4em;
	border-radius: .4em;
	-webkit-box-shadow: 0 2px 2px rgba(3, 0, 0, 0.9);
	-moz-box-shadow: 0 2px 2px rgba(3, 0, 0, 0.9);
	box-shadow: 0 2px 2px rgba(3, 0, 0, 0.9);
	color: #000;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#d3d3d3));
	background: -moz-linear-gradient(top,  #e3e3e3,  #d3d3d3);
	background-image: -o-linear-gradient(top, #e3e3e3 0%, #d3d3d3 100%); /* Opera */ 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#d3d3d3');
	float:right;
}

 .rows   .btn_apply:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#30861b), to(#114205));
	background: -moz-linear-gradient(top,  #30861b,  #114205);
	background-image: -o-linear-gradient(top, #30861b 0%, #114205 100%); /* Opera */ 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#30861b', endColorstr='#114205');
	color:#FFF;
}




/*form sec*/
 .pageright_col_segmented_sec .formstyle {
	background-color:#f8f8f8;
	display:block;
	overflow:hidden;
	padding-bottom:20px;
	border:solid #d8d8d8 1px;
}
 .pageright_col_segmented_sec table td {
	padding:10px;
}
 .pageright_col_segmented_sec #registerformtable {
	float:left;
	margin-top:20px;
	margin-left:60px;
	padding-left:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#484848;
}
 .pageright_col_segmented_sec .inputtxt {
	width:266px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:4px;
	border:solid #d5d4d4 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	color:#484848;
	-moz-box-shadow: 0px 0px 5px #b7b7b7; /* Firefox */  
	  -webkit-box-shadow: 0px 0px 5px #b7b7b7; /* Safari, Chrome */  
	  box-shadow: 0px 0px 5px #b7b7b7; /* CSS3 */ 	
	
}
.pageright_col_segmented_sec .inputtxt02 {
	width:266px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:4px;
	border:solid #d5d4d4 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	color:#484848;
	-moz-box-shadow: 0px 0px 5px #b7b7b7; /* Firefox */  
	  -webkit-box-shadow: 0px 0px 5px #b7b7b7; /* Safari, Chrome */  
	  box-shadow: 0px 0px 5px #b7b7b7; /* CSS3 */ 	
}

 .pageright_col_segmented_sec .textarea {
	width:353px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:4px;
	border:solid #d5d4d4 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	color:#484848;
	-moz-box-shadow: 0px 0px 5px #b7b7b7; /* Firefox */  
	  -webkit-box-shadow: 0px 0px 5px #b7b7b7; /* Safari, Chrome */  
	  box-shadow: 0px 0px 5px #b7b7b7; /* CSS3 */ 	
}


.btn_submit {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	margin-top:0px;
	-webkit-border-radius: .4em; 
	-moz-border-radius: .4em;
	border-radius: .4em;
	-webkit-box-shadow: 0 2px 2px rgba(3, 0, 0, 0.9);
	-moz-box-shadow: 0 2px 2px rgba(3, 0, 0, 0.9);
	box-shadow: 0 2px 2px rgba(3, 0, 0, 0.9);
	color: #000;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#d3d3d3));
	background: -moz-linear-gradient(top,  #e3e3e3,  #d3d3d3);
	background-image: -o-linear-gradient(top, #e3e3e3 0%, #d3d3d3 100%); /* Opera */ 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#d3d3d3');
	float:left;
}

.btn_submit:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#30861b), to(#114205));
	background: -moz-linear-gradient(top,  #30861b,  #114205);
	background-image: -o-linear-gradient(top, #30861b 0%, #114205 100%); /* Opera */ 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#30861b', endColorstr='#114205');
	color:#FFF;
}



.btn_browse {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	margin-top:3px;
	margin-right:60px;
	-webkit-border-radius: .4em; 
	-moz-border-radius: .4em;
	border-radius: .4em;
	-webkit-box-shadow: 0 2px 2px rgba(3, 0, 0, 0.9);
	-moz-box-shadow: 0 2px 2px rgba(3, 0, 0, 0.9);
	box-shadow: 0 2px 2px rgba(3, 0, 0, 0.9);
	color: #000;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#d3d3d3));
	background: -moz-linear-gradient(top,  #e3e3e3,  #d3d3d3);
	background-image: -o-linear-gradient(top, #e3e3e3 0%, #d3d3d3 100%); /* Opera */ 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#d3d3d3');
	float:right;
}

.btn_browse:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#30861b), to(#114205));
	background: -moz-linear-gradient(top,  #30861b,  #114205);
	background-image: -o-linear-gradient(top, #30861b 0%, #114205 100%); /* Opera */ 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#30861b', endColorstr='#114205');
	color:#FFF;
}

/*---form sec ends ---*/


 #googlemap_sec {
	display: block;
	overflow:hidden;
	padding-left:20px;
	padding-top:20px;
}

 #googlemap_sec  .iframestyle {
	border:solid #d5d4d4 1px;
	width:750px;
	height:350px;
	border:0px;
	overflow:hidden;
}

 #googlemap_sec  a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#5a9965;
	text-decoration:none;
}

 #googlemap_sec  a:hover {
	color:#F63;
}

/*right col ends*/

.productSlider {
	display:block;
	min-height: 263px;
	margin:5px 0px 10px 20px;
	padding:0px;
	overflow:hidden;
}