/*

Style Sheet For http://www.abmt.com.au/
http://www.geemultimedia.com.au/

----------------------------------
Table of Contents  
----------------------------------
		1) imports
		2) defaults
		3) typography
		4) structure
		5) navigation
		6) home page


----------------------------------
Notes
----------------------------------

There are external CSS files for:
		a) Reset
		b) Spacefix

*/





/*----------------------------------------------------------------------
imports 
-----------------------------------------------------------------------*/

@import url('css-reset.css');
@import url('spacefix.css');




/*----------------------------------------------------------------------
defaults 
-----------------------------------------------------------------------*/

html,
body{
	height:100%;
}
body{
	background: url(../images/backgrounds/bg-main.jpg) no-repeat top center #000;
	font: normal 13px/1.6 Arial, Helvetica, sans-serif;
	color: #fff;
}
a,
.imgBtn{
	outline: none !important;
}
::-moz-selection{
       background-color: #fff;
       color: #000;
}
::selection{
       background-color: #fff;
       color: #000;
}

/*----------------------------------------------------------------------
typography 
-----------------------------------------------------------------------*/


h1{
	font: normal 28px/1 Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #fff;
	margin: 0px 0px 10px 0px;
}
h2{
	font: normal 20px/1.2 Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #fff;
	margin: 20px 0px 5px 0px;
}
h3{
	font-size: 16px;
	color: #fff;
	line-height: 1.2;
	margin: 0px 0px 5px 0px;
}
h4{
	font-size: 16px;
	color: #fff;
}
p{
	color: #fff;
	margin: 0px 0px 10px 0px;
}
.bold,
strong{
	font-weight: bold;
}
.italics,
em{
	font-style: italic;
}


/*----------------------------------------------------------------------
structure 
-----------------------------------------------------------------------*/

/* header */

header {
	width: 980px;
	height: 125px;
	margin: 0 auto;
	position: relative;
}
header a.logo{
	display: block;
	background: url(../images/logos/logo-abmt.png) no-repeat 0 0;
	width: 172px;
	height: 97px;
	text-indent: -9999em;
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 2;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}
header a.logo:hover{
	-moz-opacity: .80;
	opacity: .80;
	filter: alpha(opacity=80);
}

/* content */

#content{
	width: 980px;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
}
.contentWrapper{
	width: 620px;
	padding: 20px 0 0 0;
	float: left;
	
}
#leftPanel{
	width: 300px;
	padding: 20px 0 0 0;
	margin-right: 40px;
	float: left;
}



/* banner */

#banner{
	width: 949px;
	height: 330px;
	background: url(../images/banners/home-banner.png) no-repeat 0 0;
	border-bottom: 1px #535355 solid;
	padding: 45px 0 2px 31px;
	margin: 0 0 20px 0;
}
#banner h1{
	width: 310px;
}
#banner p{
	width: 280px;
	font: normal 16px/1.3 Georgia, "Times New Roman", Times, serif;
}



/*----------------------------------------------------------------------
navigation 
-----------------------------------------------------------------------*/

nav{
	background: url(../images/backgrounds/bg-nav.png) repeat 0 0;
	position: absolute;
	top: 100px;
	right: 0;
	z-index: 10;
}
nav ul{
	list-style: none;
	padding: 0;
	position:relative;
	z-index: 10;
}
nav ul li{
	float: left;
	height: 25px;
	position:relative;
	z-index: 10;
	margin: 0px 12px;
}
nav ul li:hover{
	/*background: url(../images/navigation/arw.png) no-repeat bottom center;*/
}
nav ul li a{
	display: block;
	font: bold 13px/21px Arial, Helvetica, sans-serif;
	background: none;
	color: #fff;
	text-transform: uppercase;
	outline: none;
	text-decoration: none;
	padding: 0 0 3px 0;
	outline: none;
}
nav ul li#miContactUs{
	margin-right: 0;
}
nav #miOverview a:hover,
nav .overview #miOverview a{
	text-decoration: none;
	background: url(../images/navigation/overview-hover.png) no-repeat bottom center;
}
nav #miMelbourne a:hover,
nav .melbourne #miMelbourne a{
	text-decoration: none;
	background: url(../images/navigation/mel-hover.png) no-repeat bottom center;
}
nav #miChina a:hover,
nav .china #miChina a{
	text-decoration: none;
	background: url(../images/navigation/chn-hover.png) no-repeat bottom center;
}
nav #miServices a:hover,
nav .services #miServices a{
	text-decoration: none;
	background: url(../images/navigation/services-hover.png) no-repeat bottom center;
}
nav #miContactUs a:hover,
nav .contactUs #miContactUs a{
	text-decoration: none;
	background: url(../images/navigation/contact-hover.png) no-repeat bottom center;
}






/*----------------------------------------------------------------------
common styles 
-----------------------------------------------------------------------*/

a{
	color: #3a8781;
	text-decoration: none;
	outline: none;
}
a:hover{
	text-decoration: underline;
}
address{
	color: #fff;
	font: normal 13px/1.4 Arial, Helvetica, sans-serif;
}
.pdf a{
	background:url(../images/icons/pdf.gif) no-repeat center right;
	padding-right:20px;
}

/* breadcrumbs */

.breadcrumbs{
	height: 25px;
	border-bottom: 1px #ccc dotted;
	margin-bottom:20px;
}
.breadcrumbs a{
	background: url(../images/misc/bullet-breadcrumbs.png) no-repeat 0px 3px;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	margin-right: 3px;
}
.breadcrumbs span{
	background: url(../images/misc/bullet-breadcrumbs-small.png) no-repeat 0px 3px;
	font-size: 11px;
	color: #555;
	font-weight: bold;
	padding-left: 10px;
}

/* basic list */

ul.basic{
	list-style: none;
	margin: 0px 0px 10px 10px;
	padding: 0px;
}
ul.marginLeft{
	margin: 0px 0px 10px 15px;
}
ul.basic li{
	background: url(../images/misc/bullet-white.png) no-repeat 0px 6px;
	color: #fff;
	padding: 0px 0px 3px 13px;
}



/*----------------------------------------------------------------------
home page 
-----------------------------------------------------------------------*/

#homeSections{}
#homeSections .abmtMel{
	width: 300px;
	background: url(../images/tiles/tile-home-1-hover.jpg) no-repeat 2px 2px;
	margin-right: 40px;
	float: left;
}
#homeSections .abmtChn{
	width: 300px;
	background: url(../images/tiles/tile-home-2-hover.jpg) no-repeat 2px 2px;
	margin-right: 40px;
	float: left;
}
#homeSections .abmtFab{
	width: 300px;
	background: url(../images/tiles/tile-home-3-hover.jpg) no-repeat 2px 2px;
	float: left;
}
#homeSections .abmtMel a.img,
#homeSections .abmtChn a.img,
#homeSections .abmtFab a.img{
	display: block;
	width: 296px;
	height: 116px;
	padding: 1px;
	border: 1px #535455 solid;
}
#homeSections a{
	border: 0px;
	outline: none;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}



/*----------------------------------------------------------------------
internal pages 
-----------------------------------------------------------------------*/

#leftPanel img{
	padding: 2px;
	border: 1px #3A8781 solid;
	margin-bottom: 20px;
}


/*----------------------------------------------------------------------
contact
-----------------------------------------------------------------------*/

.contactAus,
.contactChn{
	width: 280px;
	float: left;
	margin-right: 50px;
}
.contactChn{
	margin-right: 0px;
}
.contactAus span,
.contactChn span{
	font: bold 15px/1 Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #3a8781;
}
.contactAus address,
.contactChn address{
	margin-bottom: 20px;
}
.contactAus p,
.contactChn p{
	margin-bottom: 0px;
}
.contactChn p.lft{
	padding-left: 25px;
}







#cForm{
	margin: 20px 0 0 0;
}
#cForm div{
	height: 28px;
	margin: 0px 0px 8px 0px;
	position: relative;
}
#cForm label{
	display:inline-block;
	width:110px;
	font-size: 11px;
	color: #555;
	font-weight:bold;
	line-height: 30px;
	vertical-align:top;
}
#cForm label span{
	color:#900;
}
#cForm input.field,
#cForm .fieldLarge{
	background:#fff;
	width:237px;
	height:26px;
	line-height:26px;
	border:1px #ccc solid;
	border-radius:3px;
	font-size:11px;
	color:#555;
	padding:0px 7px;
	outline: none;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}
#cForm .fieldLarge{
	height:110px;
	resize:none;
	overflow:auto;
}
#cForm .comment{
	height:110px;
}
#cForm input.field:focus,
#cForm .fieldLarge:focus{
	background: #f9f4ff;
	border-color: #a895bf;
}
#cForm .error,
#cForm input.error{
	background: #fccfcf;
	border-color: #f49a9a;
}
#cForm .imgBtn{
	background: url(../images/buttons/btn-main.png) no-repeat 0px 0px;
	width: 140px;
	height: 29px;
	padding: 0 0 0 10px;
	margin-left: 114px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border: 0px;
	outline: none;
	cursor: pointer;
}
#cForm .imgBtn:hover{
	background-position: 0px -29px;
}




/*----------------------------------------------------------------------
footer
-----------------------------------------------------------------------*/

footer{
	width: 980px;
	margin: 0 auto 10px auto;
	border-top: 1px #666 solid;
}
footer p{
	text-align: center;
	color: #666;
	font-size: 11px;
	line-height: 3;
}



/*----------------------------------------------------------------------
clearfix 
-----------------------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	clear:both;
	display: inline-block;
	zoom: 1;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

