@charset "utf-8";
/* CSS Document */

/*
	Net2 Solutions
	Copyright: Nathan Marchant
	info@net2solutions.co.uk
*/

/*
	Client: NM Skips
	www.nmskips.co.uk
*/


/* Body
----------------------------------------------------------------------------------------------------*/

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background: #d7d6d6 url('images/bg.png') repeat-x;
	font-family: Verdana, Tahoma, Helvetica, Ariel, Sans-serif;
	font-size: 13px;
	color: #6f6f6f;
	-webkit-text-size-adjust: none;
}

/* Global
----------------------------------------------------------------------------------------------------*/

#wrapper {
	width: 960px;
	height: auto;
	margin: auto;
}


#logo {
	background: url('images/logo.png') no-repeat;
	width: 384px;
	height: 90px;
	margin-top: 15px;
	float: left;
	text-indent: -9999px;
}

#nav {
	width: auto;
	height: 110px;
}

#nav-splash {
	background: url('images/splash.png') no-repeat;
	width: 401px;
	height: 40px;
	float: right;
	margin-top: 20px;
	text-indent: -9999px;
}


#nav-menu {
	width: 492px;
	height: 41px;
	float: right;
	margin-top: 9px;
}

#nav-menu ul {
	float: right;
	width: 492px;
	height: 41px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav-menu li {
	float: left;
	height: 41px;
	width: 122px;
	margin-left: 1px;
}

#nav ul li a {
	border: 0px;
	height: 42px;
	display: block;
	line-height: 42px;
	text-indent: -9999px;
}

#nav1 {
	width: 122px;
	background: url('images/nav-menu.png') no-repeat;
	background-position: 0px -84px;
}

#nav1:hover {
	width: 122px;
	background: url('images/nav-menu.png') no-repeat;
	background-position: 0px -42px;
}

#nav1  .on {
	width: 122px;
	background: url('images/nav-menu.png') no-repeat;
	background-position: 0px 0px;
}

#nav2 {
	width: 122px;
	background: url('images/nav-menu.png') no-repeat;
	background-position: -122px -84px;
}

#nav2:hover {
	width: 122px;
	background: url('images/nav-menu.png') no-repeat;
	background-position: -122px -42px;
}

#nav2  .on {
	width: 122px;
	background: url('images/nav-menu.png') no-repeat;
	background-position: -122px 0px;
}

#nav3 {
	width: 122px;
	background: url('images/nav-menu.png') no-repeat;
	background-position: -244px -84px;
}

#nav3:hover {
	width: 122px;
	background: url('images/nav-menu.png') no-repeat;
	background-position: -244px -42px;
}

#nav3  .on {
	width: 122px;
	background: url('images/nav-menu.png') no-repeat;
	background-position: -244px 0px;
}

#nav4 {
	width: 122px;
	background: url('images/nav-menu.png') no-repeat;
	background-position: -366px -84px;
}

#nav4:hover {
	width: 122px;
	background: url('images/nav-menu.png') no-repeat;
	background-position: -366px -42px;
}

#nav4  .on {
	width: 122px;
	background: url('images/nav-menu.png') no-repeat;
	background-position: -366px 0px;
}

#baseline {
	background: #1e00ff;
	width: auto;
	height: 3px;
	margin-bottom: 35px;
}

#header {
	background: url('images/header2.png') no-repeat;
	width: 960px;
	height: 263px;
}

#header-image {
	width: 310px;
	height: 206px;
	margin: 30px 0px 0px 300px;
	float: left;
}

#header-button {
	background: url('images/button2.png') no-repeat;
	width: 184px;
	height: 72px;
	margin: 150px 120px 0px 0px;
	float: right;
}

#header-button a {
	border: 0px;
	width: 184px;
	height: 52px;
	display: block;
	line-height: 72px;
	text-indent: -9999px;
}

#header-button:hover {
	background: url('images/button2.png') no-repeat;
	background-position: 0px -72px;
}

#body {
	background: #FFFFFF;
	height: auto;
	width: auto;
	padding: 30px 0px 20px 0px;
}

#sidebar {
	width: 315px;
	height: auto;
	float: right;
}

#main {
	background: url('images/side-vert-bg.png') repeat-y;
	background-position: right;
	width: auto;
	margin-right: 315px;
	height: auto;
}

.padding {
	padding: 0px 40px 0px 40px;
}

#clear {
	clear: both;
	height: 1px;
}

#body-footer {
	background: url('images/body-footer.png') no-repeat;
	height: 20px;
	width: auto;
}

#sidebar ul {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

#sidebar ul li {
	padding-top: 15px;
	width: auto;
}

#sidebar ul li a:link  {color : #fb9402; text-decoration : none;}
#sidebar ul li a:visited  {color : #fb9402; text-decoration : none;}
#sidebar ul li a:active  {color : #fb9402; text-decoration : none;}
#sidebar ul li a:hover  {color :#fb9402; text-decoration: none;}

#brag {
	background: url('images/recycle.png') no-repeat;
	height: 89px;
	width: auto;
	margin-top: 20px;
}

#brag p {
	padding: 20px 0px 0px 110px;
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-size: 17px;
	color: #fb9402;
	font-style: italic;
}

#brag a:link  {color : #1f08ca; text-decoration : none;}
#brag a:visited  {color : #1f08ca; text-decoration : none;}
#brag a:active  {color : #1f08ca; text-decoration : none;}
#brag a:hover  {color :#fb9402; text-decoration: none;}

#footer {
	width: auto;
	height: 60px;
	margin-top: 10px;
	font-size: 10px;
	color: #808080;

}

#footer ul a:link  {color : #808080; text-decoration : none;}
#footer ul a:visited  {color : #808080; text-decoration : none;}
#footer ul a:active  {color : #808080; text-decoration : none;}
#footer ul a:hover  {color :#fb9402; text-decoration: none;}

#footer a:link  {color : #808080; text-decoration : none;}
#footer a:visited  {color : #808080; text-decoration : none;}
#footer a:active  {color : #808080; text-decoration : none;}
#footer a:hover  {color :#fb9402; text-decoration: none;}

#footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
}

#footer ul li {
	border-right: 1px solid #a5a5a5;
	float: left;
	padding: 0px 1em;
}

#footer ul .last {
	padding-right: 1em;
	border: none;
	padding-right: 0px;
}

.justify {
	text-align: justify;
}

#services-list ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#services-list ul li {
	background: url('images/tick.png') no-repeat;
	height: 33px;
	padding: 5px 0px 0px 40px;
	font-size: 16px;
}

#skip-sizes ul {
	list-style-type: none;
	margin-top: 20px;
	padding: 0px;
}

#skip-sizes ul li {
	height: 77px;
	padding: 20px 0px 0px 200px;
	font-size: 16px;
	border: 1px solid #bdbdbd;
	margin: 0px 0px 15px 0px;
}

#skip-sizes ul li p {
	padding: 0px;
	margin-top: 10px;
	font-size: 14px;
}

.skip1 {
	background: url('images/skip1.png') no-repeat;
}

.skip2 {
	background: url('images/skip2.png') no-repeat;
}

.skip3 {
	background: url('images/skip3.png') no-repeat;
}

.skip4 {
	background: url('images/skip4.png') no-repeat;
}

.skip5 {
	background: url('images/skip5.png') no-repeat;
}

.skip6 {
	background: url('images/skip6.png') no-repeat;
}

form {
	margin: 10px 0px 10px 0px;
	font-weight: bold;
}

.contactstyle {
	border: 1px solid #BBB;
	background: #EEEEEE;
}

.style1 {
	color : #fb9402;
}

h1 {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 24px;
	color: #fb9402;
	margin: 0px;
	padding: 0px;
	!font-weight: normal;
}

h2 {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 24px;
	color: #1802ba;
	margin: 0px;
	padding: 0px;
	!font-weight: normal;
}

h3 {
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h4 {
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h3 a:link  {color : #fb9402; text-decoration : none;}
h3 a:visited  {color : #fb9402; text-decoration : none;}
h3 a:active  {color : #fb9402; text-decoration : none;}
h3 a:hover  {color :#fb9402; text-decoration: none;}

h4 a:link  {color : #fb9402; text-decoration : none;}
h4 a:visited  {color : #fb9402; text-decoration : none;}
h4 a:active  {color : #fb9402; text-decoration : none;}
h4 a:hover  {color :#fb9402; text-decoration: none;}