html, body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font: 11pt;
	font-family: Arial;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	color: #ffffff;	
}

@media only screen and (max-device-width: 480px) {
  .navigation {
    display: none;
  }
}

/* Page */

#page
{
	min-height: 100%; 
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/* Header */

#header
{
	position: relative;
	width: inherit;
	height: 93px;
}

#header #logo
{
	position: absolute;
	width: 336px;
	height: 91px;
	top: 0px;
	left: 0px;
}

#header #phoneNumber
{
	position: absolute;
	width: 265px;
	height: 94px;
	right: 0px;
}

/* Navigation */

#navigation
{
	position: relative;
	width: inherit;
	height: 33px;
}

#navigation #navHome a
{
	float: right;
	cursor: pointer;
	display: block;
	height: 33px;
	width: 74px;
	background: url(/images/navHome.gif) 0 0 no-repeat;
}

#navigation #navHome a:hover
{
	background-position: -74px 0;
}

#navigation #navProducts a
{
	float: right;
	cursor: pointer;
	display: block;
	height: 33px;
	width: 133px;
	background: url(/images/navProducts.gif) 0 0 no-repeat;
}

#navigation #navProducts a:hover
{
	background-position: -133px 0;
}

#navigation #navServices a
{
	float: right;
	cursor: pointer;
	display: block;
	height: 33px;
	width: 108px;
	background: url(/images/navServices.gif) 0 0 no-repeat;
}

#navigation #navServices a:hover
{
	background-position: -108px 0;
}

/* Center */

#center
{
	width: 100%;
}

#break
{
	width: inherit;
	height: 80px;
	clear: both;
}

/* Footer */

#clearFooter
{ 
	height: 120px; 
	border: 0; 
	margin: 0; 
	padding: 0; 
}

#footer
{
	width: 100%;
	margin: -160px auto 0 auto; 
	height: 300px;
	background-color: #373737;
	background-image: url(/images/footerDivider.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#footer #center
{
	padding-top: 18px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#footer #center p
{
	color: #ffffff;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 12pt;
}

#footer #center #links
{
	float: left;
	width: 230px;
}

#footer #center #address1
{
	float: left;
	margin-left: 56px;
	width: 230px;
}

#footer #center #address2
{
	float: right;
	width: 150px;
}
