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

/* Basic Elements */
body {
	background-color: #FFFFFF;
}

a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 110%;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 22px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}

a.button span {
	display: block;
	background-image: url(../images/sim-nav-btn.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	height: 50px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 290%;
	background-position: center center;
	float: none;
} 
/* Main Wrapper */    
#wrapper {
	margin-top: 5%;
	margin-right: auto;
	margin-left: auto;
	width: 720px;
	height: 720px;
}

/* Left Column Elements */

#left {
	width: 350px;
	height: 660px;
	clear: both;
	float: left;
	padding-top: 10px;
	text-align: center;
}


#nav-container {
	width: 200px;
	position: relative;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#left-footer {
	float: none;
	text-align: center;
	vertical-align: baseline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding-top: 10px;
}

/* Right Column Elements */
/* iPhone Elements */
#right-i {
	width: 360px;
	float: right;
	height: 669px;
	background-image: url(../images/iphone.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#iframe-i {
	position: relative;
	left: 34px;
	top: 110px;
	height: 442px;
	width: 294px;
}

/* Blackberry Elements */
#right-b {
	width: 360px;
	float: right;
	height: 669px;
	background-image: url(../images/blackberry.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#iframe-b {
	position: relative;
	left: 45px;
	top: 140px;
	height: 381px;
	width: 269px;
}

/* Nokia Elements */
#right-n {
	background-image: url(../images/nokia.jpg);
	width: 360px;
	float: right;
	height: 669px;
	background-repeat: no-repeat;
	background-position: center center;
}
   
#iframe-n {
	position: relative;
	left: 40px;
	top: 110px;
	height: 442px;
	width: 294px;
}   

/* Smaal Droid Elements */
#right-d {
	width: 360px;
	float: right;
	height: 669px;
	background-image: url(../images/small-droid.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#iframe-d {
	position: relative;
	left: 66px;
	top: 140px;
	height: 296px;
	width: 222px;
}
