@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;	
	}
	
#full-screen-background-image {
  	z-index: -999;
  	min-width: 1024px;
  	width: 100%;
	position:absolute;
	height:553px;
  	top: 0;
    left: 0;
}

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;}

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


/*******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;
}

.contentleft{
	width:67%;
	padding:20px 0 0 20px;
	background-color:#FFF;
	margin-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: left;
	padding:0 10px 15px 0;
}

/*******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{
	width:277px;
	height:50px;
	left:-220px;
	top:210px;
	position:fixed;
	z-index:50;
}

.phone{
	width:277px;
	height:50px;
	left:-220px;
	top:280px;
	position:fixed;
	z-index:50;
}

.mobile{
	width:277px;
	height:50px;
	left:-220px;
	top:350px;
	position:fixed;
	z-index:50;
}

.fax{
	width:277px;
	height:50px;
	left:-220px;
	top:420px;
	position:fixed;
	z-index:50;
}

.mail:hover{
	animation: tabhoverout 1s;
	-webkit-animation: tabhoverout 1s;
	left:-10px;
}

.phone:hover{
	animation: tabhoverout 1s;
	-webkit-animation: tabhoverout 1s;
	left:-10px;
}

.mobile:hover{
	animation: tabhoverout 1s;
	-webkit-animation: tabhoverout 1s;
	left:-10px;
}

.fax:hover{
	animation: tabhoverout 1s;
	-webkit-animation: tabhoverout 1s;
	left:-10px;
}

@keyframes tabhoverout{
	from {left:-220px;}
	to {left:-10px;}}

@-webkit-keyframes tabhoverout{
	from {left:-220px;}
	to {left:-10px;}
}