@charset "UTF-8";
/* CSS Commercial Gazebos - colour shift to blue */

#container #header {
	background-image: url(../images/logo-blue.png);
	background-repeat: no-repeat;
	background-position: 25px 20px;
}

#container #navigation #callaction h1 {
	color: #151566;
}

.emailbutton {
	background-image: url(../images/email-blue.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

.telephonebutton {
	background-image: url(../images/telephone-blue.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

.mobilebutton {
	background-image: url(../images/mobile-blue.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#container #navigation a {
	display: block;
	text-decoration: none;
	color: #151566;
	padding: 5px;
}

#container #navigation a:hover {
	color: #000000;
}

#container #navigation li:hover {
	border-right: solid 5px #151566;
}

#container #content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	letter-spacing: -2px;
	margin: 0px;
	font-size: 1.7em;
	font-weight: normal;
	color: #151566;
}

.tableheadings {
	font-size: 0.7em;
	font-weight: bold;
	color: #000000;
	padding: 5px;
	border-bottom: solid 2px #000000;
}

#container #content a {
	text-decoration: none;
	color: #151566;
	border-bottom: dotted 1px #333333;
}

#container #content a:hover {
	color: #000000;
	border-bottom: solid 1px #151566;
}

#container #footer a {
	text-decoration: none;
	color: #151566;
	border-bottom: dotted 1px #333333;
}

#container #footer a:hover {
	color: #000000;
	border-bottom: solid 1px #151566;
}
