
/* Alpha Transparency fix for ie6 */
.png, #login h1, #header h1 a, #search
{
zoom: 1;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1 ? (this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "/images/landing_pages/transparent.gif") : (this.origBg = this.origBg ? this.origBg : this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='" + (this.currentStyle.backgroundRepeat=='no-repeat' ? 'crop' : 'scale') +"')", this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}

#header h1 {
width: 50%;
float: left;
}

.index #login {
width: 270px;
float: left;
margin: 0;
}

#section-beta {
position:static;
min-height: 250px;
border:1px solid red;}

#brand-img2,
#brand-img {
display: none;}

#index-beta .brand-descr {
width: 740px; 
height: 230px;
margin: 15px 0 0 100px;

}

#index-beta .brand-descr .first {
margin-left: 10px;}


#search {
margin: 0;}

body.home #main {
background-image: none;
}

body.home #main #trips {
float: left;
}


#newsletter, ul#sidebar-callouts {
width:220px;
float: left;
font-size: .9em;
color: #333;
}

body.general #wrapper {
background-image: none;
}

/*------my account----*/
#content.account ul.contact,
#content.account ul.member  {
float: left;
width: 300px;
padding: 0;}

#content.account ul.contact li span ,
#content.account ul.member li span {
position:static;}
