
/* GENERIC STYLES */

* { margin: 0; padding: 0 }

body {
	font: 12px/1.4 Arial, Helvetica, sans-serif;
	color: #222;
	text-align: center;
	background: #000;
}

h1 {
	
}

small { 
	font-size: 10px;
}

p {
	padding: 0 0 .5em 0;
}

.small {
	display: block;
	line-height: 1.2em;
	
}

a img { border: none; }

/* LAYOUT */

#wrap {
	text-align: left;
	margin: 20px auto 20px auto;
	width: 780px;
	min-height: 420px;
	background: url(../img/content-bg.jpg) top right repeat-y;
}

#header {
	position: relative;
	width: 780px;
	height: 140px;
	background: url(../img/header-bg.jpg) top left no-repeat;	
}

#splash {
	float: left;
	width: 380px;
	height: 350px;
	margin-left: 10px;
	background: url(../img/splash-bg.jpg) bottom left no-repeat;
}

#store-locator {
	float: left;
	margin-left: 20px;
	width: 360px;
	height: 350px;
	background: url(../img/store-locator-bg.gif) top left no-repeat;
}

#footer {
	clear: both;
	width: 780px;
	height: 30px;
	background: url(../img/footer-bg.jpg) bottom right no-repeat;
}

/* FORMATTING */

#link { padding-top: 20px; }

#link a { color: #fff; }

#header h1 {
	display: inline;
	position: absolute;
	top: 5px;
	left: 23px;
}

#header-download-btn {
	position: absolute;
	width: 150px;
	height: 70px;
	padding: 0 0 0 86px;
	background: url(../img/splash-download-btn.png) top left no-repeat;
	right: 240px;
	bottom: 5px;
}

#header-download-btn h3 {
	padding-top: 10px;
	font: bold 14px/1.2 bold Tahoma, Arial, Helvetica, sans-serif;
	
}

#header-download-btn h3 a {
	color: #fff;
	text-decoration: none;
}



#description {
	font: bold 19px/1.2 bold Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	padding: 10px 10px 20px;
	margin: 0;
}
 	
#splash-download-btn {
	height: 102px;
	padding: 0 0 0 86px;
	background: url(../img/splash-download-btn.png) top left no-repeat;
}

#splash-download-btn h2 {
	padding-top: 10px;
	font: bold 18px/1.2 bold Tahoma, Arial, Helvetica, sans-serif;
}

#splash-download-btn a {
	color: #FF6600;
	text-decoration: none;
}

#splash-download-btn a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#splash-download-btn p {
	padding-top: 5px;
	color: #FF6600;
}	


#splash-download-btn h2 { }

#footer p {
	padding: 10px;
	font-size: 11px;
	line-height: 1em;
	color: #666;
}

#footer a, #footer a:visited { color: #CD362D; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

#footer-links-left { float: left; }

#footer-links-right { float: right; }

/* LOCATION MAP */
#store-locator-map { position: relative; top: 70px; left: 55px; width: 261px; height: 244px; overflow: hidden; background: url(../img/store-locator-map.gif) left top no-repeat; }

.store-locator-map-item { position: absolute; display: block; margin: 0; padding: 0; background: none; }

.store-locator-map-item a { display: block; text-indent: -9999px; overflow: hidden  }

#store-locator-map-WA { width: 93px; height: 160px; left: 1px; top: 25px;}
#store-locator-map-NT { width: 67px; height: 104px; left: 94px; top: 7px;}
#store-locator-map-QLD { width: 100px; height: 133px; left: 161px; top: 2px;}
#store-locator-map-SA { width: 85px; height: 84px; left: 94px; top: 111px; }
#store-locator-map-NSW { width: 81px; height: 65px; left: 177px; top: 135px; }
#store-locator-map-VIC { width: 58px; height: 44px; left: 177px; top: 166px;}
#store-locator-map-ACT { width: 22px; height: 13px; left: 218px; top: 171px;}
#store-locator-map-TAS { width: 21px; height: 24px; left: 200px; top: 221px;}

#store-locator-map-WA a { height: 160px; }
#store-locator-map-NT a { height: 104px; }
#store-locator-map-QLD a { height: 133px; }
#store-locator-map-SA a { height: 84px; }
#store-locator-map-NSW a { height: 65px; }
#store-locator-map-VIC a { height: 44px; }
#store-locator-map-ACT a { height: 13px; }
#store-locator-map-TAS a { height: 24px; }


#store-locator-map-WA a:hover, #store-locator-map-WA a.selected,
#store-locator-map-NT a:hover, #store-locator-map-NT a.selected,
#store-locator-map-QLD a:hover, #store-locator-map-QLD a.selected,
#store-locator-map-SA a:hover, #store-locator-map-SA a.selected,
#store-locator-map-NSW a:hover, #store-locator-map-NSW a.selected,
#store-locator-map-VIC a:hover, #store-locator-map-VIC a.selected,
#store-locator-map-ACT a:hover, #store-locator-map-ACT a.selected,
#store-locator-map-TAS a:hover, #store-locator-map-TAS a.selected  {
	background: url(../img/store-locator-map.gif) left top no-repeat;	
}

#store-locator-map-WA a:hover, #store-locator-map-WA a.selected { background-position: -1px -275px; }
#store-locator-map-NT a:hover, #store-locator-map-NT a.selected { background-position: -94px -508px; }
#store-locator-map-QLD a:hover, #store-locator-map-QLD a.selected { background-position: -161px -252px; }
#store-locator-map-SA a:hover, #store-locator-map-SA a.selected { background-position: -94px -612px; }
#store-locator-map-NSW a:hover, #store-locator-map-NSW a.selected { background-position: -177px -886px; }
#store-locator-map-VIC a:hover, #store-locator-map-VIC a.selected { background-position: -177px -416px; }
#store-locator-map-ACT a:hover, #store-locator-map-ACT a.selected {  background-position: -218px -672px; }
#store-locator-map-TAS a:hover, #store-locator-map-TAS a.selected  { background-position: -200px -722px; }

