/* eCommerceLayout.css - collection of styles that controls the design and layout of the eCommerce section of this website */
html, body
{
	margin: 0;
	padding: 0;
}

body
{
	font: 76% arial,sans-serif;
	text-align: center;
}

p
{
	margin: 0 10px 10px;
}

div#header
{
	position: relative;
	color: #79B30B;
	background-color: #CCC;
	border: solid 1px black;
}

div#header div#companylogo
{
	width: 200px;
	height: 120px;
	float: left;
}

div#header div#companytagline
{
	width: 500px;
	height: 100px;
	float: left;
	padding-top:20px;
}

div#header div#contact
{
	width: 190px;
	height: 100px;
	padding-top: 20px;
}

div#container
{
	text-align: left;
}

div#content p
{
	line-height: 1.4;
}

div#navigation
{
	background: #EEE;
}

div#extra
{
	background: #F00;
}

div#footer
{
	background: #333;
	color: #FFF;
}

div#footer p
{
	margin: 0;
	padding: 5px 10px;
}

div#footer a
{
	display: inline;
	padding: 0;
	color: #C6D5FD;
}

div#container
{
	width: 920px;
	margin: 0 auto;
}

div#wrapper
{
	float: left;
	width: 100%;
}

div#content
{
	margin: 0 210px;
}

div#contentExpanded
{
	margin: 0 210px;
}

div#navigation
{
	float: left;
	width: 200px;
	margin-left: -920px;
}

div#extra
{
	float: left;
	width: 200px;
	margin-left: -200px;
}

div#footer
{
	clear: left;
	width: 100%;
}

