body {
	margin: 0;
	padding: 0;
	background: #cfcfcf;
	font-family: "Lucida", "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	font-size: 12px;
	color: #4C4C4C;
}

link {
	font-family: "Lucida", "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	font-size: 12px;
	color: #4C4C4C;
}
/* This is to enable transparent PNG images on IE.  It is a link to a plugin for IE that allows the images to be shown as transparent 
Transparent PNGS are of much higher quality and so this was choosen in preference of using GIF's */
img, div { behavior: url('iepngfix.htc'); }


#header .wrapper, #subnavigation .wrapper, #content .wrapper, #footer .wrapper {
	padding: 0;
	width: 800px;
	margin: 0 auto;
}

/* -- header -- */

#header {
	background: url('../../images/template/header_background.png') repeat-x center center;
	height: 79px;
	width: 100%;
	text-align: center;
}

#header .logo {
	background: url('../../images/template/logo.png') no-repeat 0 29px;
	width: 180px;
	height: 25px;
	padding-top: 29px;
	float: left;
}
#header .live {
	padding-left: 10px;
	padding-top: 18px;
	float: right;
	behavior: url('iepngfix.htc');
}

#header .logo a {
	height: 25px;
	display: block;
}

#header ul {
	float: right;
	margin: 0;
	padding: 26px 0;
}

#header ul li {
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	list-style: none;
}

#header ul li a {
	display: block;
	height: 27px;
}

#header ul li.company {
	background: url('../../images/template/navigation_company.png') no-repeat top left;
	width: 92px;
	height: 27px;
}

#header ul li.company:hover {
	background: url('../../images/template/navigation_company.png') no-repeat center left;
}

#header ul li.services {
	background: url('../../images/template/navigation_services.png') no-repeat top left;
	width: 92px;
	height: 27px;
}

#header ul li.services:hover {
	background: url('../../images/template/navigation_services.png') no-repeat center left;
}

#header ul li.choose_us {
	background: url('../../images/template/navigation_choose_us.png') no-repeat top left;
	width: 104px;
	height: 27px;
}

#header ul li.choose_us:hover {
	background: url('../../images/template/navigation_choose_us.png') no-repeat center left;
}

#header ul li.portal {
	background: url('../../images/template/navigation_client_area.png') no-repeat top left;
	width: 118px;
	height: 27px;
}

#header ul li.portal:hover {
	background: url('../../images/template/navigation_client_area.png') no-repeat center left;
}

#header ul li.current {
	background-position: bottom left;
}

#header ul li.current:hover {
	background-position: bottom left;
}

/* -- subnavigation -- */

#subnavigation {
	background: #deebfa;
	font-family: Tahoma;
}

#subnavigation ul {
	margin: 0;
	padding: 10px 0 10px;
	height: 20px;
}

#subnavigation ul li {
	margin: 0 0 0 5px;
	padding: 0 0 0 6px;
	list-style: none;
	float: right;
}

#subnavigation ul li a {
	text-transform: uppercase;
	font-size: 12px;
	color: #3e3e3e;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
	vertical-align: middle;
	height: 22px;
	display: block;
	padding: 0 6px 0 0;
}

#subnavigation ul li:hover, #subnavigation ul li.current {
	background: url('../../images/template/subnav_left.png') no-repeat;
	padding: 0 0 0 6px;
}

#subnavigation ul li:hover a, #subnavigation ul li.current a {
	background: url('../../images/template/subnav_right.png') no-repeat top right;
	display: block;
	line-height: 22px;
	vertical-align: middle;
	height: 22px;
	padding: 0 6px 0 0;
	color: #5a7fa9;
}

/* -- content -- */

#content {
	background: #ffffff;
	padding: 25px 0 25px 0;
}

/* -- footer -- */

#footer {
	padding: 20px 0 20px 20px;
	margin: 0;
	height: 80px; 
	font-family: Tahoma;
	clear: both;
}

#footer ul {
	margin: 0;
	padding: 0;
	float: left;
}

#footer ul li {
	list-style: none;
}

#footer ul li.title {
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	padding: 0 0 10px 0;
}

#footer ul li {
	font-size: 12px;
}

#footer ul li a {
	color: #a5a5a5;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #8c8c8c;
}

#footer .copyright {
	float: right;
	line-height: 80px;
	vertical-align: middle;
	padding: 0 20px 0;
	font-size: 12px;
	color: #8c8c8c;
	font-weight: bold;
}
#footer .company {
	float: left;
	line-height: 80px;
	vertical-align: middle;
	padding: 0 20px 0;
	font-size: 11px;
	color: #8c8c8c;
	font-style: italic;
}