/* Default styles */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #808080;
}

img {
	border: 0px;
}

.pngfix {
	behavior: url('htc/iepngfix.htc');
}

/* ID styles */
#main {
	width: 1000px;
	height: 775px;
	margin: auto;
	background: url('../img/main_background.png') no-repeat;
	behavior: url('htc/iepngfix.htc');
}

#logo {
	width: 153px;
	height: 80px;
	position: relative;
	top: 120px;
	left: 191px;
}

#navigation {
	width: 590px;
	height: 42px;
	position: relative;
	top: 147px;
	left: 201px;
}

#navigation ul {
	list-style: none;
}

#navigation li {
	display: inline;
}

#content {
	width: 600px;
	height: 440px;
	padding: 2px;
	position: relative;
	top: 161px;
	left: 185px;
}

#twitter {
	width: 57px;
	height: 58px;
	position: relative;
	left: 850px;
	top: 20px;
}

#store {
	width: 116px;
	height: 47px;
	position: relative;
	left: 850px;
	bottom: 0px;
}

#top_scroller {
	padding: 2px;
	height: 40px;
	text-align: center;
	visibility: hidden;
}

#vertical_scroller {
	height: 360px;
	overflow: hidden;
}

#bottom_scroller {
	height: 40px;
	text-align: center;
	padding-top: 7px;
}

#left_scroller {
	width: 151px;
	height: 443px;
	text-align: center;
}

#horizontal_scroller {
	width: 297px;
	height: 443px;
	overflow: hidden;
}

#right_scroller {
	width: 151px;
	height: 443px;
	text-align: center;
}

#scroll_up, #scroll_down, #scroll_left, #scroll_right {
	cursor: pointer;
	vertical-align: middle;
	margin: auto;
}

#video_button {
	float: right;
	position: relative;
	bottom: 400px;
}

#video {
	margin: auto;
	margin-top: 25px;
	width: 480px;
	height: 385px;
}

/* Classes */
p.overview {
	font-family: arial;
	font-weight: bold;
	text-align: justify;
	line-height: 150%;
	color: #efefef;
	margin: 15px;
}

span.overview_highlight {
	color: #c6d100;
}

table.screenshots {
	width: 600px;
	height: 443px;
}

img.screenshot {
	float: left;
	border: 2px solid #FFD700;
	width: 293px;
	height: 439px;
}

p.videos{
	margin-top: 200px;
	vertical-align: middle;
	text-align: center;
	color: #FFA500;
	font-family: arial;
	font-weight: bold;
	font-size: 16pt;
}

p.copy {
	clear: right;
	text-align: center;
	padding: 0px;
	font-weight: bold;
	font-family: arial;
	font-size: smaller;
}

.video {
	width: 480px;
	height: 385px;
}

.italic {
	font-style: italic;
}

/* Align */
.center {
	margin: auto;
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

