/*
-----------------------------------------------
- Z Force
----------------------------------------------- 
- Author:  Swear Words (www.swearwords.com.au)
- Version:  24/02/2009
----------------------------------------------- */

*
{
	margin: 0;
	padding: 0;
}

a 
{
	color: #0099CC;
}

a.none
{
	text-decoration: none;
}

a.none:hover
{
	text-decoration: underline;
}

a.top_nav
{
	color: #000000;
	text-decoration: none;
}

a.top_nav:hover
{
	text-decoration: underline;
}

a.service_heading_link
{
	color: #333333;
	text-decoration: none;
}

a.service_heading_link:hover
{
	color: #0099CC;
}

body
{
	font-family: Cambria, Georgia, Helvetica, Arial, Verdana, Sans-serif;
	font-size: 13px;
	color: #000000;
	background: url("../../images/site/bg.gif");
}

img
{
	padding: 0;
	border: 0;
	margin: 0;
}

input.enquiry,
select.enquiry,
textarea.enquiry
{
	margin: 0px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 5px;
	width: 190px;
	font-family: Cambria, Georgia, Helvetica, Arial, Verdana, Sans-serif;
	font-size: 12px;
	height: 17px;
	border: none;
	background-color: #ffffff;
	color: #333333;
	overflow: hidden;
}

ul.content
{
	margin-left: 15px;
}

.space
{
	height: 5px;
}

.finger
{
	cursor: pointer;
}

.txt_bigger
{
	font-size: 13px;
}

.txt_black
{
	color: #000000;
}

.txt_caption
{
	color: #333333;
	font-size: 11px;
	line-height: 15px;
}

.txt_grey
{
	color: #999999;
}

.txt_heading
{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

h2.txt_heading
{
	padding-bottom: 10px;
}

.txt_testimonial
{
	font-size: 20px;
	font-style: italic;
	color: #999999;
}

.txt_testimonial_author
{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

/* NAVIGATION LAYER STYLES */

#top_navigation
{
	width: 860px;
	padding: 5px 20px 0px 20px;
	height: 25px;
	font-size: 16px;
	background: url("../../images/site/bg_menu.jpg") no-repeat;
	overflow: hidden;
}

#top_navigation ul.top_nav
{
	display: inline;
}

#top_navigation ul.top_nav li
{
	margin-right: 20px;
	display: inline;
	list-style: none;	
}

/* SLIDE MENU STYLES */

div.dhtmlnav
{
	padding-top: 10px;
	width: 178px;	
	background: url("../../images/site/bg_menu.png") top left repeat-y !important;
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/site/bg_menu.png', sizingMethod='scale');
}

div.dhtmlnav_bottom
{
	width: 178px;	
	height: 15px;
	background: url("../../images/site/bg_menu_bottom.png") no-repeat !important;
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/site/bg_menu_bottom.png', sizingMethod='image');
}

div.subnav
{
	padding-left: 15px;
	padding-right: 18px;
	padding-bottom: 5px;
	width: 150px;
	line-height: 15px;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	text-transform: none;
}

div.subnav a
{
	color: #000000;
	text-decoration: none;
}

div.subnav a:hover
{
	color: #0099cc;
	text-decoration: underline;
}

/* HEADER LAYER STYLES */

#header
{
	height: 46px;
	border-bottom: 4px solid #000000;
	overflow: hidden;
}

#header #left
{
	float: left;
	width: 440px;
	overflow: hidden;
}

#header #right
{
	float: right;
	padding-top: 10px;
	width: 440px;
	text-align: right;
	overflow: hidden;
}

#intro
{
	padding-top: 10px;
	height: 20px;
	color: #333333;
	overflow: hidden;
}

#banner
{
	width: 900px;
	height: 120px;
	background: url("../../images/site/bg_banner.gif") top left no-repeat;
	overflow: hidden;
}

#home_banner
{
	position: relative;
	margin-top: -120px;
	width: 900px;
	height: 120px;
	overflow: hidden;
}

/* ENQUIRY FORM: TALK TO US */

#container_enquiry
{
	/*position: absolute;
	top: 75px;
	z-index: 10;*/
	width: 900px;
	height: 0px;
	color: #ffffff;
	background: url("../../images/site/bg_enquirybox.gif") top left no-repeat;
	overflow: hidden;
}

#container_enquiry #left
{
	float: left;
	padding: 10px 0px 5px 20px;
	width: 420px;
	height: 180px;
	overflow: hidden;
}

#container_enquiry #right
{
	float: right;
	padding: 10px 20px 5px 0px;
	width: 420px;
	height: 180px;
	text-align: right;
	overflow: hidden;
}

/* REPLY/COMMENT FORM */

#container_replybox
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 20px 10px 20px;
	width: 400px;
	height: 150px;
	color: #ffffff;
	font-size: 13px;
	background: url("../../images/site/bg_replybox.gif") top left no-repeat;
	overflow: hidden;
}

/* FOOTER LAYER STYLES */

#footer
{
	padding: 18px 20px 0px 20px;
	width: 860px;
	height: 32px;
	background: url("../../images/site/bg_footer.gif") no-repeat;
	overflow: hidden;
}

#footer_extralinks
{
	color: #999999;
	font-size: 12px;
	padding-top: 5px;
	padding-left: 20px;
	width: 860px;
	height: 20px;
	overflow: hidden;
}

#footer #left
{
	float: left;
	width: 800px;
	height: 32px;
	overflow: hidden;
}

#footer #right
{
	float: right;
	padding-top: 5px;
	width: 20px;
	overflow: hidden;
}

/* MAIN LAYER STYLES */

#content
{
	width: 900px;
	overflow: hidden;
}

#content .blog_heading
{
	color: #333333;
	font-style: italic;
	font-size: 24px;
}

#content .blog_entry
{
	margin-top: 10px;
	padding-top: 15px;
	border-top: 2px solid #cccccc;
	width: 440px;
}

#content  .service .feature_heading
{
	margin-bottom: 15px;
	font-family: Cambria, Georgia, Helvetica, Arial, Verdana, Sans-serif;
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
}

#content  .service .service_heading
{
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-left: 20px;	
	width: 190px;
	font-size: 20px;
	font-weight: bold;
	background: url("../../images/site/icon_bullet.gif") top left no-repeat;
	overflow: hidden;
}

#content  .service .service_link
{
	margin-bottom: 15px;
	padding-left: 20px;	
	width: 190px;
	font-size: 13px;
	background: url("../../images/site/icon_bullet_black.gif") top left no-repeat;
	overflow: hidden;
}

#content .featured .feature_top
{
	width: 440px;
	height: 10px;
	background: url("../../images/site/bg_bubble_top.gif") top left no-repeat;
	overflow: hidden;
}

#content .featured .feature_content
{
	width: 420px;
	padding: 0px 10px 5px 10px;
	font-size: 11px;
	font-family: Geneva, Tahoma, Helvetica, Arial, Sans-serif;
	background-color: #e6e6e6;
	color: #000000;
	overflow: hidden;
}

#content .featured .feature_bottom
{
	width: 440px;
	height: 10px;
	background: url("../../images/site/bg_bubble_bottom_2.gif") top left no-repeat;
	overflow: hidden;
}

#content  .blogs .blog_link
{
	margin-bottom: 15px;
	padding-left: 20px;	
	width: 190px;
	font-size: 13px;
	background: url("../../images/site/icon_bullet_nospace.gif") top left no-repeat;
	overflow: hidden;
}

#content .postcomment
{
	border-top: 2px solid #cccccc;
	margin-bottom: 15px;
	padding-top: 10px;
	width: 440px;
	font-size: 15px;
	overflow: hidden;
}

#content .downloads
{
	border-top: 1px solid #cccccc;
	padding: 10px 0;
	width: 440px;
	font-size: 15px;
	overflow: hidden;
}

#content .downloads_content
{
	margin-bottom: 15px;
	width: 380px;
	padding: 0px 30px;
	overflow: hidden;
}

#content .comment_box
{
	margin-bottom: 10px;
	width: 440px;
	overflow: hidden;
}

#content .comment_box .bubble_top
{
	width: 440px;
	height: 10px;
	background: url("../../images/site/bg_bubble_top.gif") top left no-repeat;
	overflow: hidden;
}

#content .comment_box .bubble_content
{
	width: 420px;
	padding: 0px 10px 5px 10px;
	font-size: 11px;
	font-family: Geneva, Tahoma, Helvetica, Arial, Sans-serif;
	background-color: #e6e6e6;
	color: #666666;
	overflow: hidden;
}

#content .comment_box .bubble_content .comment_heading
{
	font-family: Cambria, Georgia, Helvetica, Arial, Verdana, Sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #333333;
}

#content .comment_box .bubble_bottom
{
	width: 440px;
	height: 25px;
	background: url("../../images/site/bg_bubble_bottom.gif") top left no-repeat;
	overflow: hidden;
}
