@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:white;
	margin: 0px;
}
#container {
	margin: 0 auto;
	width: 1019px;
}
#header {
	background-image: url(images/header.jpg);
	width: 1019px;
	height: 198px;
}
#middle {
	background-image: url(images/middle.jpg);
	background-repeat:no-repeat;
	width: 1019px;
	min-height: 800px;
	position: relative;
}

#footer {
	text-align: right;
	margin-top: 50px;
}

#menu {
	width: 574px;
	height: 54px;
	top: 94px;
	left: 153px;
	position: relative;
}

#menu a {
	border: 0px;
}

.lavaLamp {
    position: relative;
    height: 54px; width: 574px;
    overflow: hidden;
	margin: 0;
	padding: 0;
}
/* Force the list to flow horizontally */
.lavaLamp li {
	float: left;
	list-style: none;
	position: relative;
	z-index: 8;
}
/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
	background: url("images/menubar_highlight.png") no-repeat center bottom;
	width: 128px; height: 54px;
	position: absolute;
	z-index: 7;
}

/* Styles for each menu-item. */
.lavaLamp li a {
	display: block;
	padding-top: 54px;
	overflow: hidden;
	height: 0px;
}
#lavaLamp_1 {
	background-image:url(images/menubar_text_iphone.png);
	width: 220px;
	height: 54px;
}

#lavaLamp_2 {
	background-image:url(images/menubar_text_android.png);
	width: 222px;
	height: 54px;
	
}

#lavaLamp_3 {
	background-image:url(images/menubar_text_support.png);
	width: 132px;
	height: 54px;
}

#main_text {
	position: absolute;
	width: 512px;
	left: 375px;
	padding: 40px;
}

#iphone {
	position: absolute;
	left: 20px;
	width: 260px;
}

#iphone_screen {
	position: absolute;
	top: 95px;
	left: 24px;
}

#iphone_screen img {
	display: none;
}

#android {
	position: absolute;
	left: 20px;
	width: 260px;
}

#android_screen {
	position: absolute;
	top: 74px;
	left: 29px;
}

#android_screen img {
	display: none;
}

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #515d8f;
	font-size: 14px;
}

h1 {
	color: #709e4e;
	font-size: 1.6em;
}

h2 {
	font-size: 1.2em;
}

a {
	color: #ab3f11;
}.emphasize {
	font-weight: bold;
	color: #B23F11;
}

.question {
	margin-top: 1.2em;
	margin-bottom: 0.3em;
	font-size: 1.1em;
}

.answer {
	margin-bottom: 1.2em;
	color: #52743A;
	margin-left: 2em;
}
.hot {
	color: #AE4B23;
	font-style: italic;
}

