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

* { font-size: 100%;}

html, body {
	background: #e1e4ec;
	margin: 10px 0px;
	padding: 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	color: #58595b;
}

h1, h2, h3, h4 {
	font-family: Arial, sans-serif;
}

h1 {
	font-size: 2.0em;
	color: #0078c1;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-top:0px;
	margin-bottom: 10px;
}

h2 {
	font-size: 0.9em;
	color: #652d8a;
	font-weight: normal;
	letter-spacing: 0.1em;
}

h3 {
	font-size: 1.0em;
	color: #652d8a;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

p {
	margin-top: 0px;
	padding-right: 10px;
	font-size: 1.0em;
}

img, form, fieldset { 
	margin: 0; 
	border: 0; 
	padding: 0;
}

hr {
	border: 0px;
	width: 100%;
	color: #652d8a;
	background-color: #652d8a;
	height: 2px;
}

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

li {
	background-image: url('../images/pages/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 14px;
}

/**
 * Layout
 */

#main-container {
	position: relative;
	margin: 0 auto;
	width: 916px;
	border: 0px solid #000;
	background-color: #FFF
}

#header-container {
	position: relative;
	margin: 0px 0px 0px 0px;
	height: 191px;
	background: transparent url('../images/template/header_strip.jpg') repeat-y 0% 0%;
	border: 0px solid #000;
}

#ul-container {
	width: 100%;
	height: 191px;
	background: transparent url('../images/template/ul.png') no-repeat top right
}

#logo-container {
	float: left;
	width: 140px;
	height: 150px;
	margin: 20px 30px 10px 20px;
	background: transparent url('../images/template/urwin_logistics_logo.png') no-repeat
}

#header-content {
	float: left;
	width: 384px;
	height: 110px;
	margin: 70px 0px 0px 10px;
	background: transparent url('../images/template/delivering_results.png') no-repeat
}

#main-content {
	width: 100%;
	margin-top: 15px;
	background-color:#FFF;
}

#main-navigation {
	float: left;
	width: 190px;
}

.activepage {
	padding: 8px 20px 0px 55px;
	margin-bottom: 0px;
	height: 42px;
	background: transparent url('../images/pages/active_button.jpg') no-repeat;
	font-size: 1.4em;
	color: #0078c1;
}

.inactivepage {
	padding: 8px 20px 0px 55px;
	margin-bottom: 0px;
	height: 42px;
	background: transparent url('../images/pages/inactive_button.jpg') no-repeat;
	font-size: 1.4em;
}

a.inactivepagelink:link {
	color: #FFF;
	text-decoration: none;
}

a.inactivepagelink:visited {
	color: #FFF;
	text-decoration: none;
}

a.inactivepagelink:hover {
	color: #0078c1;
	text-decoration: none;
}

a.inactivepagelink:active {
	color: #FFF;
	text-decoration: none;
}

#centre-content {
	float: left;
	width: 375px;
	padding-left: 17px;
}

.divider {
	height: 23px;
	padding-top: 8px;
	padding-left: 5px;
	background: transparent url('../images/pages/section_bar.jpg') no-repeat;
	color: #283070;
	font-weight: bold;
	margin-bottom: 10px;
}

#right-content {
	float: left;
	width: 280px;
	padding-left: 20px;
}

#van-container {
	margin: 20px 0px 0px 0px;
	height: 224px;
	background: transparent url('../images/template/urwin_logistics_vans.jpg') no-repeat 0% 0%;
	border: 0px solid #000;
}

#footer {
	margin: 0px 0px 0px 0px;
	height: 75px;
	background: #e1e4ec url('../images/template/van_reflection.jpg') no-repeat 0% 0%;
}

.bottom-nav {
	float: left;
	width: 250px;
	padding-top:10px;
	border: 0px solid #000;
}

.bottom-nav a:link, a:visited {
	color: #0078c1;
	text-decoration: none;
}

.bottom-nav a:hover {
	color: #0078c1;
	text-decoration: underline;
}

#signoff {
	float: left;
	width: 666px;
	height: 65px;
	padding-top:10px;
	text-align: right;
	font-size: 0.9em;
	color: #898b8e;
}

#mklogo {
	width: 99px;
	padding-top: 162px;
}

.imageOnLeft {
	float: left;
	margin-right: 10px;
	border: 2px solid #652d8a;
}

.imageOnRight {
	float: right;
	margin-left: 10px;
	border: 2px solid #652d8a;
}

/* form formatting */

.formfield {
	width: 90%;
	height: 30px;
	background-color: #cddcef;
	margin-bottom: 10px;
}
	
.formfieldlarge {
	width: 90%;
	height: 100px;
	background-color: #cddcef;
	margin-bottom: 0px;
	margin-bottom: 10px;
}
	
label{
	width: 100px;
	float: left;
	text-align: left;
	padding-top: 7px;
	margin-right: 0.5em;
	display: block;
	color: #58595b;
}

.submit{
	width: 200px;
	margin-left: 130px;
	color: #58595b;
	background-color: #cddcef;
	border: 1px solid #58595b;
	margin-top:4px;
}

.input_text{
	width: 220px;
	height: 24px;
	color: #58595b;
	background-color: #cddcef;
	border: 0px solid #652d8a;
	margin-top:4px;
}

textarea{
	width: 220px;
	height: 80px;
	color: #58595b;
	background-color: #cddcef;
	font-family: Arial, sans-serif;
	font-size: 1.0em;
	border: 0px solid #652d8a
}

.submit input
{
color: #FFF;
background: #652d8a;
border: 2px outset #d7b9c9
}

fieldset {
	border: 1px solid #652d8a;
	width: 90%
}

legend {
	color: #fff;
	background: #652d8a;
	padding: 2px 6px;
	margin-left:5px
} 
