@charset "UTF-8";
/* CSS Document */

html {  }
body { color:#000000;font-family:Arial, Helvetica, sans-serif;
	font-size:12px; margin: 0; padding: 0; font-size: 14px; }
.ui-mobile-viewport { background-color: #fff; }

.ui-page { background-color: #000; }
.ui-page.ui-body-c.ui-page-active { background: none; }
.ui-page.ui-body-c.ui-page-active .ui-content { background: #fff repeat-x 0px 0px; }
.ui-page.ui-body-c.ui-page-active .ui-header { height: 60px; background: #007dbe; no-repeat 50% -75px; }
.ui-page.ui-body-c.ui-page-active .ui-header h1 { padding: 10px 0px 10px 0px; font-size: 20px; background: #007dbe; }

a:link {
	font-weight: bold;
	color: #e39c2e;
} 
a:visited {
	font-weight: bold;
	color: #e39c2e;
} 
a:active {
	font-weight: bold;
	color: #e39c2e;
} 

#page.ui-page.ui-body-c.ui-page-active .ui-content { background: none; }

#page { padding-top: 10px; background: #fff no-repeat 50% 0px; }
#page .heading { display: none; }
#page .logo { width: 300px; height: 90px; margin: 0px auto 0px auto; background: url(../images/pah.jpg) no-repeat center 0px; }
#page .mainmenu {
	margin: 0px 0px 0px 5px;
	padding: 15px 15px 0px 15px;
	border: none;
}
#page .mainmenu ul { margin-top:-10px; }
#page .mainmenu li { background: none; border: none; } 
#page .mainmenu li .ui-btn-inner { background: none; border: none; margin: 0px; padding: 0px 0px 5px 0px; }
#page .mainmenu li a {

	border-radius: 16px;
	color: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
	text-decoration: none;
	font-weight: bold;
	display: block;
	background: #007dbe url(../images/mobile_link_arrow.png) no-repeat right 50%;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; 
}

.ui-bar-a.ui-footer { background: #e39c2e; border: none; border-top: 2px solid #007dbe; }
.ui-bar-a.ui-footer h4 { color:#007dbe; font-size: 10px; font-weight: normal; text-align: center; margin: 0px; padding: 10px 20px 10px 20px; }

.ui-content {  }
span.ui-icon.ui-icon-arrow-r { display: none; }

h2 { font-size: 1.5em; }
h1 {
	font-size: 20px; font-weight:bold;  padding: 10px 20px 10px 20px; color: #fff; background: #007dbe;
	}

figure { width: 120px; float: right; margin: 0px 0px 20px 15px; padding: 0px 0px 0px 10px; border-left: 1px solid #ddd; }
figure figcaption { font-size: .8em; color: #777; line-height: .8em; }

