/*
-----------------------------------------------
- Evans Faull
----------------------------------------------- 
- Author:  Swear Words (www.swearwords.com.au)
----------------------------------------------- */

*
{
	margin: 0;
	padding: 0;
}

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

a:hover
{
	text-decoration: underline;	
}

body, html { height: 100%; overflow: hidden; }

body
{
	margin: 0 auto;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #ffffff;
}

img
{
	border: 0;
	margin: 0;
}

ul.content
{
	margin-left: 20px;
}

ul.content li { list-style: disc outside none; }

.bg_nav_selected
{
	background: url("../../images/site/bg_nav_selected.gif") top left no-repeat;
}

.bg_hide { display: none; }
.dragThis {	cursor: move; }
.finger { cursor: pointer; }
.left { float: left; }
.right { float: right; }

.txt_intro { font-size: 14px; }

/* GLOBAL LAYER STYLES */

#background
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}

#background img 
{	
	min-height: 50%;
	min-width: 50%;
}

#background_overlay
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden;
}

#container_logo
{
	position: absolute;
	bottom: 40px;
	left: 30px;
	width: 210px;
	height: 150px;
	z-index: 50px;
	overflow: hidden;
}

#wrapper
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

#container_main
{
	margin-left: 405px;
	width: 540px;
	overflow: hidden;
}

#container_details
{
	float: right;
	padding-top: 20px;
	width: 510px;
	line-height: 1.5em;
	overflow: hidden;
}

#container_details strong
{
	font-weight: bold;
}

#container_page_selected
{
	float: left;
	width: 11px;
	height: 10px;
	overflow: hidden;
}

#container_address
{
	position: absolute;
	left: 435px;
	bottom: 0;
	width: 510px;
	height: 50px;
	font-size: 10px;
	line-height: 15px;
	overflow: hidden;
}

#swear_words
{
	position: absolute;
	left: 975px;
	bottom: 15px;
	width: 20px;
	height: 12px;
	overflow: hidden;
}

#container_details.home { padding-top: 20px; }
#container_details.about { padding-top: 40px; }
#container_details.services { padding-top: 65px; }
#container_details.clients { padding-top: 90px; }
#container_details.contact { padding-top: 90px; }

.home { width: 510px; }
.about {	width: 510px; }
.services { width: 510px; }
.contact { width: 510px; }

.hdr_home { height: 120px; margin-bottom: 10px; }
.hdr_about {	height: 130px; margin-bottom: 20px; }
.hdr_services { height: 150px; margin-bottom: 20px; }
.hdr_contact { height: 210px; margin-bottom: 10px; }

.extra_box
{
	width: 240px;
	overflow: hidden;
}

/* NAV */

#container_navigation
{
	position: absolute;
	top: 20px;
	left: 5px;
	width: 145px;
	z-index: 50;
	overflow: hidden;
}

	#container_navigation #nav_bg
	{
		margin-bottom: -150px;
		width: 145px;
		height: 150px;
		overflow: hidden;
	}

	#container_navigation #page_navs
	{
		position: relative;
		width: 145px;
		height: 150px;
		overflow: hidden;
	}

	#container_navigation .bg_box,
	#container_navigation .bg_nav_selected,
	#container_navigation .nav_box
	{
		margin-bottom: 15px;
		padding-left: 25px;
		width: 120px;
		height: 15px;
		overflow: hidden;
	}
	
.info_box
{
	margin-top: 5px;
	margin-bottom: 30px;
	width: 490px;
	overflow: hidden;
}

.info_box .info_image
{
	float: left;
	width: 150px;
	overflow: hidden;
}

.info_box .info_text
{
	float: right;
	width: 320px;
	overflow: hidden;
}

.clients_box
{
	margin-top: 5px;
	margin-bottom: 30px;
	width: 520px;
	overflow: hidden;
}

	.client_box
	{
		float: left;
		margin-right: 10px;
		width: 160px;
		overflow: hidden;
	}
	
	.client_box img
	{
		border: 1px solid #666666;
		padding: 4px;
		width: 150px;
		overflow: hidden;
	}	
	
	.case_study
	{
		float: left;
		margin-left: 10px;
		width: 330px;
		overflow: hidden;
	}	
