


.one { width: 50px }
.column0 { margin-left: 0px; }
.two { width: 120px }
.column1 { margin-left: 70px; }
.three { width: 190px }
.column2 { margin-left: 140px; }
.four { width: 260px }
.column3 { margin-left: 210px; }
.five { width: 330px }
.column4 { margin-left: 280px; }
.six { width: 400px }
.column5 { margin-left: 350px; }
.seven { width: 470px }
.column6 { margin-left: 420px; }
.eight { width: 540px }
.column7 { margin-left: 490px; }
.nine { width: 610px }
.column8 { margin-left: 560px; }
.ten { width: 680px }
.column9 { margin-left: 630px; }
.eleven { width: 750px }
.column10 { margin-left: 700px; }
.twelve { width: 820px }
.column11 { margin-left: 770px; }

.left {float: left; }
.right {float: right; }
.right.inset {margin: 0 10px 0 20px;}
.left.inset {margin-left: 170px}

#content
{
	width: 840px;
}

h1, h2, h3, h4, h5, h6, p
{
}

.pic p, .caption {
	}
	
.pic img {
	}

.threeColumns {
	padding-top: 1.5em;
	padding-bottom: 0;
	}

	
.threeColumns1 {
	float: left;
	width: 260px;
	padding: 0 10px;
}

.threeColumns2 {
	float: left;
	width: 258px;
	padding: 0 10px 0 10px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.threeColumns3 {
	width: 260px;
	margin-left:  560px;
	padding: 0 0 0 10px;
}

.textblock
{
/*	width: 260px; */
	padding: 1.5em 10px;
}

.iconlist
{
}

.iconlist dt
{
	height:7.5em;
	padding-left:80px;
	font-weight:bold;
	color:black;
}

.iconlist dt a
{
	font-style:normal;
	font-weight:bold;
	color: #000000;
}


.iconlist dd
{
	padding-left:80px;
	margin-top: -4.5em;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	border-bottom: 1px dotted black;
}

.iconlist dd:last-child
{
	border-bottom:medium none;
	margin-bottom: 0;
}

.iconlist .last-child
{
	border-bottom:medium none;
	margin-bottom: 0;
}



a {
	font-style:italic;
	text-decoration: none;
	color: #4c90ce;
}

a:hover
{
	font-style:italic;
	text-decoration: underline;
	color: #4c90ce;
}

.threeColumns
{
}

.lightblue
{
	background: #deeef7 url(../images/gradient-lightblue.gif) top left repeat-x;
}

#header
{
	margin: 0px auto 0px auto;
	position:relative;
	background: #ffffff url(../images/header.png);
	width:890px;
	height:135px;
}

#contentWrapper
{
	margin: 0 auto 0 auto;
	position:relative;
	width:890px;
	background-color:#00dd00;
	background: url(../images/main_content_background.png);
}

#content
{
	margin: 0 25px;
	width:840px;
	}


em
{
	font-weight: bold;
}

.floatFix
{
	clear:both;
	height: 0px;
	padding: 0;
	margin: 0;
}

.hLine {
	border-bottom: 1px solid black;
}

.imageHeader4
{
	letter-spacing: -999em;
	text-indent: -999em;
	width: 260px;
	height: 36px;
	background-position: 0px 0px;
	margin-top: 0;
	margin-bottom: 0;
}

.footerWrapper-blue
{
	margin: 0 auto 0 auto;
	position:relative;
	background: transparent url(../images/footer-blue.png);
	width:890px;
	height:200px;
}

.footerWrapper-white
{
	margin: 0 auto 0 auto;
	position:relative;
	background: transparent url(../images/footer-white.png);
	width:890px;
	height:200px;
}


.footer
{
    padding-top: 40px;
    margin: 0 25px;
	width:840px;
}

.footer h1
{
	letter-spacing: -999em;
	text-indent: -999em;
	margin:0;
	padding:0;
}

.footer .threeColumns2 {
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.footer a {
	font-style:italic;
	text-decoration: none;
	color: #ffffff;
}

.footer a:hover
{
	font-style:italic;
	text-decoration: underline;
	color: #ff723a;
}

.threeColumns p {
	margin-bottom: 0;
}

#iphoneShowcase
{
	width:840px;
	height: 450px;
	background: url(../images/iphone-showcase.jpg);
}

#show
{
    position:absolute;
    height:320px;
    width:480px;
    padding: 36px 0 0 0;
}


dl.featurelist
{
	float: left;
	width: 520px;
	margin: 1em 0;
	padding: 0;
	border-bottom: 1px solid #999;
}

.featurelist dt
{
	clear: left;
	float: left;
	width: 200px;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #999;
	font-weight: bold;
}

.featurelist dd
{
	float: left;
	width: 300px;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #999;
}

 code {
    display:block;
    font: 1em 'Courier New', Courier, Fixed, monospace;
    font-size : 100%;
    color: #000;
    background : #ecf6ff;
    overflow : auto;
    text-align:left;
    border : 1px solid #5581C0;
    padding : 10px 20px 10px 30px;
    margin:1em 0 1em 0;
    line-height:17px;
    font-weight:normal!important;
 }
 
