@charset "UTF-8";
/* CSS Document for Valet Hustle website. http://www.valethustle.com/ */

body
{
	background-color:#000000;
}

.NoBorder
{
	-moz-user-select: none;
	-khtml-user-select: none;
	-moz-outline-style:none;
	-khtml-outline-style:none;
	outline-style:none;
	outline-width:0px;
	outline-color:-moz-use-text-color;
}

img
{
	border-style: none;
}

a:link {color: #ffffff; text-decoration: underline; }
a:active {color: #cccccc; text-decoration: underline; }
a:visited {color: #aaaaaa; text-decoration: underline; }
a:hover {color: #cccccc; text-decoration: none; }

.BackgroundPane
{
	width:960px;
	height:1200px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('images/Background.jpg');
}

.MainContentPane
{
	width:714px;
	margin-left:auto;
	margin-right:auto;
	padding-top:144px;
}

.SubContentPane
{
	margin-top:9px;
	height:837px;
	background-image:url('images/DarkTransBkgd.png');
}

.ScrollOverflow
{
	overflow-y:auto;
	overflow-x:hidden;
}

.PaddedArea
{
	padding-left:18px;
	padding-right:18px;
}

.BigPaddedArea
{
	padding-left:116px;
	padding-right:116px;
}

.QuoteArea
{
	padding-bottom:38px;
	padding-right:60px;
}

.LogoFloater
{
	/* Desired X,Y,Width,Height of the Valet Hustle Logo. */
	margin-left:124px;
	margin-top:29px;
	width:717px;
	height:104px;
	
	position:absolute;
}

.FactoryFloater
{
	/* Desired X,Y,Width,Height of the Factory Games Logo. */
	margin-left:740px;
	margin-top:1058px;
	width:77px;
	height:76px;
	
	position:absolute;
}

/* Give something this class when you want the click cursor to appear. */
.Clickable
{
	cursor:pointer;
}

/*
 * This is an overlay that appears over top of everything on the screen.
 * It's for when the preview box pops up so it de-emphasizes everything else.
 */
#fadeoverlay
{
	/* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
  	opacity:0.6;
	z-index:50;
	
	background-color:#000000;
	background-repeat:repeat;
	visibility:hidden;
	
	top:0px;
	left:0px;
	position:absolute;
	width:100%;
	height:1220px;
}

#centerpoint
{
    top: 50%;
    left: 50%;
    position: absolute;
	visibility:hidden;
}

#dialog
{
    position: relative;

    width: 300px;
    margin-left: -150px;

    height: 300px;
    margin-top: -150px;
	
	border: 1px solid black;
	background-color:#333333;
	visibility:hidden;
	
	z-index: 100;
	
}

#topbar
{
	position:absolute;
	border: 1px solid black;
	background-color:#333333;
	width: 480px;
	visibility: hidden;
	z-index: 100;
}

.style2
{
	color: #FFFFFF
}

.style3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}