
/*
CSS - Rhino Tanks - Painted with letters almost like a painting but it isnt so it was nothing like that by Karl B - 20.10.06
We built this city, we built this city on rock an' roll
Built this city, we built this city on rock an' roll
ON THIS DAY...1973 - Sydney Opera House in Sydney, Australia was formally opened by Queen Elizabeth II.
*/


a
{
	color: #ccc;
	text-decoration: underline;
}
img { border: 0; }
.hidden { display: none; }

/* =Clearfix
----------------------------------------------- */
.clearfix:after {
    content: "."; 
    clear: both; 
    display: block; 
    height: 0; 
    visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
 /* End hide from IE-mac */

/* =Containers
height,width,padding,margin,position,top,left,right,bottom,float and clear only
----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
}
#header-wrapper {
	height: 137px;
	width: 100%;
}
#header-wrapper #header {
	height: 137px;
	margin: 0 auto;
	width: 803px;
}
#navigation-wrapper {
	height: 33px;
	width: 100%;
}
#navigation-wrapper #navigation {
	height: 33px;
	margin: 0 auto;
	width: 803px;
}
#slideshow-wrapper {
	height: 264px;
	width: 100%;
}
#slideshow-wrapper #slideshow {
	height: 264px;
	margin: 0 auto;
	width: 803px;
}
div#content_wrapper {
	height: auto;
	margin: 0 auto;
	width: 803px;
}

/* =Body
----------------------------------------------- */
body {
	background: #000;
	font-size: 62.5%;
	font-family: "Verdana", "Helvetica", sans-serif;
}

/* =Header
----------------------------------------------- */
div#header-wrapper {
	background: url(../images/header-wrapper_bg.gif) no-repeat center top;
}
div#header {
	background: url(../images/header-bg.gif) repeat right top;
}
div#header a#header-logo,
div#header div#header-request_quote,
div#header div#header-phone_details {
	float: left;
}
div#header a#header-logo {
	background: url(../images/header-logo.jpg) no-repeat 0 0;
	display: block;
	height: 137px;
	margin-right: 35px;
	width: 327px;
}
div#header div#header-request_quote {
	background: url(../images/header-request_bg.jpg) no-repeat 0 0;
	height: 137px;
	position: relative;
	width: 305px;
}
div#header div#header-request_quote a {
	background: url(../images/header-quote_link.jpg) no-repeat 0 0;
	display: block;
	height: 25px;
	left: 84px;
	position: absolute;
	top: 97px;
	width: 200px;
}
div#header div#header-request_quote a:hover {
	background-position: 0 -25px;
}
div#header div#header-phone_details {
	background: url(../images/header-phone_details.jpg) no-repeat 0 0;
	height: 137px;
	width: 136px;
}

/* =Navigation
----------------------------------------------- */
div#navigation-wrapper {
	background: url(../images/navigation-wrapper_bg.gif) no-repeat center top;
}
div#navigation {
	background: url(../images/navigation-bg.gif) repeat-x 0 0;
}
div#navigation ul,
div#navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#navigation ul li {
	float: left;
}
div#navigation ul li a {
	display: block;
	height: 33px;
}
div#navigation ul li a:hover {
	background-position: 0 -33px !important;
}
div#navigation ul li a.nav-home {
	background: url(../images/navigation-home.gif) no-repeat 0 0;
	width: 57px;
}
div#navigation ul li a.nav-our_tanks {
	background: url(../images/navigation-our_tanks.gif) no-repeat 0 0;
	width: 87px;
}
div#navigation ul li a.nav-commercial {
	background: url(../images/navigation-commercial.gif) no-repeat 0 0;
	width: 121px;
}
div#navigation ul li a.nav-special_offers {
	background: url(../images/navigation-updates_specials.gif) no-repeat 0 0;
	width: 133px;
}
div#navigation ul li a.nav-whyrhino {
	background: url(../images/navigation-whyrino.gif) no-repeat 0 0;
	width: 111px;
}
div#navigation ul li a.nav-request_quote {
	background: url(../images/navigation-request_quote.gif) no-repeat 0 0;
	width: 116px;
}
div#navigation ul li a.nav-schools_sport {
	background: url(../images/navigation-schools_sport.gif) no-repeat 0 0;
	width: 151px;
}

/* =Slideshow
----------------------------------------------- */
div#slideshow-wrapper {
	background: url(../images/slideshow-wrapper_bg.gif) no-repeat center top;
}
div#slideshow {
	background: url(../images/slideshow-bg.jpg) no-repeat 0 0;
}

div#slideshow2 {
	background: url(../images/slideshow-bg2.jpg) no-repeat 0 0;
}

/* =Main
----------------------------------------------- */
div.content-main {
	color: #ccc;
	font-size: 1.3em;
	line-height: 1.2em;
	height: auto;
	margin: 0;
	padding: 0;
	padding-top: 30px;
}
div.content-main h1 {
	color: #fff;
	font-size: 1.6em;
}
div.content-main h2 {
	color: #ee1f23;
	font-size: 1.5em;
	line-height: 1.4em;
	font-weight: normal; 
}
div.content-main h3 {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}
div.content-main h4 {
	color: #ee1f23;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: -0.8em;
}
div.content-main strong.red {
	color: #ee1f23;
}
div.content-main strong.white {
	color: #fff;
}
div.content-main img {
	border: 1px solid #666;
	padding: 1px;
}
div.content-main img.noborder {
	border: 0;
	padding: 0;
}
div.content-main img.imageleft {
	float: left;
	margin: 10px;
}
div.content-main img.imageright {
	float: right;
	margin: 10px;
}
div.content-main img.imagecenter {
	margin: 10px auto;
}
div.content-main#full {
	width: 803px;
}
div.content-main#small {
	width: 503px;
}
div.content-main small.headersub {
	margin: 0;
	margin-bottom: 10px;
}

div.content-main ol li {
	line-height: 1.4em;
	margin-bottom: 40px;
}

/* =Footer
----------------------------------------------- */
div#footer {
	border-top: 1px solid #949494;
	color: #949494;
	font-size: 1.0em;
	margin: 20px auto;
	padding: 10px 0;
	width: 803px;
}
div#footer a {
	color: #666;
	text-decoration: none;
}
div#footer a:hover {
	color: #ee1f23;
}
div#footer div#footer-left {
	float: left;
}
div#footer-left ul,
div#footer-left ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#footer-left ul li {	
	border-left: 1px solid #666;
	display: inline;
	padding-left: 4px;
	margin-right: 1px;
}
div#footer-left ul li.first {
	border-left: 0;
}
div#footer-left ul li span.hidden {
	display: inline;
}
div#footer div#footer-right {
	float: right;
	text-align: right;
}
div#footer a#createdby_webfirm {
	background: url(../images/createdby_webfirm.jpg) no-repeat 0 0;
	display: block;
	height: 28px;
	margin-top: 10px;
	width: 202px;
}

/* Misc: =Colors
----------------------------------------------- */
div.colors-wrapper {
	width: 250px;
	float: left;
	display: inline;
  text-align: justify;
}
div.colors-swatch_container {
	border: 1px solid #666;
	float: left;
	width: 252px;
}

div.colors-swatch_container p {
  margin: 18px 0 0 0;
  padding: 0;
  color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	  
}

div.colors-swatch_container p.black {color: #000 !important;}

p.disclaimer {
  font-size: 0.7em;
  font-style: italic;
  line-height: normal;
}

div.colors-swatch {
	border: 1px solid #000;
	height: 50px;
	width: 250px;
}

div.colors-swatch#headland { background: #975540; }
div.colors-swatch#manorred { background: #793530; }
div.colors-swatch#jasper { background: #806E5C; }
div.colors-swatch#sandbank { background: #D1B988; }
div.colors-swatch#classiccream { background: #E7E1C1; }
div.colors-swatch#surfmist { background: #E2E3E0; }
div.colors-swatch#paperbark { background: #CEC2AA; }
div.colors-swatch#dune { background: #B7B2AC; }
div.colors-swatch#shalegrey { background: #BFBEBD; }
div.colors-swatch#windspray { background: #929899; }
div.colors-swatch#woodlandgrey { background: #5E5C57; }
div.colors-swatch#bushland { background: #8A8A7F; }
div.colors-swatch#paleeucalypt { background: #7A8978; }
div.colors-swatch#wilderness { background: #65796D; }
div.colors-swatch#cottagegreen { background: #335244; }
div.colors-swatch#plantation { background: #586463; }
div.colors-swatch#blueridge { background: #62727D; }
div.colors-swatch#deepocean { background: #475161; }
div.colors-swatch#ironstone { background: #575A61; }
div.colors-swatch#nightsky { background: #252527; }

/* =Tank Price 
----------------------------------------------- */

div.tank_price {
	width: 803px;
}

/* Misc: =Tables
----------------------------------------------- */
table#our_tanks_service_table {
	margin: 33px 0 20px 0;
	padding: 0;
	text-align: center;
	width: 455px;
	float: right;
}
table#our_tanks_service_table tr th {
	border-bottom: 1px solid #666;
	font-weight: bold;
	padding: 5px 0;
}
table#our_tanks_service_table tr.alt td {
	background: #101010;
	padding: 5px 0;
}

/* =Tank Price Includes
----------------------------------------------- */

div.our_tanks_price_includes {
	float: right;
	width: 435px;
	padding: 10px;
	margin-left: 20px;
	border: 1px solid #282828;
}

/* = Video
----------------------------------------------- */

div#video {
	float: right;
	margin-left: 20px;
}

/* =Specialoffers
----------------------------------------------- */
div.special_offer-wrapper {
	margin: 40px auto;
	width: 800px;
}
div.special_offer-image {
	text-align: center;
	width:200px;
}
div.special_offer-content {
	border-left: 1px solid #666;
	padding: 0 10px;
	width: 579px;
}
div.special_offer-image,
div.special_offer-content {
	float: left;
}

/* =FAQs
----------------------------------------------- */
span.faq-question {
	color: #ee1f23;
}

/* Misc: =Forms
----------------------------------------------- */
#enquiryform {
	border: 0;
	margin-bottom: 5px;
	padding: 0;
	width: 100%;
}
#enquiryform fieldset {
	border: 0;
	display: block;
	height: auto;
	float: left;
	width: 47%;
}
#enquiryform fieldset ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#enquiryform fieldset ol li {
	/*border-bottom: 1px dotted #cbd0e9;*/
	padding: 0;
	margin: 12px;
}
#enquiryform fieldset ol li.alt {
	background: #101010;
}
#enquiryform label {
	display: inline-block;
	padding-top: 3px;
	vertical-align: top;
	width: 150px;
}
form em {
	color: #ff0000;
}
#enquiryform textarea, #enquiryform input {
	color: #48516f;
	font-size: 1em;
	width: 180px;
}
#enquiryform textarea {
	font: 1em/1.2em "Arial", "Helvetica", sans-serif;
}
p.submit input {
	font-size: 10px;
	margin-top: -5px;
	padding: 0;
	width: 40px;
}
.map {
	clear: both;
	margin: 0 auto;
}

/*
END OF CSS - Rhino Tanks
Where did I go wrong, I lost a friend, Somewhere along in the bitterness
And I would have stayed up with you all night, Had I known how to save a life 
DID YOU KNOW...that Phil Fondacaro, an actor with dwarfism, portrayed the only Ewok to die on-screen in Star Wars Episode VI: Return of the Jedi?
*/

