body {
	margin: 0;
	padding: 0;
}

#mobileTheme {
	/*background: #393530;*/
	margin: 0;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000;
	/*background: url(../images/pixel.png);*/
}

#mobileTheme  a {
	text-decoration: none;
	color: #cc5e1e;
}

#mobileTheme  p {
	margin: 0;
	padding: 6px 0;
}

#mobileTheme  img {
	border: 0;
}

#mobileTheme  a:hover, #mobileTheme  #footer a:hover, #mobileTheme  #content a:hover  {
	color: #7e7067;
}

#mobileTheme  a:visited {
	text-decoration: none;
	color: #cc5e1e;
}

#mobileTheme  h1, #mobileTheme  h2, #mobileTheme  h3 {
	margin: 0;
	font-family: Helvetica, Helvetica Neue, Verdana;
	padding: 0 0 6px 0;
	font-weight: bold;
	color: #000;
}

#mobileTheme  h1 {
	font-size: 24px;
}

#mobileTheme  h2 {
	font-size: 21px;
}

#mobileTheme  h3 {
	font-size: 18px;
}

#mobileTheme  h2, #mobileTheme h3 {
	padding-top: 12px;
}

#mobileTheme  #nav ul {
	margin: 0;
	padding: 0;
}

#mobileTheme  #nav ul li {
	margin: 0;
	padding: 0;
	display: block;
}

#mobileTheme  #nav ul li a {
	display: block;
	color: #fff;
}

#mobileTheme  #nav ul li.navLink a {
	background: url(../images/navBgBlack.png) repeat-x #4a433d;
	border-bottom: 1px solid #fff;
	height: 14px;
	padding: 4px 11px;
	padding-left: 11px;
}

#mobileTheme  #nav ul li.breadCrumb {
	background: url(../images/navBgBlack.png) repeat-x #4a433d;
	border-bottom: 1px solid #fff;
	height: 14px;
	padding: 4px 11px;
	padding-left: 11px;
	font-size: 90%;
}

#mobileTheme  #nav ul li.navLink a.active, #mobileTheme #nav ul li.breadCrumb {
	background: url(../images/navBgOrange.png) repeat-x #e56921;
	color: #000;
}

#mobileTheme  #nav ul li.navLink ul {
	padding-left: 8px;
	background: #222;
	/*background: url(../images/navBgOrange.png) repeat-x #e56921;*/
}

#mobileTheme  #nav ul li.breadCrumb a {
	display: inline;
	background: none;
}

#mobileContent {
	padding: 21px 11px;
	background: #fff;
}

#mobileTheme  #footer {
	background: url(../images/logo.png) no-repeat center 50px;
	text-align: center;
	padding-top: 6px;
	height: 160px;
	color: #665a52;
}