/****************************************************************************************
Colours
****************************************************************************************/
/*
Teal = #44919e
Blue = #2d4ea6
*/


/****************************************************************************************
Layout
****************************************************************************************/

html {
	background: #2d4ea6 url("img/bg-body.png") repeat-x top;
}

body {
	background: #fff url("img/bg-body-water.jpg") repeat center top;
	background-attachment: fixed;
	
}

header {
	padding: 50px 0px 15px 0px;
}

.bxslider {
	margin: 0;
	padding: 0;
}

.logo {
	border:0;
	width:187px;
	height:63px;
	margin-top: 10px;
}

.gas-safe {
	float: right;
	margin-left: 15px;
}

#main {
	border:1px solid #ccc;
	width: 960px;
	margin: 0 auto;
	background: transparent url("img/bg-main.png") repeat;
	padding-bottom: 40px;
}

footer {
	background: #2d4ea6 url("img/bg-footer.jpg") repeat-x top;
	padding-top: 20px;
}

.footer-logo {
	border:0;
	width:146px;
	height:49px;
	float: left;

}

footer img {
	border:0;
}

.footer-right {
	float: right;
}

.bottom-links {
	text-align: center;
}

.fancybox {
	margin:10px;
	border: 1px solid #ccc;
	padding:5px;
	display: inline-block;
}

/****************************************************************************************
Text
****************************************************************************************/

p {
	font-size: 1.3em;
	color: #333;
	margin: 0 0 15px 0;
	line-height: 1.6em;
}

p.header-text {
	 float:right;
	 text-align: right;
	 color:#44919e;
	 font-size: 1.8em;
	 padding-top: 10px;
	 font-family: 'Open Sans', sans-serif;
	 font-weight: 600;
}

h1 {
	text-transform: uppercase;
	color: #2d4ea6;
	border-bottom: 1px solid #44919e;
	font-size: 1.8em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}


.footer-right {
	text-align: right;
	color:#fff;
	font-size: 1.8em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

#bottom-links p {
	text-align: center;
	color:#fff;
}

a {
	text-decoration: none;
	color:#2d4ea6;
}

a:hover {
	text-decoration: none;
	color:#44919e;
}

footer a {
	color:#fff;
}

footer a:hover {
	color:#44919e;
}

/****************************************************************************************
Nav
****************************************************************************************/

nav {
	background-color: #44919e;
	overflow: visible;
	width: 100%;
	position: fixed;
	z-index: 100;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

nav .row {
	padding: 0 !important;
}

nav ul {
	list-style-type:none;
	margin:0;
	float: right;
}

nav ul li {
	float:left;
}

nav ul li a {
	padding:10px 6px;
	text-decoration:none;
	display:inline-block;
	font-size:1.2em;
	color:#fff;
	text-transform: uppercase;
}

nav ul li a:hover {
	background-color:#2d4ea6;
	color:#FFF;
	margin-bottom: -10px;
}

nav ul li a.selected {
	background-color:#2d4ea6;
	color:#FFF;
	-webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.4);
}

/****************************************************************************************
Cols
****************************************************************************************/

.container {
	width: 940px;
	margin-right: auto;
    margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

.row {
	margin-left: -20px;
	padding:10px 0px;
	*zoom: 1;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.span15 {
  width: 940px;
}

.span14 {
  width: 876px;
}

.span13 {
  width: 812px;
}

.span12 {
  width: 748px;
}

.span11 {
  width: 684px;
}

.span10 {
  width: 620px;
}

.span9 {
  width: 556px;
}

.span8 {
  width: 492px;
}

.span7 {
  width: 428px;
}

.span6 {
  width: 364px;
}

.span5 {
  width: 300px;
}

.span4 {
  width: 236px;
}

.span3 {
  width: 172px;
}

.span2 {
  width: 108px;
}

.span1 {
  width: 44px;
}

/****************************************************************************************
Form
****************************************************************************************/

form {
	float: left;
}

label {
	font-size:1.3em;
	line-height:1.6em;
	color:#333;
	display: block;
}
	
input, textarea {
	position:relative;
	font-size:1.3em;
	color:#333;
	margin:3px 0 3px 0;
	padding:6px;
	border:1px solid #44919e;
	
}

.text-field {
	width: 350px;
}

.submit {
	padding:8px 30px;
	background-color:#44919e;
	color:#FFF;
	text-align:center;
	font-size:1.6em;
	cursor:pointer;
	border: 0;
	margin: 5px 0;
}

.submit:hover {
	background-image:none;
	background-color:#2d4ea6;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 1.3em;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.contact-right {
	float: right;
	width: 300px;
}
