/* - - - - - - - - - - - - - - - - - - - - -

Title : MPS Garage (Australia)
Description : full site styles

- - - - - - - - - - - - - - - - - - - - - */

/*
----------------------------------------------------------------------------- 
RESET STYLES
-----------------------------------------------------------------------------*/

html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote { 
	margin: 0;
	padding: 0;
	}

body {
	font: 14px/18px arial, helvetica, verdana, sans-serif;
	margin: 0 auto 0 auto;
	padding: 0;
	
	}
	body#template {
		/*background: #0d749f url(../imgs/bgMain_template.jpg) repeat-x 0 0 ;*/
        background: #000;
		color: #000;
		}


img {
	border: 0;
	}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	}

small {
	color: #9a9a9a;
	line-height: 12px;
	}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0
	}

.fl {
	float: left;
	}
.fr {
	float: right;
	}
.cl {
	clear: left;
	}

/* BODY */
.bodyTable{

	background-color: #fff;
	border-style:solid;
	border-width:thin;
	border-color: #b8bbbc;
	height:800px;
}

/*
----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/

#wrapper {
	width: 934px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	}

#header {
	background: url(../imgs/bgHeader.png) no-repeat 0 0;
	width: 934px;
	height: 153px;
	}

.innerTube {
	padding: 22px;
	}

#midSection {
	height: 229px;
	}
#template #midSection {
	text-align: right;
	height: 100px;
	}

#container {
	background: url(../imgs/bgFooter.jpg) no-repeat top center;
	width: 934px;
	}
#template #container {
	background: none;
	}
	#left {
		float: left;
		width: 466px;
		}
	#right {
		float: left;
		width: 467px;
		}
		.portfolio {
			background: url(../imgs/bgRightPortfolio.gif) repeat-x 0 0;
			}
	
#footer {
	height: 60px;
	background: #04293b;
	font: 11px arial, helvetica, verdana, sans-serif;
	color: #f8f8f8;
	clear: both;
	border-top: 1px solid #204658;
	}
#template #footer {
	background: #04293b url(../imgs/bgFooter_slice.jpg) repeat-x 0 0;
	height: 240px;
	padding-top: 3px;
	}
#footerWrapper {
	background: #04293b url(../imgs/bgFooter_template.jpg) no-repeat top center;
	width: 940px;
	margin: 0 auto;
	padding: 20px 0;
	height: 200px;
	}
	#footer p {
		padding: 5px 20px;
		margin: 0;
		}


/*
----------------------------------------------------------------------------- 
NAVIGATION - Main Site
-----------------------------------------------------------------------------*/

#topNav ul {
	float: right;
	width: 449px;
	height: 30px;
	margin-top: 51px;
	}
	
#topNav li { 
	display: block;
	float: left;
	margin: 0 6px;
	line-height: 57px;
	}
	
#topNav li a {
	font: normal 14px/20px arial, helvetica, verdana, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	}
#topNav li a:hover {
	color: #999;
	}

#topNav li.selected a { 
	color: #ec531c;
	}

/*
----------------------------------------------------------------------------- 
HEADINGS
-----------------------------------------------------------------------------*/

h1 {
	display: block;
	font: normal 2em arial,helvetica,verdana,sans-serif;
	margin: 0.5em 0;
	}

#template h1 {
	background: transparent url(../imgs/bgHeading.gif) repeat-x bottom left;
	}

h2 {
	font: bold 16px "Tahoma", arial, helvetica, verdana, sans-serif;
	color: #fff;
	}
	
h3,h4 {
	font: bold 14px "Tahoma", arial, helvetica, verdana, sans-serif;
	color: #494949;
	}

/*
----------------------------------------------------------------------------- 
MISC
-----------------------------------------------------------------------------*/

.thumb {
	padding: 1px;
	border: 4px solid #e4dfdc;
	}

.companyInfo {
	color: #ec531c;
	margin-bottom: 20px;
	}

/* Boxes - Homepage */

.box {
	background: transparent url(../imgs/bgBox.png) no-repeat 0 0;
	width: 270px;
	height: 150px;
	float: left;
	padding: 12px;
	margin-top: 41px;
	margin-left: 12px;
	}
	.box span {
		float: right;
		}
	.box p {
		margin-top: 0;
		}
		
/* Portfolio - Homepage */

#portfolioBox {
	border-bottom: 1px solid #204658;
	padding-bottom: 15px;
	}

#portfolioBox img {
	border: 4px solid #05212e;
	margin: 15px 0 0 15px;
	float: left;
	}

/* Description - Homepage */

#descriptionBox {
	border-bottom: 1px solid #204658;
	}

ul#starPoints li {
	background: transparent url(../imgs/icnStarPoint.gif) no-repeat top left;
	color: #bebebe;
	margin-bottom: 1.5em;
	padding-left: 25px;
	width: 330px;
	}

/*
----------------------------------------------------------------------------- 
LINKS
-----------------------------------------------------------------------------*/

a {
	color: #ec531c;
	}
a:hover {
	color: #666;
	}

.footerMenu a {
	color: #4589aa;
	text-decoration: none;
	text-transform: uppercase;
	}
.footerMenu a:hover, .footerMenu a.selected {
	color: #fff;
	}


/*
----------------------------------------------------------------------------- 
FORMS
-----------------------------------------------------------------------------*/

fieldset {
	border: 0;
	}

#frm_name, #frm_email, #frm_message {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	border: 1px solid #3a5b6b;
	padding: 3px;
	background: #05212e;
	}
	#frm_name, #frm_email {
		margin-right: 20px;
		width: 160px;
		}
	#frm_message {
		width: 350px;
		}

#frm_name:focus, #frm_email:focus, #frm_message:focus {
	background: #0b2c3c;
	}

.errors {
	display: none;
	margin-bottom: 10px;
	color: red;
	font-style: italic;
	font-size: 11px;
	}

/*
----------------------------------------------------------------------------- 
SIFR
-----------------------------------------------------------------------------*/

.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
	}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
	}
.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
	}
.sIFR-alternate {
  position: absolute; 
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
	}
.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
	}
.sIFR-dummy {
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
	}  


/*---- Header styling ---*/

.sIFR-active h1 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  font-size: 24px;
	}

.sIFR-active h2 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  font-size: 22px;
	}
