/* ----------------------------------------------------------------
Detoxclub CSS File

Type: General
-------------------------------------------------------------------
[Table of Contents]

1. Reset
2. Common Selectors
3. Splash



/*-------------------------------------------------------------------

    Reset

-------------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, 
fieldset, legend, input, textarea, p, blockquote, th, td {margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0;}
fieldset, img {border:0;}
address, caption, cite, code, dfn, em, strong, th, var {font-style:normal; font-weight:normal;}
strong {font-weight:bold;}
em {font-style:italic;}
li {list-style:none;}
caption, th {text-align:left;}
h1, h2, h3, h4, h5, h6 {padding:0; margin:0;}
q:before, q:after {content:'';}
abbr, acronym {border:0; font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select {font-family:inherit; font-size:inherit; font-weight:inherit;}
input, textarea, select {font-size:100%;}
legend {color:#000;}



/*-------------------------------------------------------------------

    Common Selectors

-------------------------------------------------------------------*/
body
{
	background:#fff;
}



/*-------------------------------------------------------------------

    Splash

-------------------------------------------------------------------*/
#container
{
	min-width:960px;
	min-height:100%;
	padding-top:25px;
	text-align:center;
}
.wrapperSplash
{
	width:960px;
	margin:auto;
}
	.wrapperSplash .splashGirl
	{
		float:left;
		width:390px;
	}
	.wrapperSplash .splashText
	{
		float:right;
		width:570px;
	}
	.wrapperSplash .splashPDF
	{
		float:left;
		width:960px;
		height:125px;
		background:url(../images/splashText2.gif) no-repeat;
	}
	
	.wrapperSplash .splashText3
	{
		float:left;
		width:960px;
		height:125px;
		background:url(../images/splashText3.gif) no-repeat;
	}
	
		.wrapperSplash .splashPDF img
		{
			position:relative;
			top:55px;
			left:-83px;
			width:185px;
			height:13px;
			border:none;
		}
	.wrapperSplash .splashEmailLink
	{
	}
		.wrapperSplash a.splashEmailLink
		{
	position:relative;
	top:-17px;
	left:452px;
	display:block;
	width:105px;
	height:25px;
	background:url(../images/splashEmail.gif) no-repeat;
	background-position:0 0;
	border:none;
		}
	
	.wrapperSplash a.splashEmailLink:hover
	{
	background-position:0 -22px;
	}
	
	.wrapperSplash a.splashPDFLink
		{
	position:relative;
	top:47px;
	left:32px;
	display:block;
	width:168px;
	height:25px;
	background:url(../images/splashPDF.gif) no-repeat;
	background-position:0 0;
	border:none;
		}
	
	.wrapperSplash a.splashPDFLink:hover
	{
	background-position:0 -21px;
	}