/* 
	All Source Code Copyright 2010, Vrasa
	http://vrasa.com/
	
	If you like what you see, and want to use
	some of this code please email us here: 
	hello [at] vrasa.com and we can discuss 
	pricing and availability.

	Date: Sat August 14 20:19:07 2010 -0600
*/

/* la vanilla*/
* {
	border: 0px solid #fff;
	margin: 0;
	padding: 0;
	list-style: none;
}

html,body,#bg,#bg table,#bg td,#header,#hello {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	cursor: default;
	color: #000;
}

h1,.large,.left {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 40px;
}

h1,.box div img { padding-bottom: 0px; }

a {
	text-decoration: none;
	color: #000;
	outline: 0;
}

a:hover {
	text-decoration: none;
	color: #fff;
	outline: 0;
}

img { display: block; }

#bg div {
	position: absolute;
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;
}

#bg td {
	vertical-align: middle;
	text-align: center;
}

#bg img {
	min-height: 50%;
	min-width: 50%;
	margin: 0 auto;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 70;
	overflow: auto;
}

#hello {
	position: absolute;
	top: 7px;
	left: 7px;
	z-index: 90;
	overflow: auto;
	width: 250px;
	height: 50px;
	display: none;
}

#hello h3 {
	color: #000000;
	font-size: 9px;
}

#hello h3 a {
	color: #000000;
	font-size: 9px;
	text-decoration: none;
}

#hello h3 a:hover {
	color: #ffffff;
	font-size: 9px;
	text-decoration: none;
}

#menu {
	position: absolute;
	bottom: 20px;
	z-index: 80;
	width: 100%;
	line-height: 12px;
	display: none;
}

#menu div {
	height: 80px;
	background: #fff;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	padding: 7px 0 0 7px;
}

ul {
	position: relative;
	left: 80%;
	text-align: right;
	width: 110px;
}

li a {
	height: 12px;
	font-weight: bold;
	color: #000;
	display: block;
	text-decoration: none;
}

li a:hover {
	color: #000;
	text-decoration: line-through;
}

.box {
	position: relative;
	width: 500px;
	left: 3%;
	top: 32%;
	padding-bottom: 0px;
}

.box div {
	line-height: 1.5em;
	background: #fff;
	padding: 20px 30px;
}

.box div a { text-decoration: underline; }

.large {	
	text-align: right;
	right: 120px;
	font-size: 13px;
}

.left {
	text-align: left;
	right: auto;
	font-size: 13px;
}

.large h1 { font-size: 45px; }

dl { margin: 10px 0; }

dt,dd p {
	padding: 15px 0 25px 0;
	display: block;
	border-top-width: 1px;
	width: 440px;
}

dt {
	text-transform: uppercase;
	padding: 0 5px;
	cursor: pointer;
	line-height: 20px;
	height: 20px;
	font-weight: bold;
	width: 430px;
}

dd {
	height: 0px;
	overflow: hidden;
	width: 440px;
}

.inviso { display: none; }

#master { display: none; }

