/*
-----------------------------------------------------------------------------
Null Browser Defaults
-----------------------------------------------------------------------------*/
table {
	border-collapse:collapse;
	border-spacing:0;
}
iframe {
	border:0;
}
* {
	margin:0px;
	padding:0px;
}
/*
-----------------------------------------------------------------------------
Global Default Elements
-----------------------------------------------------------------------------*/
body {
	text-align:center;
	margin:0px auto;
	margin-bottom:10px;
	background-color:#040404;
	line-height:1.2;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	background-image:url(../images/backgrounds/body.png);
	background-repeat:repeat-x;
}
a {
	cursor:pointer;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a img {
	border:0;
} 
p {
	margin:0 0 10px 0;
}
small {
	font-size:9px;
	line-height:1.2;
}
strong {
	font-weight:bold;
}
/*
-----------------------------------------------------------------------------
LAYOUT:Global (cascading order)
-----------------------------------------------------------------------------*/
	/*
	-----------------------------------------------------------------------------
	Header
	-----------------------------------------------------------------------------*/
	#logo {
		position:absolute;
		top:-45px;
		right:-29px;
		z-index:1;
	}
	#menu {
		position:absolute;
		left:69px;
		top:10px;
		width:125px;
		height:250px;
		text-align:left;
	}
	#menu ul li {
		list-style:none;
		padding:10px;
	}
	#menu ul li a {
		color:#FFF;
		font-weight:bold;
		text-decoration:none;
	}
	#vipbutton {
		position:absolute;
		bottom:220px;
		left:80px;
		width:103px;
		height:44px;
		background-position:top;
		background-image:url(../images/buttons/vip.png);
		background-repeat:no-repeat;
	}
	#vipbutton:hover {
		background-position:bottom;
	}
/*
-----------------------------------------------------------------------------
Page
-----------------------------------------------------------------------------*/
#page {
	position:relative;
	margin:0px auto;
	margin-top:86px;
	width:811px;
	height:540px;
	background-image:url(../images/backgrounds/page.jpg);
	background-repeat:no-repeat;
	color:#FFF;
}
#coming-soon {
	position:absolute;
	bottom:100px;
	left:250px;
}
#coming-soon a {
	color:#FFF;
}
#contactpage, #gallerypage {
	position:absolute;
	bottom:20px;
	right:150px;
	width:450px;
	height:250px;
}
#gallerypage table td {
	text-align:center;
	width:142px;
}
#gallerypage img {
	margin:7px;
	border:1px solid #999;
	padding:3px;
	background-color:#FFF;
}
#gallerypage img:hover {
	border:1px solid #006;
}
#contactpage table tr td {
	padding:5px;
}
#footer {
	position:relative;
	margin:0px auto;
	width:811px;
	text-align:left;
	font-size:10px;
}
	/*
	-----------------------------------------------------------------------------
	Footer
	-----------------------------------------------------------------------------*/
	#brightsite {
		margin:8px 0px 0px 40px;
		color:#FF00D1;
	}
	#brightsite a {
		text-decoration:none;
		color:#FFF;
	}
	#brightsite a:hover {
		color:#FF00D1;
	}
	
