/* Site Styles */

body {
	background: #161616;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #CCC;
	font-size: 14px;
	padding-bottom: 0;
	margin-bottom: 0;
}

a {
	color: #69F !important;
	text-decoration: underline !important;
}
	a:visited {
		color: #99D7F3 !important;
	}

#phone-header {

	font-family: 'Museo Slab', 'MuseoSlab500', serif;
	font-size: 16px;
	line-height: 35px;
	color: #FFF;
	text-align: right;
}

#header {
	background: #d5060d;
	height: 108px;
	border-bottom: 1px solid #e92a2a;
}
	p#logo a, p#logo a:hover {
		display: block;
		height: 92px;
		margin-top: 10px;
		text-indent: -9999px;
		background: url('../img/city-wide-logo.png') 50% 0 no-repeat;
	}
	
	#intro h1 {
		font-family: 'Francois One', Arial, sans-serif;
		font-size: 32px;
		text-transform: uppercase;
		font-weight: normal;
		color: #333;
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 36px;
	}
		h1 .em {
			color: #CB0000;
		}
	
	#intro p {
		font-family: 'Museo Slab', 'MuseoSlab500', serif;
		color: #434343;
	}

h2 {
	font-family: 'Museo Slab', 'MuseoSlab500', serif;
	color: #FFFEFE;
	text-align: center;
}

#products, #services, #credentials {
	background: #FF0;
	text-align: center;
	font-size: 16px;
}

#services {
	font-size: 18px;
}

ul#nav {
	float: right;
}

ul#nav a, ul#nav a:visited {
	color: #350000 !important;
	font-size: 18px;
	text-decoration: none !important;
	text-shadow: 0 1px 0 #FE3B3B;
	display: block;
	width: 100px;
	height: 100px
}
	ul#nav a:hover {
		color: #FFF !important;
		text-shadow: 0 1px 0 #9B0D0D;
	}
	
	#nav li {
		list-style: none;
		float: left;
		font-family: 'Francois One', Arial, sans-serif;
		font-size: 18px;
		text-transform: uppercase;
		margin-left: 20px;
		padding-top: 0px;
		text-align: right;
	}
	/* Highlight current page in navs */	
	/* Home */
	body#pg-home ul#nav li.home a, body#pg-home ul#nav li.home a:visited {
		color: #FFF !important;
		text-shadow: 0 1px 0 #9B0D0D;
	}
	/* Services */
	body#pg-services ul#nav li.services a, body#pg-services ul#nav li.services a:visited {
		color: #FFF !important;
		text-shadow: 0 1px 0 #9B0D0D;
	}
	/* Contact */
	body#pg-contact ul#nav li.contact a, body#pg-contact ul#nav li.contact a:visited {
		color: #FFF !important;
		text-shadow: 0 1px 0 #9B0D0D;
	}

/* Home Intro */
#intro {
	background: #DEDEDE url('../img/home-intro-extinguisher.png') 80px 60px no-repeat;
	font-size: 18px;
	padding-top: 64px;
	padding-bottom: 20px;
	border-bottom: 2px solid #fdb42d;
}
	a#intro-cta-btn {
		display: block;
		text-indent: -9999px;
		height: 68px;
		width: 460px;
		background: url('../img/protect-your-business-home-callout.png') 0 0 no-repeat;
	}

#services-display, #services-display-bottom {
	background: #FFD700;
	text-align: center;
	padding: 5px 0;
	font-family: 'Museo Slab', 'MuseoSlab500', serif;
	text-transform: uppercase;
	font-size: 14px;
	text-shadow: 0px 2px 1px #FCB430;
	color: #5d3f07;
	border-bottom: 1px solid #e29301;
}

a#about-contact-cta, p#about-contact-cta {
	display: block;
	width: 262px;
	height: 60px;
	text-indent: -9999px;
	background: url('../img/about-us-contact-callout-home.png') 50% 50% no-repeat;
	margin: 10px auto;
	padding: 10px;
}

p#about-contact-cta {
	padding: 0;
}

.dot {
	margin: 0 10px;
}

#bragging .dot {
	display: inline-block;
	color: #F00 !important;
	font-family: Arial, 'Open Sans', Helvetica;
	font-size: 10px;
	line-height: 16px;
}

slider {
	margin-top: 10px;
	margin-bottom: 10px;
}

#credentials {
	background: #c7c3c3;
	margin: 20px 0 0;
	padding: 0 0 20px;
	border: 1px solid #111;
	color: #333;
}
	#credentials h2 {
		font-family: 'Francois One', Arial, sans-serif;
		font-size: 17px;
		text-transform: uppercase;
		text-shadow: 0px 1px 1px #5E91FA;
		color: #0c1317;
		background: #2068fa url('../img/cred-ribbon-icon.png') 23em 50% no-repeat;
		padding: 10px 0;
		border-bottom: 1px solid #044CDE;
	}
	#bragging {
		font-family: 'Museo Slab', 'MuseoSlab500', serif;
		text-transform: uppercase;
		font-size: 16px;
		color: #111;
	}
	#membership {
		text-align: center;
	}

#footer-wrap {
	background: #080808;
	padding-top: 20px;
	padding-bottom: 0;
	font-size: 14px;
	color: #FFF;
	margin: 80px auto 0;
}
	#footer {
		width: 940px;
		margin: 0 auto;
	}
	
	ul#footer-nav {
		margin: 0 auto 20px auto;
		width: 500px;
		text-align: center;
	}
	
	ul#footer-nav li {
		list-style: none;
		float: left;
		font-family: 'Open Sans', Arial, sans-serif;
		width: 80px;
		text-align: center;
	}
	
	#info {
		text-align: center;
		font-size: 12px;
		margin-top: 20px;
	}
		#info p {
			margin-bottom: 10px;
		}
	
	#call-us-cta-footer {
		background: #cb0000 url('../img/footer-phone-cta.png') 0 0 no-repeat;
		width: 220px;
		height: 128px;
		text-indent: -9999px;
		margin-bottom: 0;
		padding-bottom: 0;
		float: right;
	}
	
/* Contact Us Page */
body#pg-contact #body {
	background: #FFF url('../img/contact-body-bg.jpg') 20px 20px no-repeat;
	padding: 20px 0;
	color: #333;
}
	body#pg-contact #body a {
		color: #0C559D !important;
	}
	
	body#pg-contact #body a:visited {
		color: #095FB4 !important;
	}
		
	body#pg-contact #body h2 {
		color: #CB0000;
		text-align: left;
	}


/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:25px auto 20px auto;
	width:960px; /* was 990px */
	height:450px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:320px;
	height:100%;
	text-align:center;
}
.ca-more{
	position: absolute;
	bottom: 10px;
	right:0px;
	padding:4px 15px;
	font-weight:bold;
	background: #C00000;
	text-align:center;
	color: #FFF !important;
	text-decoration: none !important;
	font-family: 'Open Sans', Arial, sans-serif;
	font-style:italic;
}
	.ca-more a, .ca-more a:visited {
		color: #FFF !important;
	}
.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url(../img/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
}
.ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
	padding:20px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background:#fff;
	overflow:hidden;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	color: #000;
}
.ca-icon{
	width:233px;
	height:189px;
	position:relative;
	margin:0 auto;
	background:transparent url(../img/slide-extinguishers.jpg) no-repeat center center;
}
.ca-item-2 .ca-icon{
	background-image:url(../img/slide-kitchen-supp.jpg);
}
.ca-item-3 .ca-icon{
	background-image:url(../img/slide-exit-signs-lights.jpg);
}
.ca-item-4 .ca-icon{
	background-image:url(../img/slide-first-aid.jpg);
}
.ca-item-5 .ca-icon{
	background-image:url(../img/slide-ext-cabinets.jpg);
}
.ca-item-6 .ca-icon{
	background-image:url(../img/slide-signs.jpg);
}
.ca-item-7 .ca-icon{
	background-image:url(../img/slide-booths.jpg);
}
.ca-item-8 .ca-icon{
	background-image:url(../img/slide-alarms.jpg);
}
.ca-item h3{
	font-family: 'Open Sans', Arial, sans-serif;
	text-transform:uppercase;
	font-size:20px;
	font-weight: bold;
	color:#000;
	margin-bottom:20px;
	height:85px;
	text-align:center;
	text-shadow: 0px 1px 1px #e4ebe9;
}
.ca-item h4{
	font-family: 'Museo Slab', 'MuseoSlab500', serif;
	font-style:italic;
	font-size:12px;
	text-align:left;
	border-left:10px solid #CB0000;
	padding-left:10px;
	line-height:18px;
	margin:10px;
	position:relative;
}
.ca-item h4 span{
	display:block;
}
.ca-item h4  span.ca-quote{
	color:#f4eee3;
	font-size:100px;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:0px;
}
.ca-content-wrapper{
	background:#D3D3D3;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:440px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:660px;
	overflow:hidden;
}
.ca-content-text{
	font-size: 14px;
	font-style: italic;
	font-family: 'Museo Slab', 'MuseoSlab500', serif;
	margin:10px 20px;
	padding:10px 20px;
	line-height:24px;
	color: #333;
}
.ca-content-text p{
	padding-bottom:5px;
}
.ca-content h6{
	margin:25px 20px 0px 35px;
	font-size:32px;
	padding-bottom:5px;
	color:#000;
	font-family: 'Francois One', Arial, sans-serif;
	color:#1A1A1A;
	border-bottom:2px solid #666;
	text-shadow: 1px 1px 1px #FFF;
}
.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
}
.ca-content ul li a{
	color:#fff;
	background:#000;
	padding:3px 6px;
	font-size:14px;
	font-family: 'Museo Slab', 'MuseoSlab500', serif;
	font-style:italic;
}
.ca-content ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
.ca-nav span{
	width:25px;
	height:40px;
	background:transparent url(../img/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-20px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-20px;
}
.ca-nav span:hover{
	opacity:1.0;
}

#container {
	margin: 0 auto;
}
