html, body {
	height: 100%;
}

body {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	margin: 0;
	padding: 0;
	/*background: #d5d5d5 url(/images/iphone/body-bgr.gif) center repeat-y;*/
	background: #f4f9fc url(/images/iphone/header-bgr.jpg) 50% 43px no-repeat;
}

div.body-bgr1 {

	height: 100%;
	min-height: 100%;
	background: url(/images/iphone/body-bgr.gif) center top repeat-y;	
}

div.body-bgr2 {
	background: url(/images/iphone/top-bar-bgr.gif) center top no-repeat;	
	height: 100%;
	min-height: 100%;
}

html>body div.body-bgr1, html>body div.body-bgr2 {
	height: auto;
	
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #137db7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 44px;
	font-weight: normal;
}

h2 {
	font-size: 25px;
	font-weight: normal;
	margin: 20px 0 15px 0;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	color: Black;
}

h1 a {
	color: #d14400;
	text-decoration: underline;
}

h2 a {
	color: #d14400;
	text-decoration: underline;
}

a img {
	border: 0 none;
}



div.body {
	width: 980px;
	margin: 0 auto;
}

div.header {
	height: 219px;
	position: relative;
	overflow: hidden;
}

div.header a {
	outline: none;
}

div.header h1 {
	font-size: 15px;
	color: white;
	margin: 0;
	margin-top: 9px;
	width: 285px;
	height: 22px;
	line-height: 20px;
	background: url(/images/iphone/title-bgr.gif) no-repeat;
	text-align: center;
}

div.header h1 a {
	color: white;
	text-decoration: none;
}

div.header h1 a:hover {
	color: #d14400;
}

a.logo {
	position: absolute;
	top: 90px;
	left: 30px;
}

div.intro {
	position: absolute;
	right: 0px;
	top: 50px;
	width: 600px;
	text-align: right;
	font-size: 16px;
	color: Black;
}

div.intro p {
	margin-top: 18px;
	margin-bottom: 0;
	line-height: 19px;
}

div.header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 0;
	top: 0;
	height: 43px;
	background: url(/images/iphone/menu-bgr.gif) repeat-x;
}

div.header ul li {
	float: left;
	height: 43px;
	margin-right: 1px;
}

div.header ul li.last {
	margin-right: 0;
}

div.header ul li a {
	display: block;
	width: 130px;
	height: 43px;
	background: url(/images/iphone/menuitem-bgr.gif) repeat-x;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
}

div.header ul li a:hover, div.header ul li.active a {
	background: url(/images/iphone/menuitem-bgr-a.gif) repeat-x;
	text-decoration: none;
}

div.featured-app {
	height: 308px;
	background: #f4f99c url(/images/iphone/featured-app-bgr.jpg);
	position: relative;
	width: 979px;
}

div.featured-app div.title {
	position: absolute;
	top: 90px;
	left: 135px;
}

div.featured-app h1 {
	margin: 0;
	margin-bottom: 20px;
}

div.featured-app div.img {
	position: absolute;
	top: 30px;
	left: 323px;
}

div.ribbon {
	width: 19px;
	height: 60px;
	background: url(/images/iphone/ribbon.png);
	position: absolute;
	left: -19px;
	top: 178px;
}

div.featured-app div.slogan {
	color: black;
	font-size: 20px;
	position: absolute;
	top: 135px;
	right: 10px;
	width: 305px;
}

div.index-services {
	height: 305px;
	margin: 10px 0;
}

div.index-services div.item {
	width: 320px;
	height: 305px;
	background: url(/images/iphone/index-service-bgr.png);
	overflow: hidden;
	float: left;
	margin-right: 8px;
}

div.index-services div.last {
	margin-right: 0;
}

div.index-services h3 {
	height: 54px;
	padding-top: 13px;
	padding-left: 80px;
	font-size: 20px;
	margin: 0;
	background-position: 20px 12px;
	background-repeat: no-repeat;
	line-height: 22px;
}

div.index-services h3 a {
	color: black;
	text-decoration: none;
	outline: none;
}

div.index-services h3 span {
	display: block;
}

div.index-services div.descr {
	padding: 17px 20px;
	height: 148px;
	font-size: 14px;
}

div.index-services div.descr p {
	margin: 0;
}

div.index-services div.more {
	text-align: right;
	padding: 10px 15px 0 0;
}

div.footer {
	clear: both;
	padding: 20px 20px;
}

div.footer a {
	color: #333;
	font-weight: bold;
}

div.footer p {
	margin: 0;
}

div.footer p.contact {
	float: right;
}

div.content-container {
	font-size: 14px;
	background: url(/images/iphone/content-bgr.png) left bottom no-repeat;
	padding-bottom: 12px;
}

div.content {
	border: 1px #c6e4e1 solid;
	border-style: none solid;
	padding: 15px 15px 10px 15px;
	height: 200px;
	background: white url(/images/iphone/content-bgr-t.jpg) left top no-repeat;
}

html>body div.content {
	height: auto;
	min-height: 200px;
	overflow: hidden;
}

div.content>p {
	margin-top: 0;
} 

div.page-title {
	height: 113px;
	background: url(/images/iphone/content-title.png) no-repeat;
	overflow: hidden;
	padding-left: 30px;
}

div.page-title h1 {
	color: white;
	margin: 0;
	padding-top: 18px;
}

div.breadcrumb {
	color: black;
	margin-top: 3px;
}

div.breadcrumb a {
	color: Black;
	text-decoration: underline;
}

div.content p {
	margin: 15px 0;
} 

div.content ul {
	margin: 15px 0;
	padding: 0;
	list-style: none;
}

div.content ul li {
	background: url(/images/iphone/bullet.png) 0px 6px no-repeat;
	padding-left: 15px;
}

/* forms */
/* Common forms */

input.text {
	border: 1px #7F9CBA solid !important ;
	border-color: #7F9CBA #A5BACE #BECEDB #A2B7CB !important ;
}

.login input.text {
	font-size: 10px;
	font-family: Tahoma, sans-serif;
}

/*
input.submit {
	width: 64px;
	height: 17px;
	background: url(/images/fm/submit-bgr.gif) no-repeat;
	border: 0 none;
	color: #5F5F5F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}	
*/
input.submit[disabled] {
	color: #b2b2b2;
}

form.common fieldset, form.signin fieldset {
	padding: 0 0 5px 0;
	margin: 15px 0 0 0;
	border: 0px solid;
	color: #000;
}

form.common fieldset legend, form.signin fieldset legend {
	padding: 5px 5px 14px 0;
	font-weight: bold;
	font-size: 13px;
	color: #000;
	border: 0px solid;
}

form.common div.field {
	height: 15px;
	margin-bottom: 4px;
}

html>body form.common div.field {
	height: auto;
	overflow: auto;
}

form.common div.field span {
	display: block;
	float: left;
	width: 250px;
	text-align: right;
	padding-top: 4px;
	padding-right: 5px;
}

form.common div.field span b {
	font-weight: normal;
	color: red;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
}

form.common div.field  a.tip {
	font-weight: bold;
	color: InfoText;
	text-decoration: none;
	border: 1px black solid;
	background: InfoBackground;
	padding: 0 3px;
	font-size: 14px;
}

form.common .error {
	color: red;
}

form.common div.field input {
	width: 200px;
	border: 1px #7F9CBA solid !important ;
	border-color: #7F9CBA #A5BACE #BECEDB #A2B7CB !important;
	padding-left: 2px;
}

form.common div.field textarea {
	width: 200px;
	height: 90px;
	border: 1px #7F9CBA solid !important ;
	border-color: #7F9CBA #A5BACE #BECEDB #A2B7CB !important;
	padding-left: 2px;
}

form.common div.field label {
	display: block;
	margin: 7px 0;
	margin-left: 150px;
}

form.common div.field label input {
	width: auto;
	vertical-align: middle;
	border: 0 none !important ;
}

form.common div.field select {
	width: 206px;
}

form.common div.field  img {
	display: block
}

p.button {
	padding-left: 250px;
	margin: 0px 0;
}

p.button input {
	width: 103px;
	height: 34px;
	color: white;
	border: 0 none;
}

p.message {
	margin: 17px 0;
	padding: 7px 12px;
	border: 1px #c9c9c9 solid;
	font-weight: bold;
}

p.error {
	border-color: red;
}


div.apps-list div.app {
	border-bottom: 1px #cde5f4 solid;
	margin: 15px 0;
	padding-bottom: 12px;
}


div.apps-list h2 {
	padding-left: 60px;
	background-position: left center;
	line-height: 50px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	background-image: url('/files/iphone/app-icon.gif');
	font-size: 18px;
}

div.other-apps div.app {
	border-bottom: 1px #e6e6e6 dashed;
}


div.apps-list div.last-app {
	border-bottom: 0 none;
	padding-bottom: 0;
}

div.right-col {
	width: 270px;
	float: right;
	
}

div.index-block {
	width: 480px;
	overflow: auto;
}

div.index-block-footer {
	width: 480px;
	height: 15px;
	background: url(../images/iphone/other-apps-footer.gif);
	font-size: 1px;
	overflow: hidden;	
}

div.other-apps  {
	float: left;
	margin-right: 10px;
}

div.index-block h3 {
	background: url(../images/iphone/other-apps-head.gif) left top no-repeat;
	margin: 0;
	line-height: 48px;
	padding-left: 20px;
	height: 48px;
}

div.index-block div.index-block-content {
	background: white;
	border-left: 1px #cde5f4 solid;
	border-right: 1px #cde5f4 solid;
	margin: 0;
	padding: 0 20px;
	height: 30px;
}

html>body div.index-block div.index-block-content {
	height: auto;
	overflow: auto;
}


div.apps-menu {
	margin: 10px 0 20px 0;
	background: url(/images/iphone/apps-menu-bgr-t.gif) left top no-repeat;
}

div.apps-menu h3 {
	margin: 0;
	color: black;
	padding: 13px 0 13px 19px;
/*	background: url(/images/iphone/apps-thumb.gif)  17px 50% no-repeat;*/
}

div.apps-menu ul {
	background: white url(/images/iphone/apps-menu-bgr-b.gif) left bottom no-repeat;
	padding-bottom: 17px;
	margin: 0;
}

div.apps-menu ul li {
	border: 1px #cde5f4 solid;
	border-top: 0 none;
	padding: 1px;
	background: none;
}

div.apps-menu ul li a {
	display: block;
	text-decoration: none;
	background: #f5fafd url(/files/iphone/app-thumb.gif) 17px 50% no-repeat;
	padding: 12px 0 10px 53px;
	font-weight: normal;
}

div.apps-menu ul li a:hover, div.apps-menu ul li a.active {
	background-color: white;
	font-weight: bold;
}

div.apps-menu ul li a.active {
	color: black;
}
div.app-content {
	margin-right: 290px;
}

div.news h2 {
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 10px;
}

div.news p {
	margin-top: 5px;
	border-bottom: 1px #e6e6e6 dashed;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: expression(this.nextSibling ? '1px #e6e6e6 dashed' : 'none');
}

div.news p:last-child {
	border-bottom: 0 none;
	padding-bottom: 0;
}

div.twitter {
	margin-top: 25px;
}

div.twitter h3 {
	margin: 5px 0;
	text-align: center;
}