@charset "UTF-8";
/* CSS Document */





body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

sup {
		color: #999999;
		font-size:7px;
	}
	
select,input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin : 2px;

	border : 1px solid #cfcfcf;
	padding : 2px;
	background-color:#FFFFFF;
}
	
#separator {
	display:block;
	height:1px;
	border-bottom: 1px dotted #cfcfcf;
	margin-bottom:10px;
}
	


#header {
	margin: 0px auto;
	width: 922px;
	height:81px;
	
	background-image:url(design/header_bg.jpg);
	background-repeat:no-repeat;
	
}
		#header a.logo {
				float : left;
				display:block;
				
				margin-left: 3px;
				
				height: 55px;
				width: 190px;
		}
				
				#header a.logo {
					margin-top:20px;
				}
				
				
				#header #search{
				float:right;
				width:165px;
				height: 30px;
				
				margin-top:36px;
				margin-right:10px;
				
				background-image:url(design/header_search.gif);
				background-position:top, right;
				background-repeat:no-repeat;
				}
				
				#header input {
				border: 0px;
				margin:2px;
				background-color:#fff;
				margin-left: 24px;
				margin-top:5px;
				
				
				font-size:14px;
				
				color: #666666;
				}
				
#content {
	position:relative;
	margin: 0px auto;
	width: 922px;
	
	font-size:12px;
	color : #2d2d2d;
	
	text-align:left;
	
}


	#content #video {
		display:block;
		position: relative;
		width:922px;
		text-align:left;
		
	
	}
	
	#content #video #rightpart {
		float: right;
		width: 150px;
		
		line-height: 30px;
		padding-left:10px;
		
		
		border-left: dotted 1px #cfcfcf;
		
		margin-top: 80px;
	}
	
	
	#content #video #rightpart a {
		display:block;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		line-height:14px;
		padding-bottom:5px;
		padding-top:4px;
		
		text-transform:uppercase;
		
		text-decoration: none;
		color: #606060;
		
	}
	
	#content #video #rightpart a:hover {
		color: #000000;
	}
	
	
	#content #news_ticker {
		background-image:url(design/news_ticker_bg.gif);
		display:block;
		
		position:relative;
		width:922px;
		color:#737373;
		height:37px;
		
	}
	
	
		#content #news_ticker #titre
		{
			width:820px;
			padding-top:12px;
			padding-left:20px;
		}
        #content #news_ticker #titre a {
            text-decoration:none;
            color: #606060;
        }
	#content #news_ticker #navigation {
		display: block;
		font-size:18px;
		
		line-height:35px;
		margin-left: 23px;
		
		font-weight:bold;
	}
	
	#content #news_ticker #navigation a {
		text-decoration:none;
		color: #606060;
		
	}
	
	#content #news_ticker #navigation a:hover {
		color: #000000;
	}

	#content #news_ticker #navigation h1 {
		display:inline;
		font-size:18px;
	
	}
	
	#content #news_ticker #sub_navigation a, #content #news_ticker #sub_navigation b {
		display:block;
		float:right;
		line-height: 35px;
		width:100px;
		margin:2px;
		margin-right:10px;
		margin-top:5px;
		
		color: #606060;
		text-align:center;
		text-decoration:none;
	}
	
	#content #news_ticker #sub_navigation b {
		position:relative;
		z-index:10;
		
		background-image:url(design/subnav_tab_100.gif); background-position:top; background-repeat:no-repeat;
	}
	
	#content #news_ticker #sub_navigation a:hover {
		color:#000000;
	}
        
        #news p:first-child {
            display:inline;
        }
        
        #news a {
            display:inline;
            color:#666666;
            text-decoration:none;
        }
        


#content #content2 {
	display:block;
	border: 1px solid #cccccc;
	position:relative;
}

	#content #content2 #column {
		display:block;
		float: left;
		
		margin:5px;
		padding:5px;
		padding-right:15px;
		
		border-right: dotted 1px #cfcfcf;
		
	}

	#content #content2 #column.border_left {
		border-left: dotted 1px #cfcfcf;
		border-right:none;
		
	}	
	#content #content2 #column #product {
		display:block;
		position: relative;
		margin-bottom:40px;
	
		height:100px;
		
		clear:both;
	}
	
	#content #content2 #column #product #logo {
		display:block;
		float: left;
		margin-right: 12px;
		margin-left: 8px;
	}
	#content #content2 #column #product .cell	{
		width:66px;
	}
	
	#content #content2 #column #product #logo a {
		display:block;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		
		height: 20px;
		margin-left:20px;
		margin-top:5px;
		
		border-bottom: 1px dotted #cfcfcf;
		padding-bottom:5px;
		
		text-transform:uppercase;
		
		text-decoration: none;
		color: #606060;
		
	}
	
	#content #content2 #column #product #logo a:hover {
		color:#000000;
		border-bottom: 1px dotted #000000;
	}

	
	
	#content #content2 #column #description {
		display:block;
		float: left;
		width: 280px;
	
		margin-bottom:40px;
	}
	
	#content #content2 #column h1, h2 {
		font-size:14px;
		text-transform:uppercase;
		line-height:16px;
		margin: 0px;
		margin-bottom:5px;
	}
	
        #content #content2 #column h2 > a {
            color:#333333;
	}
	
	#content #content2 #column p {
		font-size:12px;
		line-height:16px;
		margin: 0px;
		margin-bottom:5px;
		color:#666666;
	}
	
	#content #content2 #column a.links {
		font-family:"Gill Sans MT Condensed", Arial;
		text-transform:uppercase;
		color:#6666a5;
		
		text-decoration:none;
		font-size:14px;
		font-weight:bold;
	}
	
	
	#content #content2 #column a.links:hover {
		color:#17176d;
	}
	
	
	#content #content2 #column #column2{
		display:block;
		width:230px;
	}
	
	#content #content2 #column ul{
		color:#666666;
		padding-top:0px;
		margin-top:0px;
	}

	#content #content2 #column ol{
		color:#666666;
		padding-top:0px;
		margin-top:0px;
		list-style-type:decimal;
	}
	
	#content #content2 #column ol li{
		margin-bottom:5px;
	}

	
	#content #content2 #column p a, #content #content2 #column ul li a {
		color:#333333;
		text-decoration:underline;
	}
	
	#content #content2 #column a:hover {
		color:#000000;
	}
	
	
	#content #content2 #column #tab {
		display:block;
		text-align:center;
	}
	
	#content #content2 #column #tab #title {
		background:#080860;
		color:#FFFFFF;
		height:30px;
		font-weight:bold;
	}
	
	#content #content2 #column #tab td {
		color: #333333;
		height:20px;
		font-size:11px;
		border-bottom: 1px dotted #aaaaaa;
	}
	
	#content #content2 #column #tab #standard { background:#EEEEEE; }
	#content #content2 #column #tab #pro { background:#DDDDDD; }
	#content #content2 #column #tab #enterprise { background:#CCCCCC; }
	
	#content #content2 #column #tab #subtitle, #content #content2 #column #tab_form #subtitle { background:#4c4c9a; color: #ffffff; border-bottom: 1px dotted #888888; }
	
	
	
	#content #content2 #column #tab_form td {
		color:#666666;
		font-size:12px;
	}
	
	#content #content2 #column #tab_form td a {
		color:#333333;
	}
	
	#content #content2 #column #tab_form td a:hover {
		color:#000000;
	}	
	

	#content #content2 #column #image {
		text-align:center;
		border-bottom: 1px dotted #888888;
	}
	
	#content #content2 #column #image p {
		line-height:25px;
	}
	
	
	#content #content2 #column #listright {
		width:280px; display:block; float:right;
	}
	
	#content #content2 #column #listright a {
		display:block;
		font-family:Arial;
		font-size:10px;
		font-weight:bold;
		line-height:12px;
		
		text-transform:uppercase;
		
		text-decoration: none;
		color: #606060;
		margin-bottom:25px;
	}
	
	#content #content2 #column #listright a:hover {
		color:#000000;
	}
	
	#content #content2 #column #listright a img {
		float:left;
		margin-right:10px;
		border:0;
	}

	#content #content2 #column #listright img {
			margin-bottom: 15px;
		}
		
		
	#content #content2 #column #quick_summary {
                        line-height:25px; 
			display:block;
			float:right;
			margin-left:50px;
			border: dashed 1px #dfdfdf;
			background-color:#FBFEFF;
			text-align:left;
		}
		
	#content #content2 #column #quick_summary a {
		display:block;
		font-size:11px;
		font-weight:bold;
		text-transform:uppercase;
		text-decoration:none;
		color:#606060;
		
		padding-left:5px;
		padding-right:10px;
	}
	
	#content #content2 #column #quick_summary a:hover {
		color:#000000;
		/*background-color:#F4F7FF */
	}
	
	
	
	
	#content #content2 #column #market {
		display:block;
		margin-bottom:30px;
		clear:both;
	}
	
	#content #content2 #column img {
		border:0;
	}
        
        #content #content2 #column #rightpart > img:first-child { 
                margin-bottom: 0px;
        }

        #content #content2 #column #quick_summary > img:first-child { 
                margin-bottom: 0px;
        }
        
        #content #content2 #column div > img:first-child { 
                margin-bottom: 8px;
        }

        #content #content2 #column ul.arrow-list {
            list-style-image:url(design/arrow.gif); 
            line-height: 20px;
        }
        
	
	#content #content2 #column #market h1 {
		text-decoration:none;
		color:#666666;
	}
	
        #content #content2 #column #market a {
		text-decoration:none;
		color:#666666;
	}
	
	#content #content2 #column #case_studies a {
		text-decoration:none;
		color:#666666;
	}
	
	#content #content2 #column #case_studies a:hover {
		color:#000000;
	}
	
	#content #content2 #column #case_studies #main a {
		display:block;
	}
	
	
	#content #content2 #column #market #case_studies {
		display:block;
		float: right;
		margin-top:-2px;
		margin-bottom:60px;
		width: 300px;
		
		text-decoration:none;
	}
	
	#content #content2 #column #market_anim {
		display:block;
		float:right;
		
		margin:2px;
		margin-left:10px;
	}
	
	
	
	
	#content #content2 #column #rightpart {
		line-height: 25px;
	}
	
	
	#content #content2 #column #rightpart a {
		display:block;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		
		text-transform:uppercase;
		
		text-decoration: none;
		color: #606060;
		
	}
	
	#content #content2 #column #rightpart a:hover {
		color: #000000;
	}
	
	


#quick_links {
	line-height:30px;
}

	#quick_links img {
	
	}



#footer {
	clear:both;
	position:relative;
	margin: 0px auto;
	width: 922px;
	
	font-size : 13px;
	color:#AAAAAA;
	margin-top: 20px;
	margin-bottom:20px;
}

			#footer #copyright {
			float:right;
			width: 255px;
			text-align:center;
			border-left: 1px solid #AAAAAA;
			}
			
			#footer a {
			position:relative;
			float : left;
			
			text-align:center;
			margin-left: 45px;
					
			text-decoration:none;
			color:#AAAAAA;
			}
			
			#footer a:hover{
			color:#17176d;
			}
			
			#footer #note {
			position:relative;
			margin-left: 28px;
			margin-top:5px;
			color: #cccccc;
			font-size:12px;
			}
			
			
/* MENU */

/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */

#menu_container {margin:40px 0px 0px 0px; position:relative; width:550px; height:25px; z-index:100; float:left;}


/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
#pmenu a {display:block;width:78px; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#5e5e5e; height:25px; line-height:24px; text-decoration:none; text-indent:5px;}
#pmenu li ul li a {display:block;width:230px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#5e5e5e; height:20px; line-height:20px; text-decoration:none; text-indent:5px; background:#FFFFFF; border-left: 1px solid #d4d4d4; border-right: 1px solid #d4d4d4; z-index:100;}

#pmenu li ul li a sup { font-size:7px; }

#pmenu li ul li.last { background:#FFFFFF; border-left: 1px solid #d4d4d4; border-right: 1px solid #d4d4d4; line-height:10px;}
#pmenu li ul li.first { float:left; line-height:0px; }

#pmenu li ul img {position:relative; top:2px; }
#pmenu li ul img.bottom {position:relative;}

/* Set up the list items */
#pmenu li {float:left;}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu li ul li:hover > a {background:#dfdfdf; color:#080860;}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif); width:120px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; background:#fff; color:#080860;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {background:#fff; color:#080860;}

/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif);}

/* Position the first sub level beneath the top level links */
#pmenu > li:hover > ul {left:-30px; top:20px; padding-top:0px; margin-top:0px;}





.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 5px;
border:1px dotted #000000;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: 170px; /*position where enlarged image should offset horizontally */
top:-250px;
}



.pic_bio{
position: relative;
z-index: 0;

background-color:#FFFFFF;

display:block;
height:92px;
width:92px;
float:left;

text-decoration:none;
}

.pic_bio:hover{
position: relative;
z-index: 50;
}

.pic_bio span{ 
position:absolute;
z-index: 10;

background-color: #f9f9f9;
padding: 5px;
padding-bottom:15px;
border:  1px dotted #cfcfcf;

visibility: hidden;
text-decoration:none;

width:850px;
height:370px;

top:150px;
}

.pic_bio span p{
color:#0000FF; 
}

.pic_bio span h2 {
	font-size:24px;
	color:#080860;
	margin:5px;
}

.pic_bio span h3 {
	font-size:14px;
	color:#999999;
	text-transform:uppercase;
	
	margin:5px;
	margin-bottom:20px;
}

.pic_bio span img{
float:left;
margin-right:20px;
margin-bottom:190px;
}

.pic_bio:hover span{
visibility: visible;
top: 14px;

text-decoration:none;
}



#partner {
	display:block;
	margin-bottom:30px;
	border-bottom: 1px dotted #cfcfcf;
}

#partner img.logo {
	margin-bottom:0px;

}

#partner #links{
	position:relative;
	top:-15px;
	left:350px;
	
	
	border-left: 1px dotted #cfcfcf;
	padding-left:10px;
	
	text-transform:uppercase;
	text-decoration:none;
	font-size:10px;
	
	width:450px;
	font-weight:bold;

}

#partner #links a {
	color:#666666;
	text-decoration:none;
}



/* Jan Cerveny */
.myList	{
	padding-left:300px;
	list-style:circle;
	font-size:12px;
}
.myList li	{
	padding-top:5px;
}
.myList	ul ul{
	list-style:disc;
}
.careers_opportunity	{
	background-image:url(design/arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:5px;
	line-height:14px;
		display:block;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		
		text-transform:uppercase;
		
		text-decoration: none;
		color: #606060;
}
.iquotes	{
	height:100px;
	overflow:hidden;
}
#news_ticker a {
	text-decoration:none;
	color:#666666;
}

#news_ticker a:hover{
	color:#000000;
}