/*
	   _____ ______
	  / ___// ____/
	  \__ \/ /_
	 ___/ / __/ (c) 2011
	/____/_/ sasaforic.com

*/

/* global */
* {
	margin: 0;
	border: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
	font: 15px Arial;
	color: rgb(255,255,255);
	background: rgb(242,203,26) url(http://www.croalla.com/beelogic/images/background.jpg) center top fixed;
}


/* FIX --------------------------------------------------------------------------------- */
* html .extend {
	height: 1%;
}

html[xmlns] .extend {
	display: block;
}

.extend {
	display: inline-block;
}

.extend:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	font-size: 0;
}


/* CONTENT ----------------------------------------------------------------------------- */
#wrapper {
	width: 780px;
	margin: 0 auto 0 auto;
}

#menu {
	width: 100%;
}

#menu .left {
	float: left;
}

#menu .right {
	float: right;
}

#menu a {
	float: left;
	display: block;
	color: rgb(198,200,201);
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 20px 10px 20px;
	background: rgb(32,32,32);
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#menu a.home, #menu a.margin {
	margin: 0 10px 0 0;
}

#menu a:hover {
	color: rgb(32,32,32);
	background: rgb(198,200,201);
}

#beelogic {
	width: 780px;
	height: 300px;
	margin: 20px 0 0 0;
	background: url(http://www.croalla.com/beelogic/images/beelogic.png);
}

#iphoneshots {
	width: 780px;
	height: 300px;
	margin: 50px 0 0 0;
}

#iphoneshots #iphone {
	float: left;
	width: 550px;
	height: 300px;
	background: url(http://www.croalla.com/beelogic/images/iphone.png);
}

#iphoneshots #screenshots {
	float: left;
	width: 230px;
	height: 300px;
	background: url(http://www.croalla.com/beelogic/images/screenshots.png);
}

#iphoneshots #screenshots img {
	margin: 0 0 1px 0;
	border: 3px solid rgb(131,131,131);
}

#iphoneshots #screenshots a:hover img {
	border: 3px solid rgb(255,255,255);
}

#iphoneshots #screenshots .images {
	margin: 25px 0 0 33px;
}

#iphone-gameplay {
	position: relative;
	width: 780px;
	height: 410px;
	margin: 50px 0 0 0;
	background: url(http://www.croalla.com/beelogic/images/iphone-gameplay.png);
}

#iphone-gameplay #gameplay {
	position: absolute;
	top: 33px;
	left: 149px;
}

#iphone-gameplay #gameplay .top-image {
	margin: 120px 0 0 130px;
}

#copyright {
	width: 740px;
	height: 35px;
	font-size: 11px;
	line-height: 35px;
	color: rgb(198,200,201);
	padding: 0 20px 0 20px;
	background: rgb(32,32,32);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#copyright .left {
	float: left;
}

#copyright .right {
	float: right;
}

#copyright a {
	font-size: 11px;
	text-decoration: none;
	color: rgb(198,200,201);
}

#copyright a:hover {
	text-decoration: underline;
}
