@charset "utf-8";
/* CSS Document */
/* -----------------------------------
Site:       Southern Pump Co Ltd
CSS author: Dave Merrick
Updated:	16 April 2026
Updated by: Date here
----------------------------------- */

/* -----------------------------------
simple reset
----------------------------------- */


html, body, ul, ol, li, form, fieldset, legend
{
	margin: 0;
	padding: 0;
}

h1, h2, h4, h5, h6, p 
{
	 margin-top: 0; 
}

fieldset
{ 
	border: 0; 
}

legend 
{ 
	color: #000; 
}

input, textarea, select, button
{
	font-size: 110%;
	line-height: 1.1;
	font-family: helvetica, arial, sans-serif;
}

button
{
	width: auto;
	overflow: visible;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

ul 
{
	margin-left:2.5%;
}

ul li 
{ 
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom:0.5%;  
	
}

abbr, acronym
{
	border-bottom: .1em dotted;
	cursor: help;
}

sup 
{ 
	vertical-align: text-top; 
}

sub 
{ 
	vertical-align: text-bottom;
}

img
{
	border:0px;
	display: inline;
}

img.center 
{   
	display: block;
	margin-left: auto;
	margin-right: auto;
}

:root {
  --primary-color:#b3d334;
}

/*header*/

body
{
	background-color: var(--primary-color);
}

.header_name
{
	font-size:3.0em;
	margin-top:0.75em;
	color:var(--primary-color);
}

#container
{
	width:98%;
	margin: 25px auto;
	clear:both; 
	padding:0.45%;	
}

.content
{
	background-color:#FFFFFF;
	height:100%;
	width:100%;
	padding-top:1em;
	padding-bottom:1em;
	padding-left:1em;
	padding-right:1em;
}

.navigation
{
	padding-left:5.0%;
	padding-right:0%;
	padding-top:2.5%;
	padding-bottom:2.5%;
}

.navigation a
{
	font-weight:bold;
	text-decoration:none;	
	text-align:center;
	padding-left:1.0%;
	padding-right:1.0%;
	margin-left:8.0%;
	font-size:1.2em;
	color:#ffffff;
	-moz-border-radius:1.0em;
	-webkit-border-radius:1.0em;
	-ms-border-radius:1.0em;
	-o-border-radius:1.0em;
	border-radius:1.0em;
	background-color: var(--primary-color);
}

.navigation a:hover
{
	font-weight:bold;
	color: #000000;
	text-decoration:none;
}

p
{
	text-align:left;
}

p a
{
	color: #b3d334;
    font-weight: bold;
    text-decoration: none;
}

p a:hover
{
	color:#000000;
    font-weight: bold;
    text-decoration: none;
}

.logo
{
	width:100%;
}

/*Home Page*/

.home a
{
	color: var(--primary-color);
    font-weight: bold;
    text-decoration: none;
}

.home a:hover
{
	color:#000000;
    font-weight: bold;
    text-decoration: none;
}

.featuredVideo
{
	margin-top:0%;
}

p.picture_text
{
	text-align:center;
}



/*footer*/

.footer
{
	padding-top:0%;
	padding-bottom:1%;
	margin-bottom:0%;
	text-align:center;
	clear:both;
}

h3.contact_para
{
	text-align:center;
	font-weight:bold;
}

.contact
{
	max-width:100%;
	color:#000000;
	font-weight:bold;
	margin-top:2.0%;
	padding-top: 2.5%;
	padding-left:2.5%;;
    padding-right: 2.5%;
	margin-left:2.5%;
	margin-right:2.5%;
}

.contact a
{
	color:var(--primary-color);
	font-weight:bold;
	text-decoration:none;
}

.contact a:hover
{
	color:#000000;
	font-weight:bold;
}

h3.picture_text
{
	text-align:center;
}
