/*-------------------- Cascading Style Sheets for minettpartners.com.au --------------------*/
body{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url("../images/F_back.jpg");
	background-repeat: repeat-x;
	font-size: 11.5px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
H1 {
	font-size: 18px; 
	font-weight: bold; 
	color: #FF9900; 
	text-decoration: none
}
H2 {
	font-size: 14px; 
	font-weight: bold; 
	color: #FF9900; 
	text-decoration: none
}
H3{
	font-size: 14px; 
	font-weight: bold; 
	color: #333333;
}
H4 {
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
}
H5 {
	font-size: 14px; 
	font-weight: bold; 
	color: #FF6600; 
	text-decoration: none
}
H6 {
	font-size: 14px; 
	font-weight: bold; 
	color: #990000; 
	text-decoration: none
}
ul{
 list-style-type: square;
}
ul ul{
 list-style-type: disc;
}
ul ul ul{
 list-style-type: none;
}



/*-------------------- layout-divs --------------------*/
#main-container{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	text-decoration: none;
}

#main-header{
	width: 780px;
	height: 81px;
	margin-left: auto;
	margin-right: auto;
}
#main-header_l{
	width: 138px;
	height: 81px;
	float: left;
	
}#main-header_r{
	width: 250px;
	height: 81px;
	float: right;
	background: #333333;
	
}
#main-image{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#main-content{
	width: 490px;
	float: left;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: normal;
	color: #333333;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}
#main-content a:link{
	color: #FF6600;
	text-decoration: none;
}
#main-content a:active{
	color: #CC3300;
	text-decoration: underline;
}
#main-content a:hover{
	color: #CC3300;
	text-decoration: underline;
}
#main-content a:visited{
	color: #FF6600;
	text-decoration: underline;
}
#main-left {
	width: 180px;
}

#main-bottom{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #fff;
	background-image: url(../images/H_main-bottom.jpg);
	background-repeat: repeat-y;
	bottom: auto;
}

/*-------------------- login --------------------*/
#main-login {
	float: left;
	width: 	160px;
	padding: 10px;
}



/*-------------------- main-nav --------------------*/
#main-nav-container {
	background-color: #333333;
	height: 22px;
	
}
#main-nav-container_l{
	width: 520px;
	float: left;
	margin-left: 5px;
	
	
}
#main-nav-container_r {
	width: 250px;
	float: right;
	text-align: right;
	
	
}

#main-nav {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #FFF;
	background-color: #333333;
	border-top: solid 1px #333333;
	border-bottom: solid 1px #333333;
	clear: both;
	text-align: left;
}

#main-nav ul {
	list-style-type: none;
	height: 20px;
	margin: 0 0 0 10px;
}

#main-nav li {
	float: left;
}

#main-nav li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

#main-nav li a:hover {
	background-color: #666666;
	height: 20px;
}

#main-nav li.act a {
	font-weight: bold;
	background-color: #006699;
	border-top: solid 1px #666666;
}

#main-nav li.act a:hover {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0099CC;
	background: #006699;
}


/*-------------------- left-column --------------------*/

#sub-nav-column {
	width: 230px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.sub-nav1 a:link {
	display:block;  /*grey blue*/
	padding:2.5px 2.5px 2.5px 2.5px;
	text-indent:15px;
	white-space:nowrap;
	font-size:11px;
	color:#333333; /* red orange*/
	text-decoration:none;
	width:180px;
	background-image: url(../images/F_sub_3.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.sub-nav1 a:visited {
	display:block;  /*grey blue*/
	padding:2.5px 2.5px 2.5px 2.5px;
	text-indent:15px;
	white-space:nowrap;
	font-size:11px;
	color:#333333; /* flat blue*/
	text-decoration:none;
	width:180px;
	background-image: url(../images/F_sub_3.gif);
	background-repeat: no-repeat;
	background-position: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.sub-nav1 a:active {
	display:block;  /*grey blue*/
	padding:2.5px 2.5px 2.5px 2.5px;
	text-indent:15px;
	white-space:nowrap;
	font-size:11px;
	color:#006699; /* flat blue*/
	text-decoration:none;
	width:180px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006699;
	background-image: url(../images/F_sub_1.gif);
	background-repeat: no-repeat;
	background-position: 0;
}
.sub-nav1 a:hover {
	display:block;  /*grey blue*/
	padding:2.5px 2.5px 2.5px 2.5px;
	text-indent:15px;
	white-space:nowrap;
	font-size:11px;
	color:#003366; /* red orange*/
	text-decoration:none;
	width:180px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003366;
	background-image: url(../images/F_sub_2.gif);
	background-repeat: no-repeat;
	background-position: 0;
	background-color: #eaeaea;
}

.sub-nav1-act a:link {
	display:block;  /*grey blue*/
	padding:2.5px 2.5px 2.5px 2.5px;
	text-indent:15px;
	white-space:nowrap;
	font-size:11px;
	color:#003366; /* red orange*/
	text-decoration:none;
	width:180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	background-image: url(../images/F_sub_2.gif);
	background-repeat: no-repeat;
	background-position: 0;
}
.sub-nav1-act a:visited {
	display:block;
	border-bottom:1px solid #003366;  /*grey blue*/
	padding:2.5px 2.5px 2.5px 2.5px;
	text-indent:15px;
	white-space:nowrap;
	font-size:11px;
	color:#003366; /* red orange*/
	text-decoration:none;
	width:180px;
	background-image: url(../images/F_sub_1.gif);
	background-repeat: no-repeat;
	background-position: 0;
}
.sub-nav1-act a:active {
	display:block;
	border-bottom:1px solid #003366;  /*grey blue*/
	padding:2.5px 2.5px 2.5px 2.5px;
	text-indent:15px;
	white-space:nowrap;
	font-size:11px;
	color:#006699; /* red orange*/
	text-decoration:none;
	width:180px;
	background-image: url(../images/F_sub_1.gif);
	background-repeat: no-repeat;
	background-position: 0;
}
.sub-nav1-act a:hover {
	display:block;
	border-bottom:1px solid #003366;  /*grey blue*/
	padding:2.5px 2.5px 2.5px 2.5px;
	text-indent:15px;
	white-space:nowrap;
	font-size:11px;
	color:#003366; /* red orange*/
	text-decoration:none;
	width:180px;
	background-image: url(../images/F_sub_2.gif);
	background-repeat: no-repeat;
	background-position: 0;
	background-color: eaeaea;
}

.sub-nav2 a:link {
	display:block;
	border-bottom:1px dotted #cccccc;
	text-indent:30px;
	white-space:nowrap;
	font-size:11px;
	color:#333333; /* flat blue*/
	text-decoration:none;
	width:174px;
	background:url(../images/F_sub_3.gif) 20px 50% no-repeat;
	padding-top: 2.5px;
	padding-right: 2.5px;
	padding-bottom: 2.5px;
	padding-left: 5px;
}
.sub-nav2 a:visited {
display:block;
border-bottom:1px dotted #cccccc;  /*flat blue*/ 
padding-top: 2.5px;
padding-right: 2.5px;
padding-bottom: 2.5px;
padding-left: 5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#333333; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url(../images/F_sub_3.gif) 20px 50% no-repeat;
}
.sub-nav2 a:active {
display:block;
border-bottom:1px dotted #cccccc;  /*flat blue*/ 
padding-top: 2.5px;
padding-right: 2.5px;
padding-bottom: 2.5px;
padding-left: 5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#006699; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url(../images/F_sub_1.gif) 20px 50% no-repeat;
}
.sub-nav2 a:hover {
display:block;
border-bottom:1px dotted #cccccc; /* red orange*/
padding-top: 2.5px;
padding-right: 2.5px;
padding-bottom: 2.5px;
padding-left: 5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#003366; /* red orange*/
text-decoration:none;
width:174px;
background-color: #eaeaea;
background-image: url(../images/F_sub_2.gif);
background-repeat: no-repeat;
background-position: 20px 50%;
}

.sub-nav2-act a:link {
display:block;
border-bottom:1px dotted #003366; /* red orange*/ 
padding-top: 2.5px;
padding-right: 2.5px;
padding-bottom: 2.5px;
padding-left: 5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#003366; /* red orange*/ 
text-decoration:none;
width:174px;
background:url(../images/F_sub_2.gif) 20px 50% no-repeat;
}
.sub-nav2-act a:visited {
display:block;
border-bottom:1px dotted #003366; /* red orange*/ 
padding-top: 2.5px;
padding-right: 2.5px;
padding-bottom: 2.5px;
padding-left: 5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#003366; /* red orange*/ 
text-decoration:none;
width:174px;
background:url(../images/F_sub_1.gif) 20px 50% no-repeat;
}
.sub-nav2-act a:active {
display:block;
border-bottom:1px dotted #003366; /* red orange*/ 
padding-top: 2.5px;
padding-right: 2.5px;
padding-bottom: 2.5px;
padding-left: 5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#006699; /* red orange*/ 
text-decoration:none;
width:174px;
background:url(../images/F_sub_1.gif) 20px 50% no-repeat;
}
.sub-nav2-act a:hover {
display:block;
border-bottom:1px dotted #003366; /* red orange*/
padding-top: 2.5px;
padding-right: 2.5px;
padding-bottom: 2.5px;
padding-left: 5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#003366; /* red orange*/
text-decoration:none;
width:174px;
background-color: eaeaea;
background-image: url(../images/F_sub_2.gif);
background-repeat: no-repeat;
background-position: 20px 50%;
}

.sub-nav3 a:link {
	display:block;
	border-bottom:1px dotted #cccccc;
	text-indent:45px;
	white-space:nowrap;
	font-size:11px;
	color:#333333; /* flat blue*/
	text-decoration:none;
	width:174px;
	background:url(../images/F_sub_3.gif) 35px 50% no-repeat;
	padding-top: 2.5px;
	padding-right: 2.5px;
	padding-bottom: 2.5px;
	padding-left: 5px;
}
.sub-nav3 a:visited {
	display:block;
	border-bottom:1px dotted #cccccc;
	text-indent:45px;
	white-space:nowrap;
	font-size:11px;
	color:#333333; /* flat blue*/
	text-decoration:none;
	width:174px;
	background:url(../images/F_sub_3.gif) 35px 50% no-repeat;
	padding-top: 2.5px;
	padding-right: 2.5px;
	padding-bottom: 2.5px;
	padding-left: 5px;
}
.sub-nav3 a:active {
	display:block;
	border-bottom:1px dotted #cccccc;
	text-indent:45px;
	white-space:nowrap;
	font-size:11px;
	color:#006699; /* flat blue*/
	text-decoration:none;
	width:174px;
	background:url(../images/F_sub_1.gif) 35px 50% no-repeat;
	padding-top: 2.5px;
	padding-right: 2.5px;
	padding-bottom: 2.5px;
	padding-left: 5px;
}
.sub-nav3 a:hover {
	display:block;
	border-bottom:1px dotted #cccccc;
	text-indent:45px;
	white-space:nowrap;
	font-size:11px;
	color:#006699; /* red orange*/
	text-decoration:none;
	width:174px;
	background-color: #ECE9D8;
	background-image: url(../images/F_sub_2.gif);
	background-repeat: no-repeat;
	background-position: 35px 50%;
	padding-top: 2.5px;
	padding-right: 2.5px;
	padding-bottom: 2.5px;
	padding-left: 5px;
}

.sub-nav3-act a:link {
	display:block;
	border-bottom:1px dotted #009933;
	text-indent:45px;
	white-space:nowrap;
	font-size:11px;
	color:#006699; /* red orange*/
	text-decoration:none;
	width:174px;
	background:url(../images/F_sub_2.gif) 35px 50% no-repeat;
	padding-top: 2.5px;
	padding-right: 2.5px;
	padding-bottom: 2.5px;
	padding-left: 5px;
}
.sub-nav3-act a:visited {
	display:block;
	border-bottom:1px dotted #006699;
	text-indent:45px;
	white-space:nowrap;
	font-size:11px;
	color:#006699; /* red orange*/
	text-decoration:none;
	width:174px;
	background:url(../images/F_sub_1.gif) 35px 50% no-repeat;
	padding-top: 2.5px;
	padding-right: 2.5px;
	padding-bottom: 2.5px;
	padding-left: 5px;
}
.sub-nav3-act a:active {
	display:block;
	border-bottom:1px dotted #006699;
	text-indent:45px;
	white-space:nowrap;
	font-size:11px;
	color:#006699; /* red orange*/
	text-decoration:none;
	width:174px;
	background:url(../images/F_sub_1.gif) 35px 50% no-repeat;
	padding-top: 2.5px;
	padding-right: 2.5px;
	padding-bottom: 2.5px;
	padding-left: 5px;
}
.sub-nav3-act a:hover {
	display:block;
	border-bottom:1px dotted #006699;
	text-indent:45px;
	white-space:nowrap;
	font-size:11px;
	color:#006699; /* red orange*/
	text-decoration:none;
	width:174px;
	background-color: #ECE9D8;
	background-image: url(../images/F_sub_2.gif);
	background-repeat: no-repeat;
	background-position: 35px 50%;
	padding-top: 2.5px;
	padding-right: 2.5px;
	padding-bottom: 2.5px;
	padding-left: 5px;
}

.sub-nav4 a:link {
display:block;
border-bottom:1px dotted #cccccc;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:60px;
white-space:nowrap;
font-size:11px;
color:#333333; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url(../images/F_sub_3.gif) 50px 50% no-repeat;
}
.sub-nav4 a:visited {
display:block;
border-bottom:1px dotted #cccccc;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:60px;
white-space:nowrap;
font-size:11px;
color:#333333; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url(../images/F_sub_3.gif) 50px 50% no-repeat;
}
.sub-nav4 a:active {
display:block;
border-bottom:1px dotted #cccccc;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:60px;
white-space:nowrap;
font-size:11px;
color:#009933; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url(../images/F_sub_1.gif) 50px 50% no-repeat;
}
.sub-nav4 a:hover {
	display:block;
	border-bottom:1px dotted #cccccc; /* red orange*/
	padding:2.5px 2.5px 2.5px 2.5px;
	text-indent:60px;
	white-space:nowrap;
	font-size:11px;
	color:#009933; /* red orange*/
	text-decoration:none;
	width:174px;
	background-color: #ECE9D8;
	background-image: url(../images/F_sub_2.gif);
	background-repeat: no-repeat;
	background-position: 50px 50%;
}

.sub-nav4-act a:link {
display:block;
border-bottom:1px dotted #009933; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:60px;
white-space:nowrap;
font-size:11px;
color:#009933; /* red orange*/ 
text-decoration:none;
width:174px;
background:url(../images/F_sub_2.gif) 50px 50% no-repeat;
}
.sub-nav4-act a:visited {
display:block;
border-bottom:1px dotted #009933; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:60px;
white-space:nowrap;
font-size:11px;
color:#009933; /* red orange*/ 
text-decoration:none;
width:174px;
background:url(../images/F_sub_1.gif) 50px 50% no-repeat;
}
.sub-nav4-act a:active {
display:block;
border-bottom:1px dotted #009933; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:60px;
white-space:nowrap;
font-size:11px;
color:#009933; /* red orange*/ 
text-decoration:none;
width:174px;
background:url(../images/F_sub_1.gif) 50px 50% no-repeat;
}
.sub-nav4-act a:hover {
	display:block;
	border-bottom:1px dotted #009933; /* red orange*/
	padding:2.5px 2.5px 2.5px 2.5px;
	text-indent:60px;
	white-space:nowrap;
	font-size:11px;
	color:#009933; /* red orange*/
	text-decoration:none;
	width:174px;
	background-color: #ECE9D8;
	background-image: url(../images/F_sub_2.gif);
	background-repeat: no-repeat;
	background-position: 50px 50%;
}


/*-------------------- footer --------------------*/
#footer {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#footer_b {
	width: 780px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
}
#footer-copyright-l {
	float: left;
	width: 	350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	margin-top: 5px;
	color: #999999;
	margin-bottom: 40px;
}
#footer-copyright-r {
	float: right;
	width: 	350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	margin-top: 5px;
	margin-right: 5;
	margin-left: 0px;
	font-size: 10px;
	color: #999999;
	margin-bottom: 40px;
}
#footer-copyright-r a:link {
	color: #999999;
}
#footer-copyright-r a:hover {
	color: #FF9900;
}
#footer-copyright-r a:visited {
	color: #999999;
	}
#footer-copyright-r a:active {
	color: #FF9900;
}
#footer-copyright-l a:link {
	color: #CCCCCC;
}
#footer-copyright-l a:hover {
	color: #FF9900;
}
#footer-copyright-l a:visited {
	color: #CCCCCC;
	}
#footer-copyright-l a:active {
	color: #FF9900;
}
