





* {
	font-family:verdana;
}

body {
	font-size:90%;
	margin:0px;
	padding:0px;
}

.main {
	background-color:#EAEFCB;
	/*background-color:#820111;*/
	background-image:url(/images/hih/banner.jpg);
	background-position:top;
	background-repeat:no-repeat;
    overflow:scroll-x;
}

html>body {
	height: auto;
}

#mainMenu  {
	padding:0px 0px 0px 6px;
	margin:0px;
	text-align:center;
	width:680px;
	height:24px;
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:-343px;
	left:expression( (document.body.clientWidth > 680) ? "50%" : "0px" );
	margin-left:expression( (document.body.clientWidth > 680) ? "-343px" : "0px" );
	top:58px;
	background-image:url(/images/hih/tabs.gif);
	background-position:0px 0px;
	z-index:3;
}

.hover5 {
	background-position:0px 48px !important;
}

.hover6 {
	background-position:0px 24px !important;
}

.hover4 {
	background-position:0px 72px !important;
}

.hover3 {
	background-position:0px 96px !important;
}

.hover2 {
	background-position:0px 120px !important;
}

.hover1 {
	background-position:0px 0px !important;
}

#mainMenu span {
	display:block;
	position:relative;
	float:left;
	width:112px;
	padding:3px 0px 0px 0px;
	margin:0px;
	font-size:11px;
	text-align:center;
}

#mainMenu span a {
	display:block;
	width:auto;
	color:#333;
	padding-top:4px;
	padding-bottom:4px;
	text-decoration:none;
}

#mainMenu span.noLink {
	padding-top:4px;
	padding-bottom:4px;
	text-decoration:none;
}

#mainMenu span a:hover {
	color:black;
}

#secondMenu {
	position:absolute;
	background-color:white;
	margin-left:0px;
	margin-right:0px;
	width:100%;
    z-index:2;
	text-align:center;
	border-top:solid 1px black;
	border-bottom:solid 1px black;
	padding:3px 0px;
	left:0px;
	top:81px;
	height:18px;
}

#secondMenu a {
	text-decoration:none;
	color:#555;
	font-weight:bold;
	padding: 3px 10px;
	margin:3px;
	font-size:80%;
	_font-size:75%;
}

#secondMenu a:hover {
	color:black;
}

#selectedItem {
	color:black;
}

#main {
	position:absolute;
	top:107px;
	left:0px;
	width:100%;
	min-width:770px; /* was 760 */
	width:expression( (document.body.clientWidth > 770) ? "100%" : "770px" );
	height:auto;
	bottom:0px;
	background-image:url(/images/hih/outerbg.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:0px;
	text-align:center;
}

#new1{
	position:relative;
	background-color:#FBFCF4;
	text-align:left;
	margin-left:5%;
	margin-right:5%;
	margin-bottom:90px;
	background-image:url(/images/hih/new_left.gif);
	background-position:left;
	background-repeat:repeat-y;
	_height:1%;
}

#content0 {
	position:relative;
	background-image:url(/images/hih/mainbg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	_height:1%;
}

#content1 {
	position:relative;
	background-image:url(/images/hih/new_right.gif);
	background-position:right;
	background-repeat:repeat-y;
	_height:1%;
}

#new2 {
	position:relative;
	background-image:url(/images/hih/mainbgtop.gif);
	background-position:top;
	background-repeat:repeat-x;
	_height:1%;
}

#content2 {
	position:relative;
	background-image:url(/images/hih/mainbgbottomleft.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-left:20px; /* was 30 */
	_height:1%;
}

#content3 {
	position:relative;
	background-image:url(/images/hih/mainbgbottomright.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-bottom:30px;
	_height:1%;
}

#content4 {
	position:relative;
	background-image:url(/images/hih/mainbgtopright.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding-right:30px;
	padding-top:10px;
	_height:1%;
}

/*#footer {
	position:absolute;
	bottom:0px;
	width:100%;
	text-align:center;
	clear:both;
	left:0px;
}*/

#footer {
	position:absolute;
	/*left:0px;
	top:100%;*/
	margin:0px;
	float:none;
	clear:both;
	margin-top:25px;
	padding-bottom:10px;
	z-index:3;
	text-align:center;
	width:100%;
	/*background-color:purple;*/
}


#rightColumn {
	float:right;
	/*width:30%;*/
	width: 240px;
	margin-left:1em;
	margin-bottom:1em;
	position:relative;
	font-size:95%;
	_font-size:90%;
}

/* NEW DESIGN FEATURE */

td #rightColumn {
	border: 2px solid yellow;
	padding-right:10px;
}

*>#rightColumn ul {
	padding-left:2em;
}

#leftColumn {
	margin-right:34%;
	width:auto;
	/*background-color:#9ab;*/
}

td #leftColumn {
	border: 2px solid green;
	padding-left: 10px;
}

.expanding {
	border:solid 1px #ccc;
	padding:5px 3px;
	background-color:white;
	display:block;
	color:black;
	font-size:80%;
	background-image:url(/images/hih/stars.gif);
	background-position:top left;
	background-repeat:repeat-x;
	width:auto;
}

.noshow {
	display:none;
}

.expandingControl, .expandingControlCollapsed {
	margin-top:5px;
	display:block;
	color:#F5BA30;
	color:#FDD671;
	text-decoration:none;
	background-color:#660000;
	background-image:url(/images/hih/expand1.jpg);
	background-position:right;
	background-repeat:no-repeat;
	font-size:80%;
	font-weight:bold;
	padding:6px 2px 5px 10px;
}

.expandingControlCollapsed {
	background-image:url(/images/hih/expand2.jpg);
}

.exclusiveStockist
{
	margin-bottom: 2em;
	display: block;
	position:relative;
	_height:1%;
	text-align:left;
	margin-left:50px;
}

* .new_stockist {
	width: 210px;
	margin-bottom: 2em;
	float: left;
	display: block;
	position:relative;
	/*_height:1%;*/
	height:160px;
	text-align:left;
	margin-left:20px;
	_margin-left:10px;
}

* .stockist {
	margin-bottom: 2em;
	display: block;
	position:relative;
	_height:1%;
	text-align:left;
	margin-left:50px;
}

.stockist h5 {
	margin-left:17px;
	margin-bottom:3px;
}

#stockists {
}

/* html .stockist {
	background-color:purple;
	display:none;
	float:none;
	clear:none;
}*/

.title {
	font-size:120%;
	font-weight:bold;
	border-bottom:solid 1px #ccc;
	margin-bottom:2px;
	padding-bottom:2px;
}

.note {
	margin-left:25px;
}

.notice {
	margin-left:25px;
	color: red;
}

.streetAddress, .streetAddress_2 {
	margin-left:25px;
}

.suburb {
	margin-left:25px;

}

.phone, .fax, .mobile {
	margin-left:25px;
}

.contact, .email, .hours, .designers {
	margin-left:25px;
}

.bbutton {
	color:#FDD671;
	text-decoration:none;
	background-color:#660000;
	border:solid 1px black;
	border-width:1px 2px 2px 1px;
	padding:2px 2px 1px 3px;
	font-size:85%;
	font-weight:bold;
	background-image:url(/images/hih/buttonbg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.productListing {
	float:left;
	text-align:center;
	height: 165px;
	width: 100px;
	padding:1px;
	margin:3px;
	overflow:hidden;
}

.productSearchListing {
	float:      left;
	height:     180px;
	width:      120px;
	padding:    1px;
	margin:     3px;
	overflow:   hidden;
	font-size:  90%;
	text-align: center;
}

* html .holdsDesigners { /* just for IE */
	/*border:solid 1px green;*/
	float:right;
	margin:0px !important;
	height:1%;
	width:auto !important;
	/*background-color:purple;*/
}

.contactCol {
	padding-left:10%;
}

.contactCol h3 {
	padding-bottom:2px;
	padding-left:0.5em;
	border-bottom:solid 2px #ccc;
}

.contactCol p, .contactCol table {
	padding-left:1em;
}



body.popup
{
	background-position:bottom right;
	background-image:url(/images/hih/popup_background.jpg);
	background-repeat:no-repeat;
	background-color: #E9EFCB;

	/*width: 100%;*/
}
.popupHeader
{
	background-position: top center;
	background-image:url(/images/hih/popup_logo.jpg);
	background-repeat: no-repeat;
	background-color: #5C010A;
	height: 52px;
}

.popupHeaderBorder
{
	top: 52px;
	left: 0px;
	background-color: white;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	width: 100%;
	height: 5px;
	overflow:hidden;
}

.popupFooterBorder
{
	position: absolute;
	bottom: 25px;
	left: 0px;
	background-color: white;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	width: 100%;
	height: 5px;
	overflow:hidden;
}

#popup-spacer {
	height:65px;
}

#popup-article {
	text-align:left;
	width:100%;
	overflow: scroll;
	position: absolute;
	height: 100%-65px;
}

#article-title {
	width:95%;
	margin-bottom:5px;
	text-align:center;

	font-size: 120%;
	font-style:italic;
}

#article-contents {

	position: absolute:
	width:auto;
	top: 0px;
	padding-left: 7px;
	display:inline;
}


#article-text {

	position: absolute;
	left: 360px;
	width: 250px;
	display:inline;
}

label:hover {
	text-decoration:underline;
}

* .event {
	display: block;
}

.registerTitle {
	font-size: 120%;
	width: 85%;
	display: block;
	margin-left: 10px;
	border-bottom:solid 1px #ccc;
	margin-bottom:2px;
	padding-bottom:2px;
}

* .dressRegister {
	margin-bottom: 2em;
	display: block;
	position:relative;
	_height:1%;
	text-align:center;
	margin-left:15%;
}

.registerContent {
	display: block;
	margin-left: 15%;
	margin-top: 20px;
	width: 288px;
	border: solid 1px #ccc;
}

.registerContent th {
	width: 96px;
	/*font-size:120%;*/
	font-weight:bold;
	border-bottom:solid 1px #ccc;
	margin-bottom:2px;
	padding-bottom:2px;
}

/* New design base code */

#homeTable {
	width:754px;
	background-image:url(/images/hih/homeinner.gif);
	background-position:top;
	background-repeat:repeat-y;
	position:relative;
	left:50%;
	margin-left:-377px;
	top: 105px;
}

#contentTable {
	width:754px;
	background-image:url(/images/hih/contentinner.gif);
	background-position:top;
	background-repeat:repeat-y;
	position:relative;
	left:50%;
	margin-left:-377px;
	top: 105px;
}

.mainTable {
	width:754px;
	background-image:url(/images/hih/contentinner.gif);
	background-position:top;
	background-repeat:repeat-y;
	position:relative;
	left:50%;
	margin-left:-377px;
	top: 105px;
}

#homeTable .banner {
	
	background-image:url(/images/hih/bigbanner.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:239px;
	text-indent:-999px;
}

#homeTable td.lhsheader, #homeTable td.rhsheader {
/*td.lhsheader, td.rhsheader {*/
	background-image:url(/images/hih/homerhdr.gif);
	background-position:top left;
	font-size:12px;
	padding:5px 10px 12px 10px;
	width:456px;
	font-weight:bold;
	height:30px;
    _height:10px;
    color:#FDD671;
}

#contentTable td.lhsheader, #contentTable td.rhsheader {
	background-image:url(/images/hih/homerhdr.gif);
	background-position:top left;
	font-size:12px;
	padding:5px 10px 12px 10px;
	/*width:456px;*/
	width:253px;
	font-weight:bold;
	height:30px;
	_height:10px;
	color:#FDD671;
	/*border: 2px solid yellow;*/
}

#homeTable td.rhsheader {
	background-position:top right;
	width:253px;
	font-size:85%;
}

#contentTable td.rhsheader {
	background-position:top right;
	font-size:85%;
}

#homeTable td.bottom {
	background-image:url(/images/hih/homerinnerbottom.gif);
	background-position:bottom;
}

#contentTable td.bottom {
	background-image:url(/images/hih/contentinnerbottom.gif);
	background-position:bottom;
}

/*#homeTable td.lhsmain {*/
td.lhsmain {
	/*padding:10px;*/
	padding: 2px;
	background-image:url(/images/hih/homestars.gif);
	background-position:top left;
	background-repeat:no-repeat;
	min-height:363px;
	_height:363px;
	width: 460px;
}

td.main {
	/*padding:10px;*/
	padding: 2px;
	background-image:url(/images/hih/homestars.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color: white;
	min-height:363px;
	_height:363px;
}

#homeTable td.rhstext {
	padding:10px;
}

#contentTable td.rhstext {
	font-size: 90%;
}

td.fortislogo {
	background-image:none !important;
	background-color: #EAEFCB;
	padding: 20px;
}

td.feedback {
	font-size:65%;
	background-color:#EAEFCB;
}

.submenu {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding-right:5px;
}

.submenuText {
	padding: 5px;
}

.submenuTable {
	<!--padding: 5px;-->
}

.formalImage {
	border: 1px solid black;
}

#scrollableProductsRow {
	/*width: 290px;*/
	width: 250px;
	height: 168px;
	overflow: hidden;
	/*border: 2px solid #5A0108;*/
	/*background-color: #5A0108;*/
}

#detailedScrollableProductsRow
{
	width: 250px;
	height: 168px;
	overflow: auto;
}

#scrollLeft
{
	border: 1px solid black;
}
#scrollRight
{
	border: 1px solid black;
}

.boxHighlight, .boxHighlight a
{
	color:#fdd671;
}

.pageNavigationContainer
{
	clear:both;
	padding: 5px;
}
.pageNavigation
{
	padding: 5px;
	margin: 1px;
}
.currentPageNumber
{
	border: 1px solid #A6A6A6;
	background-color: #8C010B;
}
.currentPageNumber a
{
	color: #FDD671;
	font-weight: bold;
}
.pageNumber
{
	border: 1px solid #E6E6E6;
	color: black;
}
.image
{
	border: 2px solid #5A0108;
}
.subheader
{
	padding: 5px;
	padding-bottom: 0px;
	font-weight: bold;
	color: #FDD671;
	background-image: url(/images/hih/middleHeader.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 32px;
}
.subtext
{
	font-size: 85%;
	_font-size: 85%;
	margin: 0px;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom:15px;
	_margin-left: 15px;
_margin-bottom: 15px;
}
.sublist
{
	font-size: 85%;
	_font-size: 85%;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.tableTitle
{
	font-weight: bold;
	padding-right: 10px;
	_padding-left: 10px;
}
.galleryButton
{
	padding-top: 10px;
	margin-top: 0px;
	background-image: url(/images/hih/button.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 216px;
	height: 43px;
	cursor: pointer;
}
.galleryButton span
{
	padding-top:150px;
	font-weight: bold;
	color: #FDD671;
}

.message
{
    margin: 10px;
    text-align: center;
    padding-bottom: 10px;
    text-decoration: underline;
}


.input
{
    border-top: 2px solid #8C010B;
    border-right: 1px solid #8C010B;
    border-bottom: 1px solid #8C010B;
    border-left: 2px solid #8C010B;
}

#bannerCell
{
    background-image:url(/images/hih/newBanner-2.jpg);
    background-repeat:no-repeat;
    background-position:5px 0
}

#gownsButton
{
    position:absolute;
    top:-23px;
    left:275px;
    height:45px;
    width:200px;
}
#stockistButton
{
    position:absolute;
    top:32px;
    left:275px;
    height:45px;
    width:200px;
}

.googleMapsLink
{
    padding-top:3px;
    margin-left:25px;
}