@charset "UTF-8";
/* -----------------------------------

----------------------------------- */

/* -----------------------------------
simple reset
----------------------------------- */

body{
	text-align: centre;
	margin: 0px;
	padding: 0px;
	background: url(../images/background/untitled.png) repeat;
	font-family: Roboto, sans-serif;
	color: #333;
	font-size: 15px;
}

#wrapper{
	background: #CCC;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 960px;	
}

#inner_wrapper{
	background: #fff;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 960px;
	float: left;	
}

#header{
	width: 900px;
	height: 130px;
	background: url(../images/header/dark_fish_skin.png) repeat;
	padding-right: 30px;
	padding-left: 30px;
}

#mainLogo{
	width:400px;
	height: 78px;
	float:left;
	padding-top:20px
}

#telDetails{
  color: #000;
	font-size: 30px;
	width:259px;
	height:50px;
	float:right;
	padding-top:20px
    
}
/* -----------------------------------
content
----------------------------------- */
#mainContent{
	width: 900px;
	float: left;
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 30px;
}

#leftContent{
	width: 570px;
	float: left;
}

#rightContent{
	width: 300px;
	float: right;
}

.servicePicture{
	width: 570px;
	float: left;
	height: 300px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.logoContainer{
	width: 570px;
	height: 87px;
	float: left;
	padding: 30px 0px 10px;
}

/* xxxxxxxxxxxx INNER LISTS xxxxxxxxxxxxx */
.innerlist ul{
	padding-left: 14px;
}

.innerlist li{
    background: url(../images/index/tick.png) no-repeat left center;
	font-size: 15px;
	list-style: none;
	line-height: 2em;
	padding: 4px 0px 4px 50px;
	font-family: Roboto, sans-serif;
	}


/* -----------------------------------
quotation form
----------------------------------- */
.quotationformContainer{
	width: 300px;
	float: right;
	margin: 0px 0px 20px 0px;
	position: relative;
}

.freeGraphic{
	height: 123px;
	width: 123px;
	position: absolute;
	background: url(../images/general/freeGraphic.png) no-repeat center center;
	left: 175px;
}
/* -----------------------------------
footer
----------------------------------- */
#footer{
	clear: both;
	width: 960px;
	height:50px;
	background: url(../images/footer/dark_fish_skin.png) repeat;	
}

#innerfooter{
	float: left;
	width: 900px;
	padding-left: 30px;
  padding-right: 400px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.leftfooter{
	font-size: 12px;
	color: #FFF;
	text-align: left;
	float: left;
	width: 300px;
}

.rightfooter{
	float: right;
}

/* xxxxxxxxxxxx innerlinks xxxxxxxxxxxxx */

.redunderline a{
	color: #333;
	border-bottom: 2px dotted #eb2227;
	text-decoration: none;
	font-family: "Roboto", serif;
	font-weight: normal;	
}

.redunderline a:hover{
	color: #eb2227;
	border-bottom: 2px dotted #eb2227;
	text-decoration:none;
	font-family: 'Roboto', serif;
	font-weight: normal;
}

.footerlink a{
	color: #fff;
	border-bottom: 2px dotted #eb2227;
	text-decoration:none;
	font-family: 'Roboto', serif;
	font-weight:700;
}

.footerlink a:hover{
	color: #eb2227;
	border-bottom: 2px dotted #eb2227;
	text-decoration:none;
	font-family: 'Roboto Slab', serif;
	font-weight:700;
}

.spacer30{
	width:900px;
	height:30px;
	float:left;
}

.red{
	color:#eb2227;
}