body {
	background: #fefeff;
	color: #121212;
	margin-bottom: 20px;
	text-align: left;
}

a {
	color: #000065;
}
a:hover {
	color: #323283;
}

div#menu {
	background-color: #121212;
	color: #aaa;
	font-weight: bold;
	height: 32px;
	overflow: hidden;
}

div#menu ul {
	list-style-type: none;
}

div#menu li {
	display:inline;
	margin: 0 12px;
	line-height: 32px;
}

div#menu a {
	color: #ddd;
	text-decoration: none;
}	

div#menu a:hover {
	color: #fff;
	text-decoration: underline;
}

div#menu span {
	font-weight: normal;
}

div#content {
	position:relative;
	background: #fefeff url(../images/smack.png) repeat-x;
}

body.b div#content {
	background: #fefeff url(../images/smackb.png) repeat-x;
}

div#main-logo {
	text-align: center;
}

div.logo-line {
	margin-top: 46px;
	height: 103px;
	line-height: 103px;	
}

div.lalign { text-align: left; }
div.ralign { text-align: right; }

div#description {
	padding-top: 32px;
}

div#description div#copy {
	text-align: center;
}

div#copy img {
	margin-bottom: 38px;
}

div#top-quote {
	position:relative;
	height: 154px;
}

div#top-quote div#quotes div {	
	height: 154px;
	width: 290px;
	font-size: 120%;
}

div#top-quote p {
	position: absolute;
	display: block;
	bottom: 5px;
	text-align: center;
	width: 290px;
	margin-right: 0px;	
}

div#phone {
	background: url(../images/phone5s.jpg) center top no-repeat;
	height: 700px;
	width: 290px;
	margin-right: 0px;
}

div#phone div#video p {
	margin: 10px;
	color: #fff;
}

div#features {
	padding: 16px;
	margin-bottom: 20px;
	border: 1px solid transparent;			
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	background-color: #cfd1e2;
}

div#features ul {
	list-style-type: disc;
}

div.leftie { margin-left: 0px; }
div.rightie { margin-right: 0px; }

div#media div {
	font-size: 11px;
	text-align: center;
}
div#media a { color: #000; text-decoration:none; }
div#media a:hover p { text-decoration: underline; }

div#screenshots { position: relative; overflow: hidden; margin: 90px 24px 104px; }
ul#nav { list-style: none; margin: 0; text-align:center;}
ul#nav li { display: inline; margin: 0 4px; }
ul#nav img { border: 2px solid #333;}
ul#nav a.activeSlide { border: none;}
ul#nav a.activeSlide img { border: 2px solid #59cdf5;}

.tweet {
  font-family: Georgia, serif;
  font-size: 100%;
  color: #085258; }
  .tweet .tweet_list {
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #8ADEE2; }
	.tweet ul { list-style-type: none; }
    .tweet .tweet_list li { overflow: auto; padding: 12px; margin: 0px;}
    .tweet .tweet_list li a {  color: #0C717A; }
    .tweet .tweet_list .tweet_even { background-color: #91E5E7; }
    .tweet .tweet_list .tweet_avatar { float: left; margin-right: 10px; }
    .tweet .tweet_list .tweet_avatar img { vertical-align: middle; }