/*
Design by Enigma Enterprises
www.enigmaenterprises.com.au
*/

/* Global reset */
img{border-style:none;}

a {
text-decoration: none;
color: #000;
font-weight:bold;
}

a:hover {
text-decoration: underline;
}

form,
fieldset,
input,
select{
	margin:0;
	padding:0;
}
fieldset{
	border: 0;
	border-style: none;
}
select{vertical-align:middle;}
:focus{outline:none;}
/* General */
html{
	background: url(../images/bg-html.jpg) repeat 71% 71%;
	height: 100%;
}
body{
	margin:0;
	font:12px/18px Tahoma, Arial, Helvetica, sans-serif;
	background: url(../images/bg-html.jpg) repeat 71% 71%;
	min-width: 942px;
	height: 100%;
	color: #1c1c1c;
}
.page{
	width: 100%;
	overflow: hidden;
	background: url(../images/bg-body.jpg) repeat-x 50% 0;
}
/* wrapper */
#wrapper{
	width:942px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/bg-wrapper-b.png) no-repeat 0 100%;
	padding-bottom: 29px;
	position: relative;
}
.wrapper-inner{
	overflow: hidden;
	background: url(../images/bg-wrapper.png) repeat-y;
	padding: 0 23px;
	height: 1%;
}
/* header */
#header{
	height: 138px;
	overflow: hidden;
	background: url(../images/bg-header.png) no-repeat;
	width: 100%;
}
/* logo */
#header h1{margin: 0;}
#header h1 a{
	text-indent: -9999px;
	float: left;
	background: url(../images/logo.gif) no-repeat;
	width: 281px;
	height: 70px;
	margin: 25px 0 0 63px;
	overflow: hidden;
}
#header span.slogan{
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/text-slogan.gif) no-repeat;
	margin: 33px 82px 0 0;
	width: 314px;
	height: 58px;
}
/* content */
#content{
	height: 1%;
	overflow: hidden;
	line-height: 18px;
	background:#fff url(../images/bg-content.jpg) no-repeat;
	margin: 81px 6px 0;
	padding: 32px 45px 50px;
	text-align: justify;
}
.homepage #content {padding-bottom: 18px;}
#content h2{
	margin: 0 0 15px;
	font-size: 18px;
	line-height: normal;
	color: #093e58;
	font-weight: normal;
}
#content p{
	margin: 0 0 18px;
	word-spacing: -1px;
}
.homepage #content{margin-top:272px;}
/* footer */
#footer{
	height: 1%;
	overflow: hidden;
	background: url(../images/bg-footer.gif) repeat-x;
	margin: 0 6px;
	font-size: 11px;
	line-height: 12px;
}
#footer .frame{
	margin: 0 auto;
	width: 442px;
	overflow: hidden;
	color: #fff;
	padding: 26px 0 23px;
}
#footer .frame p{margin: 0;}
#footer .frame ul{
	float: right;
	margin: 0 18px 0 0;
	display: inline;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#footer .frame li{
	float: left;
	background: url(../images/separator.gif) no-repeat 0 2px;
	margin: 0 6px 0 -2px;
	padding: 0 0 1px 7px;
	display: inline;
}
#footer .frame li a{
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}
#footer .frame li a:hover{text-decoration: none;}

/* navigation */
#nav{
	width: 932px;
	height: 95px;
	overflow: hidden;
	position: absolute;
	left: 100px;
	top: 170px;
}
.homepage #nav{top:360px;}

#menu ul{
	list-style: none;
}

#menu li{
	float:left;
	height:28px;
	margin-right:70px;
	display: inline;
}

#menu li a{
	height:28px;
	float:left;
	display:block;
}

#menu li a img{
	display:block;
}

#menu a:hover {
	background: #093e58;
}

/* polaroid */
.polaroid{
	width: 878px;
	height: 268px;
	overflow: hidden;
	position: absolute;
	left: 39px;
	top: 95px;
	z-index: 100;
}
.polaroid img{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.bg{
	width: 100%;
	overflow: hidden;
	background: url(../images/bg-innerpage.jpg) no-repeat 6px 0;
}
.homepage .bg{background: url(../images/bg-homepage.jpg) no-repeat 7px 19px;}
