/* CSS Document */

body {
	background: black;
	color: white;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: larger;
	text-align: center;
}

a img {
	border: 0;
}

#container {
	width: 100%;
	max-width: 960px;
	margin: auto;
	text-align: justify;
}

#facebook {
	width: 100%;
	text-align: center;
}

#facebook a {
	text-decoration: none;
	color: white;
}

#facebook img {
	vertical-align: middle;
	max-height: 40px;
}

.logo {
	width: 100%;
	max-width: 660px;
	margin: 1em auto 1em auto;
	display: block;
}

#slideshow {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	text-align: center;
}

#services {
	margin-top: 1em;
	text-transform:uppercase;
	color: white;
	text-align: center;
}

.orangeLink {
	color: #FF5700;
	text-decoration: none;
	padding: 5px;
}

.whiteLink {
	color: white;
	text-decoration: none;
}

#contactDetails {
	width: 100%;
	clear: both;
	margin-top: 1em;
	font-size: x-large;
	text-align: center;
}

#contactDetails a {
	color: white;
	text-decoration: none;
}

#glasgow {
	text-align: center;
}

#glasgow a {
	color: white;
	text-decoration: none;
}

#telephone {
	display: inline-block;
	text-align: left;
}

#email {
	display:inline-block;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	text-decoration: none;
}

#fpcLink {
	text-align: right;
	display: inline-block;
}

#fpcLink img {
	vertical-align: middle;
	width: 100%;
	max-width: 125px;
	height: auto;
}

#menu {
	width: 100%;
	clear: both;
	margin-top: 1em;
	text-align: center;
	min-height: 50px;
}

#aboutUs {
	float: left;
	width: 30%;
	text-align: left;
	margin-left: 5px;
	vertical-align: middle;
}

#aboutUs a {
	color: white;
	text-decoration: none;
}

#safetySigns {
	width: 30%;
	text-decoration: none;
	vertical-align: middle;
}

#safetySigns img {
	width: 100%;
	max-width: 150px;
	vertical-align: middle;
}

#printcentrebutton {
	float: right;
	width: 30%;
	text-align: right;
	margin-right: 5px;
}

#printcentrebutton img {
	vertical-align: middle;
	max-width: 150px;
	max-height: 50px;
	width: auto;
}

.smallScreenOnly {
	width: 100%;
	display: none;
}


@media (max-width: 800px) {
	#aboutUs {
	float: none;
	display: block;
	width: 100%;
	text-align: center;
	}
	
	#aboutUs a {
		color: white;
		text-decoration: none;
	}
	
	#safetySigns {
		width: 100%;
		display: block;
		text-decoration: none;
		vertical-align: middle;
	}
	
	#safetySigns img {
		width: 75%;
		max-width: 150px;
		vertical-align: middle;
	}
	
	#printcentrebutton {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}
	
	#printcentrebutton img {
		vertical-align: middle;
		max-width: 150px;
		width: 100%;
		height: auto;
	}

}

@media (max-width: 400px) {
	#telephone {
		font-size:medium;
}

#email {
	font-size:medium;
}

}