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

html {
	background-color: #cef;
	height: 100%;
}

body {
	text-align: center;
	font-family: Georgia, Palatino, Times New Roman, serif;
	color: #111;
	font-weight: 400;
}

#flash {
position: relative; /*or absolute*/
z-index: 0;
}

#container {
	text-align: left;
	margin: 0 auto;
	width: 1024px;
	overflow: hidden;
}

h1, h2, h3, h4, h5, p, ol, ul, div, span, em, b, a{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Logo ----------------------------------------- */
#branding {
	float: left;
	margin-top: 8px;
	clear: both;
}

#branding h1 {
	clear: none;
	width: 180px;
}

#branding h1 a {
display: block;
text-indent: -9999px;
width: 202px;
height: 82px;
overflow: hidden; 
background: url(../images/ka-logo-sm.png); 
background-repeat: no-repeat;
position: relative;
	left: 136px;
z-index: 10;
}

/* CONTENT ----------------------------------------- */

#content {
	width: 1024px;
	margin-top: -30px;
	float: left;
	margin-bottom: 0;
}

#content .long { 
	width: 1024px;
	position: relative;
	margin-bottom: 0;
	float: left;
	height: 600px;
}


#screen {
padding: 0;
margin: 0;
	width: 700px;
	height: 435px;
	position: relative;
	top: -2px;
	left: -6px;
	z-index: 0;
	float: left;
	background: url(../images/content-box-new.png) no-repeat;
}

#div1 {
  width: 400px; 
  height: 395px;
  overflow: hidden;
  padding: 20px 10px 18px 15px;
  padding-top: 0;
  position: relative;
  top: 8px;
  float: left;
}
 
/* -- Typography -- */

p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#content h1 {
	font-family: Georgia, Times, serif;
	font-size: 22px;
	margin: 4px 0 8px 10px;
	color: #e33;
}

#subnav {
	float: right;
	width: 380px;
	height: 80px;
	position: relative;
	top: 24px;
	left: -190px;
	z-index: 10;
}

#storeLink.toplink {
	background: url(../images/store-bg.png) no-repeat 0 0;
	width: 122px;
	height: 38px;
	float: left;
	margin: 0 25px 0 0;
}

#storeLink.toplink a {
	left:9px;
	position:absolute;
	top:10px;
}

.toplink {
	position: relative;
	top: 14px;
	left: 0;
	width: 122px;
	height: 44px;
	font-family: Georgia, Times, serif;
	z-index: 10000;
	background: url(../images/old-news-bg.png) no-repeat;
	float: right;
}
	
.toplink a {
	position: relative;
	top: 15px;
	left: -4px;
	width: 102px;
	height: 24px;
	display: block;
	font-size: 14px;

}

.toplink p,
.toplink2 p {
		text-align: center;
		line-height: 18px;
}

.toplink a:link,
.toplink a:visited,
.toplink2 a:link,
.toplink2 a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #111;
	-moz-outline: none;
	outline:none
}

.toplink a:hover, 
.toplink a:active,
.toplink2 a:hover, 
.toplink2 a:active {
	text-decoration: none;
	color: #fff;
	/*color: #6e1b4b;
	border-bottom: 2px solid #6e1b4b;*/
	-moz-outline: none;
	outline:none 
}

.toplink2 {
	position: relative;
	width: 84px;
	height: 77px;
	font-family: Georgia, Times, serif;
	z-index: 10000;
	background: url(../images/photo-bg.png) no-repeat;
	float: left;
} 

.toplink2 a {
	position: relative;
	top: 0;
	left: -4px;
	font-size: 14px;
	width: 64px;
	height: 44px;
	display: block;
	padding-top: 20px;
	padding-left: 4px;
	padding-right: 4px;
}

h3 {
	font-size: 11px;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 6px 0 4px 0;
	z-index: 10;
}

ul {
	font-size: 13px;
	line-height: 18px;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 6px;
	z-index: 10;
}
	
ul li {
	padding-left: 10px;
	margin-bottom: 6px;
	list-style: none;
	z-index: 10;
}

/* -- Links -- */

a:link, a:visited {
	text-decoration: underline;
	color: #e33;
	-moz-outline: none;
	outline:none 
}

a:hover, a:active {
	color: #c60;
	-moz-outline: none;
	outline:none 
}

/* Footer ----------------------------------------- */

#footer {
	float: right;
	width: 350px;
	color: #111;
	position: relative;
	margin-top: -40px;
	left: 220px;
	text-align: right;
}

#footer #mailingList {
	margin: 0 0 10px 0;
}

#footer #mailingList .error {
	color:#8A4E1B;
	font-size:70%;
	margin:0 5px 0 0;
}

#footer p {
	font-size: 11px;
	line-height: 14px;
	font-family: Georgia, Times, sans-serif;
}

#footer p a:link,
#footer p a:visited {
	color: #111;
	text-decoration: underline;
}

#footer p a:hover,
#footer p a:active {
	text-decoration: underline;
	color: #e33;
}

a img {
color: transparent;
text-decoration: none;
font-size: 6px;
}

#content h1.iphone-text {
	color: #999;
	margin: 0;
	width: 685px;
	z-index:-1;
	padding: 10px 0 15px 0;	
	position: absolute; 
	top: 200px; 
	left: 0; 
	text-align: center; 
	font-size: 1.7em;
}

#content h1.iphone-text a {
	color: #999;
}