/*
	yDSF (ydnar Drop-Shadow-Fu)
	ydnar@sixapart.com - http://www.sixapart.com
*/
object{
	outline:none;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	height: 10px;
	width: 190px;
	font-size: 16px;

}
a img {
	border:none;
	text-align: center;
}

#photos img {border:none;}

#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
 
	#shadow-container .shadow1 {
		background: #F1F0F1;
	}
 
	#shadow-container .shadow2 {
		background: #DBDADB;
	}
 
	#shadow-container .shadow3 {
		background: #B8B6B8;
	}
 
	#shadow-container .container {
		background: #ffffff;
		border: 1px solid #848284;
		padding: 10px;
	}
	
#homebtn
{
  display: block;
  width: 112px;
  height: 40px;
  background: url("images/menu_buttons/home_down.png") no-repeat 0 0;

}

#homebtn:hover
{ 
  background: url("images/menu_buttons/home_down.png") no-repeat -112px 0;

}

#homebtn span
{
  display: none;
}

#productsbtn
{
  display: block;
  width: 112px;
  height: 40px;
  background: url("images/menu_buttons/products_down.png") no-repeat 0 0;

}

#productsbtn:hover
{ 
  background: url("images/menu_buttons/products_down.png") no-repeat -112px 0;

}

#productsbtn span
{
  display: none;
}

#presentersbtn
{
  display: block;
  width: 112px;
  height: 40px;
  background: url("images/menu_buttons/presenters_down.png") no-repeat 0 0;

}

#presentersbtn:hover
{ 
  background: url("images/menu_buttons/presenters_down.png") no-repeat -112px 0;

}

#presentersbtn span
{
  display: none;
}
#examplesbtn
{
  display: block;
  width: 112px;
  height: 40px;
  background: url("images/menu_buttons/examples_down.png") no-repeat 0 0;

}

#examplesbtn:hover
{ 
  background: url("images/menu_buttons/examples_down.png") no-repeat -112px 0;

}

#examplesbtn span
{
  display: none;
}	

#orderbtn
{
  display: block;
  width: 112px;
  height: 40px;
  background: url("images/menu_buttons/order_down.png") no-repeat 0 0;

}

#orderbtn:hover
{ 
  background: url("images/menu_buttons/order_down.png") no-repeat -112px 0;

}

#orderbtn span
{
  display: none;
}	

#teambtn
{
  display: block;
  width: 112px;
  height: 40px;
  background: url("images/menu_buttons/team_down.png") no-repeat 0 0;

}

#teambtn:hover
{ 
  background: url("images/menu_buttons/team_down.png") no-repeat -112px 0;

}

#teambtn span
{
  display: none;
}	


h3.presenter
{
text-align: center;
}


#faqbtn
{
  display: block;
  width: 112px;
  height: 40px;
  background: url("images/menu_buttons/faq_down.png") no-repeat 0 0;

}

#faqbtn:hover
{ 
  background: url("images/menu_buttons/faq_down.png") no-repeat -112px 0;

}

#faqbtn span
{
  display: none;
}	

#newsticker-demo {
	width:310px;
	background-color : #FFFFFF;
	background-image : url(images/gradient.png);
	background-position : top;
	background-repeat : repeat-x;
	padding:5px 0px 0 5px;
	font-family:Verdana,Arial,Sans-Serif;
	font-size:12px;
	margin:0px;
}

#newsticker-demo a { text-decoration:none; }
#newsticker-demo img { border: 2px solid #FFFFFF; }

#newsticker-demo .title {
	text-align:left;
	font-size:14px;
	font-weight:bold;
	padding:0px;
}

.newsticker-jcarousellite { width:300px; }
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }
.newsticker-jcarousellite .thumbnail { float:left; width:110px; }
.newsticker-jcarousellite .info { float:right; width:190px; }
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }

.clear { clear: both; }

.page {
	background-color : #FFFFFF;
	background-image : url(images/gradient.png);
	background-position : top;
	background-repeat : repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 500px;
}

.ydsf {
	display: block;
	position: relative;
	margin: 4px -4px -4px 4px;
	background: url(shadow-grid.gif) repeat;
}

/* ie6 ignores this selector */
html>body .ydsf {
	margin: 10px -10px -10px 10px;
	background: url(shadow.png) right bottom no-repeat;
}

/* shadow corners */
.ydsf:before,
.ydsf:after {

	display: block;
	width: 10px;
	height: 10px;

}

.ydsf:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: -10px 0 0 auto;
	background-position: right top;
}

.ydsf:after {
	margin: -10px 0 0 -10px;
	background-position: left bottom;
}

.ydsf .inner {
	display: block;
	position: relative;
	overflow: hidden; /* prevents margin leakage from child elements */
	left: -4px;
	top: -4px;
}


/* ie6 ignores this selector */
html>body .ydsf .inner {
	left: -10px;
	top: -10px;
	margin: 0;
}


/* helper classes (not YDSF related) */

.demo-ydsf {
	position: relative;
	border: 1px solid #999;
	padding: 10px;
	background: #fff url(gradient.jpg) left top repeat-x;
}

.clear {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.left {
	float: left;
	display: inline; /* fixes ie double margin-left bug */
}

.right { float: right; }

.note {
	width: 200px;
	border: 1px solid #666;
	padding: 10px;
	background: #ffc;
	color: #333;
}
.content_frame{
	height: 500px;
	text-align: right;
}
.content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	border-style: none;
	border-left-width: 0px;
	left: 0px;
	clip: rect(auto,auto,auto,5px);
	padding: 0px 0px 0px 5px;
	margin-left: 0px;
}
.Titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	margin: 0px;
	padding: 15px 0px 0px;
	border-width: 0px;
	border-style: 0;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
contentdiv {
	padding-left: 5px;
}
.photo_footer {
	text-align: center;
	vertical-align: middle;
	border-top-style: 0;
}
.header_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: right;
	line-height: normal;
	color: #2279BE;
	text-decoration: underline;
	text-transform: none;
	font-weight: 500;
}
.Lang_menue {
	background: #ffffff;
	border-bottom: 0;
}
.Links_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0B378A;
}

.Links_text:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #06F;
}

.Links_texth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #0B378A;
}

.Links_texth:hover {
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 26px;
	color: #06F;
}
.examp_img {
	padding-right: 10px;
	padding-left: 10px;
}
.headder_img {
	padding-top: 25px;
	
}.altBackgroundHead {
	background-repeat: no-repeat;
}
.gobackbtn {
	text-align: center;
	padding-top: 10px;
	height: 20px;
	width: 170px;
}
.homeTextContext {
	font-size: 16px;
	font-weight: bold;
}

.text_bullit {
}
