/**
 * We use ems instead of pixels for font sizes. With this font-size
 * 1.0em is equivalent to 10px, as 0.8em is equivalent to 8px
 */
/* for ie/win */
body
{
	font-size: 10px;
}
/* for everything else */
html>body
{
	font-size:62.5%
}
/* clean all default borders, margins and paddings from dom objects */
body,html>body, table, td, th
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial;
	color: #37424a;
}
* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a
{
	text-decoration: none;
	color:rgb(94,106,113);
	
}
.articleview a
{
	font-size: 1.1em;
}

p, div.hugin
{
	font-size: 1.1em;
	padding-bottom: 15px;
}


h1
{
	font-size: 1.7em;
}
h2
{
	font-size: 1.3em;
}
h3
{
	font-size: 1.1em;
}
h4
{
	font-size: 1.1em;
	
}
h5
{
	font-size: 1em;
}
h6
{
	font-size: 0.9em;
}




/* helpers */
div.clearfix
{
	clear: both;
}

/**
 * Framework design
 */

div#framework
{
	width: 950px;
	margin: 0px auto;
	position: relative;
}

/* header */
div#header
{
	position: relative;
	height: 150px;
}
	div#headeroptions
	{
		position: relative;
		height: 150px;
		width: 950px;
		margin: 0px auto;
	}
	
	div#headeroptions a#logo
	{
		display:block;
		width: 200px;
		height: 100px;
	}

	/* header text */
	div#headeroptions h1,
	div#headeroptions h2
	{
		display: none;
	}
	
	/* generel header list style */
	div#headeroptions ul,
	div#headeroptions ul
	{
		position: absolute;
		bottom: 0px;
		list-style: none;
	}
		div#headeroptions ul li,
		div#headeroptions ul li
		{
			display: inline;
		}
	
	/* main navigation */
	div#headeroptions ul#nav
	{
		left: 13px;
		height: 35px;
	}
		div#headeroptions ul#nav li
		{
			font-size: 1.3em;
			padding-right: 25px;
			font-weight: bold;
			line-height: 35px;
		}
	
	/* language picker */
	div#headeroptions ul#languages
	{
		right: 9px;
		line-height: 36px;
	}
		div#headeroptions ul#languages li
		{
			font-size: 0.9em;
			padding-left: 9px;
		}
	
	/* search field */
	div#headeroptions div#search
	{
		position: absolute;
		bottom: 36px;
		right: 13px;
	}
		div#headeroptions div#search input
		{
			font-size: 1.2em;
			width: 200px;
			height: 16px;
		}

/* breadcrumb */
div#breadcrumb
{
	height: 22px;
	line-height: 22px;
	margin-left: 13px;
	margin-bottom: 5px;
}	

/* billboard */
div.billboard
{
	margin-bottom: 10px;
}
	 
/* main content */
div.maincontent
{
	clear: both;
	position: relative;
}

/* footer */
div#footer
{
	padding-top: 18px;
	padding-bottom: 18px;
}
	/* quick links to articles */
	div#footer div#quicklinks
	{
		width: 950px;
		height: 30px;
		text-align: center;
		
	}
		div#footer div#quicklinks ul
		{
			list-style: none;
		}
			div#quicklinks ul li
			{
				display: inline;
				font-size: 1.3em;
				margin-right: 13px;
				margin-left: 12px;
				line-height: 30px;
				color: #ffffff;
			}
			
			div#quicklinks ul li.left
			{
				text-align: left;
			}
			
			div#quicklinks ul li.right
			{
				text-align: right;
			}
			
			
	/* site map for important products and solutions */
	div#footer div#sitemap
	{
		margin-top: 10px;
		margin-left: 8px;
	}
	div#footer div#sitemap ul
	{
		width: 238px;
		float: left;
		list-style: none;
	}
	div#footer div#sitemap ul.last
	{
		width: 225px;
	}
		div#footer div#sitemap *
		{
			font-size: 1em;
			color: #888888;
		}
		
		div#footer div#sitemap a:hover
		{
			font-size: 1em;
			color: #333333;
		}
	
/**
 * Front page
 */

/* billboardlarge */
div#billboard
{
	position: relative;
}

div#billboard a
{

	text-align: center;
	width: 952px;
	height: 472px;
	position: absolute;

	top: 0px;
	background-image: url(../images/blank.gif);
	background-repeat:repeat;
	z-index: 1000;
	display: block;
	color: #fff;


}

/* small promo pictures */ 
div#promos
{
	margin-top: 0px;
}
	div.promo
	{
		margin-right: 14px;
		width: 227px;
		height: 117px;
		float: left;
	}
	div.last
	{
		margin-right: 0px;
	}

/* standard content sizes */
div.mainsection div.meta
{
	width: 240px;
	float: left;
}

div.mainsection div.content
{
	width: 709px;
	float: left;
}

div.investor_top_padding
{
	margin-top:5px;	
}

/* smaller content size */
div#products div.content,
div#solution_intro div.content,
div#solution_selected div.content
{
	width: 470px;
	float: left;
}
div#product div.content,
div#solution_intro div#products div.content
{
	width: 709px;
	float: left;
	}


div.mainsection div.solutionmenu
{
	width: 231px;
	position: absolute;
	top: 27px;
	right: 0px;
	background-color: #000;
}
	div.mainsection div.solutionmenu div.sidepanel
	{
		width: 229px;
		padding-bottom: 5px;
		border-bottom: 1px solid #c3c8c8;
		border-right: 1px solid #c3c8c8;
	}
		div.mainsection div.solutionmenu div.sidepanel h3
		{
		border: none;
		border-top: 1px solid #c3c8c8;
		border-bottom: 1px solid #c3c8c8;
		}
			
/* solutions front page */
div#solutionpicker
{
	margin-top: 7px;
	margin-bottom: 7px;
}
div.solution div#solutionpicker ul
{
	margin-top: 7px;
	list-style: none;
}
	div.solution div#solutionpicker ul li
	{
		float: left;
		margin-right: 12px;
		height: 68px;
		width: 68px;
	}
	div.solution div#solutionpicker ul li.last
	{
		margin-right: 0px;
	}
	
	div.solution div#solutions_presentation
	{
		height: 131px;
		overflow: hidden;
		cursor: pointer;
	}
	
	div.solutionmenu ul.menu
	{
		list-style: none;
	}
		div.solutionmenu ul.menu li
		{
		}
		div.solutionmenu ul.menu li a.solution
		{
			display:block;
			padding: 4px;
			padding-left: 16px;
			color: #fff;
			font-size: 1.3em;
			font-weight: bold;
		}
		div.solutionmenu ul.menu li a:hover
		{
			background-image: url('../images/solutions/menu_arrow.png');
			background-position: left;
			background-repeat: no-repeat;
		}
		/*div.solutionmenu ul.menu li.active a.solution*/
		div.solutionmenu ul.menu li a.solution
		{
			
			height: 20px;
			padding-left: 16px;
		}
		div.solutionmenu ul.menu li.active a
		{
			color: #e98300;
			border-top: 1px solid #8c8c8c;
			border-bottom: 1px solid #8c8c8c;
		}
		div.solutionmenu ul.menu li.active ul
		{
			list-style: none;
			padding-top: 5px;
		}
		
		div.solutionmenu ul.menu li.active ul li a
		{
			border: 0px;
			font-weight: normal;
			font-size: 1.1em;
			color: #fff;
			display:block;
			padding: 2px;
			padding-left: 35px;
			margin: 0px;
		}
		
		
		div.solutionmenu ul.teasers
		{
			display: block;
			height: 214px;
			width: 202px;
			position: relative;
			padding: 13px;
		}
		
		div.solutionmenu ul.teasers li
		{
			display: block;
			position: absolute;
			top: 0px;
			left: 0px;
		}
		
		div.solutionmenu img
		{
			padding: 13px;
		}

/* chosen solution */
div#solution_selected div#workflow
{
	position: relative;
	width: 950px;
	height: 229px;
	margin-top:10px;
}
div#solution_selected div#workflow img
{
	position: absolute;
	top: 0px;
	left: 0px;
}

div#products div.content
{
	width: 709px;
}


div#solution_listing 
{
	width: 470px;
		
}

div#products div.sidepanel,
div#product div.sidepanel
{
	float: right;
}

div.product_header,
div#product div#product_billboard
{
	margin-bottom: 11px;
}

div.product_header h1
{
	display: none;
}

div#products div.product_boxes
{
}

div.solution_boxes div {
	float: left;
	background-image: url('../images/products/product_background.png');
	background-repeat: no-repeat;
	height: 90px;
	width: 147px; /* 227 minus text padding */
	overflow: hidden;
	position: relative;
	padding-left: 80px;
	margin-right: 10px;
	padding-top: 5px;
	margin-right: 14px;
	margin-bottom: 12px;
	
	}
	
div.solution_boxes div:hover 
{
	float: left;
	background-image: url('../images/products/product_background_hover.png');
	background-repeat: no-repeat;
	height: 90px;
	width: 147px; /* 227 minus text padding */
	overflow: hidden;
	position: relative;
	padding-left: 80px;
	margin-right: 10px;
	padding-top: 5px;
	margin-right: 14px;
	margin-bottom: 12px;
	
	}

div.solution_boxes div a
	{
		display: block;
		margin-top: 10px;
		
	}
	
	div.solution_boxes div.last
	{
		margin-right: 0px;
	}
	div.solution_boxes a
	{
		right: 5px;
		
	}
	div.solution_boxes div img
	{
		position: absolute;
		left: 5px;
		top: 5px;
	}
	div.solution_boxes  div p
	{
		width: 140px; /* 227 minus text padding */
	}
	
	div.solution_boxes  div h3
	{
		width: 140px; /* 227 minus text padding */
	}



div#products div.product_boxes div
{
	float: left;
	background-image: url('../images/products/product_background.png');
	background-repeat: no-repeat;
	height: 90px;
	width: 147px; /* 227 minus text padding */
	overflow: hidden;
	position: relative;
	padding-left: 80px;
	margin-right: 10px;
	padding-top: 5px;
	margin-right: 14px;
	margin-bottom: 12px;
}

div#products div.product_boxes div:hover
{
	float: left;
	background-image: url('../images/products/product_background_hover.png');
	background-repeat: no-repeat;
	height: 90px;
	width: 147px; /* 227 minus text padding */
	overflow: hidden;
	position: relative;
	padding-left: 80px;
	margin-right: 10px;
	padding-top: 5px;
	margin-right: 14px;
	margin-bottom: 12px;
}
div#products div.product_boxes div p
{
	width: 140px; /* 227 minus text padding */
}

div#products div.product_boxes div h3
{
	width: 140px; /* 227 minus text padding */
}


	div#products div.product_boxes div.last
	{
		margin-right: 0px;
	}
	div#products div.product_boxes div a
	{
		display: block;
		margin-top: 10px;
		
	}
	div#products div.product_boxes a
	{
		right: 5px;
		
	}
	div#products div.product_boxes div img
	{
		position: absolute;
		left: 5px;
		top: 5px;
	}

div#products div#product_menu_filter
{
	width: 708px;
	
	position: relative;
}
	div#products div#product_menu_filter div.menutab
	{
		position:absolute;
		left: 2px;
		top: 110px;
		z-index:1000;
	}

div#products div#product_menu_filter div#professions
{
	display: block;
	position:relative;
	
	width: 708px;
	overflow: hidden;
}
div#products div#product_menu_filter div#professions div.productlist
{
	position: absolute;
	
	width: 708px;
}

div#products div#product_menu_filter div#professions div#profession_1
{
	left: 0px;
}
div#products div#product_menu_filter div#professions div#profession_2
{
	left: 708px;
}
div#products div#product_menu_filter div#professions div#profession_3
{
	left: 1416px;
}
div#products div#product_menu_filter div#professions div#profession_4
{
	left: 2124px;
}
div#products div#product_menu_filter div#professions div#profession_5
{
	left: 2832px;
}
div#products div#product_menu_filter div#professions div#profession_6
{
	left: 3540px;
}
div#products div#product_menu_filter div#professions div#profession_7
{
	left: 4248px;
}
div#products div#product_menu_filter div#professions div#profession_8
{
	left: 4956px;
}

/**
 * Product list and product view
 */	
div#products div#product_menu_filter div.productlist ul
{
	display: block;
	list-style: none;
	width: 236px;
	float: left;
}
div#products div#product_menu_filter div.productlist ul.long
{
	display: block;
	list-style: none;
	width: 709px;
	float: left;
}
	div#products div#product_menu_filter div.productlist ul li
	{
		padding: 3px;
		padding-left: 5px;
	}
	div#products div#product_menu_filter div.productlist ul li.one
	{
		background-color: #eeeeee;
		margin-right: 11px;
	}
	div#products div#product_menu_filter div.productlist ul.last li
	{
		margin-right: 0px;
	}
	
	div#products div#product_menu_filter div.productlist ul.long li
	{
		padding: 3px;
		padding-left: 5px;
		height: 30px;
	}
	
	div#products div#product_menu_filter div.productlist ul.long li img
	{
		margin-right: 5px;
	}

div#product_slides
{
	border-top: 1px solid #cccccc;
	width: 709px;
	
	position: relative;
	overflow: hidden;
	padding-top: 10px;
}
	div#product_slides div.slide
	{
		position: absolute;
		display: block;
		
		width: 709px;
		top: 5px;
	}

	
	div#product_slides *
	{
		font-size: 1.0em;
	}
	
	div#product_slides h4
	{
		font-size: 1.0em;
		font-weight: normal;
	}
	
	div#product_slides ul
	{
		margin-left:10px;
	}
	
	
	
	
	div#product_slides div#product_slide_1
	{
		left: 0px;
	}
	div#product_slides div#product_slide_2
	{
		left: 709px;
	}
	div#product_slides div#product_slide_3
	{
		left: 1418px;
	}
	div#product_slides div#product_slide_4
	{
		left: 2127px;
	}
	div#product_slides div#product_slide_5
	{
		left: 2834px;
	}
	div#product_slides div#product_slide_6
	{
		left: 3545px;
	}
	
	div#product_slides div.slide div.column
	{
		padding: 4px;
		width: 228px;
		float: left;
	}
	div#product_slides div.slide div.column_long   
	{
		padding: 4px;
		width: 700px;
		float: left;
	}
	div#product_slides div.slide div.column_long ul 
	{
		padding-left:16px;
	}
	div#product_slides div.slide div.column_long li
	{
		list-style-image: url('../images/keyfeaturesarrow.gif');
		margin: 10px;
	}

/* news specific layout */
div.news_billboard
{
	position: relative;
	height: 197px;
	width: 950px;
	margin-bottom: 11px;
}
	div.news_billboard div.menutab
	{
		position: absolute;
		left: 5px;
		bottom: 2px;
		z-index: 1000;
	}
	
div#news div.content
{
	width: 709px;
}


div.product_header
{

	
}

div.product_ingress
{
	
	width: 709px;
}


/* product intro on solution */
div.product_intro
{
	clear: both;
	position: relative;
	height: 600px;
	overflow: hidden;
	padding-top: 10px;
}
	div.product_intro div#productpicker
	{
		float: left;
		width: 194px;
	}
		div.product_intro div#productpicker ul
		{
			list-style: none;
		}
			div.product_intro div#productpicker ul li
			{
				display: block;
				clear: both;
				height: 28px;
				padding: 1px;
			}
			div.product_intro div#productpicker ul li:hover
			{
				background-image: url('../images/solutions/productpickerbg.gif');
				background-repeat: no-repeat;
				background-position: top left;
			}
			div.product_intro div#productpicker ul li img
			{
				float: left;
			}
			div.product_intro div#productpicker ul li a
			{
				display: block;
				height: 28px;
				float: left;
				font-size: 1.2em;
				font-weight: bold;
				line-height: 28px;
				margin-left: 0px;
			}
			div.product_intro div#productpicker ul li a img
			{
				
				margin-right: 7px;
			}
	
	div.product_intro div.information
	{
		background-color: red;
	}
		div.product_intro div.information div
		{
			position: absolute;
			height: 500px;
			width: 470px;
			left: 240px;
			background-color: #fff;
		}
		
		div.product_intro div.information div img
		{
			margin-right: 5px;
			margin-bottom: 5px;
		}
		
		div.product_intro div.information div a
		{
			font-weight: bold;
		}

	div.product_intro div#featuresandbenefits
	{
		float: right;
		width: 227px;
		height: 500px;
		position: relative;
	}
	div.product_intro div#featuresandbenefits div
	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 227px;
		background-color: #e7e8e8;
		background-image: url('../images/solutions/keyfeatures_bgbot.gif');
		background-position: bottom left;
		background-repeat:no-repeat;
	}
	div.product_intro div#featuresandbenefits h4
	{
		background-image: url('../images/solutions/keyfeatures_bgtop.gif');
		background-position: top left;
		background-repeat: no-repeat;
		color: #e98300;
		padding: 12px;
	}
	div.product_intro div#featuresandbenefits ul
	{
		list-style-image: url('../images/solutions/keyfeaturesarrow.gif');
		list-style-type: circle;
		margin-left: 18px;
		padding: 12px;
		padding-top: 0px;
	}
	div.product_intro div#featuresandbenefits ul li
	{
		line-height: 14px;
		margin-bottom:4px;
		font-size: 0.9em;
	}
	

/* Sidepanel */
div.sidepanel
{
	width: 230px;
	border-left: 1px solid #cccccc;
	padding-left: 0px;
	float: right;
	background-color: #fff;
}

	div.sidepanel h3
	{
		/*
		background-image: url('../images/sidepanel/headerbg.gif');
		background-repeat: no-repeat;
		*/
		background-color: #e1e1e1;
		border: 1px solid #cccccc;
		border-left: none;
		width: 229px;
		height: 21px;
		line-height: 21px;
		text-align: center;
	}
	div.sidepanel h4,
	div.sidepanel h4 a
	{
		font-weight: bold;
	}
	div.sidepanel div.news h4 a
	{
		color: #e98300;
	}
	div.sidepanel h4,
	div.sidepanel div,
	div.sidepanel span,
	div.sidepanel ul
	{
		margin: 4px;
	}
	
	div.sidepanel span.meta
	{
		display: block;
		height: 18px;
		line-height: 18px;
		padding-left: 5px;
		font-size: 0.9em;
		background-image: url('../images/sidepanel/metabg.gif');
		background-repeat: no-repeat;
		background-position: bottom left;
		border-bottom: 1px solid #d1d1d1;
	}
	div.sidepanel .two
	{
		background-color: #eeeeee;
	}
	
	div.sidepanel ul
	{
		list-style: none;
	}
		div.sidepanel li
		{
			padding: 3px;
		}
			div.sidepanel li a
			{
				
				font-size: 1.1em;
			}

/* entry item */
div.entry_item
{
	margin-bottom: 30px;
}

div.entry_item div.entry_header
{
	height: 42px;
	background-color: #e1e1e1;
	border: 1px solid #cccccc;
	position: relative;
}

.financial_span
{
	width:245px;
	float: left;	
}

p.financial_paragraph
{
	margin: 5px 0 10px 0;
	padding: 0;	
	font-weight: bold;
}




div.entry_item div.entry_header *
{
	font-weight: bold;
	font-size: 1.1em;
}

div.entry_item div.entry_header span.date
{
	padding-left: 5px;
	line-height: 70px;
	font-size: 0.9em;
}

div.entry_item div.entry_header h2
{
	line-height:13px;
	position: absolute;
	top:  0px;
	left: 240px;
	width: 460px;
}

div.entry_item div.entry_image
{
	float: left;
	width: 220px;
	margin-top: 10px;
}

div.entry_item div.entry_content
{
	float: right;
	margin-top: 3px;
	width: 464px;
	padding: 3px;
}

div.entry_item div.entry_content span.articleview a
{
	color: #e98300;
}

div.entry_item div.entry_content span.linkview a
{
	color: #e98300;
}

div.entry_item div.entry_content a
{
	
}

div.entry_item .single a
{
	color: #e98300;
}


div.entry_item div.entry_content table
{
	margin-right: 10px;
	margin-bottom:10px;

}


	

div.entry_item div
{
	border:1px solid #fff;
}

div.entry_item div.hugin
{
	border:none;
}



div.entry_item div.entry_content h2
{
	color: #1b242a;
	font-size: 1.5em;
}
div.entry_item div.entry_content div.intro
{
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
div.entry_item div.entry_content div.meta
{
	background-color: #e1e1e1;
	border: 1px solid #cccccc;
	float: none;
	padding: 3px;
	width: auto;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 10px;
}
div.entry_item div.entry_content ul
{
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
	margin-bottom: 20px;
}

div.entry_item div.entry_content h3
{
	padding-bottom: 5px;

}
div.entry_item div.entry_content li
{
	padding-bottom: 5px;
	font-size: 1.1em;
}

/* entry categories */
div.category_entry_list div.category_list
{
	float: left;
	width: 228px;
}
	div.category_entry_list div.category_list ul
	{
		list-style: none;
	}
		div.category_entry_list div.category_list ul li
		{
			display: block;
			height: 23px;
			line-height: 23px;
			font-size: 1.1em;
			background-image: url('../images/entry_category_bg.gif');
			background-repeat: no-repeat;
		}
		
			div.category_entry_list div.category_list ul li.active
			{
				background-image: url('../images/entry_category_bg_active.gif');
			}
		
			div.category_entry_list div.category_list ul li a
			{
				font-weight: bold;
				margin-left: 15px;
			}
		div.category_entry_list div.category_list ul li.no_content
		{
			display: block;
			height: 23px;
			line-height: 23px;
			font-size: 1.1em;
			background-image: none;
			background-repeat: no-repeat;
		}

div.category_entry_list div.entry_list
{
	float: left;
	width: 300px;
	margin-left: 15px;
	margin-top: 5px;
}

div.category_entry_list div.entry_item div.entry_header h2
{
	left: 5px;
}

div.category_entry_list div.entry_item div.entry_content
{
	width: 454px;
}
div.category_entry_list div.entry_item div.entry_header
{
	width: 460px;
}
div.category_entry_list div.entry_item div.entry_header a
{
	font-size: 1.1em;
}
div.category_entry_list div.entry_item div.entry_content
{
	float: none;
}

div.category_entry div.menutab
{
	border-bottom: 1px solid #cccccc;
	padding-bottom: 2px;
	height: 21px;
	margin-left: 3px;
}

div.category_entry div.menutab ul 
{

	margin-left: 85px;
}
div.category_entry div.sidepanel
{
	margin-top: 5px;
}

div.entry_images
{
	float: left;
	width: 466px;
	margin-left: 14px;
	margin-top: 5px;
}

	div.entry_images ul
	{
		list-style: none;
	}
	div.entry_images ul li
	{
		display: block;
		float: left;
		width: 233px;
		padding: 0px;
		padding-top: 5px;
		padding-bottom: 10px;
	}
		div.entry_images ul li a img
		{
			border: 1px solid #d1d1d1;
		}
		div.single div:hover
		{
			border: 1px solid #fff;
			background-color: #fff;
		}

/* search */
div.searchpanel
{
	position: relative;
	background-image: url('../images/searchbg.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 950px;
	height: 84px;
	margin-bottom: 20px;
}
	div.searchpanel input.textbox
	{
		position: absolute;
		top: 28px;
		left: 240px;
		width: 221px;
		height: 20px;
		border: 1px solid #ddd;
		font-size: 1.6em;
		font-weight: bold;
		padding: 2px;
	}
	div.searchpanel input.button
	{
		position: absolute;
		width: 68px;
		height: 24px;
		background-image: url('../images/searchbtn.gif');
		background-repeat: no-repeat;
		background-position: top left;
		top: 29px;
		left: 480px;
	}
	
	div.searchpanel input.button:hover
	{
		position: absolute;
		width: 68px;
		height: 24px;
		background-image: url('../images/searchbtn_hover.gif');
		background-repeat: no-repeat;
		background-position: top left;
		top: 29px;
		left: 480px;
	}

	div.searchpanel div.results
	{
		position: absolute;
		bottom: 11px;
		right: 11px;
	}

/* pager */
div.pager
{
	width: 450px;
	margin: 0px auto;
	text-align: center;
}
	div.pager ul
	{
		list-style: none;
	}
		div.pager ul li
		{
			display: block;
			float: left;
			padding: 7px;
			background-color: #eeeeee;
			border: 1px solid #ccc;
			margin-left: 2px;
			margin-right: 3px;
		}
		div.pager ul li.active
		{
			background-color: #fff;
			border: 1px solid #fff;
		}
div.image_slideshow
{
	width: 712px;	
}
div.image_slideshow img
{
	margin-right:10px;
	margin-bottom:5px;	
}
.multiBoxDesc
{
	color:#ffffff;
}
div.support_form input, div.support_form textarea, div.support_form select
{
	border: 1px solid #cccccc;
	text-align:left; 
	width: 200px;
	margin-bottom: 5px;	
	font-size: 1em;
	color: #000000;

}

.fValidator-msg
{
	text-align:right; 
	margin-right:50px;
}


div.support_form label 
{ 
	font-weight: bold;
	line-height: normal;
	text-align: left;
	margin-right: 10px;
	position: relative;
	display: block;
	float: left;
	width: 200px;
	margin-bottom: 5px;		
}



div#solution_intro div.content
{
	width: 470px;
}

ul.support_contact_list {
	list-style:none;
}

ul.support_contact_list li a {
	font-size:1.1em;
	color:#E98300;
}
p.support_contact {
	font-style:italic; 
}

div#support_intro div.content
{
	width: 700px;
	float: left;
}


.imagecaption {
	margin: 0;
	font-weight: normal;
	font-style: italic;
	font-size: 0.9em;
	
}
 img.inlineimage
{
	margin: 0 10px 0 0;
}

.left 
{
	float: left;
}
.right 
{
	float: right;
}


.left img.inlineimage
{
	margin: 0 10px 10px 0;
}
.left .imagecaption {
	margin: 0 10px 10px 0;
}

.right img.inlineimage
{
	margin: 0 0 10px 10px;
}
.right .imagecaption {
	margin: 0 0 10px 10px;
}

.center img.inlineimage
{
	margin: 0 0 10px 0;
}
.center .imagecaption {
	margin: 0 0 10px 0;
}

a[href$=".pdf"] {
background-image:url(../images/icons/pdf.png);
background-position:right center;
background-repeat:no-repeat;
margin:-2px 5px 0 0;
padding:2px 22px 2px 0;
}


#contactform label {
	width:25ex;
	clear:left;
	float:left;
	display:block;
	font-weight:bold;
	text-align:left;
        padding-top:3px;
	border-bottom:1px dashed #DDD;
    margin-bottom:10px;
}
#contactform input {
    border:1px solid #DDD;
	display:block;
    float:left;
    margin-right:5px;
}
#contactform label[for$=message]{
border-bottom:0;
margin-bottom:0;
width:100px;
background:#EEE;
padding:0;
padding-left:5px;
margin-left:2px;
}
#contactform textarea {
    clear:both;
    height:20ex;
    width:99%;
    margin:auto;
    display:block;
    border:1px solid #EEE;   
    font-size:12px; 
}
#contactform input[type=submit] {
    float:right;
    border:1px solid #CCC;
    margin-left:auto;
    margin-top:10px;
}
#contactform fieldset {
    border:2px ridge #CCC;
    padding:5px;
}
#contactform fieldset legend {
padding-left:5px;
padding-right:5px;
}

.notification {
	border:1px dashed #000;
}
.notification.ok {
	border-color:#009900;
	background:#33FF33;
}