html {
	 -webkit-text-size-adjust: none;
}
BODY {
	background-color : #ffffff;
	margin : 0px;
	font-size: 16px;
}
    .side-navigation {
            display: none;
        }
	.sf-menu {
            display: none;
        }
			.header-bottom {
            display: none;
        }
		.desktop-header {
            display: none;
        }
		.mobile-header {
            display: block;
        }
		.navigation-td {
			background-color: #0f00a3;
		}
		.footer-navigation {
			font-size: 40px;
			color: white;
		}
.form-table	{
	font-size: 1.1em;
	margin-left: 8px;
}
input.form-table {
	font-size: 1.4em;
	height: 2em;
}
.mobile-menu {
	display: block;
}

.mobile-menu, .mobile-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.mobile-menu {
	line-height:	1.4;
}
.mobile-menu ul {
	position:		absolute;
	top:			-999em;
	width:			11em; /* left offset of submenus need to match (see below) */
}
.mobile-menu ul li {
	width:			100%;
}
.mobile-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.mobile-menu li {
	float:			left;
	position:		relative;
	font-size:		14px;
	line-height: 	1.8em;
}
.mobile-menu a {
	display:		block;
	position:		relative;
}
.mobile-menu li:hover ul,
.mobile-menu li.sfHover ul {
	left:			0;
	top:			2.0em; /* match top ul list item height */
	z-index:		99;
}
ul.mobile-menu li:hover li ul,
ul.mobile-menu li.sfHover li ul {
	top:			-999em;
}
ul.mobile-menu li li:hover ul,
ul.mobile-menu li li.sfHover ul {
	left:			11em; /* match ul width */
	top:			0;
}
ul.mobile-menu li li:hover li ul,
ul.mobile-menu li li.sfHover li ul {
	top:			-999em;
}
ul.mobile-menu li li li:hover ul,
ul.mobile-menu li li li.sfHover ul {
	left:			11em; /* match ul width */
	top:			0;
}
/*** DEMO SKIN ***/
.mobile-menu {
	float:			left;
	margin-bottom:	0em;
}
.mobile-menu a {
	padding: 		.70em .75em;
	margin-right:	2px;
	margin-left:	2px;
	text-decoration:none;
	font-family: verdana, arial;
	font-size:38px;
	line-height: 	2em;
}
.mobile-menu a, .mobile-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#ffffff;
}
.mobile-menu li {
	background:		#0f00a3;
}
.mobile-menu li li {
	background:		#ff0100;
	border-bottom: 1px solid #ffa653;
}
.mobile-menu li li a {
	font-size: 12px;
	width: 208px; padding-right: 0px; padding-left: 0px; padding-top: 6px; padding-bottom: 6px;
}
.mobile-menu li li li {
	background:		#fb7a02;
}
.mobile-menu li:hover, .mobile-menu li.sfHover,
.mobile-menu a:focus, .mobile-menu a:hover, .mobile-menu a:active {
	background:		#fb7a02;
	outline:		0;
}

/*** arrows **/
.mobile-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.mobile-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.mobile-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.mobile-menu ul a:focus > .sf-sub-indicator,
.mobile-menu ul a:hover > .sf-sub-indicator,
.mobile-menu ul a:active > .sf-sub-indicator,
.mobile-menu ul li:hover > a > .sf-sub-indicator,
.mobile-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}



h3.side {
color: #440959;
font-family: verdana,arial,geneva;
font-size: 16px;
margin: 0px;
text-align: center;
padding: 0px;
margin-bottom: -4px;
}
p, ul {
	margin-left: 20px;
	margin-right: 20px;
	color:#222222;
	font-size: 4em;
	line-height: 1.1em;
	font-family: Arial, Geneva, Helvetica, sans-serif;
}
p.main {
	font-size: 4em;
}
p.side {
margin: 0px;
color: #ffffff;
font-size: 12px;
text-align: center;
}
p.update_title {
	font-size: 4em;
}
p.click-image {
	 text-align: center;
	 font-size: 3.2em;
	 }
.form-table	{
	font-size: 1.8em;
	margin-left: 16px;
}
input.form-table {
	font-size: 1.8em;
}
img.fencing-image {
	width: 280px;
	padding: 4px;
}
img.fence-style {
	width: 280px;
}
p.copyright {
	font-size: 1.2em;
}
em.footer-tagline {
	font-size: .8em;
	font-style: normal;
}
a.side {
color: #ffffff;
text-decoration: none;
}
a.side:hover {
color: #fb7a02;
text-decoration: underline;
}
ul.perth-fencing-links {
	font-size: 4em;
	list-style-type: none;
}

a.fencing {
	font-size: 4em;
	line-height: 1.4em;
}
td.fence-specs {
	font-size: 3em;
}
TD.ln2 {
	height: 19px;
}
A.ln2 {
	text-align : left;
	color : white;
	font-family: "comic sans ms", Arial, Geneva, Helvetica, sans-serif;
	text-decoration : none;
	margin-left : 0px;
	font-weight: normal;
	height: 25px;
 	font-size : 18px;
	margin: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left : 3px;
	padding-right: 4px;
}
a:hover.ln2 {
	color : white;
	background-color : #440959;
	border: 1px solid white;
	margin: 0px;
}
A.ln3 {
	text-align : left;
	color : white;
	font-family: "comic sans ms", Arial, Geneva, Helvetica, sans-serif;
	text-decoration : none;
	margin-left : 0px;
	border-left-width : 0px;
	font-weight: normal;
 	font-size : 14px;
	margin: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left : 3px;
	width: 160px;
	
}
a:hover.ln3 {
	color : white;
	text-decoration: none;
	background-color : #440959;
	border: 1px solid white;
	margin: 0px;
}
A.ln4 {
	text-align : left;
	color : white;
	font-family: verdana, Arial, Geneva, Helvetica, sans-serif;
	text-decoration : none;
	margin-left : 0px;
	border-left-width : 0px;
	font-weight: normal;
	font-size : 12px;
	margin-top: 0px;
	width: 160px;
	padding-top:-1px;
	padding-bottom: 1px;
	padding-left : 2px;
	background-color : #440959;
	margin-bottom: 2px;
	border : 1px solid White;
}
a:hover.ln5 {
	color : black;
	text-decoration: none;
	background-color : #FC7B03;
}
a.fence-link {color: #222222; display: block; padding-top: 1px; padding-bottom: 1px; font-family: verdana; font-size: 11px; text-decoration: none; border-bottom: 1px solid silver; width: 100%;}
a.fence-link:hover {color: #ffffff; background-color: #440959;}
a.pl {color: #0a006f; text-decoration: none;}
a.pl:hover {color: #0f00a3; text-decoration: underline;}
A.bl {
	text-align : center;
	color : #ffffff;
	font-family: verdana, Arial, Geneva, Helvetica, sans-serif;
	text-decoration : underline;
	border-left-width : 0px;
	font-weight: normal;
	font-size : 42px;
	line-height: 40px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left : 16px;
	padding-right : 16px;
	margin-left: 12px;
	display: block;
}
a.bl:hover {
	text-decoration: underline;
}
h1 {
	font-family: Geneva, Helvetica, sans-serif;
	color: black;
	font-size: 4.8em;
	margin-left: 20px;
	margin-top: 24px;
}
 li{font-size: 1em;
	font-family: Arial, Geneva, Helvetica, sans-serif;}
td{font-size: 14px;
	font-family: Arial, Geneva, Helvetica, sans-serif;}