	@import "all.css";
	
	/*::BASE STYLES::*/
	* {
	padding:0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: normal;
	}
	html { height:100%; }
	body {
		padding:0px 0px 0px 0px;
		text-align:center;
		background-color:#CCCCCC;
		height: 100%; min-height: 100%
	}
	#page {
		position:relative;
		margin:auto;
		text-align:left;
		width:800px;
	}
	
	
	/*::TOP::*/
	#page-top {
		position: relative;		top:4px;
		background-image: url(images/bg_top.gif);
		background-repeat:no-repeat;
		width: 800px;
		height: 19px;
	}
	p#top-logo {
		position: absolute;
		left: 5px;
		top: 0px;
		height: auto;
		width: auto;
	}
	p#top-slogan {
		position: absolute; right:0px; top:10px;
		width:auto; height: auto;
	}
	p#top-nav {
	position: absolute;
	right:20px;
	bottom:10px;
	color:#666666;
	font-size:11px;
	text-align:right;
	padding-right: 4px;
	}
	p#top-nav a {
		text-decoration: none;
		color: #666666;
	}
	p#top-nav a:hover {
		text-decoration: underline;
	}
	p#top-nav a:visited, a:active {
		color: #666666;
	}
	#page-nav {
		position: relative;
		left: 15px;
		background-image: url(images/top_bg.jpg);
		background-repeat:repeat-x;
		text-align: center;
		width: 770px;
		height: 110px;
	}	
	
	
	
	/*::MAIN BODY CONTAINER::*/
	#container {
		background: url(images/bg_mid.gif) repeat-y center top;		
		position:relative;
		width:800px;
		display:table;
		padding-bottom: 0px;
	}
	


	/*::HOME PROMO HEADERS::*/
	div#home-promo {
		position: relative; height:250px; width: 770px;
		top: 3px;
		left:15px;
		background-image: url('images/home-header_ellis.gif');
	}
	div#home-promo img {
		display: none;
		position: absolute;
		border: 0px;
	}

	/*::ABOUT US PROMO HEADER::*/
	.pages-promo {
	position: relative;
	height:150px;
	width: 770px;
	top: 3px;
	left:15px;
	}
	.pages-promo-graphic {
		position: absolute; left:0px; top:0px;
	}
	.pages-promo-text {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 300px;
	height: 115px;
	color: #FFFFFF;
	background-repeat: repeat;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	}
	.pages-promo-text p.heading {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.pages-promo-text p.content {
	font-size: 11px;
	padding-right: 5px;
	}
	
	div#about-promotext {
	background-image:url(images/header_bg_burntorange_new.gif);
	}

	div#gemini-promotext {
		background-image:url(images/header_bg_green_new.gif);
	}
	div#ellis-promotext {
		background-image:url(images/header_bg_blue_new.gif);
	}
	div#pumps-promotext {
		background-image:url(images/header_bg_red_new.gif);
	}	
	div#apec-promotext {
		background-image:url(images/header_bg_lightblue.gif);
	}
	
	/*::MAIN CONTENT::*/
	div#content {
	position: relative;
	width: 770px;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 0px;
	}
	/*::HOME ELEMENTS : WELCOME ::*/
	#home-welcome {
		position: relative; float: left;
		padding-top: 20px;
		padding-left: 14px;
		width: 295px;
	}
	#home-welcome p.header {
		background-image:url(images/header_home_welcome.gif);
		height: 20px; width: 295px;
		background-repeat:no-repeat;
		margin-bottom: 10px;
	}
	#home-welcome p.content {
		color: #333333;
		font-size: 11px;
		margin-top: 5px;
	}

	/*::HOME ELEMENTS : SPECIAL (ALONG BOTTOM) ::*/
	#home-special {
		padding-left: 30px; padding-right: 30px;
		text-align: center;
		clear: both;
	}
	#home-special img {
		padding-left: 20px; padding-right: 20px;
	}
	
	/*::HOME ELEMENTS : PRODUCTS ::*/
	#home-products {
		top: 0px; float: left;
		padding-left: 15px;
		padding-top: 15px;
		margin-top: 5px;
		width: 209px;
		height: 300px;
		background-image: url('images/temp_prodsbg.gif');
		background-repeat: no-repeat;
		/*background-color: #F9F9F9;*/
	}
	#home-products p.header {
		background-image:url(images/header_home_products.gif);
		height: 16px; width: 115px;
		background-repeat:no-repeat;
		margin-bottom: 10px;	
	}
	#home-products ul#products {
		font-size:11px;
	}	
	#home-products li {
		list-style:none;
		margin-top:0px;
		padding: 5px 0px 0px 7px;
		width: 195px; height: 75px;
		font-weight:bold;
	}
	#home-products li:hover {
		background-image:url(images/selectbg_home_products.gif);
		width: 195px; height: 75px;
	}
	#home-products li div.text-content {
		color: #999999;
		font-weight:normal;
		margin-top: 2px;
	}
	#home-products li img.thumbnail {
		width: 60px; height: 60px;
		float:left;
		margin-right: 5px;
	}
	
	/*PRODUCT LIST :: GEMINI*/
	ul#products li#product-gemini, li#product-gemini a {
		color:#6D9E0C;
	}
	li#product-gemini img.thumbnail {
		border: solid 2px #6D9E0C;
	}

	/*PRODUCT LIST :: ELLIS*/
	ul#products li#product-ellis, li#product-ellis a {
		color:#006699;
	}
	li#product-ellis img.thumbnail {
		border: solid 2px #006699;
	}

	/*PRODUCT LIST :: FIREPUMPS*/
	ul#products li#product-pumps, li#product-pumps a {
		color:#CC0000;
	}
	li#product-pumps img.thumbnail {
		border: solid 2px #CC0000;
	}


	/*::HOME ELEMENTS : NEWS ::*/
	#home-news {
	float:left;
	top: 0px;
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 20px;
	width: 173px;
	height: 450px;
	}
	#home-news p#header {
		background-image:url(images/header_home_news.gif);
		height: 16px; width: 115px;
		background-repeat:no-repeat;
		margin-bottom: 10px;	
	}
	#home-news ul#news-items {
	font-size: 11px;
	color:#333333;
	list-style: square;
	padding-right: 5px;
	margin-left: 12px;
	}
	#home-news li {
		margin-bottom:10px;
	}
	#home-news ul#news-items p.heading {
		font-weight:bold;
		color: #333333;
	}
	#home-news ul#news-items p.content {
		font-weight: normal;
	}
	
	#home-news ul#news-items a,
	#home-news ul#news-items a:visited {
		color: #333333;
	}
	
	/*::GLOBAL ELEMENTS : BOTTOM CREDITS ::*/
	#page-credits {
		position: relative;
		background-image:url(images/credits_bg.gif);
		height: 25px;
		width: 800px;
	}
	#page-credits p#timnet {
		position: relative; right: 30px; top:5px;
		font-size: 10px; color:#666666;
		font-weight:bold;
		text-align:right; 		
	}
	p#timnet a, a:visited {
		color:#666666;
	}
	p#timnet a:hover {
		color:#999999;
	}
	
	/*::BOTTOM::*/
	#page-bottom {
		position: relative;
		background-image: url(images/bg_bottom.gif);
		background-repeat:no-repeat;
		width: 800px;
		height: 12px;	
		margin: 0px;
	}
	
	/*::CONTENT PAGES : LEFT NAV*/
	div#content ul#nav {
	position: relative;
	float: left;
	width: 150px;
	height: auto;
	margin-top: 10px;
	font-size: 11px;
	text-align: right;
	list-style: none;
	color: #666666;
	}
	div#content ul#nav li {
	border-bottom: 1px dashed #EFEFEF;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 4px;
	}
	div#content ul#nav li.dropdown {
		border-bottom: none;
	}
	ul#nav ul#nav-sub {
	list-style: none;
	font-size: 10px;
	border: 0px;
	text-align: right;
	margin-bottom: 15px;
	margin-top: 5px;
	}
	ul#nav ul#nav-sub li {
	border: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	}
	ul#nav ul#nav-sub li a:visited, 
	ul#nav ul#nav-sub li a {
		color: #666666;
	}
	ul#nav li a:visited, 
	ul#nav li a {
		text-decoration: none; 
		color: #666666;
	}
	ul#nav li a:hover {
		text-decoration: underline;
		color: #666666;
	}
	div#arabic_button {
	position: relative;
	float: left;
	width: 150px;
	height: auto;
	margin-top: 10px;
	font-size: 11px;
	text-align: right;
	list-style: none;
	color: #666666;
	}
	
	/*::CONTENT PAGES : MAIN CONTENT*/
	div#content div#main {
	float:left;
	top: 0px;
	width: 550px;
	padding-right: 20px;
	padding-left: 20px;
	height: auto;
	padding-bottom: 20px;
	}
	
	
	div#main a, div#main a:hover, div#main a:visited {
		text-decoration: underline;
		color: #666666;
	}
	
	/*::CONTENT PAGES : GLOBAL : HEADING1*/
	div#main h1 {
		font-size: 18px;
		margin-bottom: 10px;
		padding-bottom: 4px;
		border-bottom: 1px solid #EFEFEF;
		font-weight: normal;
	}
	div#main .aboutus {
		color: #CE6D0C;
	}
	div#main .gemini {
		color: #6D9E0C;
	}
	div#main .ellis {
	color: #006699;
	}
	div#main .pumps {
		color: #CC0000;
	}
	div#main .apec {
		color: #7C9BBB;
	}
	
	/*::CONTENT PAGES : GLOBAL : COOKIETRAIL*/
	div#main p#cookie-trail {
		margin-top: 10px;
		font-size: 10px;
		color: #999999;
		margin-bottom: 10px;	
	}
	p#cookie-trail a, p#cookie-trail a:hover, p#cookie-trail a:visited, p#cookie-trail a:active {
		color: #333333;
		text-decoration: underline;
	}
	
	/*::CONTENT PAGES : GLOBAL : CONTENT*/
	div#main p.content1 {
	font-size: 11px;
	color: #666666;
	padding-right: 5px;
	}
	div#main p.content2 {
	font-size: 16px;
	color: #999999;
	white-space: normal;
	margin: 10px;
	padding-right: 10px;
	}
	div#main h2 {
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 10px; margin-top: 20px;
	}
	div#main h3 {
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 5px; margin-top: 15px;
	}
	
	div#main ul.points {
		list-style: circle outside;
		font-size: 11px; color: #666666;
	}
	ul.points li {
		list-style: disc outside;
		margin-left: 20px;
		margin-bottom: 5px;
		line-height: 18px;
	}
	ul.points li.indent {
		margin-left: 50px;
		list-style: circle outside;
	}
	div#main ul.additional {
		font-size: 11px; color: #666666;
		margin: 20px;
		padding: 10px;
		width: 250px;
		border: 1px solid #CCCCCC;
		background-color: #EEEEEE;
	}
	ul.additional li {
		list-style: disc outside;
		margin-left:20px;
		margin-bottom: 5px;
	}
	ul.additional li.heading {
		list-style: none;
		margin-left: 0px;
		font-weight: bold;
	}
	ul.additional li a, a.visited {
		color: #666666;
		text-decoration: underline;
	}
	/*::CONTENT PAGES : GLOBAL : IMAGES (RIGHT)*/
	div#main img.image {
		margin: 10px;
		padding: 2px;
		float: right;
		border: 1px solid #CCCCCC;
	}
	
	/*::CONTACT US : TABLE*/
	table#contactus {
		font-size: 11px;
		color: #666666;
		font-weight: bold;
	}
	table#contactus input, textarea {
		font-size: 11px;
		padding: 2px;
	}
	table#contactus img {
		position: relative;
		top: 4px;
		height: 21px;
		width: 4px;
		margin-right: 0px;
	}
	table#contactus img.textarea {
		height: 69px;
		margin-left: 10px;
	}
	table#contactus input#submit {
		font-size: 11px;
		border: 1px solid #999999;
		margin-top: 5px;
	}
	table#media th {
		font-size: 11px;
		color: #666666;
		border-bottom: 1px solid #CCCCCC;
		background-color: #EFEFEF;
		padding: 5px;
	}
	table#media td {
		font-size: 11px;
		color: #666666;
		border-bottom: 1px solid #EFEFEF;
		padding: 5px;
	}
	div.videos {
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	width: 300px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
	
	p.caption {
		font-size: 11px;
		color:#333333;
		margin-top: 5px;
		margin-bottom: 40px;
	}

