/*. general settings .*/

body{
  font-size: 14px;
}

*{
  background: #fff;
}

/*. layout .*/

#leftCol{
  display: none;
}

#footer .nav,
#headphoto,
#mainNav,
#countrySelect,
#search{
  display: none;
}

#logoImage{
  margin: 0px;
}

#rightColHolder{
  float: none !important; /* remove floats */
  width: auto;  
}

#rightCol{
  margin-left: 0px;
}


/* remove sticky footer */
#contentCol{
  margin: 0px 180px 0px 0px; /*Set left margin to LeftColumnWidth*/
}

#contentCol .tube{
 margin: 0px 0px 0px 0px;
}

#main{
	min-height: auto;
	height: auto;
	height: auto;
	margin: 0 auto 0px; /* the bottom margin is the negative value of the footer's height */
}

html, body {
	height: auto;
}

/*. reset tubes .*/

#head .tube{
  padding: 20px 0px 0px 0px;
  width: 780px;
}

#leftCol .tube{
  padding: 5px 5px 5px 0px;
}

#rightCol .tube{
  padding: 5px 10px 5px 0px;
}

#footer .tube{
  padding: 5px 10px 5px 0px;
}
