img {
	border:0;
}
html, body {
	height:100%;
}
html, body, form, fieldset, p, pre, blockquote, address {
	margin:0;
	padding:0;
}
hr {
	border-right:none;
	border-left:none;
	border-top:none;
	border-bottom:1px solid #333333;
	clear:both;
}
ul {
	list-style:none;
	margin:0;
	padding:0;
}
object, embed {
	z-index:0;
	position:relative;
}
* {
	outline:none !important;
}
a{
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
	
}
a:link {
	text-decoration: none;
	color:#FFFFFF; outline: 0!important;
}
a:visited {
	text-decoration: none;
	color:#FFFFFF; outline: 0!important;
}
a:active {
	text-decoration: none;
	color:#FFFFFF; outline: 0!important;
}
a:hover {
	text-decoration: none;
	color:#1659C0; outline: 0!important;
}

h1, h2, h3, h4, h5 {
	font-family:Gotham, Helvetica, sans-serif;
	font-weight:normal;
	margin: 0;
	padding: 0;
	color:#FFFFFF;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
	color:#000000;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size: 12px;
}
/******************************LAYOUT**********************/
body {
	color:#555555;
	background:#85BC3C;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	
}
.body_bg{
	background:#87bb3c url("../images/bg_rpt.jpg") repeat-x scroll center top;
		
}
.wrap_bg{
	background: url("../images/bg_img.jpg") no-repeat scroll center top;
	min-height:1100px!important;
}
#wrap {
	min-width:960px;
	max-width:100%;
	margin:0 auto;
	position:relative;
	height:100%;
	min-height:580px;
	
}

#main {
	padding-top:190px;
	position:relative;
	
}
.content_wrapper{
	width:960px;
	margin:0 auto;
}
.clear {
	clear:both;
}
.pad5 {
	padding:5px;
}
.pad10 {
	padding:10px;
}
.pad15 {
	padding:15px;
}
.pad20 {
	padding:20px;
}
.green{
	color:#699d44!important;	
}
.blue{
	color:#1659c0!important;	
}
.alignLeft{
	float:left;	
}
.alignRight{
	float:right;	
}
.inner_shadow{
	box-shadow:inset 0 0 4px #000; 
	-moz-box-shadow:inset 0 0 4px #000;
	-webkit-box-shadow:inset 0px 0px 4px #000; /* Safari and Chrome */
	
}
.outter_shadow{
	-moz-box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=35, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=35, Color='#000000');
}
.rounded-all{
	-moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-top-right-radius:8px;
  -webkit-border-top-left-radius:8px;
  -webkit-border-bottom-right-radius:8px;
  -webkit-border-bottom-left-radius:8px;
  border-radius: 8px;
  /*behavior: url(/skin/css/PIE.htc);*/
}
.rounded-bottom{
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  -webkit-border-top-right-radius:0px;
  -webkit-border-top-left-radius:0px;
  -webkit-border-bottom-right-radius:8px;
  -webkit-border-bottom-left-radius:8px;
  /*behavior: url(/skin/css/PIE.htc);*/
}

/******************************LAYOUT**********************/



.main_content{
margin-left:10px;
	margin-right:10px;	
}
.main_content .box{
	width:620px;
		
}
.box{
	background:url(../images/c.png) repeat;
	border-top:1px solid #376D8F;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-bottom:15px;
	/*behavior: url(/skin/css/PIE.htc);*/
}
.box .content{
	background:#FFFFFF;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*behavior: url(/skin/css/PIE.htc);*/
	font-size: 12px;
	line-height:18px;	
	margin: 0 15px;
	
	
}
.box a:link {
	text-decoration: none;
	color:#2d74d3;
}
.box a:visited {
	text-decoration: none;
	color:#2d74d3;
}
.box a:active {
	text-decoration: none;
	color:#2d74d3;
}
.box a:hover {
	text-decoration: none;
	color:#699d44;
}
.box > .headline{
	height:40px;
	padding-top:10px;	
}

.box > .headline h2{
	color:#FFFFFF;
	margin:0;
	text-align:center;
	padding-top:10px;
}

.box > .headline h1{
	color:#FFFFFF;
	margin:0;
	padding-left:20px;
	padding-top:10px;
}

.sidebar .box > h2{
	color:#FFFFFF;
	margin:0;
	padding-top:20px;
	padding-left:0;
	text-align:center;	
	margin-left:10px;
	margin-right:10px;
}


.lady-bug{
	width:310px;
	height:40px;
	position:absolute;
	top:-10px;
	right:0px;
	display:block;
	z-index:998;
}
/**************************************************************************************************************************/
.header {
	height:105px;
	z-index:998;
	display:block;
	background:#FFF;
	width:100%;
	position:absolute;
	z-index:9999;
	left:0;
}
.menu-container{
	width:100%;
	position:absolute;
	top:105px;
	background:url(../images/menu-bg.png) repeat-x;
	height:60px;
	padding-top:10px;
	z-index:999;
	left:0;
}

.header-connect{
	background:url(../images/sprite.png) 0 -892px no-repeat;
}
.header-disconnect{
	background:url(../images/sprite.png) 0 -1011px no-repeat;
}
#header-disconnect {
	width:1254px;
	height:110px;
	margin:0 auto;
	z-index:999;
	margin-bottom:30px;
	display:block;
}
.header a.logo{
	background:url(../images/sprite.png) -167px 0 no-repeat;
	height:100px;
	width:196px;
	float:left;
	display:block;
}
.header a.good_100{
	background:url(../images/sprite.png) -363px 0 no-repeat;
	height:87px;
	width:87px;
	float:left;
	display:block;
}
.header a.good_100 span{
	background:url(../images/sprite.png) -363px -87px no-repeat;
	height:87px;
	width:87px;
	float:left;
	display:block;
}

.header a.brands-dd{
	margin-top:16px;
	width:250px;
	height:40px;
	background:url(../images/sprite.png) 0 -115px no-repeat;
	display:block;
	margin-right:5px;	
}
.header a.brands-dd span{
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	line-height:40px;
	margin-left:25px;
}
.header a.brands-dd:hover{
	background-position:0 -162px;
}
.brands-flyout{
	top:50px;
	left:15px;
	width:230px;
	z-index:999;
	position:absolute;
	display:none;
}
.brands-flyout a{
	display:block;	
	line-height:24px;
	padding-left:10px;
	margin-right:10px;
	font-weight:bold;
	font-size:13px;
}
.brands-flyout a:link{
	color:#4d4d4d;
}
.brands-flyout a:visited{
	color:#4d4d4d;
}
.brands-flyout a:active{
	color:#4d4d4d;
}
.brands-flyout a:hover{
	color:#1659c0;
	text-decoration:underline;
}
.header ul.toolbox{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-120px;
}
.header ul.toolbox > li{
	float:left;	
	position:relative;
}

.footer{
	padding-top:10px;
	width:960px;
	margin:0 auto;
	color:#FFF!important;
	height:20px;
}
.footer #footer_content{
	padding-left:10px;	
	padding-right:10px;
}
.footer ul{
	float:left;	
}
.footer ul li{
	margin-right:10px;	
}
/**********************************************************************************************************************/
ul.button-set li{
	display:inline;
}



div.breadcrumb{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	margin-left:20px;
	
	background: 			#72acf8;
	background-image: -moz-linear-gradient(top, 
							#72acf8, 
							#1a5aae);
	background-image: -webkit-gradient(linear,left top,left bottom,
		color-stop(0, 		#72acf8),
		color-stop(1, 		#1a5aae));
  	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#72acf8', EndColorStr='#1a5aae')";*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#72acf8', EndColorStr='#1a5aae');
	
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	/*behavior: url(/skin/css/PIE.htc);*/
	float:left;
}
div.breadcrumb table{
	margin-left:5px;	
	margin-right:5px;	
}
div.breadcrumb td{
	padding-top:5px;	
	padding-bottom:5px;	
}
div.breadcrumb td.separator{
	background:url(../images/arrow.png) no-repeat center;
	width:15px;
	
	
}
div.breadcrumb td a{
	color:#FFF;	
}
div.breadcrumb td a:link{
	color:#FFF;	
}
div.breadcrumb td a:active{
	color:#FFF;	
}
div.breadcrumb td a:visited{
	color:#FFF;	
}
div.breadcrumb td a:hover{
	color:#abde64;	
}
.side-block{
	background:url("../images/side-block-bg.png") bottom repeat-x;
	margin-bottom:6px;
	padding-right: 3px;
}
.side-block p{
	padding-left:5px;
}
.about-us{
	background:#FFF url("../images/submenu_bg.jpg") bottom repeat-x !important;
}
.sidebar h2{
	color:#4d4d4d;
	padding-top:5px;
	margin-bottom:10px;	
}
.side-block-last{
	background:none;
	
}
.nail {
    background: url("../images/ico01.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 38px;
    left:50%;
	top:5px;
	margin-left:-19px;
    overflow: hidden;
    padding: 0 26px 0 0;
    position: relative;
    text-indent: -9999px;
    width: 27px;
	z-index:4;
	position:absolute;
}

.facebook{
    background: url(../images/sprite.png) no-repeat scroll 0 -474px transparent;	
	width:32px;
	height:32px;
	display:block;
	margin-right:5px;
}
.twitter{
    background: url(../images/sprite.png) no-repeat scroll -32px -474px transparent;	
	width:32px;
	height:32px;
	display:block;
	margin-right:5px;
}

.flicker{
    background: url(../images/sprite.png) no-repeat scroll -64px -474px transparent;	
	width:32px;
	height:32px;
	display:block;
	margin-right:5px;
}

.blog{
    background: url(../images/sprite.png) no-repeat scroll -96px -474px transparent;	
	width:32px;
	height:32px;
	display:block;
	margin-right:5px;
}

.at300m{
	color:#1659C0!important;
	line-height:24px;	
	margin-top:23px;
	margin-right:10px;
}
.at300bs{
	background: url(../images/sprite.png) no-repeat scroll 0px -32px transparent!important;
	width:24px!important;
	height:24px!important;	
	display:block;
}
.at300bs:hover{
	background-position:0 -55px!important;	
}
.swf_bg{
	position:absolute;
	width:100%;
	left:0;
	top:110px;
	min-height:1000px;
}
.intro_swf {
    height:100%;
    width: 100%;    
    position: absolute;
	left: 0;
	top:0;
}
body.intro{
	background:#86bc3c url(../images/body_intro.jpg) repeat-x;
}
object, embed{
	position:absolute;
	z-index:0;
}
/******************************************************** CAROUSEL *****************************************************/

.carousel  {
	margin: 0 20px 0 20px;
	height:100px; 
	position:relative;
}
.carousel button { 
	float: left;
}              
.carousel button.prev, .carousel button.next {
	display: block;
	float: left;
	width: 39px;
	height: 39px;
	text-decoration: none;
	background: url(../images/sprite.png)  no-repeat;
	position:absolute;
	text-indent:-99999px;
	border:0;
	z-index:999;
	top:50%;
	margin-top:-25px;
}
.carousel button.next {
	right:-20px;
	background-position:-115px 0;
}
.carousel button.prev {
	left:-20px;
	background-position:-75px 0;
}
.carousel button.next:hover {
	background-position:-115px -46px;

}
.carousel button.prev:hover {
	background-position:-75px -46px;
}    
.carousel button:hover, .carousel button:active {
	border: none;
	outline: none;
}                 
.carousel .jCarouselLite {
	float: left;
	position: relative;
	visibility: hidden;
	left: -5000px;
	top:20px;
}
.carousel ul {
	margin: 0;
}


.carousel li img, .carousel li p {
	width: 90px;
	height: 60px;
	margin:13px;
	margin-top:5px;
}
/****************************************************************** NEWSLETTER FORM ********************************************/
.newsletter-form{
	position:relative;
	height:50px;
	background:url(../images/newsletter-form.jpg) -5px 2px no-repeat ;
}
/****************************************************************** NEWSLETTER FORM ********************************************/
.contact_form{
	padding-top:10px;	
	padding-left:10px;	
}
.contact_form a.submit{
	margin-left:270px;	
}
.contact_form input{
	width:220px;
}
.contact_form textarea{
	width:365px;
	height:100px;
}
.contact_form .ctrl-holder{
	padding:5px;
}
.contact_form label{
	width:140px;
	display:inline-block;
}
textarea.error,select.error,input.error{
	border:2px solid #FF0000;
	color:#FF0000!important;
}
label.error{
color:#FF0000;	
}


.page-links a{
	padding:5px;display:block;
	font-weight:bold;
	font-size:14px;
	position:relative;
}
.page-links a span.arrow{
	width:15px;
	height:20px;	
	background:url(../images/sprite.png) no-repeat;
	background-position:-26px -90px;
	position:absolute;
	right:0;
	top:4px;
	
}
.page-links a.active span.arrow{
	width:15px;
	height:20px;	
	background:url(../images/sprite.png) no-repeat;
	background-position:-8px -90px;
	display:block;
	position:absolute;
	right:0;
	top:4px;
}
.page-links a.active:link{
		background:url(../images/green-highlight.png) repeat-y;
	color:#1659c0;
}
.page-links a.active:visited{
	background:url(../images/green-highlight.png) repeat-y;
	color:#1659c0;
}
.page-links a.active:active{
		background:url(../images/green-highlight.png) repeat-y;
	color:#1659c0;
}
.page-links a:link{
	color:#4d4d4d;
}
.page-links a:visited{
	color:#4d4d4d;
}
.page-links a:active{
	color:#4d4d4d;
}
.page-links a:hover{
	background:url(../images/green-highlight.png) repeat-y;
	color:#1659c0;
}

/*
#product-details ul li a{
	color:#4d4d4d;	
}
#product-details ul li a:hover{
	color:#1659c0;
}
#product-details ul li:hover{
	background:url(../images/green-highlight.png) repeat-y left!important;
}
#product-details ul li{
	list-style:url(../images/bullet.png);
	padding-top:0;
	margin-left:10px;	
}
*/
.ui-accordion{
	
}

.ui-accordion-header{
	font-weight:bold;
	cursor:pointer;
	position:relative;
}
.product-details-title a:link{
	height:60px;
	line-height:60px;
	padding-left:80px;
	font-size:14px;
	font-weight:bold;	
	display:block;
	white-space: nowrap;
	color:#4d4d4d;
}
/*
.ui-accordion-header a{
	height:60px;
	line-height:60px;
	padding-left:80px;
	font-size:14px;
	font-weight:bold;	
	display:block;
	white-space: nowrap;
}*/
.ui-accordion-header a:link{
	color: #4d4d4d;
}
.ui-accordion-header a:active{
	color: #4d4d4d;
}
.ui-accordion-header a:visited{
	color: #4d4d4d;
}
.ui-accordion-header a:hover{
	color: #1659c0;
}

.ui-accordion-header  > span{
	float:right;
	background:url(../images/sprite.png) -255px -105px no-repeat;
	width:50px;
	height:50px;
}
.ui-state-active > span{
	background-position: -304px -105px;
}
.ui-accordion-content{
	padding-left:70px;
	padding-bottom:0px;
	padding-top:10px;
	padding-right:10px;
	background:url(../images/green-highlight.png) repeat-y left!important;
}
.ui-accordion-content h3,.ui-accordion-content h3 a{
	font-size:15px!important;	
	color:#4D4D4D;
}
.ui-accordion-content a:link{
	font-size:12px;
	color: #4d4d4d;
}
.ui-accordion-content a:visited{
	color: #4d4d4d;
}
.ui-accordion-content h2{
	color:#4d4d4d;
	font-size:12px;
	margin-top:5px;	
	margin-bottom:5px;	
}

.ui-accordion-content ul{
	padding-left:10px;	
}
.ui-accordion-content a:active{
	color: #4d4d4d;
}
.ui-accordion-content a:hover{
	color: #1659c0;
}



#product-details .ui-accordion-header a{
	padding-left:10px;	
}
#product-details.ui-accordion .ui-state-default{
	background:url(../images/gray-highlight.png) repeat-y left!important;
}
#product-details.ui-accordion .ui-state-active{
	background:url(../images/green-highlight.png) repeat-y left!important;
}
#product-details.ui-accordion .ui-accordion-content {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
#product-details.ui-accordion ul li{
	list-style:url(../images/bullet.png);	
}
.sidebar{
	width:300px;
	position:relative;
	font-size:13px;	
	margin-left:10px;
	margin-right:10px;
}

.paper-box {
    padding-left: 5px;
    padding-top: 15px;
}
.paper-box .center{
	position:relative;
	width:605px;

	background:url(../images/paper_center.png) repeat-y;
	background-position:0px 287px;
}
.paper-box .center .paper-content{
	z-index:2;	
	position:relative;
	
	line-height: 18px;
	min-height:400px;
	padding:40px 30px 30px 30px;
}
.paper-box .center .paper-content p{
	padding: 5px 0 5px 0;	
}
.paper-box .center .paper-content h2{
	border-bottom: 2px solid #699d44;
    color: #699d44;
    height: 1%;
    line-height: 21px;
    margin: 20px 0 10px 0;
}
.paper-box .top{
	height:287px;
	background:url(../images/paper_top.png);
	position:absolute;
	top:0;
	z-index:1;	width:605px;
}
.paper-box .bottom{
	background:url(../images/paper_bottom.png);
	height:354px;
	position:absolute;
	bottom:-20px;
	z-index:0px;	width:605px;
}
.paper-box .scrollable{
	max-height:614px;
	overflow:auto;
	padding-right:10px;
}
.rootVoices{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-380px;
	padding: 10px 0 0 0;
	
}
.rootVoices .rootVoice {
  	vertical-align:middle;
	font-size:14px;
	line-height:18px;	
	
	display:block;
	float:left;
	margin-left:0px;
	position:relative;
}

.rootVoices .rootVoice  .tab{
	z-index:9999;	
}
.rootVoices .rootVoice  .selected{
	background: #abde64;
	color:#ffffff;	
	
	-moz-box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=35, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=35, Color='#000000');
	-moz-border-radius:8px 8px 0 0px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	border-radius:8px 8px 0px 0px;
	/*behavior: url(/skin/css/PIE.htc);*/
}

.rootVoices .rootVoice .border{
	height:5px;
	background:	#abde64;
	bottom:0px;
	left:0;
	width:100%;
	position:absolute;
	display:none;
}

.rootVoices .rootVoice h3{
	text-align:center;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	font-weight:normal;
}
.rootVoices .rootVoice h3 a{
	display:block;	
}
.submenu{
	position:absolute;
	padding:0;
	top:0px;
	left:0;
	width:300px;	
	display:none;
	
	-moz-border-radius: 0 8px 8px 8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-bottom-right-radius:8px;
  	-webkit-border-bottom-left-radius:8px;
	
	-moz-box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=145, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=145, Color='#000000');
	
	background: 			#abde64;
	background-image: -moz-linear-gradient(top, 
							#abde64, 
							#539701);
	background-image: -webkit-gradient(linear,left top,left bottom,
		color-stop(0, 		#abde64),
		color-stop(1, 		#539701));
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#abde64', EndColorStr='#539701');
	z-index:99999;
	border-radius:0px 8px 8px 8px;
}
.boxMenu .content{
	background:#fff url(../images/submenu_bg.jpg) bottom repeat-x;
 	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
  	line-height:28px;
  	padding:5px 2px 5px 2px;
	margin-bottom:10px;
  
}
.boxMenu .content ul{
	top:450px;
	display:block;		
	min-height:180px;
	z-index:10;
}
.boxMenu ul li a{
	color:#4d4d4d;
	display:block;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
}
.boxMenu ul li a:hover{
	background:url(../images/green-highlight.png) repeat-y right;
	color:#1659c0;
}
.menuImage{
	position:absolute;	
	top:20px;
	right:0;
	z-index:0;
}
.staging_header{
	display:block;
	width:100%;
	position:absolute;
	z-index:99999;
	background: 			#abde64;
	background-image: -moz-linear-gradient(top, 
							#abde64, 
							#539701);
	background-image: -webkit-gradient(linear,left top,left bottom,
		color-stop(0, 		#abde64),
		color-stop(1, 		#539701));	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#abde64', EndColorStr='#539701');
	-moz-box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=145, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=145, Color='#000000');		
}

.ui-dialog-titlebar-close{
	float:right;
	background:url(../images/sprite.png) -255px -333px no-repeat;
	width:50px;
	height:50px;
	text-indent:-9999px;
}
.ui-dialog-titlebar-close:hover{
	background-position:-305px -333px;
}
.ui-widget-overlay{
	background:#1A5AAE;	
	position:absolute;
	top:0;
	left:0;
	z-index:99999!important;
	opacity:0.3
}
.ui-dialog{
	z-index:999999!important;
}a.buy-online:link, a.buy-online:visited, a.buy-online:active{
	background: url(../images/sprite.png) -6px -327px no-repeat;	
	display:block;
	width:201px;
	height:40px;
}
a.buy-online:hover{
	background-position: -6px -377px ;
}

a.sign-up:link, a.sign-up:visited, a.sign-up:active{
	position:absolute;
	right:-10px;
	top:5px;
	background: url(../images/sprite.png) -6px -247px no-repeat;	
	display:block;
	width:110px;
	height:38px;
}
a.sign-up:hover{
	background-position: -116px -247px;	
}

a.more:link, a.more:visited, a.more:active{
	background: url(../images/sprite.png) -6px -286px no-repeat;	
	display:block;
	width:110px;
	height:38px;
	margin-top:5px;
	margin-left:-5px;
}
a.more:hover{
	background-position: -116px -286px;	
}

a.submit:link, a.submit:visited, a.submit:active{
	background: url(../images/sprite.png) -6px -423px no-repeat;	
	display:block;
	width:110px;
	height:38px;
	margin-top:5px;
}

a.submit:hover{
	background-position: -116px -423px;	
}

a.investors:link, a.investors:visited, a.investors:active{
	background: url(../images/sprite.png) -6px -528px no-repeat;	
	display:block;
	width:128px;
	height:38px;
	margin-top:16px;
}

a.investors:hover{
	background-position: -140px -528px;	
}

a#toggle-volume:link{
	background: url(../images/sprite.png) no-repeat transparent;
    display: block;
    height: 24px;
    width: 24px;
}

a#toggle-volume.on{
background-position:0 0!important;	
}
a#toggle-volume:hover.on{
	background-position:0 -214px!important;	
}
a#toggle-volume.off{
background-position:-24px 0!important;	
}
a#toggle-volume:hover.off{
	background-position:-24px -214px!important;	
}/*
 * jQuery Nivo Slider v2.5.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/


#slider {
	position:relative;
    width:590px;
    height:420px;
 	margin:0 auto;
	
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	z-index:999;
	height:30px;
	margin:0 auto;
	margin-top:10px;
	position:relative;
	
	background: 			#72acf8;
	background-image: -moz-linear-gradient(top, 
							#72acf8, 
							#1a5aae);
	background-image: -webkit-gradient(linear,left top,left bottom,
		color-stop(0, 		#72acf8),
		color-stop(1, 		#1a5aae));
  	
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#72acf8', EndColorStr='#1a5aae')";*/
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#72acf8', EndColorStr='#1a5aae');
	
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
  	-webkit-border-bottom-left-radius:4px;
}
.nivo-directionNav{
	margin-top:4px;
	position:absolute;
	
	width:140px;
	left:8px;
	
	background: 			#fdfdfd;
	background-image: -moz-linear-gradient(top, 
							#fdfdfd, 
							#9f9f9f);
	background-image: -webkit-gradient(linear,left top,left bottom,
		color-stop(0, 		#fdfdfd),
		color-stop(1, 		#9f9f9f));
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fdfdfd', EndColorStr='#9f9f9f');
	height:20px;
	border:1px solid #42699d;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
  	-webkit-border-bottom-left-radius:4px;
	
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	margin-top:5px;
}
.nivo-controlNav a.active,.nivo-controlNav a:hover {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:20px;
	height:20px;
	background:url(../images/sprite.png) no-repeat;
	text-indent:-9999px;
	border:0;
	top:0;
	position:absolute;
	margin:0;
	
	
	
}
a.nivo-nextNav {
	background-position:-313px -169px;
	right:0;
	
}
a.nivo-prevNav {
	left:0;
	background-position:-259px -169px;
}
a.nivo-nextNav:hover {
	background-position:-313px -212px;
	right:0;
}
a.nivo-prevNav:hover {
	left:0;
	background-position:-259px -212px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;

}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	width:42px!important;
	background:url(../images/jScrollPaneTrack.png)  0 -5px no-repeat;
}
.jScrollPaneDrag {
	position: absolute;
	width:42px!important;
	background:url(../images/jScrollPaneDrag.png) center no-repeat;
	cursor: pointer;
	overflow: hidden;
	
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
