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

Title : Stylesheet
Author : Jay Hollywood | Bam Creative
URL : www.bam.com.au

Description : Oasis Stylesheet

Created : 06/09/07
Modified : 

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

/* ----- CSS ----- */

*{
margin:0;
padding:0;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}
html{
margin:0;
padding:0;
height: 100%;
}

body{
margin:0;
padding:0;
height: 100%;
}

img {
	display: none;
	}

/* ----- IDS ----- */

#container{
	padding:0;
	background: none;

}
	
#content-area{
	margin:0;
	padding:0;
	background: none;
}


#innercontainer {
	width: 750px;
	margin: 0 auto;
	display: block;
	
}

#logo {
float: left;
display: none;
}

#content-main{
	float:left;
	width:500px;
	margin:0 0 0 10px;

}

#content{
	float:left;
	width:474px;
	margin:10px 0 0 15px;
	display: inline;
	text-align: justify;
}

#navcontainer {
	float: left;

}

#navigation{
	background: url(../../oasis.staging3.bam.com.au/art/nav.gif) no-repeat;
	width: 220px;
	float: left;

	}
	
#navigation ul {
	display: none;
	}

#footer{
	float: left;
	width: 100%;
	height:63px;
	display: block;
	color: #fff;
}

#contactdetails {
	margin: 10px 0 10px 20px;
	font-size: 11px;
	color: #fff;
	
	}

#contactdetails a, #contactdetails a:visited {
	color: #fff;
	font-size: 11px;
	text-decoration:underline;
	}

#contactdetails a:hover {
	color: #bcfe76;
	}
	
#stripes {
	background: url(../../oasis.staging3.bam.com.au/art/stripes.gif) center repeat-x;
	width: 100%;
	height: 75px;
	display: block;
	}
	
#Home	{
	background: url(../../oasis.staging3.bam.com.au/art/hometitle.gif) no-repeat;
	width: 500px;
	height: 69px;
	display: block;
	}

	
#about	{
	background: url(../../oasis.staging3.bam.com.au/art/abouttitle.gif) no-repeat;
	width: 500px;
	height: 69px;
	display: block;
	}

	
#domestic	{
	background: url(../../oasis.staging3.bam.com.au/art/domestictitle.gif) no-repeat;
	width: 500px;
	height: 69px;
	display: block;
	}

	
#commercial	{
	background: url(../../oasis.staging3.bam.com.au/art/commercialtitle.gif) no-repeat;
	width: 500px;
	height: 69px;
	display: block;
	}

	
#services	{
	background: url(../../oasis.staging3.bam.com.au/art/servicestitle.gif) no-repeat;
	width: 500px;
	height: 69px;
	display: block;
	}

	
#enquire	{
	background: url(../../oasis.staging3.bam.com.au/art/enquiretitle.gif) no-repeat;
	width: 500px;
	height: 69px;
	display: block;
	}

#sitemap	{
	background: url(../../oasis.staging3.bam.com.au/art/sitemaptitle.gif) no-repeat;
	width: 500px;
	height: 69px;
	display: block;
	}

#disclaimer	{
	background: url(../../oasis.staging3.bam.com.au/art/disclaimertitle.gif) no-repeat;
	width: 500px;
	height: 69px;
	display: block;
	}

#fourohfour {
	background: url(../../oasis.staging3.bam.com.au/art/404title.gif) no-repeat;
	width: 500px;
	height: 69px;
	display: block;
	}

#search {
	background: url(../../oasis.staging3.bam.com.au/art/searchtitle.gif) no-repeat;
	width: 500px;
	height: 69px;
	display: block;
	}

#Home h1 span, #about h1 span, #domestic h1 span, #commercial h1 span, #services h1 span, #enquire h1 span, #sitemap h1 span, #disclaimer h1 span, #fourohfour h1 span, #search h1 span {
	padding:0;
	margin:-9999px 0 0 -9999px;		/* this is a trick for if someone has css turned off, inside the anchor tag, write <span>$page-name</span> if css is off the name will appear as text, if not the css kicks it out of view */
}

/* ----- CLASSES ----- */

.hide{
display:none;
}
.show{
display:block;
}


.clear {
	clear: both;
	}
	
.center {
	width: 750px; 
	margin: 0 auto;
	}

.fleft {
	float:left;
	margin-top: 40px;
	font-size: 12px;
	display: none;
}
.fright {
	float: left;
	margin-top: 40px;
	font-size: 12px;
	}

.fleft a, .fright a, .fleft a:visited, .fright a:visited {
	color: #80d129;
	text-decoration: none;
	font-size: 12px;
	}

.fleft a:hover, .fright a:hover {
	color: #9fde5c;
	text-decoration: none;
	}

/* ----- HEADINGS ----- */

h1{
	font-size:17px;
	font-weight:normal;
	color:#bcfe76;
	margin:0 0 20px;
	padding:0;
	line-height: 24px;
}
h2{
	font-size:16px;
	font-weight:normal;
	color:#fff;
	margin:0 0 20px;	
	padding:0;
	line-height: 24px;
}
h3{
	font-size:15px;
	font-weight:bold;
	color:#bcfe76;
	margin:0 0 15px;
	padding:0;
	line-height: 20px;
}
h4{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin:0 0 15px;
	padding:0;
	line-height: 18px;

}

h5{
	font-size:13px;
	font-weight:bold;
	color:#bcfe76;
	margin:0 0 15px;
	padding:0;
	line-height: 20px;
}
h6{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	margin:0 0 15px;
	padding:0;
	line-height: 18px;

}

/* ----- PARAGRAPHS ----- */

p{
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}

/* ----- LISTS ----- */

#navcontainer #content li{
	list-style-image:url(../../oasis.staging3.bam.com.au/art/list-style.gif);
	margin:4px 0;
	color: #fff;
}

#navcontainer #content ul{
	margin:10px 30px;
}

#navcontainer #content li a{
	color: #fff;
	}

#navcontainer #content li a:hover {
	color: #bcfe76;
	}

#page-content ul li{
}

/* ----- NAVIGATION ----- */ 

#navigation ul {
	margin: 10px 11px;
}

#navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#navigation ul li a span {
	padding:0;
	margin:-9999px 0 0 -9999px;		/* this is a trick for if someone has css turned off, inside the anchor tag, write <span>$page-name</span> if css is off the name will appear as text, if not the css kicks it out of view */
}

#navigation ul li a#home {
	background: url(../../oasis.staging3.bam.com.au/art/homelink.gif) no-repeat 0 0;
	width:196px;
	height:40px;
	display: block;
	background-position: 0 0;
	}

#navigation ul li a#home:hover {
	background: url(../../oasis.staging3.bam.com.au/art/homelink.gif) no-repeat 0 -40px;
	}


#navigation ul li a#home.active {
	background: url(../../oasis.staging3.bam.com.au/art/homelink.gif) no-repeat 0 -40px;
	}

#navigation ul li a#about {
	background: url(../../oasis.staging3.bam.com.au/art/aboutlink.gif) no-repeat 0 0;
	width:196px;
	height:40px;
	display: block;
	}

#navigation ul li a#about:hover {
	background: url(../../oasis.staging3.bam.com.au/art/aboutlink.gif) no-repeat 0 -40px;
	}

#navigation ul li a#about.active {
	background: url(../../oasis.staging3.bam.com.au/art/aboutlink.gif) no-repeat 0 -40px;
	}

#navigation ul li a#domestic {
	background: url(../../oasis.staging3.bam.com.au/art/domesticlink.gif) no-repeat 0 0;
	width:196px;
	height:40px;
	display: block;
	}

#navigation ul li a#domestic:hover {
	background: url(../../oasis.staging3.bam.com.au/art/domesticlink.gif) no-repeat 0 -40px;
	}

#navigation ul li a#domestic.active {
	background: url(../../oasis.staging3.bam.com.au/art/domesticlink.gif) no-repeat 0 -40px;
	}

#navigation ul li a#commercial {
	background: url(../../oasis.staging3.bam.com.au/art/commerciallink.gif) no-repeat 0 0;
	width:196px;
	height:40px;
	display: block;
	}

#navigation ul li a#commercial:hover {
	background: url(../../oasis.staging3.bam.com.au/art/commerciallink.gif) no-repeat 0 -40px;
	}

#navigation ul li a#commercial.active {
	background: url(../../oasis.staging3.bam.com.au/art/commerciallink.gif) no-repeat 0 -40px;
	}

#navigation ul li a#services {
	background: url(../../oasis.staging3.bam.com.au/art/serviceslink.gif) no-repeat 0 0;
	width:196px;
	height:40px;
	display: block;
	}

#navigation ul li a#services:hover {
	background: url(../../oasis.staging3.bam.com.au/art/serviceslink.gif) no-repeat 0 -40px;
	}

#navigation ul li a#services.active {
	background: url(../../oasis.staging3.bam.com.au/art/serviceslink.gif) no-repeat 0 -40px;
	}

#navigation ul li a#enquire {
	margin-top: 20px;
	background: url(../../oasis.staging3.bam.com.au/art/enquirelink.gif) no-repeat 0 -40px;
	width:196px;
	height:40px;
	display: block;
	}

#navigation ul li a#enquire:hover {
	background: url(../../oasis.staging3.bam.com.au/art/enquirelink.gif) no-repeat 0 -40px;
	}

#navigation ul li a#enquire.active {
	background: url(../../oasis.staging3.bam.com.au/art/enquirelink.gif) no-repeat 0 -40px;
	}

	
/* ----- IMAGES ----- */

img{
border:0;
}

/* ----- LINKS ----- */

a, a:link, a:visited{
color:#bcfe76;
outline: none;
text-decoration:none;
font-size: inherit;
}

a:hover{
color: #fff;
}

/* ----- FORMS ----- */

#content form {
	margin: 20px 0;
	}

#content input {
	vertical-align: middle;
	height: 20px;
	}

#content input.search {
	vertical-align: middle;
	width: 115px;
	height: 36px;
	
	}

#content input.submit {
	vertical-align: middle;
	width: 115px;
	height: 36px;
	float: right;
	border: 0;
	}

#form td{
	color: #fff;
	}

#form input, #form textarea {
	margin: 6px 0;
	}

#form input, #form textarea {
	border: 1px solid #bcfe76;
	font-size: 12px;
	color: #426818;
	}


	

