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,sub,sup,tt,var,dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{margin: 0px; padding: 0px; border: 0; font-style: normal; font-size: 100%; line-height: 1.25em; font-family: inherit; text-align: left;}
body {background-color: #fff; color: #000;}
em {font-style: italic; }
table { border-collapse: collapse; border-spacing: 0; }
ol,ul {	list-style: none;}
q:before,q:after,blockquote:before,blockquote:after {content: "";}
hr {display:none}

.hidden {
	display: none;
}

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

a {
	color: #414141;
}

a:hover {
	color: #616161;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	background: url(../img/bg.png) center top;
	margin: 0;
	padding: 0;
	font-size: 12px;
	width: 100%;
	height: 100%;

}

.container {
/*	background: url(../img/desk.jpg) no-repeat center top;*/
	height: 100%;
}

.page {
	background: url(../img/topbar.png) repeat-x;
}

.topbar {
	height: 50px;
}

	.topbar .inner {
		width: 807px;
		margin: 0 auto;
		overflow: hidden;
	}
	
	.topbar h1 {
		font-weight: bold;
		font-size: 20px;
		color: #414141;
		text-shadow: 0 1px #b4b4b4;
		height: 50px;
		line-height: 50px;
		padding-left: 45px;
		background: url(../img/icon.png) no-repeat 0 7px;
		float: left;
	}
	
	.topbar .download {
		background: url(../img/topbar-separator.png) no-repeat left;
		float: right;
		width: 185px;
		height: 50px;
	}
	
	.topbar .download a {
		font-weight: bold;
		font-size: 18px;
		text-decoration: none;
		padding-right: 40px;
		background: url(../img/icon-download.png) right center no-repeat;
		text-shadow: 0 1px #b4b4b4;
		text-align: right;
		display: block;
		height: 50px;
		line-height: 50px;
	}

.content {
	width: 807px;
	margin: 0 auto;
	position: relative;
}

.display {
	margin: 20px 0 10px 0;
	background: url(../img/paper.png) no-repeat;
	height: 584px;
	position: relative;
}

.ipad-landscape {
	background: url(../img/ipad-landscape.png) no-repeat;
	height: 404px;
	width: 509px;
	position: absolute;
	top: 151px;
	left: 266px;
}

.ipad-portrait {
	background: url(../img/ipad-portrait.png) no-repeat;
	height: 508px;
	width: 405px;
	position: absolute;
	top: 33px;
	left: 35px;
}

.footer {
	color: #414141;
	text-shadow: 0 1px #b4b4b4;
	text-align: right;
	font-size: 15px;	
	margin: 0 10px 50px 10px;
	overflow: hidden;
}

.footer .support {	
	float: left;
}
.footer .copyright {
	float: right;
}



#support {
	background: url(../img/bg-support.png) no-repeat;
	width: 439px;
	height: 435px;
	position: absolute;
	top: 93px;
	left: 150px;
	z-index: 101;
	padding: 15px 41px 20px 41px;
	color: #4d4d4d;
	font-size: 17px;
}

#support h2 {
	height: 45px;
	line-height: 50px;
	font-weight: bold;
	margin-bottom: 4px;
}

#support label {
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
	margin-top: 20px;
}

#support input {
	display: block;
	border: none;
}

#support input[type=text] {
	background: url(../img/input-text.png) no-repeat;
	height: 37px;
	width: 305px;
	padding: 0 10px;
	font-size: 14px;
	color: #4d4d4d;
}

#support textarea {
	height: 158px;
	width: 415px;
	border: none;
	font-size: 14px;
	color: #4d4d4d;
	background: url(../img/textarea.png) no-repeat;
	padding: 10px;
}

#support input[type=submit] {
	height: 35px;
	width: 71px;
	background: url(../img/input-submit.png) no-repeat;
	text-align: center;
	border: none;
	color: #4d4d4d;
	font-weight: bold;
	margin-top: 20px;
	font-size: 14px;
	cursor: pointer;
}

#support .thanks {
	font-size: 14px;
	margin-top: 50px;
	color: #4d4d4d;
	font-weight: bold;
	text-align: center;
}

#overlay {

	background-color: black;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 100;
	opacity: 0.5;

}
