* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	background: #000 url(../images/background_01.jpg) top no-repeat;
}
a:link, a:visited {
	color:#ffffff;
	text-decoration:none;
}
a:hover {
	color:#FFDD00; /*PVL Essentials yellow*/
	text-decoration:underline;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 200px;
}

#logo {
	margin:21px auto;
	background:url(../images/logo_pvl_essentials.png);
	width:316px;
	height:173px;}

#headtext {
	margin:42px auto;
	background:url(../images/text_itsawholenewgame.png);
	width:650px;
	height:38px;}

/* Middle
-----------------------------------------------------------------------------*/
#content {
	margin:65px auto;
	width:800px;

}

.container_products_index {
	width:800px;
	height:auto;
	display:block;
}

.box_products {
	width:200px;
	height:auto;
	min-height:200px;
	background-image:url(../images/box_products.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	float:left;
}

.box_products_divider {
	width:100px;
	height:200px;
	display:block;
	float:left;
}

.clear {
	clear:both;
}

.text {
	background:center;
	margin:0 auto;}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin:0 auto;
	height: 225px;
}

#bottom {
	background: url(../images/footer.png);
	width:800px;
	height:224px;}