html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html { 
	background: url('bg.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	font-family:arial;
	font-size:14px;
	color:#232323;
}
h1 {}
h2 {
	color:#000;
	text-transform:uppercase;
}

#head,#image,#content {
	background:#fff;
	padding:25px;
	min-height:85px;
	max-width:1000px;
	margin: 15px auto;
	box-shadow: 0px 5px 15px black;
	border-radius:20px;
}
#logo {
	height:auto;
	width:auto;
	float:left;
}
#time,#phone,#map {
	float:right;
	font-weight:bold;
	text-transform:uppercase;
	font-size:150%;
	width:auto;
	margin:33px 10px 0 0;
}
#time a,#phone a,#map a {
	height:auto;
	width:auto;
	padding:20px 20px 18px 20px;
	text-decoration:none;
	color:#333;
	transition: color 0.5s;
}
#time a {background:#0c7be8;}
#time a:hover {cursor:default;}
#phone a {background:#e8680c;}
#map a {background:#ffc50d;}
#time a:hover,#phone a:hover,#map a:hover {
	color:#000;
	transition: color 0.5s;
}

#image {
	position:relative!important;
	height:300px;
}

.slide {
	margin:0 0 0 8px;
	position: absolute;
	-webkit-transition: opacity .5s ease-in;
	transition: opacity .5s ease-in;
}

.slide + .slide { opacity: 0; }
#content {
	height:710px;
}
#services li {
	width: 317px;
	height:226px;
	margin:0 8px 16px 8px;
	float:left;
	background:#dedede;
	transition: background 0.3s;
	font-size:90%;
}
#services li:nth-of-type(3),#services li:nth-of-type(6) {
	
}
#services li:hover {
	background:#f0f0f0;
	transition: background 0.3s;
}
#services li img,#services li iframe {
	margin:0 10px 10px 10px;
	height:60px;
	width:60px;
	float:left;
}
#services li h2 {
	font-size:18px;
	margin:25px 15px 10px 15px;
	min-height:70px;
}
#services li p {
	line-height:19px;
	margin:0 8px 0 16px;
}
#services li ul {
	list-style-type:square;
}
#services li ul li {
	background:none;
	float:none;
	border-radius:none;
	height:auto;
	width:auto;
	margin:3px 0 3px 30px;
	font-size:100%;
	line-height:16px;
}

