/****************** SLIDING DOORS BUTTONS: ***************************/
/* ------------------->>> Button Styles <<<-----------------------*/
button {
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer; 
	overflow: visible; /* removes extra side padding in IE */
}
button span { 
	display: block;
	position: relative;  
	white-space: nowrap;
	text-decoration: none;
}
button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}


.button {
	cursor: pointer; 
	display: block;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	
}
.button span { 
	display: block; 	
	width: auto; 
	margin: 0px;
}
.button:hover {
	text-decoration: none;
}

.button.menu {
	padding-right: 22px;
	height: 76px;
	overflow: hidden;
	background: url(../images/slidingDoors/btn-menu-right2.png) 0px -100px no-repeat;	
}
.button.menu.bigpadd {
	padding-right: 26px;
}
.button.menu:hover, li.active .button.menu {
	background-position: top right;
}
.button.menu.pro, .button.menu.pro:hover, li.active .button.menu.pro {
	background: url(../images/slidingDoors/btn-pro-right.png) top right no-repeat;		
}
.button.menu#bulbrite {
	padding-right: 21px;
}
	.button.menu span {
		font-family: WhitneyHTFMediumRegular;
		font-size: 20px;
		text-align: center;
		white-space: nowrap;
		height: 58px;
		line-height: 58px; 
		color: #f2fbfe;
		padding-left: 24px;
		padding-right: 0px;
		background: url(../images/slidingDoors/btn-menu-left2.png) 0px -100px no-repeat;
	}
	li.last .button.menu span {
		/*padding-left: 20px;*/
	}
	.button.menu.bigpadd span {
		padding-left: 26px;
	}
	.button.menu:hover span, li.active .button.menu span {
		background-position: top left;
	}
	.button.menu.pro span, .button.menu.pro:hover span, li.active .button.menu.pro span {
		background: url(../images/slidingDoors/btn-pro-left.png) top left no-repeat;
	}
	 #main-menu.pro li {	
		width: 162.5px;
	}
	.button.menu#bulbrite span {
		padding-left: 32px;
	}
	

/*.button.submenu {
	padding-right: 4px;
	overflow: hidden;
	background: url(../images/slidingDoors/btn-submenu-right.png) 0px -100px no-repeat;	
}
.button.submenu:hover, li.active .button.submenu {
	background-position: top right;
}
	.button.submenu span {
		font-family: WhitneyHTFMediumRegular;
		font-size: 18px;
		height: 26px;
		line-height: 26px;
		color: #231f20;
		padding-left: 5px;
		padding-right: 1px;
		background: url(../images/slidingDoors/btn-submenu-left.png) 0px -100px no-repeat;
	}
	.button.submenu:hover span, li.active .button.submenu span {
		color: white;
		background-position: top left;
	}*/

	
	
.button.blue {
	padding-right: 4px;
	height: 24px;
	overflow: hidden;
	background: url(../images/slidingDoors/btn-blue-right.png) top right no-repeat;	
}
.button.blue.inverted {
	background-position: bottom right;	
}
.button.blue:hover, .button.blue.active {
	background-position: bottom right;
}
.button.blue.inverted:hover, .button.blue.inverted.active {
	background-position: top right;
}
	.button.blue>span {
		height: 24px;
		line-height: 24px;
		padding-left: 8px;
		padding-right: 4px;
		background: url(../images/slidingDoors/btn-blue-left.png) top left no-repeat;
	}	
	.button.blue.inverted>span {
		padding-left: 12px;
		background-position: bottom left;
	}
	.button.blue:hover>span, .button.blue.active>span {
		background-position: bottom left;
	}
	.button.blue.inverted:hover>span, .button.blue.inverted.active>span {
		background-position: top left;
	}
		.button.blue span .arrow {
			float: left;
			display: block;
			width: 7px;
			height: 100%;
			margin-right: 6px;
			background: url(../images/training/ico-arrow-white.gif) center left no-repeat;			
		}
		.button.blue.inverted span .arrow {
			margin-right: 12px;
			background-position: center right;
		}
		.button.blue span .label {
			float: left;
			font-family: Arial;
			font-weight: bold;
			font-size: 12px;
			color: white;
		}
		.button.blue.inverted span .label {
			font-size: 14px;
			font-weight: normal;
			color: #353f4f;
		}
		.button.blue:hover span .arrow, .button.blue.active span .arrow {
			background-position: center right;
		}
		.button.blue.inverted:hover span .arrow, .button.blue.inverted.active span .arrow {
			background-position: center left;
		}
		.button.blue:hover span .label, .button.blue.active span .label {
			color: #353f4f;
		}
		.button.blue.inverted:hover span .label, .button.blue.inverted.active span .label {
			color: white;
		}
		
		

.button.submit {
	padding-right: 3px;
	font-weight: bold;
	margin-left: -3px;
	background: url(../images/slidingDoors/btn-submit-right.png) top right no-repeat;	
}
.button.submit:hover {
	background-image: url(../images/slidingDoors/btn-submit-right-over.png);
}
	.button.submit span {
		position: relative;
		font-family: WhitneyHTFMediumRegular;
		font-size: 18px;
		color: white;
		text-transform: uppercase;
		height: 31px;
		line-height: 31px;
		padding-left: 15px;
		padding-right: 10px;
		background: url(../images/slidingDoors/btn-submit-left.png) top left no-repeat;
	}
	.button.submit:hover span {
		background-image: url(../images/slidingDoors/btn-submit-left-over.png);
	}

* html button { 
	width: auto; 
	position: relative;
	moz-margin-start: -3px;
}

* html button span { 
}

*:first-child+html button { 
	width: auto; 
	overflow: visible; 
}
 /*FOR IE7*/
*:first-child+html button{ 
	/*margin-top: -2px;*/
}
 /*FOR IE7*/
*:first-child+html button span{ 
	/*margin-top: 0px;*/
}


/*********************************> Boxes <**************************************/
.box1 {
	cursor: pointer;
	float: left;
	color: #353f4f !important;
	margin-right: 11px;
}
.box1.last {
	float: right; 
	margin-right: 0;
}
.box1:hover {
	color: white !important;
}
	.box1 .top {
		width: 319px;
		height: 3px;
		background: url(../images/slidingDoors/box1-top.png) no-repeat top left;
	}
	.box1 .middle {	
		position: relative;
		width: 275px;
		height: 474px;
		padding: 23px 22px;
		background: url(../images/slidingDoors/box1-middle.png) repeat-y top left;
	}
	.box1 .bottom {
		width: 319px;
		height: 3px;
		background: url(../images/slidingDoors/box1-bottom.png) repeat-y top left;
	}
	.box1:hover .top, .box1:hover .middle, .box1:hover .bottom {
		background-position: top right;
	}
	
.box2 {
	position: relative;
	float: left;
	color: #202630 !important;
	margin-bottom: 40px;
}
.box2.last {
	float: right; 
}
	.box2 .false {
		position: absolute;
		top: -27px;
		left: 7px;
		display: none;
		width: 191px;
		height: 123px;
		background: url(../images/bulbbusters/false.png) no-repeat top left;
	}
	.box2:hover .false {
		display: block;
	}
	.box2 .top {
		width: 480px;
		height: 3px;
		background: url(../images/slidingDoors/box2-top.png) no-repeat top left;
	}
	.box2 .middle {	
		position: relative;
		width: 364px;
		height: 185px;
		padding: 58px 28px 0 88px;
		background: url(../images/slidingDoors/box2-middle.png) repeat-y top left;
	}
	.box2 .bottom {
		width: 480px;
		height: 3px;
		background: url(../images/slidingDoors/box2-bottom.png) repeat-y top left;
	}
	.box2:hover .top, .box2:hover .middle, .box2:hover .bottom {
		background-position: top right;
	}




