/*
	Copyright (C) Wuit.com
*/

/*------------------------------------------------------------
	Structure
------------------------------------------------------------*/

* {
	padding: 0;
	margin: 0 auto;
}

html, body {
	height: 100%;
	overflow-x: hidden;
}

body {
	font-family: Verdana, Arial, Tahoma, 'Lucida Grande', Helvetica, sans-serif;
	font-size: 14px;
	background: #b7b7b7;
	
	min-height: 600px;
	_height: auto !important;
	_height: 600px;
}

#wrapper {
	position: relative;
	width: 1000px;
	height: 100%;
	background: url(../img/bg.jpg) top no-repeat;
}

#content {
	position: relative;
	top: 130px;
	width: 500px;
}

/*------------------------------------------------------------
	Elements
------------------------------------------------------------*/

a {
	outline: none;
}

a#why-open,
a#why-close {
	display: block;
	position: absolute;
	top: 0;
	left: 440px;
	text-indent: -9999px;
	width: 120px;
	height: 35px;
	background-image: url(../img/sprite.png);
}

a#why-open {
	background-position: -400px 0;
}

a#why-close {
	top: 550px;
	height: 15px;
	background-position: -400px -55px;
	
	_font-size: 9px;
}

div#why-container {
	display: none;
	position: absolute;
	left: 250px;
	width: 500px;
	height: 550px;
	background: url(../img/sprite.png) 0 bottom;
	z-index: 3;
}
	
	div#why-container h3,
	div#why-container p,
	div#why-container a {
		color: #eee;
	}
	
	div#why-container h3,
	div#why-container p {
		margin: 10px 30px;
		text-align: justify;
		font-size: 13px;
	}
	
	div#why-container h3 {
		margin-top: 25px;
	}

h1, h2 {
	text-indent: -9999px;
	
	*font-size: 10px;
}

h1 {
	width: 390px;
	height: 26px;
	background: url(../img/sprite.png) 0 -20px no-repeat;
	
	margin: 20px auto 50px auto;
}

h2 {
	width: 373px;
	height: 20px;
	background: url(../img/sprite.png) no-repeat;
}

ul {
	list-style: none;
}

	ul li {
		float: left;
		padding: 0 10px;
		height: 105px;
	}
	
	ul li a.icon {
		display: block;
		width: 80px;
		height: 76px;
		text-indent: -9999px;
		background-image: url(../img/sprite.png);
		background-repeat: none;
		
		*float: left;
		_cursor: hand;
	}
	
		ul li#firefox a { background-position: 0 -50px; }
		ul li#ie a { background-position: -80px -50px; }
		ul li#chrome a { background-position: -160px -50px; }
		ul li#safari a { background-position: -240px -50px; }
		ul li#opera a { background-position: -320px -50px; }
	
	ul li div.pointer {
		width: 26px;
		height: 22px;
		background: url(../img/sprite.png) -80px -128px;
		margin: 10px 0 0 25px;
		
		*float: left;
		*clear: both;
		_margin-left: 12px;
	}
	
	ul li p {
		display: none;
		position: absolute;
		top: 220px;
		left: 0;
		width: 460px;
		height: 160px;
		padding: 20px;
/*		background: url(../img/sprite.png) 0 -150px;*/
		text-align: justify;
		color: #eee;
		z-index: 2;
	}
	
		ul li p strong {
			display: block;
		}
		
		ul li p a {
			display: block;
			position: absolute;
			bottom: 10px;
			right: 20px;
			color: #eee;
		}

#container {
	position: absolute;
	top: 220px;
	left: 0;
	width: 500px;
	height: 200px;
	background: url(../img/sprite.png) 0 -150px;
}

#footer {
/*	position: absolute;*/
/*	bottom: 20px;*/
/*	width: 100%;
	text-align: center;*/
}
	
	#footer a#wuit,
	#footer a#envato {
		position: absolute;
		bottom: 20px;
		display: block;
		text-indent: -9999px;
	}
	
	#footer a#wuit {
		left: 450px;
		width: 48px;
		height: 16px;
		background: url(../img/wuit.png);
	}
	
	#footer a#envato {
		left: 530px;
		bottom: 18px;
		width: 22px;
		height: 24px;
		background: url(../img/envato.png);
	}
	
	#footer span {
		position: absolute;
		left: 508px;
		display: block;
		bottom: 20px;
		font-size: 12px;
		font-weight: bold;
		color: #999;
	}
	
	