@charset "UTF-8";

/*
Css Name: Mary Ferguson
Css URL: http://maryferguson.com.au/
Description: Master Style Sheet for Mary Ferguson Website
Version: 1.0
Author: Andreas Pratikto <andrehok@yahoo.com>; Ingrid Harso <ingrid.harso@gmail.com>; Venny <ve_1001_nny@hotmail.com>; Thomaz Bastos <thommm@hotmail.com>; Mahnoor Valibhoy  <noor_valibhoy@hotmail.com>


*/


/*----------------------------------
		overall layout
-----------------------------------*/
@font-face {
  font-family: 'Futura';
  src: 	url('Futura.ttf'),
	url("Futura.eot");
}

body {
	font-family:  Futura, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #999999;
}

p {
	margin: 0;
	padding-bottom:10px;
	line-height: 140%
}
	
	
a img, img, div{
	border:none;
	margin:0;
	padding: 0;
}


a:link, a:visited{
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #6D3522;
	text-decoration: none;
}
.style1 {color: #999999}

/*----------------------------------
		Header
-----------------------------------*/
.header {
	padding-top: 120px;
	text-align: right;
	padding-right: 20px;
}


/*----------------------------------
	Navigation 
-----------------------------------*/

#navigation {
	/*width:528px;*/
	clear:both;

}

#navigation {
	/*margin:0 136px;*/
}

#navigation embed {
	/*float:left;*/
	margin:auto;
}

#navigation ul {
	width:350px;
	/*float:left;*/
	margin:auto;
	display:block;
}

#navigation li {
	list-style:none;
	float:left;
	margin:0 40px 0 0;
}

#navigation a {
	text-decoration:none;
	font-size:1.2em;
}


/*----------------------------------
	Page Menu 
-----------------------------------*/

#page_menu {
	width:100%;
	float:right;
	margin-bottom:30px;
}

#nav {
	width:468px;
	float:right;
}

#page_menu li {
	list-style:none;
	float:left;
	margin:0 0 0 30px;
}

#page_menu a {
	text-decoration:none;
	font-size:1.2em;
}

.current_page_item a, .current_page_ancestor a {	color:#6D3522 !important;}

/*----------------------------------
		Content layout
-----------------------------------*/
.container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/interface/Signature.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.content {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 30px;
}

#page_extra {
	/*width:225px;*/
	min-height:50px;
	float:left;
	padding:5px 0 0 100px;
	margin-right:40px;
}

#page_text {
	float:right;
	width:445px;
	padding-left:25px;
	padding-top:5px;
font-weight: 100;
}
#page_text_large {	
	float:right;	
	width:625px;	
	padding-left:25px;	
	padding-top:5px;
}
#page_gallery {
	width:100%;
	margin:0 auto;
	clear:both;
}
#page_contact_form {
	/*width:430px;*/
	float:left;
	padding-left:150px;
	padding-top:5px;
}
#page_extra_subpage_menu {	
	width:110px;		
	height:800px;	
	float:left;	
	margin-right:40px;
}
#page_extra_subpage_menu li {	
	float:right;	
	clear:both;	
	list-style:none;
}
#page_extra_subpage_menu a {	
	font-size:18px;	
	font-family:"Trebuchet MS", arial, sans-serif;	
	text-decoration:none;	margin:0 0 15px 0;	
	display:block;
}

.content hr {
	margin: 10px 0 20px 0;
}

.content h2 {
	color:#76412f;
	font-size:26px;
	display:block;
	margin-top:0px;
	margin-bottom:5px;
	/*font-family:"Trebuchet MS", arial, sans-serif;*/
	font-weight: bold;
}

.content h3 {
	color:#76412f;
	font-size:20px;
	display:block;
	margin-top:15px;
	margin-bottom:5px;
	font-family:"Trebuchet MS", arial, sans-serif;
}



/*----this is for flash intro on index page------*/
.intro {
	text-align: center;
	padding-top: 120px;
}


/*----------------------------------
		Footer layout
-----------------------------------*/


.footer {
	font-size: 12px;
	padding-top: 60px;
	padding-right: 20px;
	padding-left: 50px;
	padding-bottom:40px;
	clear: both;
}