/*
	506070.com.au CSS for screens
	June 2007
	CSS by David Nash - davidnash.com.au
	Design by Milk Digital
*/

body {
	background-image: url("img/bg.gif");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333;
	width: 626px;
	margin: 0px auto;
}

img {
	border-width: 0px;
	display: block;
}

a {	text-decoration: none; }

a:hover { text-decoration: underline; }

.colourWhite {
color:#FFFFFF;}
/*
	Navigation menu
*/

ul#nav {
	float: left;
	list-style-type: none;
	padding: 0em; margin: 0em;
}

ul#nav li {
	display: inline;
	/*fixes ie6/7 bug, doesn't hurt others*/
}

ul#nav a {
	display: block;
	width: 125px;
	height: 47px;
}

ul#nav span {
	display: none; /* use bg image as the button */
}

ul#nav #catalogue a { background: url("img/nav_catalogue.gif") no-repeat; }

ul#nav #catalogue a:hover {	background-position: 0px -47px; }

ul#nav #hireform a { background: url("img/nav_hire_form.gif") no-repeat; }

ul#nav #hireform a:hover { background-position: 0px -47px; }

ul#nav #shop a { 
	background: url("img/nav_shop.gif") no-repeat;
	height: 31px;	
}

ul#nav #shoplocation a {
	background: #4b7dbc url("img/nav_shop_end.gif") no-repeat bottom;
	color: #fff;
	text-transform: uppercase;
	width: 114px;
	margin-left: 3px;
	padding-left: 5px;
	padding-top: 9px;
	height: 39px;
}

ul#nav #contact a { background: url("img/nav_contact.gif") no-repeat; }

ul#nav #contact a:hover { background-position: 0px -47px; }

ul#nav #modernism a {
	background: url("img/gr_modernism.gif") no-repeat;
	height: 71px;
	margin-top: 20px;
}


/*
	Shop page - details and thumbs
*/

#shoppage {
	width: 501px;
	float: right;
}

#shopheader {
	background: url("img/shop_title_bar.gif") no-repeat;
	height: 31px;
	position: relative;
}

#shopheader h2 {
	margin: 0px; padding: 0px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;

	position: relative;
	top: 10px;
}

#shopheader a {
	font-size: 11px;
	color: #FFCC00;
	font-weight: bold;
	text-transform: uppercase;
	
	position: absolute;
	top: 10px;
}

#shopheader .back {
	left: 19px;
}

#shopheader .next {
	right: 16px;
}

/* thumbs */

.thumbitem {
	float: left;
	width: 159px;
	height: 189px;
	background: #fff;
	border: 1px solid #4b7dbc;
	margin: 6px 3px 0px 3px;
	position: relative;
	display: inline; /*fixes ie6/7 bug, doesn't hurt others*/
}

/*covers thumb and detail h3*/
#shoppage h3 {
	margin: 0px;
	font-size: 9px;
	color: #555F55;
	text-transform: uppercase;
	margin: 6px 2px 0px 6px;
}

.thumbitem img {
	position: absolute;
	top: 30px;
	left: 6px;
}

.thumbitem .details span {
	display: none;
}

.thumbitem .details {
	width: 90px;
	height: 13px;
	background: url("img/details.gif") no-repeat;
	position: absolute;
	top: 148px;
	left: 9px;
}

.thumbitem img.holdsold {
	position: absolute;
	top: 166px;
	left: 9px;
}





/* details */

#detailsPanel {
	background: #fff;
	border: 1px solid #4b7dbc;
	width: 492px;
	min-height: 345px;
	margin: 6px 0px 0px 3px;
	position: relative;
}

#detailsPanel img {
	margin: 12px 12px 6px 6px;
	float: left;
}

#detailsPanel img#holdsold {
	float: none;
	margin: 0px;
	position: absolute;
	bottom: 6px;
	left: 327px;
	
}

#detailsPanel p {
	margin: 9px 0px 6px 0px;
	padding: 0px 6px;
	line-height: 150%;
	color: #555;
}

#detailsPanel p.tight {
	margin: 0px 0px 0px 0px;
}

#detailsPanel a {
	color: #4B7DBC;
}

#detailsPanel p.error {
	color: #b00;
}

/* footer stuff */


#shopfoot {
	clear: both;
	background: url("img/shop_foot_bar.gif") no-repeat;
	height: 31px;
	position: relative;
	top: 3px;
}

#shopfoot #updateTime {
	color: #4B7DBC;
	position: absolute;
	top: 10px;
	left: 10px;
}

#shopfoot #updateTime .date {
	color: #FF9900;
	font-weight: bold;
}

#shopfoot #pageList {
	position: absolute;
	top: 10px;
	right: 10px;
	font-weight: bold;
	color: #4B7DBC;
	text-transform: uppercase;
}

#shopfoot #pageList span { color: #FF9900; }

#shopfoot #pageList a { color: #4B7DBC; }

#footer {
	clear: both;
	text-align: center;
	font-weight: bold;
	color: #FF9900;
}

#footer p {
	padding: 13px 0px 3px 0px;
	margin: 0px;
}

#footer a {	color: #4B7DBC; }

#footer .alt a { color: #FF9900; }

#footer span {
	font-weight: normal;
	color: #4B7DBC;
}



