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

/***********************************************************************************************************************************************************************************
	WEBSITE NAME: Keetah Contractors 
	WEBSITE URL: 
	DESCRIPTION: Yeppoon Contractors
	VERSION: 1.0
	AUTHOR: Adz Power Agencies 
	AURTHOR URL: http://www.adzpower.com.au
	************************************************************************************************************************************************************************************/

/*******GENERAL*******/
	
html{
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size:14px;	
}
	
body{
	background-image:url(images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size:14px;	
}

*{
	margin:0;
	padding:0;
}

.clear{
	clear:both;
}

.wrapper{
	width:75%;
	min-width:960px;
	max-width:1400px;
	float:right;
}

h1{
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	color:#900;
	font-size:26px;
}

h2{
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	color:#900;
	font-size:20px;
	padding-top:20px;
}

p{
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	padding:20px 0 0 0;
	text-align:justify;
	font-size:14px;
	line-height:20px;
	padding-right:20px;

}

img{
	border:none;
}

.site{
	width:100%;
	min-width:960px;
}

a{
	text-decoration:none;
 	color:#900;
}

b { font-weight:normal; }
/*******RIGHT*******/

.right{
	width:33%;
	float:right;
	height:100%;
}

.topright{
	height:10px;
	width:100%;
	background:#000;
}

.logo{
	height:118px;
	width:100%;
	text-align:center;
}

.imagetext{
	height:425px;
	width:100%;
	background-color:#000;
	position:relative;
}

.imagetext img{
	position:absolute;
	bottom:0;
	width:80%;
	height:auto;
	padding:0 0 15px 15px;
}

/*******LEFT*******/

.left{
	width:67%;
	float:right;
	overflow:hidden;
}

.topleft{
	height:10px;
	width:100%;
	background:#900;
}

.leftnavtop{
	height:69px;
	width:100%;
}

.image{
	width:100%;
	height:474px;
	background-image:url(images/top-image.jpg);
	background-position:center center;}

/*******NAVIGATION*******/

.nav {
	width:386px;
	height:49px;
	margin-top:-474px;
	float:left;
}

.nav ul{
	list-style-type: none;
	margin: 0 auto;
	height:49px;
	display:table;
}	

.nav li{
	float: left;
	text-align: center;
	height:49px;
}
	
.nav ul a.active{
	background:none;
}

.nav ul a{
	display: block;
	text-align:center;
	background-color:#FFF;
	padding:15px 20px 0 20px;
	height:34px;
}

.nav ul a.inactive:hover {
	background-color:#EEE;
}

.navfill{
	height:49px;
	width:100%;
	background-color:#FFF;
	float:right;
	margin-top:-474px;
	margin-right:-386px;
}
	
/*******CONTENT*******/

.content{
	width:100%;
	float:right;
	background-color:#666;
	position:relative;
}

.contentleft{
	width:67%;
	min-height:470px;
	padding:20px 0 0 0;
	background-color:#FFF;
}

.contentleft p,h1,table{
	padding-left:20px;
}


.headingunderline{
	height:4px;
	width:100%;
	background-image:url(images/heading-underline.jpg);
	background-size:cover;
	background-position:center, center;
	margin: 5px 225px 0 0;
	
}

.imgfull{
	
	padding: 20px 0 0 0;
	width:100%;
	height:auto;
}

td{
	vertical-align:top;
	text-align:top, left;
	padding:0 10px 15px 0;
}

.contentleft ul{
	padding:15px 0 0 55px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size:14px;
	line-height:20px;
}

/*******FOOTER*******/

.footer{
	height:162px;
	background-color:#4f4f4f;
	float:right;
	bottom:100%;
	width:33%;
	margin-top:-172px;
	padding-bottom:10px;
	text-align:right;
}

.footer p{
	text-align:right;
	font-size:12px;
	padding-right:10px;

}

.footer a{
	text-decoration:none;
	color:#000;
}

/*******TABS*******/

.mail{
	position:absolute;
	right:20px;
	top:30px;
	width:277px;
	height:50px;
}

.phone{
	position:absolute;
	right:20px;
	top:100px;
	width:277px;
	height:50px;
}

.mobile{
	position:absolute;
	right:20px;
	top:170px;
	width:277px;
	height:50px;
}

.fax{
	position:absolute;
	right:20px;
	top:240px;
	width:277px;
	height:50px;
}