/*
  $Id: stylesheet.css v1.0 20170301 Gareth Moores $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/

.splash-row {
	padding: 5px 0px 5px 0px;
}

.splash_table {
	display:table-row;
	padding:0;
	margin:0;
	list-style-type:none;
	white-space:nowrap; 
  }
  
.splash_table li {
	display:inline;
	}

.splash_table img {
	margin:0px;
}

.splash_table a, .splash_table a:visited {
	display:inline-block;
	/*float:left;*/
	padding:0px 0px 5px 0px;
	background:#eee;
	text-decoration:none;
	color:#000;
	text-align:center;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, "URW Gothic L", Verdana, "Dejavu Sans", sans-serif;
	font-size: 16px;
 	line-height: 150%;
  }
  
.splash_table p {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, "URW Gothic L", Verdana, "Dejavu Sans", sans-serif;
	font-size: 16px;
 	line-height: 150%;
 	margin: 0px;
 	padding: 0px;
}
  
.splash_table a:hover {
	color:#fff; 
	background:#e8b229;
  }
  
.splash_table a.pad_1st_row {
	padding-right:8px;
	background:#fff;
}

.splash_table a.pad_2nd_row {
	padding-right:3px;
	background:#fff;
}

.splash_table a.pad_3rd_row {
	padding-right:6px;
	background:#fff;
}

