body {
	margin: 0;
	padding: 0;
	font: 11px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	color: #333333;
}

/*redefine*/

::-moz-selection {
	background: #111;
	color: #eee;
}

::selection {
	background: #111;
	color: #eee;
}

h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

a:link, a:visited {
	color: #333333;
}

a:hover, a:active {
	color: #666666;
}

h1 span {
	display: none;
}

p {
	padding: 5px 0;
	line-height: 1.2;
}

a {
	outline: none;
}

form, table {
	margin: 0;
	padding: 0;
}

/*shared*/

span.clr {
	display: block;
	clear: both;
}

/*headings & link colors*/

h2 {
	font-size: 20px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	margin: 0 0 10px;
	padding: 5px 0 4px;
	color: #FF9933;
}

h2, h3.sub {
	text-shadow: 1px 2px 1px #E5E5E5;
}

h3.sub {
	position: absolute;
	top: 50px;
	font-size: 9px;
}

h5 {
	font-size: 14px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	margin: 0 0 10px;
	padding: 5px 0 4px;
	color: #FF9933;
}

h6 {
	font-size: 12px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	margin: 0 0 10px;
	padding: 5px 0 4px;
	color: #999999;
	text-align: justify;
}

div#intro {
	color: #333333;
	font-size: 12px;
	text-shadow: 1px 2px 1px #E5E5E5;
	clear: both;
}

div.intro a:link, div.intro a:visited {
	color: #666666;
}

div.developers a:link, div.developers a:visited, h2.developers {
	color: #78ba91;
}

div.browsers a:link, div.browsers a:visited, h2.browsers {
	color: #a87aad;
}

div.download a:link, div.download a:visited {
	color: #78ba91;
}

h2.download {
	color: #78ba91;
}

div.license a:link, div.license a:visited, h2.license {
	color: #7389ae;
}

div.apps a:link, div.apps a:visited, h2.apps {
	color: #FF6600;
	clear: both;
}

div.block a:hover, div.block a:active {
	color: #FF6600;
}

/*content*/

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	clear: both;
}

#content {
	width: 600px;
	background: #FFF;
	padding-right: 30px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	clear: both;
	z-index: 5000;
	position: relative;
	overflow: hidden;
}

div#content.selected {
	
}

div.block {
	font-size: 12px;
	position: relative;
}

div.floaty {
	float: left;
	width: 210px;
}

div.floaty h2 {
	font-size: 16px;
	margin-bottom: 5px;
}

div.first {
	width: 369px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	border-right: 1px solid #27272a;
}

div.full {
	clear: both;
	float: none;
}

ul#developers {
	font-size: 10px;
	color: #888;
	line-height: 1.3;
	list-style: none;
	margin-top: 10px;
}

#developers li {
	margin-bottom: 5px;
	font-size: 12px;
}

/*sidebar*/

#sidebar {
	position: absolute;
	width: 150px;
	left: 650px;
	top: 0px;
}

#sidebar ul {
	list-style: none;
}

#sidebar a, #sidebar h3.cat {
	width: 100px;
	display: block;
	padding: 3px 5px 3px 40px;
	background: url(https://www.apsenvironmental.co.uk/GIFs/tab_small.gif) repeat-y left center;
	margin: 5px 0;
	color: #000000;
}

#sidebar a {
	color: #000000;
}

#sidebar a.big, #sidebar h3.cat {
	background: url(https://www.apsenvironmental.co.uk/GIFs/tab_big.gif) repeat-y left center;
	padding: 4px 5px 4px 40px;
	margin: 8px 0;
}

#sidebar a.Sponsor {
	padding: 4px 5px 4px 40px;
	margin: 8px 0;
	height: 50px;
	width: 100px;
	background-image: url(https://www.apsenvironmental.co.uk/GIFs/AmpthillNav.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#sidebar a.SponsorAmthill {
	padding: 4px 5px 4px 40px;
	margin: 8px 0;
	height: 50px;
	width: 100px;
	background-image: url(https://www.apsenvironmental.co.uk/GIFs/AmpthillNav.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#sidebar a.SponsorWRS {
	padding: 4px 5px 4px 40px;
	margin: 8px 0;
	height: 50px;
	width: 100px;
	background-image: url(https://www.apsenvironmental.co.uk/GIFs/WRSNav.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#sidebar h3 {
	font-size: 13px;
}

#sidebar h3.cat {
	color: #FFFFFF;
	text-shadow: 1px 2px 1px #222;
}

#sidebar a.big {
	color: #fff;
}

#sidebar a.blog {
	background-image: url(https://www.apsenvironmental.co.uk/GIFs/tab_forum.gif);
	background-color: #c17878;
}

#sidebar a.docs {
	background-image: url(https://www.apsenvironmental.co.uk/GIFs/tab_docs.gif);
	background-color: #7389ae;
}

#sidebar a.download {
	background-image: url(https://www.apsenvironmental.co.uk/GIFs/tab_download.gif);
	background-color: #78ba91;
}

#sidebar a.trac {
	background-image: url(https://www.apsenvironmental.co.uk/GIFs/tab_trac.gif);
	background-color: #a87aad;
}

/*big menu*/

#kwick {
	position: relative;
	margin-bottom: 10px;
	padding: 10px 0;
}

#kwick .kwicks {
	display: block;
	background: #FF9900 url(https://www.apsenvironmental.co.uk/GIFs/CGFeature4.gif) no-repeat right top;
	height: 100px;
}

#kwick li {
	float: left;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 80px;
	width: 125px;
	padding: 10px;
	background: #fff;
	border-right: 5px solid #FFFFFF;
}

#kwick .kwick span {
	display: none;
}

#kwick .skiphire {
	background: #FFCC00 url(https://www.apsenvironmental.co.uk/GIFs/CGFeature1.gif);
}

#kwick .rorohire {
	background: #FFCC00 url(https://www.apsenvironmental.co.uk/GIFs/CGFeature2.gif);
}

#kwick .grabhire {
	background: #FFCC00 url(https://www.apsenvironmental.co.uk/GIFs/CGFeature3.gif);
}

#kwick .tipperhire {
	background: #FFCC00 url(https://www.apsenvironmental.co.uk/GIFs/CGFeature4.gif);
	border-right: 0;
}

/*download*/

/*span.right {
	display: none;
	float: right;
	font-size: 10px;
	text-shadow: none;
	margin-top: 3px;
}*/

div.download p {
	padding: 1px 0;
}

table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

th, td {
	padding: 4px 10px;
}

th {
	text-align: left;
	background: #18181b;
	color: #faec8f;
	border-top: 4px solid #1d1d20;
	border-bottom: 1px solid #1d1d20;
}

th h3 {
	font-size: 13px;
}

td {
	border-bottom: 1px solid #252528;
	border-top: 1px solid #252528;
	vertical-align: middle;
}

td.check div.check {
	border: 2px solid #18181b;
	background-repeat: no-repeat;
	background-position: center center;
	height: 13px;
	width: 14px;
}

td.check div.selected {
	background-image: url(https://www.apsenvironmental.co.uk/PNGs/check.png) !important;
	background-image: url(https://www.apsenvironmental.co.uk/GIFs/check.gif);
	padding: 2px;
	border: 0;
}

td.name {
	font-size: 12px;
	white-space: nowrap;
}

td.description {
	font-size: 9px;
	width: 100%;
	text-align: left;
}

tr.option {
	cursor: pointer;
	background: #1d1d20;
	color: #595965;
}

.test {
	color: #2f3d31;
}

h2.section, h2.options {
	font-size: 15px;
	color: #faec8f;
	padding-left: 15px;
	background: url(https://www.apsenvironmental.co.uk/GIFs/arrow.gif) no-repeat left center;
}

#container h2.section a, #container h2.options a {
	display: block;
	text-decoration: none;
	color: #faec8f;
}

#container h2.section a:hover, #container h2.options a:hover {
	color: #000000;
}

#advanced, #quick {
	padding-bottom: 20px;
}

table#options div.check {
	width: 13px;
	height: 13px;
}

table#options div.selected {
	background-image: url(https://www.apsenvironmental.co.uk/PNGs/radio.png) !important;
	background-image: url(https://www.apsenvironmental.co.uk/GIFs/radio.gif);
	padding: 2px;
}

p.submit {
	margin-top: 20px;
	text-align: center;
}

/*links*/

#container div.apps a {
	font-family: 'trebuchet ms';
	color: #7a7a86;
	float: left;
	font-size: 24px;
	margin: 0 20px 10px 0;
	text-shadow: 1px 2px 1px #131315;
	text-decoration: none;
}

#container div.apps a:hover {
	color: #fff;
}

/*developers*/

h2.dev {
	line-height: 1.1;
	font-size: 15px;
	color: #faec8f;
	margin-bottom: 0;
	margin-left: 80px;
	padding: 5px 0 4px;
}

h2.dev span {
	color: #444;
	font-size: 9px;
	text-shadow: none;
	font-family: Andale Mono, Monaco, Courier New, Monospace;
}

div.icon {
	float: left;
	height: 65px;
	width: 65px;
	margin-bottom: 5px;
	background: #1d1d20;
	border: 3px solid #333;
}

div.dev {
	clear: both;
	margin: 10px 0;
}

div.dev p {
	line-height: 1.7;
	padding: 1px 0 2px;
	border-bottom: 1px solid #222;
	margin-left: 80px;
}

#container a.devs:link, #container a.devs:visited {
	color: #face8f;
	display: block;
	font-size: 15px;
	padding: 5px 25px;
}

#container a.devs:hover, #container a.devs:active {
	color: #ccc;
}

p.devs {
	padding: 0 0;
}

/*ads*/

a.affiliate {
	letter-spacing: 1px;
	font-size: 12px;
	display: block;
	border-bottom: 1px solid #27272a;
	padding: 3px 3px 10px;
	margin-bottom: 5px;
}

div#ads {
	clear: both;
	background: url(https://www.apsenvironmental.co.uk/GIFs/Offers.gif) top left no-repeat;
	padding-top: 12px;
	color: #666666;
	position: relative;
}
#ContentMainWrapper {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}








/* SUBHEADER 
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#APSsubheader {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 40px;
	
}
#APSsubheader .padding { padding: 10px 15px 10px 15px; }
#APSsubheader h2 { color: #FEAB06; }
#APSsubheader a {color: #FFCC00; }


/* NAVIGATION
---------------------------------------------------------------------------------------------------------------------------------------------------*/
.APSnav { text-align: left; color: 	#FFFFFF; padding: 20px 0 0 0px; width: 200px; }
.APSnav li { 
	margin: 5px 0 5px 0px; 
	padding: 0px 0 0 0px; 
	border-bottom: 1px dotted #ccc; 
	
	list-style: none;
}
.APSnav li a { color: #006699; text-decoration: none;  padding: 5px 0 0 0px; display: block; margin-bottom: 2px;}
.APSnav li a:hover { color: #FFFFFF; text-decoration: none; background: #CCCCCC url(https://www.apsenvironmental.co.uk/GIFs/NavOverlay.gif) no-repeat center top; display: block; margin-bottom: 2px;}
.APSnav li a:current { color: #FF9900; text-decoration: none; background: #000000 url(https://www.apsenvironmental.co.uk/GIFs/CurrentSubNav.gif) no-repeat center top; display: block; margin-bottom: 2px;}


/*  Top Menu */
#APSmenu {
	position: relative;
	width: 800px;
}

#APSmenu ul {
	list-style-image: none;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0;
	margin: 0;
	padding-right: 0;
	padding-left: 20px;
}
#APSmenu a, #nav strong, #nav span {
	float:left;
	display:block;
	color:#000000;
	padding: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
#APSmenu a {
	float:none;
}
#APSmenu li {
	color: #FFFFFF;
	margin:0;
	padding:0 6px 0 0px;
	float: left;
}
#APSmenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-image: url(https://www.apsenvironmental.co.uk/GIFs/RollOverSubNav.gif);
	background-repeat: no-repeat;
	background-position: center top;
}  
#APSmenu .padding {
	padding: 5px 0 0 10px;
	font-weight: bold;
}
#apsImageFloatLeft {
	padding: 3px;
	float: left;
	width: 200px;
	border: 3px solid #CCCCCC;
	margin: 0px 15px 25px 0px;
	clear: both;
	overflow: hidden;
}
#apsImageFloatIntro {
	padding: 3px;
	float: left;
	width: 200px;
	border: 3px solid #E5E5E5;
	margin: 0px 15px 15px 0px;
	clear: both;
}
#apsImageFloatOffer {
	padding: 3px;
	width: 200px;
	border: 3px solid #FFFFFF;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	float: left;
}
#apsImageFloatOfferText {
	padding: 3px;
	border: 3px solid #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	float: right;
	clear: right;
}
div#Foot {
	color: #333333;
	font-size: 12px;
	text-shadow: 1px 2px 1px #E5E5E5;
	clear: both;
	padding-bottom: 10px;
	position: relative;
	overflow: hidden;
}
div#promotions {
	clear: both;
	background: url(https://www.apsenvironmental.co.uk/GIFs/Offers.gif) top left no-repeat;
	padding-top: 12px;
	color: #666666;
	position: relative;
	overflow: hidden;
}
div#MooSection {
	clear: both;
	background: url(https://www.apsenvironmental.co.uk/GIFs/ServicesSmallHeader.gif) top left no-repeat;
	padding-top: 10px;
	color: #666666;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
}
div#ServicesSection {
	clear: both;
	background: url(https://www.apsenvironmental.co.uk/GIFs/ServicesSmallHeader.gif) top left no-repeat;
	padding-top: 10px;
	color: #666666;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
}
div#SkipSection {
	clear: both;
	background: url(https://www.apsenvironmental.co.uk/GIFs/SkipsSmallHeader.gif) top left no-repeat;
	padding-top: 10px;
	color: #666666;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
}
div#FAQSection {
	clear: both;
	background: url(https://www.apsenvironmental.co.uk/GIFs/FAQSmallHeader.gif) top left no-repeat;
	padding-top: 10px;
	color: #666666;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
}
div#MediaSection {
	clear: both;
	background: url(https://www.apsenvironmental.co.uk/GIFs/MediaSmallHeader.gif) top left no-repeat;
	padding-top: 10px;
	color: #666666;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
}
div#ContactSection {
	clear: both;
	background: url(https://www.apsenvironmental.co.uk/GIFs/ContactSmallHeader.gif) top left no-repeat;
	padding-top: 10px;
	color: #666666;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
}

div#OrderSection {
	clear: both;
	background: url(https://www.apsenvironmental.co.uk/GIFs/ORDERSmallHeader.gif) top left no-repeat;
	padding-top: 10px;
	color: #666666;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
}
/* FORM
---------------------------------------------------------------------------------------------------------------------------------------------------*/
form{
	padding: 5px;
	margin: 0px;
	background-color: #E5E5E5;
	border: 1px dotted #666666;
	width: 585px;
	position: relative;
	clear: both;
	overflow: hidden;
}

.form{
	padding: 0px;
	margin: 5px 20px 15px;
	position: relative;
}

textarea, .formgenerell input, input.formgenerell {
	border: 1px dotted #666666;
	margin-top: 5px;
	padding: 2px;
	font-size: 12px;
	width: 500px;
}

.formbutton {
	width:100px;
	border: 1px solid #666666;
	background-color: #FF9900;
}
div#WelcomeImage {
	clear: both;
	color: #666666;
	overflow: hidden;
	position: relative;
	height: 25px;
}
#LeftAreas {
	float: left;
	width: 125px;
	padding: 3px;
	text-align: left;
	margin: 6px;
}
#OrderingSkipImages {
	float: left;
	width: 140px;
	padding: 3px;
	text-align: left;
	margin: 6px;
	overflow: hidden;
}

#LeftDouble {
	float: left;
	width: 600px;
	padding: 6px;
	margin: 0px;
	clear: both;
	position: relative;
	overflow: hidden;
}
#LeftSingle {
	float: left;
	width: 135px;
	overflow: hidden;
	padding: 6px;
	position: relative;
}
#sidebar a, #sidebar h4.cat {
	width: 100px;
	display: block;
	padding: 3px 5px 3px 40px;
	background: url(https://www.apsenvironmental.co.uk/GIFs/tab_small.gif) repeat-y left center;
	margin: 5px 0;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.TotalCost {
	width:100px;
	border: 1px solid #666666;
	background-color: #FF9900;
}
.SkipPrice {
	color: #FF6600;
	margin: 0 10px 0 0;
	padding: 5px;
	background: #CCCCCC;
	font-size: 20px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	width: 95%;
}
.SkipPriceLarge {
	color: #000000;
	margin: 0 10px 0 0;
	padding: 5px;
	background: #FFFFFF;
	font-size: 50px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	width: 450px;
	font-weight: bold;
	text-transform: uppercase;
}
.SkipPriceSymbol {
	color: #FF6600;
	margin: 0 0px 0 0;
	padding: 0px;
	font-size: 50px;
}

.MenuAreas {
	width:250px;
	background-color: #FF9900;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	text-indent: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF9900;
	border-bottom-color: #FF9900;
	padding: 2px;
	clear: both;
}
.ThanksLarge {
	color: #FF6600;
	margin: 0 0px 0 0;
	padding: 0px;
	font-size: 40px;
}
.FloatRight {
	float:right;
	clear: right;
	width: 175px;
	margin: 9px;
}
.FloatLeft {
	float:left;
	clear: left;
	width: 175px;
	margin-top: 9px;
	margin-right: 9px;
	margin-bottom: 9px;
	margin-left: 9px;
}
.IMGPad {
	margin-bottom: 9px;
	margin-top: 9px;
}
.imgFloatLeft {
	clear: left;
	float: left;
	height: 150px;
	width: 150px;
	margin: 10px;
	background-color: #FFFFFF;
}
.imgFloatRight {
	clear: right;
	float: right;
	height: 125px;
	width: 150px;
	margin: 10px;
	background-color: #FFFFFF;
}
div#HowToUse {
	clear: both;
	background: url(https://www.apsenvironmental.co.uk/GIFs/FAQSmallHeader.gif) top left no-repeat;
	padding-top: 10px;
	color: #666666;
	padding-bottom: 20px;
	padding-right: 50px;
	padding-left: 50px;
	text-align: justify;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	position: relative;
}
.LeftArea {
	float: left;
	width: 125px;
	padding: 3px;
	text-align: left;
	margin: 6px;
}
.ContactSections {
	clear: both;
	background: url(https://www.apsenvironmental.co.uk/GIFs/ContactSmallHeader.gif) top left no-repeat;
	padding-top: 10px;
	color: #666666;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
}
.SponsorTrustaTrader {
	height: 75px;
	width: 100px;
	background-image: url(https://www.apsenvironmental.co.uk/GIFs/trustatrader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 40px;
	background-color: #FFFFFF;
}

.SponsorOARUGBY {
	height: 75px;
	width: 100px;
	background-image: url(https://www.apsenvironmental.co.uk/GIFs/Sponsors/OARUGBYNav.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 40px;
	background-color: #FFFFFF;
}

.SponsorHRFC {
	height: 75px;
	width: 100px;
	background-image: url(https://www.apsenvironmental.co.uk/GIFs/Sponsors/HMRCNav.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 40px;
	background-color: #FFFFFF;
}
.NewsImageBox {
	float: left;
	height: 100px;
	width: 100px;
	padding: 5px;
	margin-right: 10px;
}
