html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	font-family: Helvetica, Arial, Sans-Serif;
	color: #fff;
	font-size: 13px;
	line-height: 1;
	background: #333;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

strong {
	font-weight: bold;
}

/** MAIN CSS **/
/**************/
#wrapper {
	height: 100%;
	min-height: 100%;
}

.pagewrap, .wrap {
	width: 960px;
	margin: 0 auto;
}

#header {
	overflow: hidden;
	margin-bottom: 15px;
}

#logo {
	float: left;
	margin-top: 20px;
}

#site-search {
	float: right;
	width: 270px;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 0 0 10px 10px;
	background: #f6f6f6;
	box-shadow: inset #ccc 0 0 30px, #000 0 2px 10px;
}

#site-search h3 {
	line-height: 1.4;
	margin-bottom: 5px;
	color: #063673;
	font-size: 14px;
	text-indent: 5px;
}

#site-search form {
	position: relative;
}

#site-search input[type="text"] {
	width: 245px;
	border: none;
	outline: none;
	border-radius: 10px;
	padding: 5px;
	padding-right: 20px;
	font-size: 14px;
	border: #e1e1e1 1px solid;
	box-shadow: inset #e1e1e1 0 1px 1px, #fff 0 1px 1px;
}

#site-search input[type="submit"] {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 17px;
	height: 16px;
	text-indent: -999999px;
	border: none;
	background: url(../images/searchicon.png) no-repeat center center;
}

#menu {
	overflow: hidden;
	border-radius: 10px 10px 0 0;
	background: url(../images/menubg.png) repeat-x;
}

#menu li {
	float: left;
	background: url(../images/menuseparator.png) no-repeat right;
}

#menu li:hover {
	float: left;
	background: #ccc url(../images/menuseparator.png) no-repeat right;
}

#menu a {
	display: block;
	line-height: 32px;
	padding: 0 15px;
	text-transform: uppercase;
	color: #063673;
	text-decoration: none;
}

#banner {
	margin-bottom: 15px;
	height: 327px;
	overflow: hidden;
	border-radius: 0 0 10px 10px;
}

.nivo-slice {
	border-radius: 0 0 10px 10px;
}

#content {
	overflow: hidden;
}

#content-main {
	float: left;
	width: 450px;
	padding: 15px;
	color: #333;
	border-radius: 10px;
	line-height: 1.4;
	background: #fff;
	min-height: 260px;
}


#content-main ul {
	list-style-image: url(../images/list-style.png);
	padding-left: 15px;
	margin-bottom: 15px;
}

#content-main h1 {
	font-size: 38px;
	color: #cb0101;
	font-weight: lighter;
}

#content-main h2, 
#content-main h3, 
#content-main h4, 
#content-main h5, 
#content-main h6 {
	margin-bottom: 10px;
}

#content-main h2 {
	font-size: 22px;
}

#content-main h3 {
	font-size: 20px;
	color: #063673;
}

#content-main h4 {
	font-size: 18px;
	color: #063673;
}

#content-main h5 {
	font-size: 16px;
	margin-bottom: 5px !important;
	color: #063673;
}
span {
	color: #CB0101;
}
span:hover{
	text-decoration: underline;
	cursor: pointer;	
}
#content-main h6 {
	font-size: 14px;
}

#content-main p {
	margin-bottom: 15px;
}

#content-main a {
	color: #CB0101;
}

#content-main a:hover {
	color: #333;
}

#content-main p:last-child {
	margin-bottom: 0;
}

#content-maintracking {
	float: left;
	width: 690px;
	padding: 15px;
	color: #333;
	border-radius: 10px;
	line-height: 1.4;
	background: #fff;
}

#content-maintracking h1 {
	font-size: 38px;
	color: #cb0101;
	font-weight: lighter;
}

#content-maintracking h2, 
#content-maintracking h3, 
#content-maintracking h4, 
#content-maintracking h5, 
#content-maintracking h6 {
	margin-bottom: 10px;
}

#content-maintracking h2 {
	font-size: 22px;
}

#content-maintracking h3 {
	font-size: 20px;
}

#content-maintracking h4 {
	font-size: 18px;
}

#content-maintracking h5 {
	font-size: 16px;
}

#content-maintracking h6 {
	font-size: 14px;
}

#content-maintracking p {
	margin-bottom: 15px;
}

#content-maintracking p:last-child {
	margin-bottom: 0;
}


#content .widgetarea {
	float: left;
	width: 194px;
	height: 258px;
	padding: 15px;
	margin-left: 15px;
	border-radius: 10px;
	background: #ececec;
}

#content .widgetarea h3 {
	padding: 0 10px;
	line-height: 35px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	border-radius: 10px 10px 0 0;
	background: url(../images/headerbg.jpg) repeat-x;
}



.widget {
	text-align: right;
	border-radius: 10px;
	background: #fff;
	color: #333;
}

.widget p {
	text-align: left;
	line-height: 1.3;
	margin-bottom: 10px;
}

#tracking-login .widget {
	padding-bottom: 10px;
	margin-bottom: 15px;
}

#tracking-login .customer-login.widget {
	margin-bottom: 0;
	text-align: left;
}

#tracking-login .customer-login.widget a {
	color: #CB0101;
	display: block;
	margin: 0 10px;
}

#tracking-login .customer-login.widget a:hover {
	color: #333;
}

#tracking-login .widget p {
	font-size: 12px;
	margin-top: 10px;
	padding: 0 10px;
}

.widget img {
	margin: 10px;
	width: auto;
	height: 201px;
}
#uk-coverage a {
	padding-left: 45px;
	display: block;
	
}
#uk-coverage a:hover {
opacity: 0.8;

}
.widget input[type="text"] {
	margin-right: 10px;
	padding: 5px;
	width: 162px;
}

#tracking-login .widget form {
	position: relative;
}

#tracking-login input[type="submit"] {
	position: absolute;
	text-align: center;
	border-radius: 8px;
	height: 20px;
	width: 20px;
	display: block;
	right: 14px;
	top: 3px;
	border: none;
	color: #fff;
	padding: 0;
	cursor: pointer;
	padding-bottom: 2px;
	background: #CB0101;
}

#tracking-login input[type="submit"]:hover {
	background: #A30000;
}

/******************/
/*** ADMIN AREA ***/
/******************/
#admin #menu {
	border-radius: 10px;
	margin-bottom: 15px;
}

#admin #content-main {
	float: right;
	width: 630px;
}

#admin #sidebar {
	float: left;
	width: 250px;
	padding: 15px;
	color: #333;
	border-radius: 10px;
	line-height: 1.4;
	background: #fff;
}
#admin #sidebar p span{
	color: #CB0101;
}
#admin #sidebar h2 {
	font-size: 18px;
	text-transform: uppercase;
}

#admin #sidebar h1 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #063673;
}

#admin #sidebar ul {
	margin-bottom: 20px;
}

#admin #sidebar ul:last-child {
	margin-bottom: 0;
}

#admin #sidebar li {
	border-bottom: #ddd 1px dotted;
}

#admin #sidebar a {
	display: block;
	padding: 8px 0;
	text-decoration: none;
	color: #CB0101;
}

#admin #sidebar a:hover {
	color: #333;
}

#admin #content-main h2 {
	font-size: 22px;
	margin-bottom: 10px;
}

/*** sevices page sidebar***/

.zone-services{
	color: #CB0101;
}
.zone-heading{
	font-weight: bolder;
}
/** Forms and input fields **/
input[type="text"], 
input[type="password"], 
textarea {
	outline: none;
	border: none;
	border-radius: 10px;
	padding: 2px;
	border: #e1e1e1 1px solid;
	box-shadow: inset #e1e1e1 0 1px 1px, #fff 0 1px 1px;
}

/** Text fields & Labels
#content-main textarea,
 **/
#content-main input[type="text"], 
#content-main input[type="password"], 
 #content-main input[type="file"] {
	width: 230px;
	resize: none;
	outline: none;
	margin-bottom: 5px;
	border-radius: 5px;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 13px;
}

#content-main input[type="text"], 
#content-main input[type="password"], 
#content-main textarea {
	padding: 5px;
}

#content-main input[type="text"]:focus, 
#content-main input[type="password"]:focus, 
#content-main textarea:focus {
	border: #aaa 1px solid;
}

#content-main textarea {
	//height: 150px;
}

#content-main label {
	width: 150px;
	display: inline-block;
	padding-top: 2px;
	margin-right: 10px;
	vertical-align: top;
}

/** Buttons **/
#content-main input[type="button"], 
#content-main input[type="submit"],  
#content-main input[type="reset"],
#content-main button {
	padding: 5px 10px; 
	color: #fff;
	font-size: 12px;
	border: none;
	border-radius: 5px;
	margin-bottom: 10px;
	cursor: pointer;
	box-shadow: #666 0 1px 2px, inset #82BAFF 0 1px 2px;
	background: #063673;
}

#content-main input[type="button"]:hover, 
#content-main input[type="submit"]:hover,  
#content-main input[type="reset"]:hover,
#content-main button:hover {
	background: #062851;
}

#ukzones{
	float: left;
}

#services-image{
	float: right;
	margin-right: 30px;
}
#services-image img{
	height: 600px;

}

/** Dropdowns **/
select {
	outline: none;
	margin-bottom: 10px;
	width: 150px;
}

/** Breaks **/
hr {
	border: none;
	border-top: #eee 1px solid;
}

/******************************/
/*** FOOTER / STICKY FOOTER ***/
/******************************/
#footer .wrap {
	position: relative;
	height: 90px;
}

#footer .wrap a {
	color: #CB0101;
	text-decoration: none;
}

#footer .wrap a:hover {
	text-decoration: underline;
}

#footer .wrap .footer-right {
	position: absolute;
	bottom: 15px;
	right: 0;
	text-align: right;
}

#footer .wrap .footer-right li {
	display: inline-block;
	margin-left: 15px;
}

#footer .wrap .footer-left {
	position: absolute;
	bottom: 15px;
	left: 0;
}

.footer-menu {
	margin: 15px 0;
}

.footer-menu li {
	margin: 3px 0;
}

/*** Sticky Footer ***/
html, body {height: 100%;}

.pagewrap {min-height: 100%;}

#content {
	padding-bottom: 120px;
}  /* must be same height as the footer */

#footer {
	background: url(../images/footerbg.png) repeat-x;
	position: relative;
	height: 90px;
	margin-top: -90px; /* negative value of footer height */
	clear:both;
}
/*** end Sticky Footer ***/




select.error { border: 2px solid red; }
textarea.error { border: 2px solid red; }
input.error { border: 2px solid red; }

label.error {
		background: url('../images/unchecked.gif') no-repeat;
		padding-left: 16px;
		margin-left: .3em;
	}
	label.valid {
		background: url('../images/checked.gif') no-repeat;
		display: block;
		width: 16px;
		height: 16px;
	}



table.servicetable {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
		border: 1px solid ##CCC;
	width: 100%;
	text-align: left;
}

table.servicetable thead tr th, table.servicetable tfoot tr th {
	background-color: #F0F0F6;
	color:#F00;
	border: 0px solid #FFF;
	padding: 10px;
}
table.servicetable thead tr .header {
	background: #d1dce6;
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.servicetable tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.servicetable tbody tr.odd td {
	background-color:#F0F0F6;
}




table.invoice {
	font-family:arial;
	background-color: #;
	margin:10px 0pt 15px;
	border: 1px solid #CCC; 
	width: 100%;
	text-align: left;
}

table.invoice thead tr th, table.invoice tfoot tr th {
	background-color: #CCC;
	color:#3D3D3D;
	border: 0px solid #FFF;
	padding: 10px;
	font-weight:bold;
}
table.invoice thead tr .header {
	background: #d1dce6;
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.invoice tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.invoice tbody tr.odd td {
	background-color:#F0F0F6;
}















































