/*-------------------- Cascading Style Sheets for mensheds.com.au --------------------*/
body{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url("../images/men_fback.jpg");
	background-repeat: repeat-x;
}





h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
H1 {
	font-size: 18px; 
	font-weight: bold; 
	color: #003300; 
	text-decoration: none
}
H2 {
	font-size: 14px; 
	font-weight: bold; 
	color: #009900; 
	text-decoration: none
}
H3{
	font-weight: bold;
	color: #006699;
	font-size: 14px;
}
H4 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
H5 {
	font-size: 14px; 
	font-weight: bold; 
	color: #FF9900; 
	text-decoration: none
}
H6 {
	font-size: 14px; 
	font-weight: bold; 
	color: #009999; 
	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: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(../images/content_back.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
}

#main-header{
	width: 750px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
}

#main-image{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#main-content{
	width: 526px;
	float: right;
	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: #009900;
	text-decoration: none;
}
#main-content a:hover {
	color: #999900;
	text-decoration: underline;
}
#main-content a:visited {
	color: #009900;
	text-decoration: none;
	}
#main-content a:active {
	color: #999900;
	text-decoration: underline;
}
#main-left {
	width: 180px;
}



/*-------------------- login --------------------*/
#main-login {
	float: left;
	width: 	160px;
	padding: 10px;
}



/*-------------------- main-nav --------------------*/
#main-nav-container {
	
	
	width: 750px;
	background-color: #333333;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	
}

#main-nav {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #FFF;
	width: 750px;
	background-color: #333333;
	clear: both;
}

#main-nav ul {
	list-style-type: none;
	height: 20px;
	border-left: solid 1px #333333;
	margin: 0 0 0 10px;
}

#main-nav li {
	float: left;
}

#main-nav li a {
	color: #FFF;
	text-decoration: none;
	border-right: solid 1px #333333;
	padding: 0 13px 0 12px;
	display: block;
	float: left;
}

#main-nav li a:hover {
	background-color: #666666;
}

#main-nav li.act a {
	font-weight: bold;
	background-color: #4B4B4B;
}

#main-nav li.act a:hover {
	background: #666666;
}


/*-------------------- left-column --------------------*/

#left-column {
	width: 180px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

#sub-nav-column {
	width: 180px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}

#loginBox {
	width: 180px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.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:174px;
	background-image: url(../images/sub-menu_3.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}
.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:174px;
	background-image: url(../images/sub-menu_3.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.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:#CC6600; /* flat blue*/
	text-decoration:none;
	width:174px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/sub-menu_1.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
.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:#CC6600; /* red orange*/
	text-decoration:none;
	width:174px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/sub-menu_2.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	background-color: #ECE9D8;
}

.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:#CC6600; /* red orange*/
	text-decoration:none;
	width:174px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
	background-image: url(../images/sub-menu_2.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
.sub-nav1-act a:visited {
	display:block;
	border-bottom:1px solid #CC6600;  /*grey blue*/
	padding:2.5px 2.5px 2.5px 2.5px;
	text-indent:15px;
	white-space:nowrap;
	font-size:11px;
	color:#CC6600; /* red orange*/
	text-decoration:none;
	width:174px;
	background-image: url(../images/sub-menu_1.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
.sub-nav1-act a:active {
	display:block;
	border-bottom:1px solid #CC6600;  /*grey blue*/
	padding:2.5px 2.5px 2.5px 2.5px;
	text-indent:15px;
	white-space:nowrap;
	font-size:11px;
	color:#CC6600; /* red orange*/
	text-decoration:none;
	width:174px;
	background-image: url(../images/sub-menu_1.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
.sub-nav1-act a:hover {
	display:block;
	border-bottom:1px solid #CC6600;  /*grey blue*/
	padding:2.5px 2.5px 2.5px 2.5px;
	text-indent:15px;
	white-space:nowrap;
	font-size:11px;
	color:#CC6600; /* red orange*/
	text-decoration:none;
	width:174px;
	background-color: #ECE9D8;
	background-image: url(../images/sub-menu_2.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

.sub-nav2 a:link {
display:block;
border-bottom:1px dotted #cccccc;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#333333; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url(../images/sub-menu_3.gif) 20px 50% no-repeat;
}
.sub-nav2 a:visited {
display:block;
border-bottom:1px dotted #cccccc;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#333333; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url(../images/sub-menu_3.gif) 20px 50% no-repeat;
}
.sub-nav2 a:active {
display:block;
border-bottom:1px dotted #cccccc;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#CC6600; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url(../images/sub-menu_1.gif) 20px 50% no-repeat;
}
.sub-nav2 a:hover {
	display:block;
	border-bottom:1px dotted #cccccc; /* red orange*/
	padding:2.5px 2.5px 2.5px 2.5px;
	text-indent:30px;
	white-space:nowrap;
	font-size:11px;
	color:#CC6600; /* red orange*/
	text-decoration:none;
	width:174px;
	background-color: #ECE9D8;
	background-image: url(../images/sub-menu_2.gif);
	background-repeat: no-repeat;
	background-position: 20px 50%;
}

.sub-nav2-act a:link {
display:block;
border-bottom:1px dotted #CC6600; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#CC6600; /* red orange*/ 
text-decoration:none;
width:174px;
background:url(../images/sub-menu_2.gif) 20px 50% no-repeat;
}
.sub-nav2-act a:visited {
display:block;
border-bottom:1px dotted #CC6600; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#CC6600; /* red orange*/ 
text-decoration:none;
width:174px;
background:url(../images/sub-menu_1.gif) 20px 50% no-repeat;
}
.sub-nav2-act a:active {
display:block;
border-bottom:1px dotted #CC6600; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#CC6600; /* red orange*/ 
text-decoration:none;
width:174px;
background:url(../images/sub-menu_1.gif) 20px 50% no-repeat;
}
.sub-nav2-act a:hover {
	display:block;
	border-bottom:1px dotted #CC6600; /* red orange*/
	padding:2.5px 2.5px 2.5px 2.5px;
	text-indent:30px;
	white-space:nowrap;
	font-size:11px;
	color:#CC6600; /* red orange*/
	text-decoration:none;
	width:174px;
	background-color: #ECE9D8;
	background-image: url(../images/sub-menu_2.gif);
	background-repeat: no-repeat;
	background-position: 20px 50%;
}

.sub-nav3 a:link {
display:block;
border-bottom:1px dotted #cccccc;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:45px;
white-space:nowrap;
font-size:11px;
color:#333333; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url(../images/sub-menu_3.gif) 35px 50% no-repeat;
}
.sub-nav3 a:visited {
display:block;
border-bottom:1px dotted #cccccc;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:45px;
white-space:nowrap;
font-size:11px;
color:#333333; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url(../images/sub-menu_3.gif) 35px 50% no-repeat;
}
.sub-nav3 a:active {
display:block;
border-bottom:1px dotted #cccccc;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:45px;
white-space:nowrap;
font-size:11px;
color:#CC6600; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url(../images/sub-menu_1.gif) 35px 50% no-repeat;
}
.sub-nav3 a:hover {
	display:block;
	border-bottom:1px dotted #cccccc; /* red orange*/
	padding:2.5px 2.5px 2.5px 2.5px;
	text-indent:45px;
	white-space:nowrap;
	font-size:11px;
	color:#CC6600; /* red orange*/
	text-decoration:none;
	width:174px;
	background-color: #ECE9D8;
	background-image: url(../images/sub-menu_2.gif);
	background-repeat: no-repeat;
	background-position: 35px 50%;
}

.sub-nav3-act a:link {
display:block;
border-bottom:1px dotted #CC6600; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:45px;
white-space:nowrap;
font-size:11px;
color:#CC6600; /* red orange*/ 
text-decoration:none;
width:174px;
background:url(../images/sub-menu_2.gif) 35px 50% no-repeat;
}
.sub-nav3-act a:visited {
display:block;
border-bottom:1px dotted #CC6600; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:45px;
white-space:nowrap;
font-size:11px;
color:#CC6600; /* red orange*/ 
text-decoration:none;
width:174px;
background:url(../images/sub-menu_1.gif) 35px 50% no-repeat;
}
.sub-nav3-act a:active {
display:block;
border-bottom:1px dotted #CC6600; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:45px;
white-space:nowrap;
font-size:11px;
color:#CC6600; /* red orange*/ 
text-decoration:none;
width:174px;
background:url(../images/sub-menu_1.gif) 35px 50% no-repeat;
}
.sub-nav3-act a:hover {
	display:block;
	border-bottom:1px dotted #CC6600; /* red orange*/
	padding:2.5px 2.5px 2.5px 2.5px;
	text-indent:45px;
	white-space:nowrap;
	font-size:11px;
	color:#CC6600; /* red orange*/
	text-decoration:none;
	width:174px;
	background-color: #ECE9D8;
	background-image: url(../images/sub-menu_2.gif);
	background-repeat: no-repeat;
	background-position: 35px 50%;
}

.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/sub-menu_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/sub-menu_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:#CC6600; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url(../images/sub-menu_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:#CC6600; /* red orange*/
	text-decoration:none;
	width:174px;
	background-color: #ECE9D8;
	background-image: url(../images/sub-menu_2.gif);
	background-repeat: no-repeat;
	background-position: 50px 50%;
}

.sub-nav4-act a:link {
display:block;
border-bottom:1px dotted #CC6600; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:60px;
white-space:nowrap;
font-size:11px;
color:#CC6600; /* red orange*/ 
text-decoration:none;
width:174px;
background:url(../images/sub-menu_2.gif) 50px 50% no-repeat;
}
.sub-nav4-act a:visited {
display:block;
border-bottom:1px dotted #CC6600; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:60px;
white-space:nowrap;
font-size:11px;
color:#CC6600; /* red orange*/ 
text-decoration:none;
width:174px;
background:url(../images/sub-menu_1.gif) 50px 50% no-repeat;
}
.sub-nav4-act a:active {
display:block;
border-bottom:1px dotted #CC6600; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:60px;
white-space:nowrap;
font-size:11px;
color:#CC6600; /* red orange*/ 
text-decoration:none;
width:174px;
background:url(../images/sub-menu_1.gif) 50px 50% no-repeat;
}
.sub-nav4-act a:hover {
	display:block;
	border-bottom:1px dotted #CC6600; /* red orange*/
	padding:2.5px 2.5px 2.5px 2.5px;
	text-indent:60px;
	white-space:nowrap;
	font-size:11px;
	color:#CC6600; /* red orange*/
	text-decoration:none;
	width:174px;
	background-color: #ECE9D8;
	background-image: url(../images/sub-menu_2.gif);
	background-repeat: no-repeat;
	background-position: 50px 50%;
}


/*-------------------- footer --------------------*/
#footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #999999;
	width: 750px;
	clear: both;
	margin-bottom: 0px;
	border-top-width: 2px;
	border-top-style: double;
	border-top-color: #ECE9D8;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#footer-copyright-l {
	float: left;
	width: 	380px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
}
#footer-copyright-r {
	float: right;
	width: 	350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
}
#footer-copyright-r a:link {
	color: #999999;
	text-decoration: none;
}
#footer-copyright-r a:hover {
	color: #333333;
}
#footer-copyright-r a:visited {
	color: #999999;
	text-decoration: none;
	}
#footer-copyright-r a:active {
	color: #cc6600;
}
#footer-copyright-l a:link {
	color: #999999;
	text-decoration: none;
}
#footer-copyright-l a:hover {
	color: #333333;
}
#footer-copyright-l a:visited {
	color: #999999;
	text-decoration: none;
	}
#footer-copyright-l a:active {
	color: #cc6600;
}
.loginbox
{
	width:180px;
	text-align:center;
	background-color: #DFD9C2;
}


.loginbox form
{
	text-align:left;
	font:Arial, Helvetica, sans-serif;
	color:#666;
	width:170px;
	
}

.loginbox fieldset 
{
border:0;
}

.loginbox form fieldset legend 
{
	font-size:1.2pt;
	color: #666666;
	font-weight: normal;
	letter-spacing: 0.2em;
	font-variant:small-caps;
}

.loginbox form input
{
margin:0px 0px 0px 0px;
}
#searchbox
{
	width:180px;
	background-color: #DFD9C2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #666666;
	text-align: left;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
}

 #tx-srfeuserregister-pi1-comments
{
width:270px
}

.tx-newloginbox-pi1 label
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #666666;
}
