/*Burke Painting Company, Inc. Style Sheet by Möbius New Media (mobiusnm.com)*/
@charset "UTF-8";
p, h1, h2, h3, h4, h5, h6, dd, dt, dl, ul, ol, li, hr, td, tr, img, a, form, fieldset, label, input, legend, table, thead, tbody, tfoot, span {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a:focus {
	outline: none;
}
/*LAYOUT*/
body {
	background: url(../images/body-bg.jpg) repeat-x #111;
	text-align: center;
	font: 62.5%/1.4em Geneva, Arial, Helvetica, sans-serif;
	color: #666;
}
#container {
	width: 850px;
	margin: 16px auto 0px auto;
	padding: 0;
	text-align: left;
}
#logo {
	width: 315px;
	height: 114px;
	float: left;
	margin: 0;
	padding: 0;
}
#logo h1 {
	margin: 0;
	padding: 0;
	width: 315px;
	height: 114px;
	text-indent: -9999em;
	background: url(../images/header-logo.gif) no-repeat;
	overflow: hidden;
}
#logo h1:hover {
	filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7; 
}
#logo h1 a {
	display: block;
	width: 100%;
	height: 100%;
}
#mainContent {
	width: 846px;
	background: url(../images/content-bg.jpg) no-repeat top right #eee;
	border: 2px solid #5e5e5e;
	margin: 25px 0px 20px 0px;
	padding: 0;
	min-height: 400px;
}
#content_left {
	float: left;
	width: 285px;
	margin: 0;
	padding: 30px 20px;
}
.left_box {
	margin: 0;
	padding: 10px;
	background: #ccc;
	border: 1px solid #999;
}
#content_right {
	margin: 0px 0px 0px 325px;
	padding: 30px 30px 30px 0px;
}
#content_onecol {
	margin: 0;
	padding: 30px;
}
#bott_nav {
	margin: 15px 0px 10px 0px;
	padding: 10px;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	text-align: center;
}
#footer {
	margin: 0;
	padding: 0;
	
}
/*MAIN NAVIGATION*/
#nav {
	width: 510px;
	height: 102px;
	position: relative;
	background: url(../images/nav-matrix3.png) no-repeat;
	margin: 10px 0px 0px 337px;
	padding: 0;
	list-style: none;
}
#nav > li {
	float: left;
	list-style: none;
}
#nav > li > a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 102px;
	background: url(../images/nav-matrix3.png) no-repeat;
	text-indent: -9999em;
	overflow: hidden;
	font-size: 1%;
}
li#nav_residential a {
	width: 121px;
	left: 0;
	background-position: 0 0;
}
li#nav_corporate a {
	width: 104px;
	left: 121px;
	background-position: -121px 0;
}
li#nav_commercial a {
	width: 131px;
	left: 225px;
	background-position: -225px 0;
}
li#nav_blog a {
	width: 66px;
	left: 356px;
	background-position: -356px 0;
}
li#nav_contact a {
	width: 88px;
	left: 422px;
	background-position: -422px 0;
}
li#nav_residential a:hover {
	background-position: 0 -102px;
}
li#nav_corporate a:hover {
	background-position: -121px -102px;
}
li#nav_commercial a:hover {
	background-position: -225px -102px;
}
li#nav_blog a:hover {
	background-position: -356px -102px;
}
li#nav_contact a:hover {
	background-position: -422px -102px;
}
#body_residential li#nav_residential a {
	background-position: 0 -204px;
}
#body_corporate li#nav_corporate a {
	background-position: -121px -204px;
}
#body_commercial li#nav_commercial a, #body_safety li#nav_commercial a, #body_projects li#nav_commercial a  {
	background-position: -225px -204px;
}
#body_blog li#nav_blog a {
	background-position: -356px -204px;
}
#body_contact li#nav_contact a {
	background-position: -422px -204px;
}
#nav > li > ul {
	display: block;
	list-style: none;
	background: none;
	position: absolute;
	top: 95px;
	left: -9999em;
	width: 510px;
	z-index: 99;
	margin: 0;
	padding: 0;
}
#body_commercial li#nav_commercial ul, #body_projects li#nav_commercial ul, #body_safety li#nav_commercial ul, #body_residential li#nav_residential ul {
	left: auto;
}
#nav > li > ul > li {
	display: block;
	float: left;
	list-style: none;
}
#nav > li > ul > li > a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 6px 10px;
	font-size: 1.3em;
	color: #fff;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	text-shadow: 1px 1px 5px #000;
}
#nav > li > ul > li > a:hover, #body_projects #commercial_project a, #body_safety #commercial_safety a, .residential_checklist #residential_checklist a, .commercial_retail #commercial_retail a, .commercial_antislip #commercial_safety a, .residential_testimonials #residential_testimonials a {
	color: #d8ad41;
}
/*FONTS*/
h1 {
	margin: 0;
	padding: 0;
	font: italic 2.2em/1em Georgia, "Times New Roman", Times, serif;
	color: #0055a5;
}
h2 {
	margin: 0;
	padding: 0;
	font: italic 1.7em/1em Georgia, "Times New Roman", Times, serif;
	color: #0055a5;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1em;
	color: #111;
}
p {
	font-size: 1.2em;
	color: #111;
	letter-spacing: .025em;
	margin-top: 10px;
}
p.big {
	font-size: 1.5em;
	line-height: 1.2em;
}

.p_home {
	margin: 10px 30px 0px 560px;
	padding: 0;
}
#h1_home {
	margin: 30px 30px 0px 560px;
	padding: 0;
	height: 59px;
	width: 207px;
	background: url(../images/h1_welcome.gif) no-repeat;
	text-indent: -9999em;
	}
#h1_commercial, #h1_residential, #h1_projects, #h1_safety, #h1_contact, #h1_thankYou, #h1_retailMaintenance, #h1_corporate {
	height: 28px;
	text-indent: -9999em;
	overflow: hidden;
}
#h1_corporate {
	background: url(../images/h1_corporate.gif) no-repeat;
}
#h1_retailMaintenance {
	background: url(../images/h1_retailMaintenance.gif) no-repeat;
}
#h1_thankYou {
	background: url(../images/h1_thankYou.gif) no-repeat;
}
#h1_commercial {
	background: url(../images/h1_commercial.gif) no-repeat;
}
#h1_residential {
	background: url(../images/h1_residential.gif) no-repeat;
}
#h1_projects {
	background: url(../images/h1_projects.gif) no-repeat;
}
#h1_safety {
	background: url(../images/h1_safety.gif) no-repeat;
}
#h1_contact {
	background: url(../images/h1_contact.gif) no-repeat;
}
#bott_nav p {
	color: #999;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 0;
	padding: 0;
}
#footer p {
	text-align: center;
	color: #666;
	line-height: 1.5em;
}
p.gray {
	color: #555;
}
p.smaller {
	font-size: 95%;
}
/*LISTS*/
#ul_thumbs {
	margin: 0;
	padding: 0;
	list-style: none;
}
#ul_thumbs li {
	margin: 0;
	padding: 5px 10px 5px 0;
	float: left;
	cursor: pointer;
}
.ul_basic {
	list-style-image: url(../images/bullet-blue_square.gif);
	font-size: 1.2em;
	color: #111;
	letter-spacing: .025em;
	margin: 10px 15px 15px 15px;
	padding: 0;
}	
.ul_basic.p_home {
	margin: 5px 30px 0px 575px;
}
.ul_basic.p_home li {
	font-size: .95em;
}
.ul_basic li {
	margin: 0;
	padding: 5px 0 0 0;
	font-style: italic;
	color: #444;
	list-style-image: url(../images/bullet-blue_square.gif);
}
.ul_basic li ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-image: url(../images/bullet-gold_square.gif);
}
.ul_basic li ul li {
	font-size: .9em;
	font-style: normal;
	color: #666;
	list-style-image: url(../images/bullet-gold_square.gif);
}
.ul_basic2 {
	list-style-image: url(../images/bullet-blue_square.gif);
	margin: 10px 15px 5px 15px;
	padding: 0;
}	
.ul_basic2 li {
	margin: 0;
	padding: 5px 0 0 0;
}
.ul_basic2 li a {
	color: #333;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}
.ul_basic2 li a:hover {
	color: #069;
}
.ul_basic2 li ul {
	margin: 0 0 0 14px;
	list-style: square;
}
.ul_basic2 li ul li a {
	color: #555;
}
.ul_checklist {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	font: 1.4em Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}
.ul_checklist li {
	margin: 10px 0;
	padding: 0;
}
.checkbox {
	margin: 0 10px 0 0;
	padding: 0;
}
.clear {
 	margin: 15px 0 0 0;
	padding: 0;
}
/*LINKS*/
a#checklist, a#retailMaintSolutions, a#check_antiSlip, a#check_testimonials {
	clear: left;
	width: 238px;
	height: 125px;
	text-indent: -9999em;
	background: url(../images/residential_checklist.gif) no-repeat 0 0;
	overflow: hidden;
	display: block;
	margin: 0 auto 10px auto;
}
a#check_testimonials {
	background: url(../images/check_testimonials.gif) no-repeat 0 0;
}
a#check_antiSlip {
	background: url(../images/check_antiSlip.gif) no-repeat 0 0;
}
a#retailMaintSolutions {
	background: url(../images/retailMaintSolutions.gif) no-repeat 0 0;
}
a#checklist:hover, a#retailMaintSolutions:hover, a#check_antiSlip:hover, a#check_testimonials:hover {
	background-position: 0 -125px;
}
#content a:link, #content a:visited {
	text-decoration: none;
	color: #0055a5;
}
#content a:hover, #content a:active {
	text-decoration: underline;
	color: #8b0b04;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #666;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #fff;
}
#bott_nav a:link, #bott_nav a:visited {
	color: #999;
	text-decoration: none;
}
#bott_nav a:hover, #bott_nav a:active {
	color: #fff;
	text-decoration: underline;
}
#bott_nav p {
	font-size: 1em;
}
.a_divider {
	display: block;
	border-bottom: 2px solid #ccc;
	padding-bottom: 10px;
}
/*MISC. STYLING CLASSES*/
.home_flash {
	float: left;
	border-right: 1px solid #5e5e5e;
}
.captioned_photo {
	margin: 0 0 25px 0;
	padding: 0;
	line-height: 1em;
	width: 260px;
}
.captioned_photo p {
	width: 100%;
	margin: 0;
	padding: 8px 0px;
	font-size: 1em;
	line-height: 1.3em;
	color: #333;
}
.captioned_photo p span {
	color: #0055a5;
}
.captioned_photo img {
	margin: 0;
	padding: 5px;
	background: #fff;
	display: block;
	border-bottom: 1px solid #777;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #777;
}
.highlight {
	color: #900;
	font-weight: bold;
	font-size: .95em;
}
/*HOME IMAGES*/
.home_imgs {
	width: 529px;
	height: 425px;
	float: left;
	border-right: 1px solid #5e5e5e;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.home_imgs img {
	width: 529px;
	height: 425px;
	top: 0;
	left: 0;
}
/*ULTILITIES*/
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
	margin: 0;
	padding: 0;
}
.floatLeft {
	margin: 0;
	padding: 0;
	float: left;
}
.alignRight {
	text-align: right;
}
hr {
	height: 1px;
	outline: none;
	border: 1px solid #ccc;
	background: #eee;
	margin: 15px 0 10px 0;
	padding: 0;
}
/*slideshow*/
.imageReplace {  /* add class to hide text */
	display: block;
	text-indent: -9999em;
	overflow: hidden;
}
#slideshowWrap {
	width: 230px;
	margin: 0 auto 25px auto;
	padding: 3px;
	position: relative;
	border: 1px solid #ccc;
	background: #fff;
	height: auto;
}
#slideshowWrap ul.slideshow {
	width: 230px;
	list-style: none;
	height: 275px;
	margin: 0;
	padding: 0;
}
#slideshowWrap ul.slideshow li {
	width: 230px;
	height: 275px;
	display: block;
}
#slideshowWrap ul.slideshow li img {
	display: block;
	width: 230px;
	height: 230px;
}
#slideshowWrap ul.slideshow li span {
	color: #333;
	display: block;
	padding: 5px 0 15px 0;
	margin: 0 25px;
	text-align: center;
}
#slideshowWrap #next, #slideshowWrap #prev {
	width: 15px;
	height: 15px;
	position: absolute;
	cursor: pointer;
	z-index: 99;
	opacity: 0.7;
}
#slideshowWrap #next {
	background: url(../images/slideArrow_right.gif) no-repeat center center;
	bottom:3px;
	right:3px;
}
#slideshowWrap #prev {
	background: url(../images/slideArrow_left.gif) no-repeat center center;
	bottom:3px;
	left:3px;
}
#slideshowWrap .lightbox {
	width: 15px;
	height: 15px;
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0px;
	right: 18px;
	background: url(../images/slideArrow_enlarge.gif) no-repeat center center;
	opacity: 0.7;
}
#slideshowWrap #next:hover, #slideshowWrap #prev:hover, #slideshowWrap .lightbox:hover {
	opacity: 1;
}
