body {
	background : #000;
	color: #fff;
	margin: 5%;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
}

a {
	color : #7fcbff;
	text-decoration : underline;
}


#container {
    margin: 5%;
    margin-top: 2.5%;
	background: #0F0F0F repeat-y url(/iphone/img/leftborder.gif);
}

#container2 {
	background: repeat-y url(/iphone/img/rightborder.gif) right top;
}

.small_icon {
    float: left;
    padding-right: 10px;
    display: none;
    border: 0;
}


#top {
	padding: 0;
	background: #070606 repeat-x url(/iphone/img/topborder.jpg);
	height: 120px;
	white-space: nowrap;
	overflow: hidden;
}

#top .logo {
	float: left;
	display: inline;
	overflow: hidden;
	z-index: 4;
}

#top .rt {
	display: inline;
	float: right;
	overflow: hidden;
}

.iapp .iconbox {
   width: 190px;
   float: left;
	margin-top: 10px;
}

.iapp .iconbox_ipad {
   width: 400px;
   float: left;
	margin-top: 10px;
}

.iapp .desc {
   margin-left: 200px;
}

.iapp .desc_ipad {
   margin-left: 410px;
}

.iapp .desc2 {
   margin-left: 65px;
}

.iapp {
	border-bottom: 1px solid #646464;
	padding-bottom: 10px;
}


#main {
	min-height: 350px;
	background: repeat-y url(/iphone/img/rightborder.gif) right #cad0d4;
	color: #000;
	margin-left: 10px;
	padding: 0;
}

#main #content {
	margin-right: 11px;
	margin-left: 10px;
	padding: 20px;
}

#content a {
    color: #0000ff;
}

#content a:hover {
    color: #47a9fe;
}

h2 a {
	text-decoration: none;
}

h2.name {
	margin-bottom: 2px;
	padding-bottom: 0;
}

.notop {
	margin-top: 0;
	padding-top: 0;
}

#foot {
	background: repeat-x url(/iphone/img/botborder.jpg) bottom;
	height: 28px;
	clear: both;
}

#foot .lf {
	height: 28px;
	float: left;
	display: inline;
	z-index: 10;
}

#foot .rt {
	height: 28px;
	display: inline;
	float: right;
	z-index: 10;
}

.botlinks {
    text-align: center;
    color: #cad0d4;
}

.small {
	font-size: small;
}

.tm {
	font-size: small;
	color: #868b8e;
}