@import url('reset.css');

/*******************************
 *							   						 *
 * 	      JO JO TANKS
 *                             *
 *******************************/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
 *   GENERAL 
 *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.left{
	float: left;
}


/* File Download Icons */
a.file {background: url('../images/icon-file.gif') 0 0 no-repeat; padding-left: 20px;}
a.pdf {background: url('../images/icon-pdf.gif') 0 0 no-repeat; padding-left: 20px;}
a.doc {background: url('../images/icon-doc.gif') 0 0 no-repeat; padding-left: 20px;}



html {
	background: #1b3d3f;
}

body {
	background: #8cc241 url(../images/core/bluegrad_greengrad_bg.gif) repeat-x top left;
	font: 11px Verdana, Arial, Helvetica, sans-serif normal;
	color: #091a2a;
}

#wrapper {
	background: url(../images/core/coloured_tanks.png) no-repeat 300px 75px;
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding-top: 50px;
	padding-left: 5px;
	padding-bottom: 60px;
}

.hidden {
	display: none;
}

/*---- sIFR ---*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

/*---- Headers styling ---*/
h1 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}

h2 {
	font: 18px “Myriad Pro”, Arial, Helvetica, Tahoma, sans-serif;
	color: #1C3E40;
	font-weight: bold;
	margin-bottom:5px;
	text-transform: uppercase;	
	text-shadow: 1px 1px 2px #6e9c3c;
}

#content h2 {
	border-bottom: 1px solid #324e31;
	margin-bottom: 18px;
}

h3 {
	color: #1C3E40;
	font: 14px “Myriad Pro”, Arial, Helvetica, Tahoma, sans-serif;
	font-weight: bold;
	margin-bottom: 18px;
	text-transform: uppercase;	
	text-shadow: 2px 2px 2px #6e9c3c;
}

h4, h5 {
	font-weight: bold;
	margin-bottom: 14px;
}

h5 {
	font-style: italic;
	margin-bottom: 14px;
}

p {
	line-height: 18px;
	margin-bottom: 18px;
}

#content p {
	line-height: 1.4em;
	margin-left: 28px;
	width: 570px;
}

#content {
	font-size: 14px;
}

#content ul { 
	list-style: disc outside;
	margin-left: 44px;
	margin-bottom: 1.4em;
}

#content img {
	margin: 5px 5px 20px 5px;
	padding: 3px;
	border: 1px solid #71A32C;
}

.left {
	float: left;
}

table td, table th {
	padding: 6px 3px;
	background: #80B537;
	border: 1px solid #324E31;
	-moz-box-shadow: 0 0 2px #6E9C3C;
	-webkit-box-shadow: 0 0 5px #6E9C3C;
}
 table th {
 	background: #71A32C;
 }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
 *   HEADER
 *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
 
#header {
	width: 960px;
	height: 300px;
	margin-bottom: 20px;
} 
	#header span a {
		display: block;
		height: 114px;
		width: 228px;
		background: url(../images/core/jojotanks_branding-trans.png) no-repeat top left;
		overflow: hidden;
		text-indent: -9001px;
		margin: 39px 0 0 55px;
	}
		#header span a:hover {
			cursor: pointer;
		}
	#header h2 {
		font: 14px Verdana, Arial, Helvetica, sans-serif;
		color: #1caee1;
		text-transform: uppercase;
		margin-left: 74px;
		text-shadow: none;
	}
	#header blockquote {
		height: 59px;
		width: 639px;
		background: url(../images/core/blockquote_1-trans.png) no-repeat top left;
		overflow: hidden;
		text-indent: -9001px;
		position: relative;
		top: 90px;
		left: 30px;
	}
 
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
 *   NAVIGATION TOP
 *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav_primary {
	background: url(../images/core/top_nav_bg.gif) no-repeat top left;
	height: 50px;
	text-transform: uppercase;
	font: 12px Georgia, "Times New Roman", Times, serif;
	position: absolute;
	width: 960px;
	top: 0;
	left: 0;
	margin: 0 auto;
	padding: 0 0 0 15px;
} 
	#nav_primary li {
		border-left: 1px solid #45889F;
		border-right: 1px solid #CFF2FF;
		float: left;
		display: inline;
		height: 42px;
	}
	
	#nav_primary li.nav1 {
		border-left: none;
	}
	#nav_primary li.nav8 {
		border-right: none;
	}
	
		#nav_primary li a {
			text-decoration: none;
			color: #193c55;
			display: inline;
			overflow: hidden;
			text-indent: -9001px;
			height: 15px;
			float: left;
			margin: 12px 9px;
			cursor: pointer;
		}
		#nav_primary li a:hover {
			border-bottom: 1px dotted #193c55;
			cursor: pointer;
			text-shadow: 0px 0px 4px #63c6ef;
		}
		
	/* Replace with Mistral Background images */
	
	#nav_primary li.nav1 a { width:36px; background: url(../images/nav/nav1-trans.png) no-repeat 0 2px; }
	#nav_primary li.nav2 a { width:61px; background: url(../images/nav/nav2-trans.png) no-repeat 0 2px; }
	#nav_primary li.nav3 a { width:137px; background: url(../images/nav/nav3-trans.png) no-repeat 0 2px; }
	#nav_primary li.nav4 a { width:53px; background: url(../images/nav/nav4-trans.png) no-repeat 0 2px; }
	#nav_primary li.nav5 a { width:161px; background: url(../images/nav/nav5-trans.png) no-repeat 0 2px; }
	#nav_primary li.nav6 a { width:141px; background: url(../images/nav/nav6-trans.png) no-repeat 0 2px; }
	#nav_primary li.nav7 a { width:95px; background: url(../images/nav/nav7-trans.png) no-repeat 0 2px; }
	#nav_primary li.nav8 a { width:76px; background: url(../images/nav/nav8-trans.png) no-repeat 0 2px; }
 
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
 *   CONTENT
 *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
 
#content, #content_complimentary {
	margin-top: 20px !important;
}
 
#content {
	width: 645px;
	position: relative;
	float: left;
	clear: left;
	margin: 0 0 0 11px;
}
	
	#content p strong {
		color: #324e31;
	}


.focused_content {
	background: #9dcb5d;
	border-bottom: 1px solid #97c853;
	font-size: 11px;
	margin-bottom: 60px;
	height: 200px;
	padding: 24px 10px;
	position: relative;
	left: -11px;
}
	.focused_content h2 {
			margin-bottom: 20px !important;
			position: relative;
			z-index: 100;
			border: none !important;
			font-weight: normal;
		}
	ul#featured_products {
		margin: 0 0 0 10px;
		list-style: none;
	}
	#featured_products ul {
		margin-left: 0;
		list-style: none;
	}
		
		.product {
			color: #fff;
			float: left;
			margin-right: 14px;
			display: inline;
			width: 292px;
		}
		.product .price {	
		color: #FF0000;
		}
			.product ul {
				float: left;
				clear: right;
				display: inline;
			}
			.product ul li {
				margin: 10px 0 0 0;
				text-indent: 0;
				list-style: outside none none;
			}
				.product ul li a {
					text-transform: lowercase;
					color: #fff;
				}
			
		#featured_products h3 a {
			color: #005826;	
			text-transform: none;
		}
	#featured_products img {
		float: left;
		clear: left;
		padding: 0;
		margin: 0;
		padding-right:10px;
		margin-right: 10px;
		border: none;
		border-right: 1px solid #80b537;
		display: inline;
	}

div.mapped_location {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #71A32C;
	width: 610px;
}

#awards img {
	border: none;
}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
 *   CONTENT COMPLIMENTARY
 *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
 
#content_complimentary {
	background: #80b537 url(../images/core/comptop_bg.gif) no-repeat top left;
	float: left; 
	clear: right;
	width: 207px;
	margin-left: 40px;
	padding: 18px;
	color: #fff;
}
	#content_complimentary h2 {
		font: 19px/1.2em Arial, Helvetica, sans-serif;
		text-transform: none;
		text-align: center;
		margin-bottom: 30px;
		color: #fff;
		height: 58px;
	}
	

		/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
		 *   Contact Form 							*/
			
		#contact_form {
			font-weight: normal; 
			position: relative;
			float: left;
			margin-bottom: 20px;
			padding-bottom: 50px;
			border-bottom: 1px solid #649b25;
			display: inline;
		}	
		fieldset {
			margin: 0;
			padding-top: 5px;
			}
			
		legend {
			color: #544a41;
			margin:0;
			}
			
		input, textarea {
			border: 1px solid #e1ddd3;
			padding: 5px;
			width: 120px;
			margin-top: 5px;
			height: 14px;
			}
		textarea {
			height: auto;
		}
			
		input:focus, textarea:focus {
			background: #deffaf;
			border: 1px solid #bae819;
			}
			
		label {
			display: inline;
			margin-top:	10px;
			float: left;
			clear: left;
			width: 70px;
			text-align: left;
			}
			label.error {
				display: none;
				font-weight: normal;
				color: #a92626;
				margin: 0 0 0 74px;
				width: 120px;
			}
			
		label.error:after     {
			content:" ";
			}
		
		li.buttons {
			position: absolute;
			bottom: 10px;
			left: 69px;
		}
			
		li.buttons input {
			background: #fff url(../images/core/submit_button_bg.gif) no-repeat top left;
			border: none;
			display:block;
			cursor: pointer;
			text-transform: uppercase;
			overflow: hidden;
			text-indent: -9001px;
			width: 68px;
			height: 30px;
			}
			li.buttons input:hover {
				background: url(../images/core/submit_button_bg.gif) no-repeat top right;
			}
			
		textarea {	
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
		}
		
		/*~~~~~~~~~~~~~~end contact form~~~~~~~~~~~~~~~~*/
 
#contact_details h3 {
	color: #3e6422;
	font-weight: normal;
	margin-bottom: 16px;
}

#contact_details address {
	margin-bottom: 16px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
 *   FOOTER
 *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer {
	background: #1b3d3f;
	color: #72c4e0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-bottom: 64px;
	border-top: 1px solid #20433f;
}

	#footer_inner {
		width: 940px;
		margin: 0 auto;
		padding: 11px;
		position: relative;
		padding-top: 30px;
	}
	#nav_footer {
		height: 15px;
		text-transform: uppercase;
	}
		#nav_footer li {
			float: left;
			margin-right: 3px;
		}
		#nav_footer li a {
			color: #72c4e0;
			text-decoration: none;
			}
		#nav_footer li a:hover {
			border-bottom: 1px dotted #72c4e0;
		}
			
	a#webfirm_branding {
		float: right;
		margin-right: 20px;
	}
	
	p#thanks {
		font-size: 18px;
		font-weight: normal;
		color: #fff;
	}