@charset "utf-8";
/* CSS Document */
body
{
	background:url(../img/body_background_content.jpg) top center repeat-x;
}
#main
{
	height:150px;
	width:900px;
	position:absolute;
	margin:0 auto;
	top:140px;
}
#presentation
{
	width:715px;
	margin-left:-28px;
	height:150px;
}
#content
{
	position:absolute;
	margin:0 auto;
	width:900px;;
	top:360px;
}
#title
{
	position:absolute;
	top:290px;
	color:#FFF;
	font-weight:normal;
	font-size:22px;
	margin-top:0px;
	padding-top:0px;
}

/* Main call to action */
#cta_main
{
	position:absolute;
	right:0px;
	top:30px;
	width:200px;
}
#cta_main ul
{
	list-style:none;
}
#cta_main ul li
{
	height:90px;
	font-weight:bold !important;
}
#cta_main ul li a
{
	width:200px;
	height:80px;
	background-position:left top;
	background-repeat:no-repeat;
	cursor:pointer;
	overflow:hidden;
	text-indent:-500px;
	display:block;
}
#cta_main ul li a:hover
{
	background-position:0 -80px;
}
#cta_main_demonow a
{
	background-image:url(../img/cta_main_demonow.png);
}

/* Inline Contact Form */
#contactform
{
	background:url(../img/gfx_formbg_top.gif) #E4EDEC top left no-repeat;
	width:395px;
	padding-top:0px;
	text-align:left;
}
#contactform small
{
	font-size:9px;
}
#contactform table
{
	width:97%;
	margin-left:7px;
}
#contactform table td
{
	vertical-align:top;
}
#contactform img
{
	display:inline;
	border:0px;
	padding:0px;
	margin:0px;
}
#contactform input
{
	width:160px;
	height:16px;
	font-size:12px;
}
#contactform .fields
{
	width:175px;
}
#contactform img
{
	padding:0px;
	margin:0px;
	border:0px;
	vertical-align: top;
	padding-top:1px;
}
#contactform img.button
{
	cursor:pointer;
}
.viewdemo_flash
{
	padding-top:30px;
	margin:0 auto;
	width:335px;
}