/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ************************ */
/* BEGIN: TAPTACULAR STYLES */

body {
	width: 960px;
	margin: 40px auto;
	font: 16px/1.5 Helvetica, Sans-Serif;
	color: black;
	text-align: center;
}

h1 {
	position: relative;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	margin: 0;
	padding-top: 173px;
	background: transparent url(img/logo.png) center top no-repeat;
}

h1 a {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

h2 {
	font: italic 16px/1.2 Georgia, Serif;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: solid 1px #ccc;
}

h2, h2 a {
	color: #002e65;
}

p {
	margin: 16px 0;
}

p.myphone {
	text-align: center;
}

p.copyright {
	font-size: 12px;
	color: #ccc;
}

p.copyright a {
	color: #ccc;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.gallery {
	position: relative;
	width: 700px;
	height: 700px;
	margin: 16px 130px;
	overflow: hidden;
	background: white url(img/myphone.png) left top no-repeat;
}

.gallery dl {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: left;
}

.gallery dt {
	display: block;
	margin: 0 0 0 400px;
	width: 224px;
	padding: 16px 16px 16px 60px;
}

.gallery dt.selected {
	background: white url(img/arrow.png) left center no-repeat;
}

.gallery dt:first-child {
	margin-top: 30px;
}

.gallery dd {
	position: absolute;
	top: 93px;
	left: 29px;
	opacity: 0.0;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 450ms;
}

.gallery dd.selected {
	opacity: 1.0;
}

.gallery dt a {
	display: block;
	color: blue;
	cursor: pointer;
}

.gallery dt.selected a {
	color: #333;
	cursor: default;
}

.gallery dt.selected a:hover {
	text-decoration: none;
}




