/* Default */

body,td {
  font-family: arial, bitstream vera sans, verdana, helvetica, sans-serif;
  font-size: 12px;
  color: #7f94af;
line-height: 15pt
}

body {
  text-align: center;
  margin: 5px auto;
  background-color: #001235;
  background-image: url('../images/pictures/large/system-files/img_background.jpg');
  background-repeat: no-repeat;
}

input,select,textarea {
  font-family: verdana, bitstream vera sans, arial, helvetica, sans-serif;
  font-size: 11px;
}

/* Headings, styles */

.heading { 
	font-size: 15px;
	font-weight: bold;
	color: #09375b;
}
.redheading { 
	font-size: 15px;
	font-weight: bold;
	color: #5D011D; 
}
.subheading { 
	font-size: 12px;
	font-weight: bold;
	color: #1f4a6e;
}

.small { font-size: 10px; }
.tiny { font-size: 8px; }
.white { color: white; }
.sales { color: white; letter-spacing: 8px; font-weight: bold; font-size: 13px;}
.darkblue { color: #3C6082; }
.grey { color: #a0a0a0; }
.red { color: #cc0001; }
.darkred { color: #5D011D; }

ul {
	text-indent: 0.0em;
	margin-left: 0.8em;
	padding-left: 0.7em;
	margin-top: 6px;
	margin-bottom: 4px;
	list-style-image: URL(../images/btn/btn_bullet.gif);
}

/* Links */

a {
  color: #1C63C5;
}
a:visited {
  color: #1C63C5;
}
a:hover {
  color: #1C63C5;
}

/* Misc */

form {
  margin: 0px;
}

hr {
  border-width: 0px;
  height: 1px;
  color: #c0c0c0;
  background-color: #c0c0c0;
}

.star {
  font-family: verdana;
  font-size: 13px;
  color: #c01010;
}

#mainCell {
  padding-top: 14px;
  padding-right: 24px;
  padding-bottom: 14px;
  padding-left: 20px;
}

div.siteByInfo {
  padding-top: 2px;
  padding-bottom: 3px;
  font-size: 10px;
  color: #c0c0c0;
}
div.siteByInfo a { color: #c0c0c0; text-decoration: none; }
div.siteByInfo a:visited { color: #c0c0c0; text-decoration: none; }
div.siteByInfo a:hover { color: #e0e0e0; text-decoration: none; }

/* Store */

.storeheading {
	font-size: 13px;
	font-weight: bold;
	color: #5C6D89;
}

.storehdr {
	background-color: #F0F0F0;
	font-weight: bold;
	color: #596B8F;
}

.storetopline {
	background-color: #5C6D89;
}

.storesoftline {
	background-color: #D0D0D0;
}

hr.storesoftline {
	color: #D0D0D0;
	background-color: #D0D0D0;
}

td.storeitemhdr {
	background-color: #5C6D89;
	color: white;
	font-weight: bold;
}

td.storeitemorderhdr {
	background-color: #E0E0E0;
	font-weight: bold;
}

td.storeitemorderbody {
	background-color: #F5F5F5;
}

td.cartheading {
	color: #5C6D89;
	background-color: #FFFFFF;
}

td.bluebox {
	background-color: #5C6D89;
	color: #FFFFFF;
}

td.itemLine {
	background-color: #5C6D89;
}

ul.storeCatUl {
	list-style-image: URL(../images/btn/btn_bullet_blue.gif);
	margin-top: 0px;
	margin-bottom: 0px;
}


/*.galleryCell { width: 167px; padding-right: 20px; padding-bottom: 12px; }
.galleryImageCell { 
	width: 167px; 
	height: 147px; 
	background-color: #FFFFFF;
	background-image: URL(../images/pictures/large/system-files/gallery_image_bg.gif); 
	background-position: center center;
}
.galleryTextCell { width: 167px; }
.galleryThumbnail { border-width: 0px; }*/




span.navHoverLink .subMenu {
	visibility: hidden;
	position: absolute;
	margin-left: -8px;
	margin-top: 11px;
	padding-top: 11px;
}


.subMenu a {
	display: block;
	padding: 1px 10px 1px 5px;
	color: #E0983B;
	text-decoration: none;
	/*background-color: #ff9050;*/
	background-color: #F0CC9D;
  border-bottom: solid #E8B16B 1px;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
}
.subMenu a:visited {
	color: #E0983B;
	text-decoration: none;
}
.subMenu a:hover {
	background-color: #E0983B;
	color: #FFF;
	text-decoration: none;
}

span.navHoverLink:hover .subMenu {
	visibility: visible;
}

span.navHoverLink.over .subMenu {
	visibility: visible;
}


.sitemapDiv {
  margin-bottom: 3px;
}
.sitemapHdrDiv {
  margin-top: 12px;
  margin-bottom: 2px;
}
table.sitemapTbl {
  width: 500px;
}
td.sitemapMidCell {
  border-left: 1px solid #f0f0f0;
}


.formTable { }
.formTable TD { padding-right: 20px; }
.formTable INPUT { width: 322px; border: solid #F5F7FA 1px; background-color: #B8CAE0; color: #000; }
.formTable SELECT { width: 322px; border: solid #F5F7FA 1px; background-color: #B8CAE0; color: #000; }
.formTable TEXTAREA { width: 322px; border: solid #F5F7FA 1px; background-color: #B8CAE0; color: #000; }
.formTable .submit { width: 80px; border: none; }
.formTable .Suburb { width: 190px; }
.formTable .State { width: 115px; }
.formTable .w60 { width: 60px!important; }
.formTable .w35 { width: 35px!important; }
.formTable LABEL { color: #3C6082; }

.bodyContent { padding: 40px; background-color: #DBE2EB; color: #798FAB; vertical-align: top; }
.bodyContent A { text-decoration: none; color: #798FAB; }
STRONG { color: #3C6082; }
.entertainmentContent { padding: 40px; background-color: #F7FAEE; }
.entertainmentContent A { text-align: left!important; display: inline!important; }
.fineDiningContent { padding: 40px; background-color: #EEF8FB; }
.fineDiningContent A { text-align: left!important; display: inline!important; }
.specialsContent { padding: 40px; background-color: #EAEEF9; }
.specialsContent A { text-align: left!important; display: inline!important; }

.saleTable { }
.saleTable TABLE { margin-bottom: 10px; width: 648px; }
.saleTable .saleTitle { background-color: #BAC7D8; color: #09375B; font-weight: bold; padding-left: 10px; }
.saleTable .saleBg { background-color: #BAC7D8; color: #09375B; font-weight: bold; padding-right: 10px; }
.saleTable TD { padding-left: 10px; }


#headerImage { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='../images/pictures/large/system-files/img_header_v2.png'); }
#headerImage[alt] { background: url('../images/pictures/large/system-files/img_header_v2.png') no-repeat 0px 0px; }
#headerImageTop { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='images/pictures/large/system-files/header.png'); }
#headerImageTop[alt] { background: url('../images/pictures/large/system-files/header.png') no-repeat 0px 0px; }

.topMenuTabs { }
.topMenuTabs A { font-weight: bold; text-decoration: none; color: #798FAB; }
.topMenuTabs A:visited { color: #798FAB; }
.topMenuTabs A:hover { color: #AABBCF; }
.topMenuTabs A { display: block; text-align: center; }
.topMenuTabs .tab1 { padding-left: 25px; padding-right: 25px; }
.topMenuTabs .tab2 { padding-left: 5px; padding-right: 25px; }
.topMenuTabs .tab3 { padding-left: 15px; padding-right: 16px; }
.topMenuTabs .tab4 { padding-left: 20px; padding-right: 46px; }
.topMenuTabs .on { color: #3D6082!important; }
.topMenuTabs A.on:hover { color: #3A5E80; }
div.galleryListName { font-weight: bold; }

/* This is to fix a fade issue in IE when using jquery */
.gallery_image_title { background:#fff}

