@charset "utf-8";
a:link {
	color: #C00;
}
a:visited {
	color: #C00;
}
a:hover {
	color: #CCC;
}
a:active {
	color: #C00;
}
/* CSS Document */


body {
	background-color: #e5d9d2;
	background-repeat: no-repeat;
	background-image: url(bgphone.png);

}
#container {
	height: 562;
	width: 320px;
	margin-right: 0;
	margin-left: 0;
	margin-top: 0px;
	background-position: center 0px;
	vertical-align: 0%;
	background-image: url(LANDINGPAGEART/mobilebg.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	top: 0px;
	position: absolute;
	clear: none;
	
}


#container #leftsidebar {
	display: none;
	width: 110px;
	float: left;
	clear: none;
}
#container #main {
	display: none;
	width: 210px;
	padding: 0px;
	
}
#container #main p {
	font-size: 0.75em;
	line-height: 1.25em;
}


#container #main ul li {
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.25em;
}

#container #header {
	height: 60px;
}
#container #topnav {
	height: 1px;
}


#container #footer {
	display: none;
}
#container #footer h1 {
	line-height: 0.5em;
	font-size: 22px;
}

#container #footer p {
	line-height: 1em;
	font-size: 12px;
}

#container #footer h5 {
	display: none;
}

#container #leftsidebar #navigation {
	background: none;
	height: 10;
	width: 40px;
	left: 3px;
	top: 0px;
	padding-left: 0px;
	padding-top: 20px;
}
#container #leftsidebar #navigation ul {
	text-decoration: none;
	list-style-type: none;
}

#container #mobilescroll {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;	
}

#container #mobilescroll #mobilecontact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container #mobilescroll #mobilecontact a:hover {
	color: #333;
}

#container #header a img {
	text-decoration: none;
	display: none
}
