﻿/* 
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' Title			: Master Stylesheet | Body Genie Splash Page
' Description	: This page contains styles for the Body Genie splash page
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' History
' 08/09/2007	: David Ellenwood - Created Page
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

html 		{}
body 		{background:#000; color:#fff; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:.85em; line-height:1.333; margin:0; padding:0;}

a			{color:#b28d18; text-decoration:none;}
a:visited	{}
a:hover		{color:#e4bc3d; text-decoration:none; cursor:pointer;}
a:active	{text-decoration:none;}

h1,h2,h3,h4,h5,h6,p,form {margin:0; padding:0;}

h1 {font-size:1.25em;}
h2 {font-size:1.25em;}
h3 {font-size:1.1em;}
h4 {font-size:.8em; font-weight:normal; color:#aaa;}
h5 {font-size:.75em;}
h6 {font-size:.75em;}
p  {font-size:.9em;}

img	{border:none;}

.clear {display:block; clear:both; height:1px; font-size:1px; line-height:1px;}

#outerWrap {
	width:700px;
	height:550px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background:#000 url('/splash/bodyGenieLogo-bk.jpg') no-repeat;
}

#outerWrap div.floater		{float:left; position:relative;}
#outerWrap div.floater img	{z-index:2; position:relative;}

#outerWrap div#ProteinSerum		{text-align:right; margin-left:143px; _margin-left:72px; margin-top:160px;}
#outerWrap div#ProteinSerum	h4	{position:absolute; top:194px; right:10px; z-index:1;}
#outerWrap div#ProteinSerum	h1	{position:absolute; top:206px; right:10px; z-index:3;}

#outerWrap div#spike			{margin-top:110px;}

#outerWrap div#bodyGenie		{margin-top:170px;}
#outerWrap div#bodyGenie	h4	{position:absolute; top:184px; left:10px; z-index:1;}
#outerWrap div#bodyGenie	h1	{position:absolute; top:197px; left:10px; z-index:3;}

h6#footer {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-top:.5em;
	color:#666;
	background:transparent;
	font-weight:normal;
	text-align:center;
}

h6#footer a {
	color:#666;
	background:transparent;
	text-decoration:none;
	font-weight:bold;
}

h6#footer a:hover {
	color:#999;
	background:transparent;
}
