body {
	background: #153952 url("bgMain.png") repeat-y center;
	font-family: Verdana, Arial, Heveltica, sans-serif;
	line-height: 110%;
	margin: 0;
	padding: 0;
}
a, a:link, a:visited {
	color: #008;
}
.title { color: #153952; }
#printHeader { display: none; }

#container {
	background: url("bgContent.png") repeat-y;
	width: 770px;
	margin: auto;
	position: relative;
}
#header { margin: 0; }
#header a {
	background: url("header.png") no-repeat;
	display: block;
	height: 148px;
	position: relative;
	text-decoration: none;
	text-indent: -5000px;
	width: 770px;
}

#content {
	background: url(bgContentBtm.jpg) no-repeat bottom;
	font-size: 85%;
	position: relative;
	width: 770px;
}
* html #content { display: block; }

#aboutPage #content { background: url(photoPallete.jpg) no-repeat bottom; }
#servicesPage #content { background: url(photoTruck.jpg) no-repeat bottom; }
#locationsPage #content { background: url(photoCoolerOpen.jpg) no-repeat bottom; }
#orderPage #content { background: url(photoCooler.jpg) no-repeat bottom; }

#pageTitle {
	font-size: large;
	letter-spacing: .5em;
	margin: 0 0 40px 0;
	text-transform: uppercase;
}
#content2 {
	display: table-cell;
	height: 363px;
	padding: 16px 0 14px 20px;
	width: 480px;
}
#content2 hr {
	border: 0;
	border-top: solid 8px #9a9a9a;
	font-size: 95%;
	height: 8px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 48px;
	width: 748px;
}
#content2 p {
	margin: 8px 0;
}

#photo {
	height: 176px;
	position: absolute;
	left: 474px;
	bottom: 11px;	
	width: 296px;
}


#mainMenu h3 { display: none; }
#mainMenu ul, #mainMenu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainMenu li.link1 li, #mainMenu li.link6 li { display: none; }
#mainMenu li a {
	display: block;
	height: 20px;
	position: absolute;
	text-indent: -5000px;
	text-decoration: none;
	top: 105px;
}

#mainMenu li.link2 a {
	left: 250px;
	width: 108px;
}
#mainMenu li.link3 a {
	left: 359px;
	width: 125px;
}
#mainMenu li.link4 a {
	left: 485px;
	width: 132px;
}
#mainMenu li.link5 a {
	left: 618px;
	width: 152px;
}


#footer { 
	background: url("footer.png") no-repeat;
	clear: both;
	height: 103px;
	width: 770px;
}
#footer hr { display: none; }
#footer p { display: none; }

/*SERVICES PAGE*/
body#servicesPage #table1, body#servicesPage #table1 tr, body#servicesPage #table1 th, body#servicesPage #table1 td {
	border: solid 1px #666;
	border-collapse: collapse;
}
body#servicesPage #table1 {
	font-size: small;
	line-height: 100%;
	margin: 2px auto;
	text-align: center;
	width: 100%;
}
body#servicesPage #table1 th {
	background: #153952;
	color: #fff;
	font-size: 115%;
	font-weight: bold;
	padding: 2px;
}
body#servicesPage #table1 td { vertical-align: top; }

/*ABOUT PAGE*/
body#aboutPage p:first-letter {
	color: #153952;
	font: italic bold 210%/50% "Times New Roman", Times, serif;
	float: left;
	margin: -.3em 0 -.5em 0;
}
/*LOCATIOSN PAGE*/
body#locationsPage #table1 {
	width: 570px;
}
.phone {
	display: block;
	float: left;
	width: 3.25em;
}

/* HOMEPAGE */
body#homePage #header { display: none; }
body#homePage #pageTitle { display: none; }
body#homePage #mainMenu h3 { display: none; }
body#homePage #mainMenu ul, body#homePage #mainMenu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
body#homePage #mainMenu { display: none; }

body#homePage #footer { display: none; }































/*
body#homePage #header { display: none; }
body#homePage #pageTitle { display: none; }

body#homePage #mainMenu {
	background: #fff;
	height: 20px;
	left: 0;
	padding: 0;
	position: absolute;
	top: 415px;
	width: 770px;
}
body#homePage #mainMenu h3 {
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
}
body#homePage #mainMenu #menuList {
	left: 250px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 520px;
}
body#homePage #mainMenu li {
	display: inline;
	margin: 0;
	padding: 0;
}
#footer { display: none; }*/