﻿body
{
	background: url(../images/bgBlock.gif) 0 0 repeat;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: Verdana;
	color: #401400;
}

#containerDiv
{
	text-align: left;
	background-color: #FFFFFF;
	width: 780px;
	height: 543px;
	margin: 40px auto;
	position: relative;
}

#topBarDiv
{
	width: inherit;
	height: 116px;
	margin: 0;
	padding: 0;
	background: url(../images/topBar.gif) 0 0 no-repeat;
	position: relative;
	/*border: solid 1px black;*/
}

#logoDiv
{
	width: 194px;
	height: 76px;
	position: absolute;
	background: url(../images/ppgLogo.gif) 0 0 no-repeat;
	top: 7px;
	left: 20px;
}

#logoDiv img
{
	border: none;
	margin: 0;
	padding: 0;
}

#logoDiv a
{
	border: none;
}

#navBarDiv
{
	width: 700px;
	height: 10px;
	position: absolute;
	top: 98px;
	left: 40px;
	margin: 0;
	padding: 0;
	/*border: solid 2px black;*/
}

#navBarDiv img
{
	border: none;
	margin: 0;
	padding: 0;
}

#navBarDiv a
{
	border: none;
	margin: 0;
	padding: 0;
}

#shopDiv, #stationeryDiv, #invitationsDiv, #babyDiv, #aboutDiv, #contactDiv, #blogDiv
{
	height: 10px;
	position: absolute;	/*relative to the navBarDiv itself*/
	margin: 0;
	padding: 0;
	/*border: solid 1px red;*/
	line-height: 10px;	/*for IE 6*/
	text-align: center;
}

#shopDiv
{
	width: 100px;
	left: 0px;
}

#stationeryDiv
{
	width: 100px;
	left: 100px;
}

#invitationsDiv
{
	width: 100px;
	left: 220px;
}

#babyDiv
{
	width: 100px;
	left: 320px;
}

#aboutDiv
{
	width: 100px;
	left: 400px;
}

#contactDiv
{
	width: 100px;
	left: 500px;
}

#blogDiv
{
	width: 100px;
	left: 600px;
}

#footerDiv
{
	position: absolute;
	bottom: -1px;	/*for IE 6*/
	left: 0;
	width: 780px;
	height: 28px;
	margin: 0;
	padding: 0;
	background: url(../images/footerWtext.gif) 0 0 no-repeat;
	line-height: 10px;
}

a
{
	color: #401400;
	text-decoration: none;
	font-weight: bold;
}

a:link
{
	color: #401400;
}

a:visited
{
	color: #401400;
}

a:hover
{
	color: #A3C26C;
}

#companyListDiv
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 450px;
	left: 35px;
	width: 700px;
	height: 60px;
	font-size: 70%;
	font-family: Verdana;	
}

#companyListDiv div
{
	float: left;
	margin: 0;
	padding: 0;
	width: 135px;
	height: 60px;
	color: #A3C26C;	/*for the companies that aren't linked (the page we're on)*/

	/*border: solid 1px black;*/
}

#companyListDiv a
{
	font-weight: normal;
}

#homePage
{
	/*border: solid 1px red;*/
	height: 400px;
}