@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	background-image:	url('../media/omniferalogotrans.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
	background-color:	white;
	font-family:		Arial, Helvetica, sans-serif;
}

div.mainbody {
  	width: 				700px ;
  	margin-left: 		auto;
	margin-right: 		auto;
}

.centredcontent {
	width: 				650px;
  	height: 			580px;
  	margin-left: 		auto;
	margin-right: 		auto;
	background-color:	black;
	display:			block;
	margin-top:			20px;
	padding-bottom:		15px;
	/*border:				thin;
	border-color: 		#fe0002;
	border-style:		solid;*/
}

.contactdetails {
	float: 				right; 
	margin-top:			10px; 
	padding-top:		15px; 
	padding-right: 		20px;
	color: 				white;
	line-height:		7px;
	font-size:			12px;
	height:				200px;
	width:				200px;
}

.navigation {
	display:			block;
	position:			absolute;
	top:				150px;
	background-color:	#666;
	width: 				650px;
	height: 			30px;
	line-height:		30px;
	font-size:			12px;
	font-weight:		500;
	text-align:			center;
	margin-top:			10px;
	padding-left:		0px;
}

.FlashBanner {
	display:			block;
	position:			absolute;
	top:				190px;	
}

.leftcolumn {
	display:			block;
	position:			relative;
	top:				174px;
	left:				20px;
    float: 				left;
    padding: 			20px;
    width: 				260px;
	height:				190px;
	color:				white;
    border: 			1px solid gray;
}

.rightcolumn {
	display:			block;
	position:			relative;
	top:				70px;
	left:				-20px;
    float: 				right;
    padding: 			20px;
    width: 				260px;
	height:				190px;
	color:				white;
    border: 			1px solid gray;
}

.tickertape {
	display:			block;
	position:			absolute;
	top:				540px;
	margin-left:		30px;
	padding-left:		10px;
	width: 				580px;
  	height: 			20px;
	line-height:		20px;
	background-color:	#fe0002;
	color:				white;
	font-size:			12px;	
}

.heading1 {
	font-size:			20px;
}

.text1 {
	font-size:			12px;
}

img.centredimage {
    display: 			block;
    margin-left: 		auto;
    margin-right: 		auto;
	margin-top:			20px;
}

.logostrip {
	display:			block;
	position:			absolute;
	top:				570px;
	margin-left:		20px;
	padding-left:		10px;
	opacity:			0.4;
	filter:				alpha(opacity=40);
	float: 				left;
}

div.emailaddresses {
	position: absolute;
	right: 0;
	width: 305px;
	text-align: right;
	font-size:12px;
}

.leftalign {
	position: absolute;
	left: 0;
	width: 150px;
   };

.rightalign {
   position: absolute;
   right: 0;
   width: 200px;
   text-align: right; 
} 

a:link    {
/* Applies to all unvisited links */
  text-decoration:  		none;
  color:					white;
  } 
a:visited    {
/* Applies to all unvisited links */
  	text-decoration:  		none;
	color: 					white;
  } 
a:hover    {
/* Applies to all unvisited links */
	z-index:				2;
	color: 					white;
	background-color:		#2d8ab6; /*#ffff66;*/
/*	line-height:		30px;*/
	padding-top:			7px;
	padding-bottom:			8px;
  }  
    
body#home a#homenav,body#plumbing a#plumbingnav,body#electrical a#electricalnav,body#portfolio a#portfolionav,body#cleaning a#cleaningnav,body#contactus a#contactusnav,body#maintenance a#maintenancenav {
	color: 					black;
	background-color: 		#41af34;
	padding-top:			7px;
	padding-bottom:			8px;	
}

