 * {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #d4dce8 url(images/bg.gif) repeat-x top left;
}

a img {
	border: none;
}

#wrapper {
	width: 983px;
	text-align: left;
	margin: 5px auto;
	background-color: #fff;
}

#header {
	height: 78px;
	padding-top: 1px;
	background: #fff url(images/header-bg.jpg) no-repeat left top;
}

#header h1 {
	margin: 15px 0 0 15px;
	position: relative;
	width: 208px;
	height: 51px;
	overflow: hidden;
	float: left;
}

#header h1 a {
	font-size: 20px;
	color: #000;
	text-decoration: none;
}

#header h1 a span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(images/logo.gif) no-repeat left top;
}

#header .tagline {
	font-size: 14px;
	font-weight: bold;
	color: #29649C;
	padding-left: 20px;
	padding-top: 39px;
	float: left;
}


/* @group Navigation */

/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(images/empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */






/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu, .menu ul li {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 34px;
}

.menu {
	padding-left: 15px;
}

.menu ul {
	width: 23em;
}

.menu a {
	text-decoration: none;
	color: #fff;
	height: 34px;
	line-height: 34px;
	padding: 0 1em;
	display: block;
	position: relative;
	background: url(images/nav-sep.gif) no-repeat left top;
	_background: url(images/nav-sep.gif) no-repeat left 9px;
	_margin-top: -9px;
	_padding-top: 9px;
	_margin-bottom: -5px;
	_padding-bottom: 5px;
}

.menu li:first-child a {
	background: none;
}

.menu a:hover, .menu li:hover>a, .menu li.on a {
	color: #495568;
	background: url(images/nav-hover.gif) repeat-x left top;
}

.menu li a:hover {
	_background: url(images/nav-hover.gif) repeat-x left 9px;
}

.menu li li {	/* create borders around each item */
	background-color: #404f63;
	font-size: 12px;
	border-bottom: 2px solid #fff;
}

.menu li li a {
	background: none;
	_margin-top: 0;
	_padding-top: 0;
	_margin-bottom: 0;
	_padding-bottom: 0;
}

.menu li li a:hover {
	background: #fff;
}

.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

.menu li.nav-home { _width: 50px; }
.menu li.nav-about { _width: 100px; }
.menu li.nav-products { _width: 50px; }
.menu li.nav-services { _width: 50px; }
.menu li.nav-ir { _width: 230px; }
.menu li.nav-contact { _width: 120px; }

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */

#navigation {
	height: 34px;
	background: url(images/nav-bg.gif) no-repeat left top;
	position: relative;
	z-index: 1000;
}



/* @end */


/* @group Index */

#content {
	padding: 15px 5px;
	z-index:1;
}

#content .main {
	
}

#content .case-study {
	float: left;
	width: 359px;
	height: 246px;
	position: relative;
	z-index: 1;
}

#content .case-study span {
	position: absolute;
	top: 20px;
	left: 20px;
	display: block;
	width: 200px;
}

#content .case-study span a {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#content .case-study span a:hover {
	color: #eee;
}

#content .intro {
	float: right;
	width: 550px;
	padding-right: 40px;
}

#content .intro .main-side {
	float: right;
}

#content .intro .intro-text {
	float: left;
	width: 350px;
}

.intro-text h2 {
	color: #365786;
	font-size: 24px;
	padding-bottom: 15px;
	line-height: 1;
}

.intro-text p, .intro-text ul, .intro-text ol {
	font-size: 13px;
	line-height: 1.3;
	padding-bottom: 15px;
	width: 355px;
}

.intro-text p a {
	color: #597799;
	text-decoration: none;
}

.intro-text p a:hover {
	text-decoration: underline;
}

#content .tabs {
	padding-top: 10px;
	
}

#content .tabs .recent-events {
	background: url(images/events-bg.gif) repeat-y left top;
	width: 359px;
	float: left;
	
}

.tabs .recent-events .news {
	background: url(images/events-bottom.jpg) no-repeat left bottom;
	font-size: 12px;
	color: #dfe9f8;
	padding: 0 10px;
}

.tabs .recent-events .news strong {
	color: #fff;
	padding-bottom: 3px;
}

.tabs .recent-events .news p {
	padding-bottom: 10px;
	
}

.tabs .recent-events .news a {
	color: #fff;
	
}

.tabs .recent-events .news a:hover {
	color: #dfe9f8;
	
}

.tabs .recent-events h3 {
	text-transform: uppercase;
	color: #fff;
	height: 36px;
	background: url(images/events-head.gif) no-repeat left top;
	font-size: 13px;
	padding: 5px 0 0 10px;
}

.tabs .main-tabs {
	background: url(images/tab-bg.gif) repeat-y left top;
	float: right;
	width: 595px;
	margin-right: 5px;
	
	}

.tabs .main-tabs .shadetabs {
	list-style-type: none;
	height: 32px;
	background: url(images/tab-bar-bg.gif) no-repeat left top;
}

.main-tabs .shadetabs li {
	float: left;
}

.main-tabs .shadetabs li a {
	display: block;
	height: 32px;
	line-height: 32px;
	background: url(images/tab-unselected.gif) no-repeat left top;
	width: 107px;
	text-align: center;
	color: #455468;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

.main-tabs .shadetabs li.selected a {
	background: url(images/tab-selected.gif) no-repeat left top;
	color: #FFF;
}

.main-tabs .contentstyle {
	background: url(images/tab-bottom.jpg) no-repeat left bottom;
	padding: 10px;
	font-size: 14px;
	overflow: x-hide;
}

.main-tabs .contentstyle ul, .main-tabs .contentstyle div {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
	list-style-type: none;
	color: #fff;
}

.main-tabs .contentstyle div {
	width: 120px;
}

.main-tabs .contentstyle ul li {
	padding-bottom: 4px;
}

.main-tabs .contentstyle a {
	text-decoration: none;
	color: #FFCC00;
}

.main-tabs .contentstyle img {
	border: 2px solid #fff;
	}

/* @end */

/* @group Subpage */

.sidebar {
	width: 206px;
	background-color: #7aa3d1;
	float: left;
	padding-top: 20px;
	padding-bottom: 100px;
}

.sidebar ul li {
	line-height: 30px;
}

.sidebar ul {
	color: #fff;
	list-style-type: none;
	padding-left: 10px;
	font-size: 13px;
}

.sidebar ul li a {
	color: #fff;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
}

.sidebar ul li h4 {
	font-weight: normal;
	color: #234069;
	background-color: #fff;
	margin-left: -10px;
	padding-left: 10px;
	font-size: 13px;
}

.sidebar ul li h4 a {
	font-weight: normal;
	color: #234069;
	background-color: #fff;
	margin-left: -10px;
	padding-left: 10px;
	font-size: 13px;
}

.sidebar ul ul {
	background-color: #fff;
	margin-left: -10px;
	list-style: none;
}

.sidebar ul ul li {
	color: #234069;
	line-height: 20px !important;
	font-size: 12px;
	border-top: 2px solid #dbe4f0;
	margin-left: -5px;
	padding-left: 20px;
}

.sidebar ul ul li:before {
	content: "\00BB \0020";
}

.sidebar ul ul li a {
	color: #234069;
	text-decoration: none;
}

.mainbar {
	padding-left: 30px;
	float: left;
	width: 530px;
}

.main-para {
	padding-bottom: 30px;
}

.mainbar .main-para img.main-side {
	float: right;
	padding: 10px 0px 5px 15px;
}

.mainbar .main-para .para-text {
	float: left;
	width: 530px;
}

.para-text h2 {
	color: #416c99;
	font-size: 22px;
	padding-bottom: 15px;
	font-weight: bold;
	padding-top: 20px;
	line-height: 1.1;
}

.para-text h1 {
	color: #416c99;
	font-size: 15px;
	padding-bottom: 0px;
	font-weight: bold;
	padding-top:	0px;
}

.para-text h1 a {
	color: #416c99;
	font-size: 15px;
	padding-bottom: 0px;
	font-weight: bold;
	padding-top:	0px;
}

.para-text h1 a:hover {
	color: #a7c0d8;
}

.para-text p, .para-text ul, .para-text ol {
	font-size: 13px;
	line-height: 1.3;
	padding-bottom: 15px;
}

.para-text p a {
	color: #597799;
	text-decoration: none;
}

.para-text p a:hover {
	text-decoration: underline;
}

.info-box {
	
}

.info-box .box {
	width: 174px;
	float: left;
	padding-right: 2px;
}

.box h3 {
	height: 32px;
	color: #fff;
	font-size: 15px;
	line-height: 32px;
	text-align: center;
	font-weight: normal;
	background: url(images/box-head.gif) no-repeat left top;
}

.box p {
	background-color: #eaf0f7;
	padding: 10px 10px 30px;
	color: #56595d;
	font-size: 13px;
	line-height: 1.3;
}

.side-2 {
	float: right;
	width: 174px;
	margin-right: 10px;
}

.side-2 h3 {
	background-image: url(images/side-head-bg.gif);
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	padding-left: 10px;
	margin-bottom: 2px;
}

.side-2 h3 a {
	color: #fff;
	text-decoration: none;
}

.side-2 div {
	background-color: #eaf0f7;
}

.side-2 div#featured-cs, .side-2 div#benefits-cs, .side-2 div#testimonial-cs {
	background: #eaf0f7 url(images/side2-bg.gif) no-repeat left top;
}

.side-2 div h4 {
	font-weight: normal;
	font-size: 13px;
	color: #29547e;
	padding: 10px;
	padding-bottom: 0;
}

.side-2 div#featured-cs h4 {
	width: 90px;
}

.side-2 div#benefits-cs h4 {
	width: 90px;
}

.side-2 div#testimonial-cs h4 {
	width: 90px;
}

.side-2 div p {
	font-size: 11px;
	line-height: 1.3;
	color: #474748;
	padding: 10px;
}

.side-2 div  p a {
	color: #234069;
}



/* @end */

/* SJB */

.para-text ul {
padding-bottom: 10px;
	font-size: 13px;
	list-style-type: square;
	padding-left: 15px;

}

.para-text li {
	padding-top: 8px;
	line-height: 1.2;
}

.data-table {
	text-align: left;
	font-size: 11px;
	width: 600px;

}


.data-table tr {
border-bottom: 1px solid #000;

}

.data-table .top-level {
}

table {
	width: 530px;
	background: #fff;
	font-size:11.5px;
	position: relative;
}
<table td {

}


.mainbar .main-para img.product-page {
	float: right;
	padding-top: 10px;
	padding-left: 5px;
}

.mainbar .main-para img.pdfimg {
float: left;
}

.mainbar .clients-list {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
	list-style-type: none;
	color: #000;
}

.mainbar .clients-list {
	width: 150px;
	padding: 10px;
	font-size: 13px;
	overflow: auto;}
	
.mainbar .benefits-list {
	float: left;
	padding-right: 10px;
	padding-bottom: 15px;
	list-style-type: none;
	color: #000;
}

.mainbar .benefits-list {
	width: 240px;
	padding: 0 15px 0 0;
	font-size: 13px;
	overflow: auto;
	
	}

.mainbar .swe-procedure-list {
	float: left;
	padding-right: 10px;
	padding-bottom: 15px;
	list-style-type: none;
	color: #000;
}

.mainbar .swe-procedure-list {
	width: 260px;
	padding: 0 10px 0 0;
	font-size: 13px;
	overflow: auto;
	
	}


.main2 {
	float: left;
	width: 406px;
	border: 3px;
}




	
.tablestyle {
	font-size: 11px;
	padding-top: 15px;
	color: #5d5d5d;
}

.tablehead {
	background: #34699E;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.tableleft {
	text-align: center;
	padding: 5px;
}

.tableleft a {
	color: #416c99;
}

.tableright {
	text-align: center;
	padding: 5px;
}

.tableownership {
	background-color: #CC3300;
	color: #FFFFFF;
}

.tablegrey {
	background: #CCCCCC;
	color:#333333;
}

.even {
	text-align: left;
}

.odd {
	text-align: left;
	padding-bottom: 5px;
	
}	

.tableheader {
	padding-bottom: 5px;
}


.tablebenefits {
	font-size: 12px;
	text-align: left;
	padding: 15px;
	color: #5d5d5d;
}

.tablebenefits-r {
	font-size: 12px;
	text-align: center;
	padding: 15px;
	color: #5d5d5d;
}
/* @group Footer */

#footer {
	background: #fff url(images/foot-bg.gif) no-repeat left bottom;
	padding: 10px;
	font-size: 10px;
}

#footer .copy-note {
	float: left;
}

#footer .design-note {
	float: right;
}

#footer a {
	color: #000;
	text-decoration: none;
}

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

/* @end */

/* @group Clearer */

#header:after, .main:after, .tabs:after, #footer:after, .main-para:after, .info-box:after, #content:after, .contentstyle:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

#header, .main, .tabs, #footer, .main-para, .info-box, #content, .contentstyle {
	min-height: 0;
}

/*iemac\*/
* html #header, * html .main, * html .tabs, * html #footer, * html .main-para, * html .info-box, * html #content, * html .contentstyle { height: 1%; }
/*endhide*/

/* @end */
  
/****TopSpot****/
#header .copy-note {
	position: relative;
	padding-top: 20px;
	right: -50px;
}
