/*
*  Website:		Fraser and Mountain
*  Author:		Angel Web Designs
*  Copyright:	(c) 2009 Fraser & Mountain Pty Ltd
*
*  Primary Colours:	#ffcc00 - heading yellow
*					#333333 - dark grey font
*					#deaa04 - yellow heading
*/

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	color: #000000;
}

.background
{
	background: #fff url(Images/bggrad.png) repeat-x;
	width: 100%;
	padding: 30px 0px 10px;
}

a
{
	color: #cc9900;
}

a:hover
{
	color: #666;
}

ul
{
	list-style-position: inside;
	margin: 15px 20px;
	line-height: 1.4em;
}

img
{
	border: 0px;	
}

p
{
	margin: 7px 0px;	
}

h2
{
	color: #333;
	margin: 12px 0px;
}

h3
{
	color: #333;
	margin: 10px 0px;
}

h4
{
	color: #333;
	font-size: 1.1em;
	margin: 10px 0px;
}

h5
{
	font-size: 1em;
}

address
{
	font-style: normal;
}

.wrapper
{
	width: 972px;
	margin: 0px auto;
	background-color: transparent;
}

.wrapper_shadow_top
{
	background: url(Images/wrapper_top.png) no-repeat;
	height: 14px;
}

.wrapper_shadow_middle
{
	background: transparent url(Images/wrapper_middle.png) repeat-y;
	padding-right: 12px;
}

.wrapper_shadow_bottom
{
	background: url(Images/wrapper_bottom.png) no-repeat;
	height: 10px;
}

.column
{
	float: left;
	margin: 0px;
	padding: 0px 10px;
	width: 445px;
}

/************* Header *****************/
.header
{
	background: #ffffff url(Images/Clouds.png) no-repeat;
	background-position: center top;
	overflow: hidden;
	height: 98px
}


.header #left_logo h1
{
	margin: 0px 10px;
	width: 185px;
	height: 92px;
	overflow: hidden;
	float: left;
	
}

.header #right_logo h2
{
	margin: 0px 10px;
	width: 230px;
	height: 92px;
	overflow: hidden;
	float: right;
	
}

/************** Main navigation *********/
.nav
{
	background: url(Images/nav_bg.jpg) repeat-x;
	width: 100%;
	height: 30px;
	line-height: 30px;
	list-style-type: none;
	margin: 0px;

}

.nav li
{
	float: left;
	display: inline;
	background: url(Images/nav_sep.png) no-repeat;
	background-position: right top;
	position: relative;
}

.nav li:first-child
{
	padding-left: 5px;
}

.nav li ul li:first-child
{
	padding-left: 0px;
}

.nav li a
{
	font-size: 0.9em;
	color: #333;
	font-weight: bold;
	text-decoration: none;	
	padding: 0px 15px 0px 5px;
}

.nav li a:hover
{
	color: #666;	
}

.nav li ul
{
	position:absolute;
	top: 2.3em;
	left: -3px;
	height: 0px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	overflow:hidden;
	display: none;
}


.nav li:hover ul, .nav li a:hover ul, .nav li.over ul
{
	display: block;
	overflow: visible;
}

.nav li ul li
{
	clear: both;
	color: #333;
	border-top: 1px solid #fdcd21;
	display: block;
}

.nav li ul li a, .nav li:hover ul li a
{
	text-decoration: none;
	color: #333;
	display: block;
	width: 13em; /* was 120px */
	background: #dba702 url(Images/nav_bg.jpg) repeat-x;
	line-height: 30px;
}

.nav li ul li a:hover
{
	color: #666;
	display: block;
}


.navigation_footer
{
	background: #ffffff url(Images/nav_shadow.png) repeat-x;
	height: 22px;
	width: 100%;
}

/************* Main Content ***************/
.maincontent
{
	background: #ffffff;
	padding: 0px 10px 10px 10px;
	overflow: hidden;
}


blockquote
{
	color: 	#cc9900;
}

blockquote#fpbiline
{
	height: 19px;
	width: 320px;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
}

blockquote#fpbiline_maint
{
	height: 19px;
	width: 577px;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
}

.feature_images
{
	text-align: center;
	margin-bottom: 15px;
	padding: 0px;
}

.feature_images img#imgleft
{
	padding-right: 5px;	
}

.feature_images img#imgright
{
	padding-left: 10px;	
}

#home_projects_img
{
	float: right;
	padding-left: 10px;
}

#home_text
{
	float: left;
	width: 600px;
}


.projects
{
	margin-left: 20px;
	width: 500px;
	float: left;
}

.project_text
{
	float: left;
	width: 450px;
}

.project_text h3
{
	margin-top: 0px;
}

.project_division_image
{
	float: left;
	margin-right: 15px;
}

.projects_images
{
	float: right;
	width: 350px;
	margin-right: 30px;
	text-align: right;
}

.clearboth
{
	clear: both;
}

.yellow
{
	color: #deaa04;
}

/************* Contact Form *************/
#contact_form
{
	width: 350px;
}

#contact_form .form_row .rightalign_button
{
	float: right;
}

#contact_form .form_row
{
	padding: 5px;
	float: left;
	width: 100%;
}

#contact_form .form_row label
{
	display: block;
	float: left;
	white-space: nowrap;
	width: 10em;
}

#contact_form .form_row .input_wrapper
{
	border: 1px solid #cecece;
	display: block;
	background: #ffffff url(Images/input_text2.gif) repeat-x;
	float: left;
	padding: 2px 4px;
	width: 194px;
	margin: 0px;
	line-height: normal;
}

#contact_form .input_wrapper input.text
{
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	width: 100%;
}

#contact_form .textarea_wrapper {
	width: 564px;
	height: 80px;
}

#contact_form .textarea_wrapper textarea
{
	display: block;
	width: 100%;
	height: 80px;
	overflow: auto;
	background: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.errorLabel
{
	color: Red;
}

.successLabel
{
	color: Green;
}

/***************** Footer ***************/
.footer
{
	clear: both;
	margin-top: 50px;
	background-color: #e4e4e4;
	padding: 16px 10px;
	font-size: 0.8em;
	height: 6em;	/* 12em when login is switched on */
	overflow: hidden;
	font-weight: bold;
	color: #333333;
	vertical-align: bottom;
}

.footer a
{
	color: #666666;
	text-decoration: underline;
}

.footer_client
{
	float: left;
	width: 280px;
	height: 12em;
	overflow: hidden;
	padding-right: 10px;
}

.footer_right
{
	float: right;
}

.footer_nav
{
	overflow: hidden;
	height: 12em;
}



.footer .form_row
{
	padding: 5px;
	float: left;
	width: 100%;
}

.footer .form_row label
{
	display: block;
	float: left;
	white-space: nowrap;
	width: 72px;
}

.footer .form_row .input_wrapper
{
	border: 1px solid #cecece;
	display: block;
	background: #ffffff url(Images/input_text2.gif) repeat-x;
	float: left;
	padding: 2px 4px;
	width: 194px;
	margin: 0px;
	line-height: normal;
}

.footer .input_wrapper input.text
{
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	width: 100%;
}

.footer .form_row #lostpassword
{
	float: left;
}

.footer .form_row .login_button
{
	float: right;
}

.copyright
{
	font-size: 0.8em;
	color: #666666;
	text-align: center;	
}

.copyright a
{
	color: #666666;
	text-decoration: none;
}

.copyright a:hover
{
	text-decoration: underline;	
}

/*************** Alerts and messages ****************/
.helperinfo
{
	color: #999;
	font-style: italic;
}

.system
{
	display: block;
	float: left;
	padding: 0 0 0 19px;
	white-space: nowrap;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
}

.inline
{
	display: inline;
	float: none;
}

.negative
{
	color: #b86464;
	background-image: url(Images/negative.gif);
}
