@import url('../libraries/reset.css');
@import url('../libraries/jquery.colorbox/colorbox.css');
@import url('../libraries/baseforms/baseforms.css');
/*================================================================
	FMR Investments
------------------------------------------------------------------	 
	Original Author: Jake Gonzales																										
	Orginally Created on: 22/12/2009 																	
=================================================================*/



/*================================================================
	General Styles
=================================================================*/

/* File Download Icons */
a.file {background: url('../images/core/icon-file.gif') 0 0 no-repeat; padding-left: 20px;}
a.pdf  {background: url('../images/core/icon-pdf.gif') 0 0 no-repeat; padding-left: 20px;}
a.doc  {background: url('../images/core/icon-doc.gif') 0 0 no-repeat; padding-left: 20px;}

/*______________________________________________________
				
	Type Guidelines
http://www.aisleone.net/2009/design/8-ways-to-improve-your-typography/
  ______________________________________________________
	
	1. Measure (Paragraph width ): type size x 30.
	2. Leading (Line height): type size + 2-5px.
	3. Spacing (Margin bottom): Same as Leading.
  ______________________________________________________*/

html {
	background: url(../images/core/bg_main.gif) repeat-x top center;
}

body {
	color: #4c4c4c;
	font: 12px/18px Arial, Helvetica, sans-serif;
}

#p-enquiry #wrapper {
	width: auto;
}

#wrapper {
	width: 936px;
	margin: 27px auto 0 auto;
	padding: 21px 27px 0 27px;
	position: relative;
}


h1 {
	color: #ca0018;
	font: 44px/40px Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 18px;
}

h1 small {
	font-size: 70%;
}

h2 {
	font: 36px/39px Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 18px;
}
h3 {
	font: 24px/27px Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 18px;
}

h3 small {
	font-size: 70%;
}

h4 {
font: 21px/24px Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
margin-bottom: 18px;
}
h5 {
	font: 18px/21px Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 18px;
}
h6 {
	font: 16px/19px Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 18px;
}
p {
/* - Paragraph width should be dependant on the parent element.
	 	Put the paragraph with a div that has the width desired.
	 - To make sure paragraphs work in dynamic sites put all the
	 	styles on the body selector.
*/
	margin-bottom: 26px;
	text-align: justify;
}
address {
	font-style: normal;
	margin-bottom: 26px;
}

ul {
	margin-bottom: 26px;
}

hr {
	background: #000;
	border: none;
	height: 1px;
}

a {
	color: #ca0018;
}

a:hover {	
}

/*================================================================
	Header Area 
=================================================================*/
	
a#logo_link #branding_1 {
	display: none;
}

a#logo_link img {
	position: relative;
	left: 3px;
}

a#employment_cta {
	background: url(../images/core/button_employment.gif) no-repeat top left;
	height: 32px;
	overflow: hidden;
	position: absolute;
	right: 24px;
	text-indent: -9001px;
	top: 95px;
	width: 126px;
}

a#employment_cta:hover {
	background: url(../images/core/button_employment.gif) no-repeat bottom left;
}

/*================================================================
	Navigation Primary 
=================================================================*/

ul#nav_primary {
	font: 13px/16px Arial, Helvetica, "Myriad Pro", sans-serif;
	left: 217px;
	position: absolute;	
	top: 103px;
}

ul#nav_primary li {	
	display: block;
	float: left;
	margin-right: 28px;
}

ul#nav_primary li a {
	color: #ca0018;
	text-decoration: none;
	text-transform: uppercase;
}

ul#nav_primary li a:hover {
	border-bottom: 3px solid #ca0018;
}

ul#nav_primary li a.current {
	border-bottom: 3px solid #ca0018;
}

ul#nav_secondary {
	display: block;
	background: #ca0018;
	float: left;
	height: 400px;
	overflow: hidden;
	width: 159px;
}

ul#nav_secondary li {
	display: inline;
	float: left;
}

ul#nav_secondary a {
	display: block;
	height: 400px;
	overflow: hidden;
	text-indent: -9001px;
	width: 53px;
}

ul#nav_secondary a:hover {
	height: 410px;
	position: relative;
	top: -10px;
}

ul#nav_secondary li.n1 a {
	background: url(../images/core/button_tab1_mining.gif) repeat-y top right;
}
ul#nav_secondary li.n2 a {
	background: url(../images/core/button_tab2_mill.gif) repeat-y top right;
}
ul#nav_secondary li.n3 a {
	background: url(../images/core/button_tab3_other.gif) repeat-y top right;
}

/*================================================================
	Banner  
=================================================================*/

#banner {
	border-bottom: 1px solid #f2c0c6;
	border-top: 1px solid #f2c0c6;
	padding-bottom: 13px;
	padding-top: 13px;
	height: 400px;
	margin-bottom: 30px;
	margin-top: 8px; 
}

#banner #slideshow {
	float: left;
	position: relative;
}

#banner #slideshow img {
	left: 0;
	position: absolute;
	top: 0;
}

#cboxMiddleRight {
	float:right !important;
}

#cboxLoadedContent {
	margin-bottom: 0px !important;
}

#cboxContent {
	position: relative;
}

#cboxClose {
	right: 29px;
	margin: 0;
	padding: 0;
}

/*================================================================
	Content Main  
=================================================================*/

#content {
	float: left;
	width: 638px;
}

a.read-on {
	background: url(../images/core/button_read-on.gif) no-repeat bottom left;
	display: none;
	height: 23px;
	overflow: hidden;
	text-indent: -9001px;
	width: 76px;
}

a.read-on:hover {
	background: url(../images/core/button_read-on.gif) no-repeat top left;
}

/*================================================================
	Content Sub
=================================================================*/

#content_sub {
	background: url(../images/core/divider_pink.gif) no-repeat 0px 0px;
	float: left;
	margin-left: 50px;
	margin-top: 30px;
	padding-left: 27px;
	width: 220px;
}

.contact a {
	text-decoration: none;
}

.contact a:hover {
	text-decoration: underline;
}

.contact li {
	margin-bottom: 10px;
}

.contact li span {
	display: block;
	float: left;
	height: 16px;
	margin-right: 10px;
	overflow: hidden;
	text-indent: -9001px;
	width: 16px;
}

.contact li.c1 span {
	background: url(../images/core/icon_phone.gif) no-repeat top left;
}
.contact li.c2 span {
	background: url(../images/core/icon_fax.gif) no-repeat top left;
}
.contact li.c3 span {
	background: url(../images/core/icon_email.gif) no-repeat top left;
}
.contact li.c4 span {
	background: url(../images/core/icon_web.gif) no-repeat 0 4px;
}


/*================================================================
	Footer  
=================================================================*/

#footer {
	border-top: 1px solid #f2c0c6;
	font: 11px/13px Arial, Helvetica, sans-serif;
	margin-top: 20px;
	padding-top: 20px;
	width: 936px;
}

#footer p {
	clear: left;
	color: #CA0018;
	float: left;
	margin-left: 10px;
	padding-bottom: 30px;
	position: relative;
	top: -5px;
}

#branding_webfirm {
	float: right;
}

#nav_footer li {
	border-right: 1px solid #CA0018;
	display: inline;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

#nav_footer li.n1 {
	padding-left: 10px;
}

#nav_footer li.n5 {
	border-right: 0;
}

#nav_footer li a {
	text-decoration: none;
}

#nav_footer li a:hover {
	text-decoration: underline;
}



	
	