/***** LOGO *****/
#logo {
	position:absolute;
	top:303px;
	right:0px;
	width:440px;
	height:275px;
	background:url(../img/logo-name.png) no-repeat;}
/***** LOGO *****/


/***** MAIN NAV STYLES *****/
#nav {
	position:absolute;
	right:0;
	margin-top:40px;
	z-index:99;}
	#nav ul.tabs {	
		padding: 0px;
		list-style: none;}		
		#nav ul.tabs li {
			width: 800px;
			height: 100px;
			margin-right: -800px;}
			#nav ul.tabs li div {}
			#nav ul.tabs li a {
				display: block;
				width: 800px;
				height: 100px;
				margin-right: 0px;
				text-decoration:none;
				opacity: 0.9;
				filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);}
				#nav ul.tabs li a .nav-caption{
					display:block;
					padding-top:30px;
					text-indent:inherit;
					text-align:center;
					color:#658E8C;}
				#nav ul.tabs li a .two-lines{
					padding-top:20px;
					text-align:center;}
	/***** MENU ITEMS *****/
	.menu-item01 {
		background: url(../img/btn-main-area.png) no-repeat;}
	.menu-item02 {
		background: url(../img/btn-testimonials.png) no-repeat;}
	.menu-item03 {
		background: url(../img/btn-videos.png) no-repeat ;}
	/***** MENU ITEMS *****/
/***** MAIN NAV STYLES *****/

/****** START Lightbox Styles *****/
.overlay, #overlay {
    display: none;
    padding: 40px;
    width: 960px;
	background-image:url(../img/lightbox-bg.gif);
    height: 590px;
	top:-10px!important;}
    div.close {
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 20px;
        background: url(../img/lightbox-close.png) no-repeat;
        width: 36px;
        height: 36px; }
    div.contentWrap {
		overflow:hidden;
        background-color: #111213;
        height: 590px;
		border: 10px solid #333;}
.lightbox-content {
    width: 960px; }        
/***** END Lightbox Styles *****/
