#header {
    background-color: transparent;
}

#nav ul {
    opacity: 0.9;   
    border-bottom: 0; 
}

#main {
    padding: 0;
    color: #F3F3F3;
    background:  transparent url(../images/presentation/loading.gif) no-repeat center center;
    height: 620px;
}

#features {
    margin: 100px 20px 20px 570px;
}

.feature {
    display: none;
}

.feature h2 span {
    display: block;
	width: 0;
	height: 0;
	overflow: hidden;
    position: relative; 
    left: -999em;
}
#feature-1 h2 {
	height: 19px;
	background:url(../images/presentation/title-light-forever.png) no-repeat 0 0;
	margin-bottom: 20px;
}
#feature-2 h2 {
	height: 19px;
	background:url(../images/presentation/title-light-forever.png) no-repeat 0 0;
	margin-bottom: 40px;
}
#feature-3 h2 {
	height: 19px;
	background: url(../images/presentation/title-light-forever.png) no-repeat 0 0;
	margin-bottom: 15px;
}
#feature-4 h2 {
	height: 19px;
	background: url(../images/presentation/title-light-forever.png) no-repeat 0 0;
	margin-bottom: 20px;
}
#feature-5 h2 {
	height: 19px;
	background: url(../images/presentation/title-light-forever.png) no-repeat 0 0;
	margin-bottom: 40px;
}


#feature-1 {
	padding: 40px 30px 0 30px;
    display: block;
}
#feature-2 {
	padding: 100px 30px 0 30px;
}
#feature-3 {
	padding: 50px 30px 0 30px;
}
#feature-4 {
	padding: 50px 30px 0 30px;
}
#feature-5 {
	padding: 20px 30px 0 30px;
}

#main-img-1 {
    background: transparent url(../images/presentation/hero-chrono-2.jpg) no-repeat;
    min-height: 620px; /* ie6.css */
}

#main-img-2 {
    background: transparent url(../images/presentation/hero-radio-2.jpg) no-repeat;
    min-height: 620px; /* ie6.css */
}

#main-img-3 {
    background: transparent url(../images/presentation/hero-alexa-2.jpg) no-repeat;
    min-height: 620px; /* ie6.css */
}

#main-img-4 {
    background: transparent url(../images/presentation/hero-JY8000-2.jpg) no-repeat;
    min-height: 620px; /* ie6.css */
}
#main-img-5 {
    background: transparent url(../images/presentation/hero-boucher-2.jpg) no-repeat;
    min-height: 620px; /* ie6.css */
}

.feature h2 {
	border: none;
	font-size: 1.3em;
	font-weight: normal;
	color: #f2f1f1;
}
.feature p {
	margin-top: 0;
}
.feature ul {
	margin: 0 0 1em 1.5em;
}
.feature li {
	margin: 0;
}
.feature a {
	display: block;
	width: 92px;
	height: 23px;
	background: url(../images/presentation/btn-read-more.gif) no-repeat 0 0;
	margin-top: 13px;
	margin-left: -2px;
}
.feature a:hover {
	background-position: 0 -23px;
}
.feature a span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
#feature-1 .name {
	padding-top: 215px;
	padding-bottom: 10px;
    padding-left: 50px;
}
#feature-1 .name span {
	padding-left: 80px;
}
#feature-3 .name {
	padding-top: 110px;
	padding-bottom: 10px;
	font-size: 110%;
}
#feature-4 .name {
	padding-top: 170px;
	padding-bottom: 10px;
	font-size: 110%;
}
#feature-5 .name {
	padding-top: 140px;
	padding-bottom: 10px;
	font-size: 110%;
}

/*
 * Tabs
 */

#tabs {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 20px;
    line-height: 23px;
    height: 27px;
    border-top: 2px solid #000;
    background: transparent url(../images/presentation/tabs.jpg) no-repeat 0 0;
    clear: both;
}

#tabs li {
    float: left;
    color: #D3D4D4;
    text-align: center;
}

#tabs a {
    color: #F3F3F3;
    text-decoration: none;
    display: block;
    width: 187px;
}

#tabs a:hover {
    /*
text-decoration: underline;
*/
}

#tabs li.first {
    padding: 0 35px 0 0;
}

#eventImage {
    width: 750px;
    height: 565px;
    position: absolute;
    top: 70px;
    left: 100px;
    background: #FFF;
    z-index: 100;
    padding: 0 10px 10px 10px;
}

#eventClose {
    text-align: right;
    color: #000;
    font-weight: bold;
    line-height: 30px;
}

#eventClose span {
    cursor: pointer;
}

#sbrpromo {
    position: absolute;
    right: 40px;
    top: 100px;
}

#mdresults {
    position: absolute;
    right: 40px;
    top: 220px;
}

#mdresults a {
    color: #EEE;
    font-size: 1.4em;
}


/*
 * Footer
 */

/*

#footer {
    background: transparent url(../images/presentation/bg-footer.png) repeat-x;
    min-height: 115px;
}
.footerHome #copy {
	text-align: right;
}


*/