body {
  background: black url(images/updated/iphone-bg-repeat-x.jpg) repeat-x scroll 0px 0px;
}

  #bd {
  background: transparent url(images/updated/iphone_bg_only_sprite.jpg) no-repeat scroll -614px 0px; 
  background-position: -614px 0px;
  position: absolute;
  width: 614px;
  left: 50%;
  margin-left: -307px;
  height: 100%;
  -webkit-transition-property: background-position, background-position-x;
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: linear;	
/*   -webkit-transition: background-position-x 1s linear; */
}

body.dumbo #bd {
  background-position: 0px 0px;
 }

body #header {
	overflow: hidden;
	width: 338px;
	height: 176px;
	top: 0px;
	left: -169px;
	margin-left: 50%;
	position: absolute;
	background: transparent url(images/updated/header_iphone.png) no-repeat scroll 0px 0px
	
}

body.dumbo #header {
	background-position: -338px 0px
}

#bubble {
  position: absolute;
  left: 16px;
  right: auto;
  font-size: 13px;
  font-weight: bold;
  font-style: oblique;
  width: 190px;
  height: 48px;
  top: 4px;
  color: #232323;
  text-align: center;
}

#bubble-cell {
	  height: 48px;
	  width: 190px;
	  overflow: hidden;
	  position: relative;
	}

/** MAIN NAVIGATION BAR */

ul.mainNav {
	margin-top: 176px;
  	background-color: #21242b;
  	background-color: rgb(33, 36, 43);
	border-bottom: 1px solid black;
	padding-left: 151px;
	padding-right: 141px;
}

ul.mainNav li.navlink a {
  font-size: 15px;
  display: inline;
  height: 13px;
  line-height: 35px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
}

ul.mainNav li {
  color: #bdc5ca;
  display: inline-block;
  margin: 0px 1em 0px 0px ;
  height: 35px;
}
ul.mainNav li:hover, ul.mainNav li a:hover {
  color: white;
}
ul.mainNav li.sel {
  color: white;
  height: 32px;
  border-bottom: 3px solid red;
}

/** LEFT SIDEBAR (locations) */
#left {
  position: absolute;
  padding: 0px;
  width: 140px;
  text-align: left;
}

ul.location {
  color: #ccc;
  padding: 0px 5px 0px 5px;
  margin: 12px 5px 8px;
}

ul.location.focus {
  color: white;
  padding-left: 2px;
  border-left: 3px solid red;
}
ul.location li {
  text-shadow: rgba(0,0,0,.75) 0px 5px 8px;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  text-transform: uppercase;
}


ul.location li.navlink a {
  font-size: 15px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
}

.phone, .mail {
	text-decoration: underline;
}

/** MIDDLE SECTION (Content) */

#middle {
  margin-left: 141px;
  margin-right: 141px;
  margin-top: -7px;
  width: 311px;
}

.contentContainer {
  margin-right: 0px;
  overflow: auto;
  padding: 14px 10px 20px;
  width: 311px
}

body.hasJs .contentContainer {
display: none;
position: absolute;
width: 311px;


}

.contentContainer p {
  text-align: left;
  font-family: "Georgia", "Times", "Times New Roman", "Serif";
  font-size: 15px;
  line-height: 21px;
  padding-bottom: 1em;
  z-index: 2;
  position: relative;
  }

#right {
width: 140px;
right: 0px;
position: absolute}

