@charset "utf-8";
/* CSS Document */
body {
	/*font-family:Verdana, Geneva, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;

}
p {
	margin-top:0px;
	border-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	border-bottom:0px;
	padding-bottom:0px;
	font-size:15px;
}
h1 {
	margin-top:0px;
	border-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	border-bottom:0px;
	padding-bottom:0px;
	font-size:40px;
	color:#16599f;
	text-shadow: 3px 3px 2px rgba(150, 150, 150, 0.64);
}
h2 {
	margin-top:5px;
	border-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	border-bottom:0px;
	padding-bottom:0px;
	font-size:25px;	
}
h3 {
	margin-top:0px;
	border-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	border-bottom:0px;
	padding-bottom:0px;
}
h3 {
	margin-top:0px;
	border-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	border-bottom:0px;
	padding-bottom:0px;
}
h4 {
	margin-top:0px;
	border-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	border-bottom:0px;
	padding-bottom:0px;
}
h5 {
	margin-top:0px;
	border-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	border-bottom:0px;
	padding-bottom:0px;
}
h6 {
	margin-top:0px;
	border-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	border-bottom:0px;
	padding-bottom:0px;
	font-size:11px;
}

.little-bullets li {
	font-size:15px;
	font-weight:bold;
	padding-bottom:5px;
}

.text-colour-1 {
	color:#16599f;
}

.text-colour-2 {
	color:#036;
}

.text-colour-3 {
	color:#F90;
}

.dispatch-aim {
	margin-top:0px;
	border-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	border-bottom:0px;
	padding-bottom:0px;
	font-size:25px;
}

.product-code-title {
	color:#16599f;
}

#header{
	background-image:url(https://www.secureimgeb.co.uk/b/header.png);
	height:180px;
	width:850px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	border-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	border-bottom:0px;
	padding-bottom:0px;	
}
#top-menu{
	background-color:#16599f;
	height:30px;
	width:850px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:0px;
	border-top:0px;
	padding-top:10px;
	margin-bottom:0px;
	border-bottom:0px;
	padding-bottom:0px;
}
#top-menu span {
	color:#FFF;
	font-weight:bold;
	padding-left:13px;
	padding-right:13px;
	text-shadow: 2px 2px 2px rgba(50, 50, 50, 1);
}

.top-menu-items {
	color:#FFF;
	margin-top:0px;
	border-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	border-bottom:0px;
	padding-bottom:0px;	
}


.top-menu-items ul{
	margin-top:0px;
	border-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	border-bottom:0px;
	padding-bottom:0px;	
}

.top-menu-items li{
	display:inline;
	font-size:15px;

}


#top-of-content {
	height:5px;
	width:850px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	border-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	border-bottom:0px;
	padding-bottom:0px;
}


#content {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	border-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	border-bottom:0px;
	padding-bottom:0px;
	
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.75);	
}

#auxiliary-graphics-top {
	height:10px;
}
#auxiliary-graphics-bottom {
	height:10px;
}

#content-inside-container {
	width:800px;
	margin-left:auto;
	margin-right:auto;	
}

/*
#bottom-of-content {
	height:67px;
	width:850px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	border-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	border-bottom:0px;
	padding-bottom:0px;
}
*/

#product-title-box {
	line-height:30px;
	/*background-color:#5a1905;*/
	padding-left:10px;
	/*color:#16599f;*/
	padding-top:10px;
	text-align:center;
}
	
#tagline-box {
	line-height:30px;
	padding-left:10px;
	text-align:center;
}

.title-container {
	height:30px;
	line-height:30px;
	/*background-color:#16599f;*/
	padding-left:10px;
	color:#000;
	/*border-top:2px solid #16599f;*/
	border-bottom:4px solid #16599f;
	margin-top:10px;
	margin-bottom:10px;
	font-weight: bold;
}

.text-align-center {
	text-align:center;
}

.text-align-right {
	text-align:right;
}
.text-block {
	padding-left:10px;
}

.table-border {
	border:1px solid #999;
}
.cell-border-left {
	border-left:1px solid #999;
}