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

.bg_hide
{
	display: none;
}

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

.dragThis
{
	cursor: move;
}

.finger
{
	cursor: pointer;
}

/* 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: 0px;
	left: 30px;
	width: 150px;
	height: 180px;
	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
{
	width: 965px;
	height: 100%;
	overflow: hidden;
}

#container_navigation
{
	float: left;
	padding-top: 20px;
	padding-left: 5px;
	width: 145px;
	z-index: 10px;
	overflow: hidden;
}

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

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

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

#container_details
{
	float: right;
	padding: 20px;
	overflow: hidden;
}

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

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

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

#container_header
{
	width: 100%;
	height: 50px;
	overflow: hidden;
}

#container_info
{
	width: 100%;
	overflow: hidden;
}

#container_info #scrollable_info
{
	float: left;
	width: 490px;
	overflow: hidden;
}

#container_info #scrollable_info .info_box
{
	margin-top: 5px;
	margin-bottom: 30px;
	width: 490px;
	overflow: hidden;
}

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

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

#container_scrollbar
{
	float: right;
	width: 10px;
	overflow: hidden;
}

#container_scrollbar #scrollbar_area
{
	width: 10px;
	background: url("../../images/site/bg_scroller.gif") repeat-y;
	overflow: hidden;
}

#container_scrollbar #scrollbar_handle
{
	width: 10px;
	height: 50px;
	background: url("../../images/site/bg_scroller_handle.gif") repeat-y;
	overflow: hidden;
}

#container_address
{
	position: absolute;
	bottom: 20px;
	font-size: 9px;
	overflow: hidden;
}
