@charset "UTF-8";

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
	
:focus {
	outline: 0;
}
	
ol, ul {
	list-style: none;
}

label,
button {
    cursor: pointer;
}

address {
    font-style: normal;
}

	
html {
    width: 100%;
	height: 100%;
}

body {
    width: 100%;
    height: 100%;
    font: 62.5%/1em "Lucida Grande", Arial, Verdana, sans-serif;
    background: url(../images/layout/apps/background.jpg) no-repeat fixed #000;

}

#main-container {
	width: 1060px;
	padding-top: 1px;

	margin-top: -1px;
}

#strip {
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
    background: url(../images/layout/apps/top-bar.png) repeat-x;
	
}

#clock {
	width: 65px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 340px;
    background: url(../images/layout/apps/top-bar.png) repeat-x;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
	
}

#strip ul {
	width: 970px;
	height: 100%;
	background: url(../images/layout/apps/top-links.png) no-repeat 0 -1px;
	margin-left: 70px;
	overflow: hidden;
}

#strip ul li {
	width: 171px;
	height: 100%;
	float: right;
}

#strip ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

#header {
	width: 993px;
	height: 662px;
	background: url(../images/layout/apps/idevice-examples.png) no-repeat;
	margin: 30px auto 0;
	
}

#header h1 {
	display: inline;
	float: right;
	margin: -5px 30px 0 0;
}

#header h2 {
    text-indent: -9999px;
}

#content {
	width: 993px;
	position: relative;
	top: -40px;
	margin: 20px auto 0;
	font-size: 1.3em;
	color: #fff;
	line-height: 1.4em;
}

#content a {
    text-decoration: none;
}

#content p {
	margin-bottom: 1em;
}

#content strong {
	color: #f90;
}

#icons {
	width: 253px;
	height: 85px;
	float: left;
	margin: 0 1em 1em 0;
	background: url(../images/layout/apps/icons.png) no-repeat;
}

#icons li {
	display: none;
}


