/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    line-height: 1;
    vertical-align: baseline;
}

ol, ul
{
    list-style: none;
}

blockquote, q
{
    quotes: none;
}

ins
{
    text-decoration: none;
}

del
{
    text-decoration: line-through;
}

/* Tables still need 'cellspacing="0"' in the markup */

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

/* The Web Company */

body
{
    background: rgb(255,255,255) url(images/bg-body.gif) top left repeat-x;
    color: rgb(0,0,0);
    font-family: "lucida grande" , verdana, "lucida sans" , lucida, "trebuchet ms" , "bitstream vera sans" , helvetica, geneva, arial, sans-serif;
    font-size: 62.5%; /*line-height: 1;*/
    min-width: 980px;
    background-color: white;
}

body#popup 
{
    background-image: none;
    min-width: 250px;
}

hr
{
    display: none;
}

a:link, a:visited
{
    color: rgb(0,153,255);
    text-decoration: underline;
}

a:hover, a:active
{
    color: rgb(0,102,153);
    text-decoration: none;
}

a:focus
{
    outline: 1px dotted rgb(51,51,51);
    text-decoration: none;
}


/* Container */

#container
{
    margin: 0 auto;
    width: 980px;
}


/* Primary */

#primary
{
    float: left;
    padding-top: 18px;
    padding-left: 35px;
    width: 703px;
    overflow:hidden;
}

/* Site-Navigation */

#site-navigation
{
    background: transparent url(images/bg-sitenavigation.gif) 0 5px no-repeat;
    height: 30px;
    overflow: hidden;
    padding-top: 5px;
    margin-left: 18px;
    
}

#site-navigation li
{
    display: inline;
}

#site-navigation a:link, #site-navigation a:visited
{
    display: block;
    float: left;
    height: 19px;
    text-decoration: none;
    overflow: hidden;
    font-size: 1px;
    text-indent: -9999px;
}

#site-navigation a:hover, #site-navigation a:active, #site-navigation a:focus
{
    background-position: 0 -19px;
    outline: 0;
}

#s-home a
{
    background-image: url(images/s-home.gif);
    margin-right: 1px;
    width: 49px;
}
#s-about a
{
    background-image: url(images/s-about.gif);
    margin-right: 1px;
    width: 70px;
}
#s-contact a
{
    background-image: url(images/s-contact.gif);
    width: 82px;
}

/* Content */

#content
{
    background: transparent url(images/bg-content.gif) 28px bottom no-repeat;
    padding-bottom: 10px;
    width: 100%;
}

#popup #content { padding: 0; background-image: none; }

#content p
{
    color: rgb(51,51,51);
    font-family: arial, "helvetica neue" , helvetica, sans-serif;
    font-size: 1.2em;
    line-height: 1.5;
    margin-bottom: 0.5em;
}

#content h3
{
    /*color: blue;*/
    color: #00578d;
    font-family: arial, "helvetica neue" , helvetica, sans-serif;
    font-size: 1.8em;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 5px;
}

#content h4
{
    color: rgb(0,0,0);
    font-family: arial, "helvetica neue" , helvetica, sans-serif;
    font-size: 1.5em;
    line-height: 1.5;
    margin-bottom: .5em;
}

#content h5
{
    color: rgb(204,0,0);
    font-family: arial, "helvetica neue" , helvetica, sans-serif;
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
}

#content ol
{
    color: rgb(102,102,102);
    font-family: arial, "helvetica neue" , helvetica, sans-serif;
    font-size: 1.1em;
    margin-bottom: .5em;
}

#content ol li 
{
    line-height: 1.5;
}


#content ol em
{
    color: rgb(51,51,51);
    font-style: normal;
    font-weight: bold;
}

#content dl
{
    color: rgb(102,102,102);
    font-family: arial, "helvetica neue" , helvetica, sans-serif;
    font-size: 1.2em;
    line-height: 1.4;
    margin: 1.5em 0;
}

#content dl.moreinformation
{
    background: transparent url(images/icon-pdf.gif) top left no-repeat;
    padding-left: 40px;
}

#content dt
{
    color: rgb(0,0,0);
    font-weight: bold;
}

/* Page Header */

#page-header
{
    background: transparent url(images/bg-pageheader.gif) top left no-repeat;
    height: 125px;
    position: relative;
}

#page-header h2
{
    position: absolute;
    top: 49px;
    left: 28px;
}

/* Page Functions */

#page-functions
{
    height: 60px;
    position: absolute;
    right: 20px;
    top: 40px;
    width: 152px;
}

#page-functions li
{
    display: inline;
}

#page-functions a
{
    color: rgb(51,153,255);
    display: block;
    width: 121px;
    border-left: 1px solid rgb(204,204,204);
    padding: 10px 0 10px 30px;
    text-decoration: none;
}

#page-functions a:hover, #page-functions a:active, #page-functions a:focus
{
    text-decoration: underline;
    outline: 0;
}

#page-functions .p-print
{
    background: transparent url(images/icon-print.gif) 9px 3px no-repeat;
    border-bottom: 1px solid rgb(204,204,204);
    padding: 5px 0 12px 30px;
}

#page-functions .p-email
{
    background: transparent url(images/icon-email.gif) 9px 6px no-repeat;
}

/* Page Content */

#page-content
{
    margin-left: 28px;
    margin-right: 20px;
}

#popup #page-content { margin: 0; }

#page-content ul,
#page-secondary ul
{
    color: rgb(102,102,102);
    font-family: arial, "helvetica neue" , helvetica, sans-serif;
    font-size: 1.2em;
    margin-bottom: .5em;
    margin-left: 20px;
    list-style-type: square;
}

#page-content ul li,
#page-secondary ul li
{
    line-height: 1.5;
    margin-bottom: 5px;
}

body#t-tankflush #page-content,
body#t-distributors #page-content,
body#t-monthlyspecials #page-content,
body#t-rainfallcalculator #page-content
{
    float: left;
    margin-left: 28px;
    padding-top: 20px;
    width: 295px;
}

#page-secondary
{
    margin: 20px 0 0 343px;
    width: 340px;
}


/* Secondary */

#secondary
{
    margin-left: 738px;
    width: 236px;
}


/* Search */

#search
{
    height: 30px;
    overflow: hidden;
    padding-top: 16px;
    width: 201px;
}

#search .search-field
{
    border: 1px solid rgb(204,204,204);
    color: rgb(102,102,102);
    font-family: arial, "helvetica neue" , helvetica, sans-serif;
    font-size: 1.1em;
    float: left;
    height: 16px;
    line-height: 1.4;
    margin: 0 10px 0 0;
    padding: 1px 2px;
    width: 132px;
}

#search .search-button
{
    height: 20px;
    width: 53px;
}


/* Shopping Cart */

#cart
{
    background: transparent url(images/bg-cart.gif) top left no-repeat;
    height: 22px;
    width: 201px;
    padding: 17px 0 0 25px;
}

#cart h4
{
    color: rgb(255,255,255);
    font-family: arial, "helvetica neue" , helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.1em;
}

#cart h4 img
{
    vertical-align: middle;
}


/* Navigation */

#navigation
{
    background: transparent url(images/bg-navigation.gif) top left no-repeat;
    margin-bottom: 10px;
    height: 570px;
    width: 236px;
}

#navigation .dogflash
{
    margin-top: 66px;
}

#navigation li
{
    display: inline;
}

#navigation ul
{
    padding: 24px 0 0 10px;
}

#navigation ul ul
{
    margin: 0;
    padding: 0;
}

#navigation a
{
    background: transparent;
    display: block;
    height: 20px;
    font-size: 1px;
    overflow: hidden;
    text-decoration: none;
    text-indent: -9999px;
    width: 181px;
}

#navigation a:hover, #navigation a:active, #navigation a:focus,
#navigation li.AspNet-Menu-Selected a
{
    background-position: -181px 0;
}

#navigation li.AspNet-Menu-Selected li a
{
    background-position: 0 0;
}

#navigation li.nav-underground a, 
#navigation li.nav-tankflush a,
#navigation li.nav-pumps a, 
#navigation li.nav-deliveryinstallation a, 
#navigation li.nav-rainfallcalculator a, 
#navigation li.nav-greywater a,
#navigation li.nav-wetinnovations a
{
    margin-bottom: 10px;
}

#navigation .nav-tanks a
{
    background-image: url(images/n-tanks.gif);
}
#navigation .nav-frp a
{
    background-image: url(images/n-frp.gif);
}
#navigation .nav-poly a
{
    background-image: url(images/n-poly.gif);
}
#navigation .nav-underground a
{
    background-image: url(images/n-underground.gif);
}
#navigation .nav-tankaccessories a
{
    background-image: url(images/n-accessories.gif);
}
#navigation .nav-pumps a
{
    background-image: url(images/n-pumps.gif);
}
#navigation .nav-warranty a
{
    background-image: url(images/n-warranty.gif);
}
#navigation .nav-distributors a
{
    background-image: url(images/n-distributors.gif);
}
#navigation .nav-deliveryinstallation a
{
    background-image: url(images/n-delivery.gif);
}
#navigation .nav-testimonials a
{
    background-image: url(images/n-testimonials.gif);
}
#navigation .nav-rainfallcalculator a
{
    background-image: url(images/n-calculator.gif);
}
#navigation .nav-biozone a
{
    background-image: url(images/n-biozone.gif);
}
#navigation .nav-wetinnovations a
{
    background-image: url(images/n-wetinnovations.gif);
}
#navigation .nav-tankflush a
{
    background-image: url(images/n-tankflush.gif);
}
#navigation .nav-greywater a
{
    background-image: url(images/n-greywater.gif);
}
#navigation .nav-monthlyspecials a
{
    background-image: url(images/n-specials.gif);
}
#navigation .nav-downloads a
{
    background-image: url(images/n-downloads.gif);
}


/* Register for Updates */

#register
{
    background: rgb(243,249,252) url(images/bg-register.gif) bottom left no-repeat;
    border-top: 10px solid rgb(229,243,249);
    padding: 15px 25px 25px 25px;
    width: 151px;
    margin-top:75px;
}

body#t-home #register
{
    background: rgb(243,249,252) url(images/bg-register.gif) bottom left no-repeat;
    border-top: 10px solid rgb(229,243,249);
    padding: 15px 25px 25px 25px;
    width: 151px;
    margin-top:10px;
}


#register label
{
    color: rgb(51,51,51);
    display: block;
    font-family: arial, "helvetica neue" , helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.4;
    margin: 10px 0 2px 0;
}

#register label em
{
    color: rgb(51,153,204);
    font-weight: normal;
}

#register .yourname, #register .youremail
{
    border: 1px solid rgb(204,204,204);
    color: rgb(102,102,102);
    font-family: arial, "helvetica neue" , helvetica, sans-serif;
    font-size: 1.1em;
    line-height: 1.4;
    padding: 1px 2px;
    width: 145px;
}

#register .register-button
{
    float: right;
    height: 20px;
    margin-top: 10px;
    width: 62px;
}


#imgDaveyLogo
{
    float:right;
    margin-right: 40px;
    margin-top: 5px; 
    color: rgb(102,102,102);
    font-family: arial, "helvetica neue" , helvetica, sans-serif;
    font-size: 1.2em;
    line-height: 1;
}

#imgDaveyLogo p
{
    width:110px
}

/* Footer */

#footer
{
    background: rgb(51,51,51) url(images/bg-footer.gif) top left repeat-x;
    clear: both;
    margin-top: 10px;
    padding: 25px 0;
    width: 100%;
}

#footer div
{
    margin: 0 auto;
    position: relative;
    width: 980px;
}

#footer h6
{
    position: absolute;
    right: 41px;
    top: 0;
}

#footer p
{
    color: rgb(153,153,153);
    font-family: arial, "helvetica neue" , helvetica, sans-serif;
    font-size: 1.1em;
    line-height: 1.4;
    margin-left: 63px;
}

#footer a:link, #footer a:visited
{
    color: rgb(204,204,204);
}

#footer a:hover, #footer a:active
{
    color: rgb(255,255,255);
}


/* Home (specific styles) */


body#t-home #navigation
{
    background: transparent url(images/bg-navigation-home.gif) top left no-repeat;
    height: 430px;
    width: 201px;
}

body#t-home #navigation .nav-biozone a
{
    background-image: url(images/n-biozone-home.gif);
}
body#t-home #navigation .nav-tankflush a
{
    background-image: url(images/n-tankflush-home.gif);
}
body#t-home #navigation .nav-greywater a
{
    background-image: url(images/n-greywater-home.gif);
}
body#t-home #navigation .nav-monthlyspecials a
{
    background-image: url(images/n-specials-home.gif);
}
body#t-home #navigation .nav-downloads a
{
    background-image: url(images/n-downloads-home.gif);
}

body#t-home #content
{
    background: rgb(229,243,249) url(images/bg-content-home.gif) 0 0 no-repeat;
    float: left;
    margin-top: 10px;
    padding: 30px 25px 25px 28px;
    width: 260px;
}

body#t-home #content h2
{
    margin: 0 0 10px 0;
}

body#t-home #content h3
{
    margin: 0 0 15px 0;
}



body#t-home #content p
{
    color: rgb(0,51,102);
    font-family: arial, "helvetica neue" , helvetica, sans-serif;
    font-size: 1.2em;
    line-height: 1.5;
    margin-bottom: 0.5em;
}

#qec-logo
{
    float: left;
    margin: 4px 10px 0 0;
}

img.left 
{
    float: left;
    margin: 4px 10px 0 0;
}

img.right
{
    float: right;
    margin: 4px 0 0 10px;
}

/* Specials */

#specials
{
    background: rgb(0,0,0) url(images/bg-specials.gif) bottom left no-repeat;
    margin: 10px 0 0 313px;
    padding: 10px 10px 10px 10px;
    width: 360px;
    height: 484px;
}

#flash-video
{
    margin-bottom: 20px;
}

#specials h4
{
    margin: 0 0 20px 20px;
}

#specials h5
{
    margin: 0 0 10px 20px;
}

#specials p
{
    color: rgb(153,153,153);
    font-family: arial, "helvetica neue" , helvetica, sans-serif;
    font-size: 1.1em;
    line-height: 1.5;
    margin: 0 20px 0 20px;
}

#specials a
{
    color: rgb(255,204,51);
}

/* Tasmania */

#tasmania
{
    background: transparent url(images/bg-tasmania.gif) top left no-repeat;
    margin: 10px 0 0 0;
    padding: 5px 0 20px 50px;
    width:163px;
    float:left;
    margin-left: 10px;
    margin-top: 5px;
}

#tasmania h6
{
    margin-bottom: 5px;
}

#tasmania p
{
    color: rgb(102,102,102);
    font-family: arial, "helvetica neue" , helvetica, sans-serif;
    font-size: 1.2em;
    line-height: 1;
}

#tasmania a
{
    color: rgb(0,153,255);
}


/* TankFlush (specific styles) */

body#t-tankflush h3
{
    color: rgb(0,138,201);
    margin-top: 10px;
}

#video-player
{
    border: 10px solid rgb(224,235,241);
    width: 320px;
}
#video-player-davey
{
    border: 10px solid rgb(224,235,241);
    width: 400px;
}


/* Contact Us (specific styles) */

body#t-contactus #page-content
{
    float: left;
    padding-top: 10px;
    width: 290px;
}

body#t-contactus #content h3
{
    margin-bottom: 0;
}

#contact-form
{
    background: rgb(255,255,229) url(images/bg-contactform.gif) top left no-repeat;
    border: 10px solid rgb(255,237,184);
    padding: 10px 20px 10px 20px;
    margin-left: 338px;
    margin-top: 20px;
    width: 285px;
}

#popup #contact-form 
{
    margin: 0;
    width: auto;
    height: 100%;
}

#contact-form label
{
    color: rgb(51,51,51);
    display: block;
    font-family: arial, "helvetica neue" , helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.5;
    margin: 5px 0 2px 0;
}

#contact-form label em
{
    color: rgb(255,153,51);
    font-weight: normal;
}

#contact-form p
{
    color: rgb(102,102,102);
    font-size: 1.1em;
}

#contact-form img
{
    margin-bottom: 5px;
}

#contact-form .c-name, 
#contact-form .c-email, 
#contact-form .c-phone, 
#contact-form .c-verification, 
#contact-form .c-message
{
    border: 1px solid rgb(204,204,204);
    color: rgb(102,102,102);
    font-family: arial, "helvetica neue" , helvetica, sans-serif;
    font-size: 1.1em;
    line-height: 1.4;
    padding: 1px 2px;
    margin: 0;
}

#contact-form .c-name, 
#contact-form .c-email, 
#contact-form .c-message
{
    width: 279px;
}

#contact-form .c-phone
{
    width: 179px;
}

#contact-form .c-verification
{
    width: 102px;
}

#contact-form #verification
{
    border-top: 1px solid rgb(255,237,184);
    border-bottom: 1px solid rgb(255,237,184);
    margin: 10px 0 10px 0;
    padding: 10px 0 0 0;
}

.group
{
    float: right;
    width: 108px;
}

#contact-form .send-button
{
    float: right;
    height: 20px;
    margin-top: 10px;
    width: 53px;
}

/* Tanks (specific styles) */

body#t-tanks-poly #content {
	background:none;
}

#tank-selector {
	float:left;
	margin-top:40px;
	width:80px;
	overflow: hidden;
}	

#tank-selector ul {
	background:transparent url(images/bg-tankselector-ul.gif) bottom left no-repeat;
	padding-bottom:79px;
	margin-left: 0;
}
	
#tank-selector li {
	display: inline;
}
	
#tank-selector a {
	background:transparent url(images/bg-tankselector.gif) top left no-repeat;
	color:rgb(102,102,102);
	display:block;
	font-family:arial, "helvetica neue", helvetica, sans-serif;
	font-size:1.1em;
	padding:5px 10px 5px 0;
	text-align:left;
	text-decoration:none;
}
	
#tank-selector .selected a {
	background:rgb(255,255,255) url(images/bg-selected.gif) top left no-repeat;
	color:rgb(0,0,0);
}


#tank-viewer-nav ul,
#tank-viewer-nav li 
{
    list-style-type: none;
    display: inline;
    margin: 0;
    padding: 0;
}

#tank-viewer .backwards {
	position: absolute;
	top:60px;
	left:8px;
}
	
#tank-viewer .forwards {
	position: absolute;
	top:60px;
	right:8px;
	z-index:40;
}		

#tank-viewer {
	background:transparent url(images/bg-tank-viewer.gif) top left no-repeat;
	border:10px solid rgb(235,235,235);
	margin:20px 0 0 80px;
	padding:20px 45px 20px 45px;
	position: relative;	
	width:465px;

	float: left;
	margin-left: 0;
}

#overview {height:189px;}
	
#tank-viewer h3 {
	color:rgb(153,153,153);
	font-family:arial, "helvetica neue", helvetica, sans-serif;
	font-size:1em;
	font-weight:normal;
	letter-spacing:.25em;
	margin:0;
	width: 170px;
}	

#tank-viewer h4 {
	color:rgb(204,0,0);
	font-family:arial, "helvetica neue", helvetica, sans-serif;
	font-size:1.8em;
	line-height:1;
	margin:20px 0 0 0;
}

#tank-viewer h5 {
	color:rgb(204,0,0);
	font-family:arial, "helvetica neue", helvetica, sans-serif;
	font-size:1.8em;
	font-weight:normal;
	line-height:1;
	margin:0 0 10px 0;
}

#tank-viewer h6 {
	color:rgb(0,0,0);
	font-family:arial, "helvetica neue", helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	margin:10px 0 0 0;
}	

#tank-viewer .tank-image {
	position: absolute;
	top:0;
	right:0;
	z-index:10;
}

#tank-viewer .tank-color {
	background:transparent url(images/bg-tank-color.gif) bottom right no-repeat;
	height:74px;
	padding-top:10px;
	position: relative;
	width:203px;
}	
	
#tank-viewer .tank-color h6 {
	margin-top:0;
	margin-bottom:8px;
}
	
#tank-viewer .selected-swatch 
{
    display: block;
	position: absolute;
	width: 69px;
	height: 69px;
	z-index: 50;
	left:172px;
	top:224px;
}	
	
#tank-viewer .swatch-selector 
{
    width: 120px;
}
	
#tank-viewer .product-image {
	/*position:absolute;
	top:273px;
	right:45px;*/
	float: right;
	border:2px solid rgb(204,204,204);	
	z-index:15;
}	

#tank-viewer #features
{
    clear: both;
}

#tank-viewer #features ul {
	color:rgb(102,102,102);
	font-family:arial, "helvetica neue", helvetica, sans-serif;
	font-size:1.1em;
	line-height:1.5;
	width:205px;
}

#tank-viewer p {
	color:rgb(153,153,153);
	margin:10px 0;
}

.price-inline {
	color:rgb(204,0,0);
	font-size:2em;
	font-weight:bold;
	vertical-align:middle;
}
	
#background-information {
	clear: both;
	background:rgb(229,243,249) url(images/bg-backgroundinformation.gif) top left no-repeat;
	margin:20px 0 0 80px;
	padding-bottom:10px;
}

.column-a {
	float:left;
	margin-left:20px;
	padding:20px 0 0 0;
	width:260px;
}
	
.column-b {
	margin:0 20px 0 295px;
	padding:20px 0 0 0;
}

#background-information h5 {
	color:rgb(102,153,204);
	font-size:1em;
	letter-spacing:.25em;
	margin:0;
	text-transform:uppercase;
}
	
#background-information h6 {
	color:rgb(0,51,102);
	font-family:arial, "helvetica neue", helvetica, sans-serif;
	font-size:1.8em;
	margin:10px 0 5px 0;
}
	
#background-information p {
	color:rgb(51,102,153);
}	

/* Shopping Cart (specific styles) */

#content #process {
	height:3em;
	margin:20px 0 10px 0;
	padding: 0;
}
	
#process li {display:inline;}

#process a {
	background:rgb(204,234,246);
	display:block;
	font-family:arial, "helvetica neue", helvetica, sans-serif;
	width:143px;
	float:left;
	padding:.75em 10px;
	text-decoration:none;
	border-left:1px solid rgb(255,255,255);
}
	
#process .step1 {border:0;}	
	
#process a:hover {
	background:rgb(229,244,250);
}
	
#process .selected {
	background:rgb(0,87,141);
	color:rgb(255,255,255);
	font-weight:bold;
}
	
#process a.selected:hover {
	background:rgb(0,87,141);
}	
				
table {
	border-top:1px solid rgb(189,224,241);
	font-size:100%;
	width:655px;
}
			
th, td {
	border-bottom:1px solid rgb(189,224,241);
	padding:5px 10px;
}

th {
	background:rgb(235,246,251);
	color:rgb(102,153,204);
	font-family:arial, "helvetica neue", helvetica, sans-serif;
	font-size:1.1em;
	font-weight:normal;
	text-align:left;
}

th.price {text-align:right;}

td.product {
	padding:20px 10px;
}

td.description {
	vertical-align:top;	
	width:240px;
}
	
tr.product-details td {
	padding-top:20px;
	padding-bottom:0;
}

table.orderdetails tr.product-details td {
    padding-top: 5px;
    padding-bottom: 5px;
}

tr.product-details td.product {
	padding:10px;
}

#content td h3,
#content td h4 {
    color: #00578d;
	font-size:1.8em;
	line-height:1;
	margin:0;
}
	
#content td h4 {
	font-weight:normal;
	margin-bottom:10px; 
}	
	
.pr-image { position: relative; }

.product-swatch {
	/*float:right;*/
	position: absolute;
	bottom: 5px;
	right: 5px;
}
	
td.emptycart 
{
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
    padding: 30px 20px;
}
	
ol .code {
	color:rgb(153,153,153);
	font-size:.9em;
	margin-top:10px;
}
	
td.quantity,
td.price-type {
	color:rgb(153,153,153);
	font-family:arial, "helvetica neue", helvetica, sans-serif;
	font-size:1.1em;
	padding-left:10px;
	text-align:left;
	width:90px;
}			

td.quantity {
	vertical-align:top;
}
	
.quantity-field {
	border:1px solid rgb(204,204,204);
	color:rgb(102,102,102);
	font-family:arial, "helvetica neue", helvetica, sans-serif;
	font-size:1.1em;
	line-height:1.4;	
	margin-bottom:5px;	
	padding:1px 2px;
	width:54px;
}		

td.price {
	color:rgb(51,51,51);
	font-family:arial, "helvetica neue", helvetica, sans-serif;
	font-size:1.1em;
	padding-right:10px;
	text-align:right;
	vertical-align:top;
	width:90px;
}
	
td.price strong {
	color:rgb(204,0,0);
}

td.product-hint {
	background:rgb(235,246,251);
	color:rgb(102,102,102);
	font-family:arial, "helvetica neue", helvetica, sans-serif;
	font-size:1.2em;
	line-height:1.5;
	padding:5px 10px;
}

td.product-hint em {
	color:rgb(0,0,0);
	font-style:normal;
	font-weight:bold;
}
	
td.important-information {
	vertical-align:top;
	padding:10px;
}
	
td.important-information p {
	color:rgb(0,0,0);
	font-family:arial, "helvetica neue", helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.5;
}

#content table p {
	margin:0;
}
	
td.important-information ul {
	color:rgb(102,102,102);
	font-family:arial, "helvetica neue", helvetica, sans-serif;
	font-size:1.1em;
	line-height:1.5;
}
	
td.important-information li {
	background:transparent url(images/li-dot.gif) left center no-repeat;
	padding-left:10px;
}

#total td {
	border-top:2px solid rgb(189,224,241);
	color:rgb(0,0,0);
	font-weight:bold;
	font-size:1.2em;
	padding-top:10px;
}	
	
#endrow td {
	border-bottom:0;
	padding:20px 0 10px 0;
	vertical-align:middle;
}

#proceed {text-align:right;} 
	
#continue {
	color:rgb(153,153,153);
	font-family:arial, "helvetica neue", helvetica, sans-serif;
	font-size:1.1em;
	text-align:right;
	padding-right:0;
}
	
/* Checkout */

#checkout table 
{
    width: auto;
}

#checkout table.orderdetails {
    width: 100%;
}


#checkout table td 
{
    vertical-align: middle;
}

#checkout fieldset 
{
    border: 1px solid #BDE0F1;
    padding: 10px;
    margin-bottom: 10px;
    
}

#checkout fieldset table 
{
    border: none;
}

#checkout fieldset table td 
{
    border: none;
    padding-left: 0;
    padding-right: 5px;
}

#checkout legend 
{
    font-size: 1.1em;
    font-weight: bold;
    color: #00578D;
}

#checkout fieldset.contactdetails 
{
    width: 300px;
    float: left;
}

#checkout fieldset.billingdetails
{
    width: 300px;
    float: right;
}

#checkout fieldset.deliverydetails 
{
    clear: both;
    width: 635px;
}

#checkout fieldset.deliverydetails table td
{
    padding-right: 10px;
    width: 50%;
}

#checkout fieldset.deliverydetails table td td 
{
    padding-left: 0;
    padding-right: 5px;
    width: auto;
}

#checkout td.formfield 
{
    white-space: nowrap;
}

#checkout .gatewayerror 
{
    border: 1px solid #c66;
    padding: 10px 20px;
    font-size: 1.1em;
    background-color: #fff9f9;
}

#checkout table.twocol {
    width: 100%;
    margin-bottom: 20px;
}


/* Tank and Pump accessories */
#productlist table	
{
    border-collapse: separate;
    border-spacing: 10px;
    width: auto;
}

#productlist td 
{
    width: 153px;
    border: 1px solid #ccc;
    margin: 0;
    padding: 0;
}

#productlist img 
{
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc !important;
}

#productlist h4
{
    padding: 5px 10px;
}

#productlist p 
{
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
}

#productlist p.price 
{
    font-weight: bold;
}

#productlist p.price span 
{
    font-weight: normal;
}

#productlist .quantity 
{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f0f0f0;
    width: 133px;
    padding: 3px 10px;
    margin-bottom: 8px;
}

#productlist .quantity table 
{
    border: none;
    border-collapse: collapse;
    width: 133px;
    margin: 0;
}

#productlist .quantity td
{
    margin: 0;
    padding: 0;
    border: none;
    vertical-align: middle;
    width: auto;
    font-weight: bold;
}

#productlist .quantity input 
{
    font-size: 11px;
    font-weight: bold;
    width: 30px;
}

#productlist .addtocart 
{
    margin-bottom: 5px;
    text-align: center;
}


/* More content styles */

#content table.DownloadList td 
{
    text-align: center;
    padding: 10px 5px;
    width: 163px;
}

#content table.DownloadList img 
{
    margin-bottom: 5px;
}

#content table.DownloadList em 
{
    font-size: 11px;
    color: #999;
    text-decoration: none;
}
	
	
/* Distributors map of Australia */
#page-secondary img.imgmapAustralia 
{
    float: none;
    background: transparent url(Images/map-australia.png) no-repeat 0 0;
}

#page-secondary img.ttas { background-position: -340px 0; }
#page-secondary img.tact { background-position: -680px 0; }
#page-secondary img.twa { background-position: -1020px 0; }
#page-secondary img.tnt { background-position: -1360px 0; }
#page-secondary img.tqld { background-position: -1700px 0; }
#page-secondary img.tvic { background-position: -2040px 0; }
#page-secondary img.tsa { background-position: -2380px 0; }
#page-secondary img.tnsw { background-position: -2720px 0; }

#page-secondary img.tas { background-position: -340px 0; }
#page-secondary img.act { background-position: -680px 0; }
#page-secondary img.wa { background-position: -1020px 0; }
#page-secondary img.nt { background-position: -1360px 0; }
#page-secondary img.qld { background-position: -1700px 0; }
#page-secondary img.vic { background-position: -2040px 0; }
#page-secondary img.sa { background-position: -2380px 0; }
#page-secondary img.nsw { background-position: -2720px 0; }


/* Colour Selector */
#productlist .colourPicker,
#tank-viewer .colourPicker
{
    position: relative;
    border-top: 1px solid #ccc;
}

#productlist .colourPicker p,
#tank-viewer .colourPicker p 
{
    padding: 5px 0px;
}

#productlist .colourPicker p a,
#tank-viewer .colourPicker p a
{
    padding: 0px 20px 0px 10px;
    display: block;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
    background: transparent;
}

#productlist .colourPicker p a span,
#tank-viewer .colourPicker p a span 
{
    text-decoration: underline;
}

#productlist .colourPicker p a:hover,
#tank-viewer .colourPicker p a:hover
{
    color: rgb(0,153,255);
    background-image: none;
}

#productlist .colourPicker .colourList img,
#productlist .colourPicker p img,
#tank-viewer .colourPicker .colourList img,
#tank-viewer .colourPicker p img
{
    vertical-align: middle;
    margin-right: 6px;
    width: 14px;
    height: 14px;
    background-color: #e6e6e6;
    overflow: hidden;
    padding: 0;
    border: none;
}

#productlist .colourPicker ul.colourList,
#tank-viewer .colourPicker ul.colourList
{
    list-style-type: none;
    margin: 0;
    padding: 3px 0;
    border: 1px solid #ccc;
    position: absolute;
    z-index: 1000;
    width: 153px;
    background: #fff url(Images/swatches/icon-open.gif) no-repeat right top;
    left: -1px;
    top: -1px;
    visibility: hidden;
}

#productlist .colourPicker ul.colourList li,
#tank-viewer .colourPicker ul.colourList li 
{
    margin: 0;
    padding: 0 10px;
    font-size: 11px;
    border: 1px solid white;
}

#productlist .colourPicker ul.colourList a,
#tank-viewer .colourPicker ul.colourList a
{
    display: block;
    text-decoration: none;
    color: #666;
    padding: 2px 0;
}

#productlist .colourPicker ul.colourList a:hover,
#tank-viewer .colourPicker ul.colourList a:hover  
{
    text-decoration: underline;
    color: #000;
}

/* TWCMS Default Styles */

.PDF { padding-left: 20px; background: transparent url(../../Images/icon-pdf.gif) no-repeat top left; }
.Office { padding-left: 20px; background: transparent url(../../Images/icon-office.gif) no-repeat top left; }
.Webpage { padding-left: 20px; background: transparent url(../../Images/icon-webpage.gif) no-repeat top left; }
.Email { padding-left: 20px; background: transparent url(../../Images/icon-email.gif) no-repeat top left; }

/* End TWCMS Default Styles */

.minh
{
	min-height:160px;
}

#navigation li.nav-downloads a 
{
	height: 19px;
}

.strikeout 
{
    color:#666666;
    font-size:1.5em;
    text-decoration:line-through;
}

.special 
{
    display:inline-block;
    font-size:1.8em;
    padding: 4px 2px;
    margin: 0.5em 0;
    color:#ffffff;
    background:#006cb4;
}

#content p.smaller 
{
    font-size:1.1em;
}