/*
----------------------------------------------------------------------
NOTE: Remove the comments before pushing live to decrease size.
----------------------------------------------------------------------
This CSS is used for setting, colours, images and overall visual presentation and
no structure elements should exist in this style sheet. That should all be
contained in the now_structure.css file.

REVISIONS:
Date:			User:		Details:
2007-12-12		CG			Created Structure.

BASE ELEMENTS
The base elements are the basic building blocks of he site, these elements
are the generic elements used in all areas of the presentation site.
*/
body { background-color: #ffffff;}
h2 { color: #34729D; }

/* Custom Styles and elements */

#bunningstrade { background: url('../images/logos/bunnings.gif'); }
#hiamembers { background: url('../images/logos/hiamembers.gif'); }
#corporateexpress { background: url('../images/logos/corporateexpress.gif'); }
#hiaequote { background: url('../images/logos/hiaequote.gif'); }
#pageheader { background: url('../images/pageheader.jpg') repeat-x top left; }
#pageheader.alt { background: url('../images/pageheaderalt.jpg') repeat-x top left; } /* use as an alternative */
#pageheaderlogo { background: url('../images/pageheaderlogo.jpg') no-repeat top left; }
#pageheaderby { background: url('../images/pageheaderby.jpg') no-repeat top left; }
#pageheadernav-content { background: url('../images/navbar1.gif') no-repeat top left; }
#pageheadernav-content.alt { background: url('../images/navbar1alt.gif') no-repeat top left; } /* use as an alternative */
#pageheadernav-title h1 { color: #3C3C3C; }
#pageheader.alt #pageheadernav-title h1 { color: #23506E; } /* use as an alternative */
.contactmember { background: url('../images/contactmember.gif') no-repeat top left; }
.requestanequotedirect { background: url('../images/requestanequotedirect.gif') no-repeat top left; }
#content-results-paging ul li a:link,#content-results-paging ul li a:hover,#content-results-paging ul li a:visited { color: #073152; }
#content-results-paging ul li { border-color: #DADADA; }
#content-results-paging .back, #content-results-paging .next { background: url('../images/results_nav.gif') no-repeat center center; }
#content-results ol li { border-color : #D9D9D9; color: #073152; }
a:link.more, a:hover.more, a:visited.more { color: #008EFF; }
a:link.content-result-name, a:hover.content-result-name, a:visited.content-result-name { color: #073152; }
.profile { background: url('../images/profile.gif') no-repeat top left; }
.contact { background: url('../images/contact.gif') no-repeat top left; }
p.hiaquote { background: url('../images/hiaquote.gif') no-repeat top left; color: #073152; }
p.hiaquote a:link, p.hiaquote a:hover, p.hiaquote a:visited { color: #073152; }
#content-page.alt h2 { background: url('../images/h2alt.gif') repeat-x center left; }
#content-page.alt h2 span { background-color: #ffffff; }
#quicklinks { background: url('../images/quicklinks.gif') no-repeat left top; }
#quicklinks ul { background: url('../images/quicklinksul.gif') repeat-x left bottom; }
#quicklinks ul li a:link, #quicklinks ul li a:hover, #quicklinks ul li a:visited { color: #008EFF; }
#logo { background: url('../images/logo.gif') no-repeat left top; }
#logo ul { background: url('../images/logoul.gif') repeat-y left bottom; }
#home { background: url('../images/home.jpg') #1F4864 repeat-x bottom left; }
#tradebuild { background: url('../images/tradebuild.jpg') no-repeat bottom; }
#homelogo { background: url('../images/homelogo.gif') no-repeat top left; }
#search { background: url('../images/search.gif') no-repeat top left; }
.text { background: url('../images/input_text.gif') no-repeat top left; }
.text input { border-color: #ffffff; }
.primary { color: #1F4864; }
.secondary { color: #789FB9; }
.searchbutton { background: url('../images/searchbutton.gif') }
.okbutton { background: url('../images/okbutton.gif') }
.searchtab { background: url('../images/searchtab.gif') }
.equotetab { background: url('../images/equotetab.gif') }
.searchtabalt { background: url('../images/searchtab_alt.gif') }
.browsetab { background: url('../images/browsetab.gif') }
#footer ul li { border-right-color: #326E97; }
#footer a:link, #footer a:hover, #footer a:visited { color: #4A4A4A; }
.gsright {float:right; }