/* @group framework */
/* - Modified E.Meyer Style Reset - */
		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, 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;
	vertical-align:baseline;
}
input {
	margin:0;
	padding:0;
}
:focus {
	outline:0;
}
body {
	line-height:1;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* - Clear Fix Based On http://www.positioniseverything.net/easyclearing.html - */
		.cf:after, .wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.cf, .wrapper {
	display: inline-block;
}
html[xmlns] .cf, html[xmlns] .wrapper {
	display: block;
}
/* @end */


/* document styles */

body {
	background: #fff;
}
#container {
	width: 955px; height: 406px;
	padding-top: 222px;
	margin: -55px auto 0 auto;
	background: url(../images/bkgd-landing.gif) no-repeat;
}
#ipadContainer {
	/*width: 1024px;
	min-height: 568px;*/
	margin: 0 auto;
	text-align: center;
	/*position:relative;*/
	padding-top:200px;
}
.ipadBG{
	background-image: url(../images/ipad-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#footer {
	position: absolute;
	bottom: 0px;
	height: 148px;
	background-image: url(../images/ipad-foot.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
	display:block;
	width:100%;
}

#nav {
	width: 898px; height: 294px;
	margin: 0 0 0 55px;
}
#nav a {
	display: block;
	text-indent: -1000em;
	width: 424px; height: 294px;
	float: left;
	margin-right: 25px;
}

#match {
	background-image: url(../images/bkgd-match-combo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#match:hover {
	background-repeat: no-repeat;
	background-position: left bottom;
}
#drop {
	background-image: url(../images/bkgd-drop-combo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#drop:hover {
	background-repeat: no-repeat;
	background-position: left bottom;
}

#slider {
	display:block;
}
