body {
	text-align: center;
	background: #b6b6b6 url(../nav/bg.gif) repeat-x scroll;
}
a:link, a:visited {
	color: #4A3E8A;
}
a:hover, a:active {
	color: #C00;
}
#innerContainer {
	width: 760px;
	margin: 0 auto 10px;
}
#headContent {
	padding: 1em;
}
#headContent img {
	margin-top: 4px;
	float: left;
}
#navContent, #bodyContent, #footerContent {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
}
#headContent h1 {
	font-size: 1em;
	float: right;
	text-align: right;
	font-style: italic;
}
#navContent {
	background: #6e6e6e url(../nav/nav_bg.gif) repeat-x;
}
#navContent ul {
	list-style: none;
	margin: 0em;
}
#navContent li {
	float: left;
}
#navContent a {
	display: block;
	text-decoration: none;
	padding-right: 2em;
	padding: 0.5em 1em;
}
#navContent a:link, #navContent a:visited {
	color: #F6F6F6;
}
#navContent a:hover, #navContent a:active {
	color: #FFFF80;
}
#bodyContent {
	background-color: #FFFFFF;
	padding: 10px 10px 0;
}
#footerContent {
	background-color: #EBEBEB;
}
#creditsContent {
	margin: 1em 0;
	font-size: 0.8em;
}
#creditsContent a {
	text-decoration: none;
}
#creditsContent a:link, #creditsContent a:visited, #footerContent a:link, #footerContent a:visited {
	color: #727272;
}
#creditsContent a:hover, #creditsContent a:active, #footerContent a:hover, #footerContent a:active {
	color: #464646;
}
.homeImage {
	margin: -10px 0 10px -10px;
	background: url(../nav/lighting_montage.jpg) no-repeat scroll left top;
	/*background: url(../images/store.jpg) no-repeat scroll left top;*/
	height: 190px;
	width: 760px;
	border-radius-topleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	border-radius-topright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
}
.esImage {
	margin: -10px 0 10px -10px;
	/*background: url(../images/istockphoto_4732229-blue-ea.jpg) no-repeat scroll left top;*/
	background: url(../nav/world_banner.jpg) no-repeat scroll left top;
	height: 190px;
	width: 760px;
	border-radius-topleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	border-radius-topright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
	color: #FCFCFC;
}
.esImage .colContainer {
	padding: 10px;
	width: 400px;
}
.esImage h2 {
	color: #FCFCFC;
	padding-bottom: 0.2em;
}
.esImage p {
	padding-bottom: 0.4em;
}
.refurbImage {
	margin: -10px 0 10px -10px;
	background: url(../nav/refurbishment.jpg) no-repeat scroll left top;
	height: 190px;
	width: 760px;
	border-radius-topleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	border-radius-topright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
}
.contactImage {
	margin: -10px 0 10px -10px;
	background: url(../images/receptionist01.jpg) no-repeat scroll left top;
	height: 190px;
	width: 760px;
	border-radius-topleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	border-radius-topright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
}
#bodyContent ol {
	padding: 0 0 1em 3em;
}