/* CSS Document */
body {
	padding:0;
}


#container {
	max-width:720px;
	margin:0;
	width:inherit;
	padding:0px 5px 10px 5px;
}


#mastHead h1 a {
	height: 30px;
	background: url(/img/mastheadLogo_Mobile.gif) top left no-repeat;
}
#mastHead h1 a span {
	display:none;
}

#content, #nav {
	min-height:inherit;
} * html #container, * html #nav { height:inherit; }


#content {
	margin:0;
	padding-top:20px;
	float:left;
	width:inherit;
}

#nav {
	width:inherit;
	float:none;
}

#nav2 {
	padding-top:20px;
	position:inherit;
	overflow:visible;
	height:auto;
	clear:both;
}
#nav2 #nav2Content {
	width:inherit;
	position:inherit;
}


#footer {
	margin:0;
	padding:20px 0px 0px 0px;
}

#sharePriceIFrameWrap {
	display:none;
}
#sharePriceTitle {
	display:none;
}
#sharePriceLink {
	display:block;
}

#contactsWrap .columnWrap {
	overflow:visible;
	padding-bottom:5px;
} * html .columnWrap { height:inherit; overflow:visible; }
		
#contactsWrap .column {
	float:none;
	width:inherit;
}


