
/* override styles */

body 
{
	background-repeat: no-repeat;
	background-color: #ffffff;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}

html>body {
	font-size: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff3399;
	font-weight: bold;
	padding: 0px;
	line-height: 1.2em;
	margin: 0px 0px 1em 5px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}


a{
	font-weight: normal ;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #FF3399; 
	text-decoration: underline;
}

a:hover {
	font-weight: normal ;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #003399;
	text-decoration: none;
}

p {
	margin: 1em 0px;
}

ul {
	padding: 0px;
	margin-left: 20px;
	list-style: disc;
	list-style-position: outside;
}

li {
	padding: 0px;
	margin: 0px;
}

.listtext {
	color: #0c2577;
}

a img {
	border: 0px;
}
	
/* MAIN STRUCTURE */

#wrapper {
	width: 840px;
	border: solid 1px #cccccc;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/sidebar-back.gif);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: White;
	position: relative;
}

#header {
	width: 840px;
	height: 182px;
	background-image: url(../images/headerbackground2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #ffffff;
	text-indent: -50000px;
}

#pagedate {
	position: absolute;
	left: 45px;
	top: 15px;
	color: White;
	font-size: 11px;
}

#emaillink {
	position: absolute;
	left: 114px;
	top: 120px;
	color: White;
}
	

#menu-ref {
	position: absolute;
	left: 214px;
	top: 150px;
	width: 180px;
	height: 106px;
	padding: 0;
	margin: 0;
	border: 0;
}

#menu-dip {
	position: absolute;
	left: 394px;
	top: 150px;
	width: 170px;
	height: 106px;
	padding: 0;
	margin: 0;
	border: 0;
}

#menu-comapp {
	position: absolute;
	left: 566px;
	top: 150px;
	width: 261px;
	height: 106px;
	padding: 0;
	margin: 0;
	border: 0;
}


#main {
	width: 810px;
	padding-left: 30px;
	min-height: 400px;
	background-image: url(../images/main-back.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: Transparent;
}

#sidemenu {
	background-color: #dbe6f9;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	width: 174px;
	float: left;
	
}

#sidemenu h2 {
	background-color: #f32f95;
	width: 160px;
	padding: 0 4px 0 10px;
	font-family: Arial,Helvetica,sans-serif;
	margin: 0px 0px 8px 0px;
	color: #fff;
	font-size: 11px;
	line-height: 160%;
	text-transform: uppercase;
	border-bottom: 1px solid #aa0066;
}
	
#sidemenu p {
	width: 160px;
	padding: 0px 4px 0px 10px;
	font-family: Arial,Helvetica,sans-serif;
	color: #0c2577;
	font-size: 11px;
	text-decoration: none;
	line-height: 110%;
}

#sidemenu .blue {
	color: #0c2577;
}
	
#sidemenu a {
	margin: 0px 4px 0px 0px;
	font-family: Arial,Helvetica,sans-serif;
	color: #003399;
	font-size: 11px;
	text-decoration: none;
	line-height: 1.6em;
}

#sidemenu a:hover {
	color: #ff3399;
	text-decoration: underline;
}

	#sidemenu .whiteback
	{
		background-color: white;
		text-align: center;
		color: #0c2577;
		padding: 0 2px;
	}
	
		#sidemenu .whiteback .infotxt
		{
			padding: 0 20px;
		}

		#sidemenu .whiteback a
		{
			color: #FF3399;
			text-decoration: underline;
		}
		
#content {
	width: 600px;
	margin-left: 183px;
	padding-top: 74px;
	color: #0c2577;
	margin-bottom: 20px;
	font-size: 1.1em;
	line-height: 1.3em;
}

#content hr {
	color: #f32f95;
	background-color: #f32f95;
	height: 1px;
}
	
#content .indent {
	margin: 0px 45px 0px 45px;
}

.leadcopy {
	font-size: 1.5em;
	line-height: 1.3em;
	font-weight: bold;
}

.pink {
	color: #FF3399;
}

.alerttext {
	font-size: 1.2em;
	line-height: 1.4em;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
	text-transform: uppercase;
	color: #FF3399;
	text-align: center;
} 

.homefooter {
	margin-top: 10px;
	width: 600px;
	text-align: right;
	display: inline;
	float: right;
}

#footer {
	width: 780px;
	border-top: solid 1px #f32f95;
	background-color: White;
	color: #999999;
	font-size: xx-small;
	margin: 5px 30px 0px 30px;
	padding-top: 15px;
	padding-bottom: 20px;
}

/* customer classes */

.header {
	font-size: 12px;
	padding: 6px 0 0 0;
	font-weight: bold;
	text-align: center;
	margin: 0;
}

.indent2 {
	margin: 1em 5px;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}


.bodyhead {
	font-weight: bold; 
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #0c2577;
}

.bodylendname {
	font-weight: bold; 
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0c2577;
}

.bodylendhead {
	font-weight: bold; 
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff3399;
}



/* ---------- FORM STYLE ---------- */

form, fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
}


checkbox {
	padding: 0px;
	margin: 0px;
}

option, select {
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 5px;

}

textarea {
	border: 1px solid #bbb;
	padding: 2px;
	color: #666;
}

label {
	padding: 5px 0px 0px 5px;
	border: 0px;
	margin: 0px;
	width: 120px;
	float: left;
	display: block;
}

#FirstName, #LastName, #Company, #EmailFrom, #Tel, #Address, #Street1, #Street2, #Street3, #City, #County {
	width: 220px;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #bbb;
	color: #666;
}

#PostCode {
	width: 80px;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #bbb;
	color: #666;
}

