/*
 * Version: $Revision: 1.7 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2009 BeSite
 */


DIV#contentWrapper
{
	padding: 0;
	width: 100%;
}

DIV#HomeIntro
{
	width: 970px;
	height: 488px;
	/*background-image: url("../../img/home.jpg");*/
	background-color: black;
}

DIV#HomeButtons
{
	background-image: url("../../img/home_bottom.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 200px;
	_height: 200px;
	width: 100%;
	padding-top: 20px;
	
}

DIV#HomeButtons UL
{
	margin:0 0 0 20px;
	padding: 0;
	list-style: none;
}

DIV#HomeButtons UL LI
{
	width: 155px;
	height: 155px;
	float: left;
	background: url("../../img/home/schaduw.png") no-repeat;
	_background: none;
    margin: 0 15px;
}

DIV#HomeButtons UL LI a
{
	width: 130px;
	height: 130px;
	display: block;
	background: url("../../img/home/buttons.jpg") no-repeat;
	margin:11px 0 0 13px;
	_border: 1px solid #ccc;
	
}

DIV#HomeButtons UL LI a.Vibrator
{
	background-position: 0 0;
}

DIV#HomeButtons UL LI a.Vibrator:hover
{
	background-position: 0 -130px;
}

DIV#HomeButtons UL LI a.Stimulator
{
	background-position: -130px 0;
}

DIV#HomeButtons UL LI a.Stimulator:hover
{
	background-position: -130px -130px;
}

DIV#HomeButtons UL LI a.Touch
{
	background-position: -260px 0;
}

DIV#HomeButtons UL LI a.Touch:hover
{
	background-position: -260px -130px;
}

DIV#HomeButtons UL LI a.Glide
{
	background-position: -390px 0;
}

DIV#HomeButtons UL LI a.Glide:hover
{
	background-position: -390px -130px;
}

DIV#HomeButtons UL LI a.Fun
{
	background-position: -520px 0;
}

DIV#HomeButtons UL LI a.Fun:hover
{
	background-position: -520px -130px;
}

DIV#HomeButtons UL LI a.Outfit
{
	background-position: -650px 0;
}

DIV#HomeButtons UL LI a.Outfit:hover
{
	background-position: -650px -130px;
}

DIV#Content
{
	clear: left;
	padding: 20px;
	padding-top: 0;
}

H1#PageTitle
{
	margin-top: 0;
}