* {
	border:2;
	margin:0;
	padding:0;
	border-color: #333;
}

/* body */
body {
	background:#000;
	color:#666;
	line-height:1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

/* general */
a {
	/*color:#00CC00;*/
	color:#99CC00;
	text-decoration:none;
}
a:hover {
	color:#7ca502;
	/*color:#555;*/
	text-decoration:none;
}

/*top*/

#top {
	background:#000 url('image/top.jpg') center repeat-y;
	width:100%;
	height:5px;
}

#top:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}

#bottom {
	background:#000 url('image/bottom.jpg') center repeat-y;
	width:100%;
	height:3px;
}

#bottomlogin {
	background:#000 url('image/bottom.jpg') center repeat-y;
	width:100%;
	height:80px;
}


#bottom:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}

/* header */
#header {
	background:#000 url('image/background_header_black.jpg') center repeat-y;
	width:100%;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}

#menuback {
	background: url('image/back.jpg') repeat-x 0 0;
	/*height: 95px;*/
	width:100%;
}

#menuback:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}

#header_inside {
	border-left:0px solid #000;
	border-right:0px solid #000;
	margin:0 auto;
	width:800px;
}
#header_inside h1 {
	color:#fff;
	float:left;
	font:3.2em 'Trebuchet MS', Verdana, sans-serif;
	height:90px;
	/*line-height:100px;*/
	margin:0 0 0 20px;
	width:180px;
}
#header_inside h1 span {
	color:#9c0;
}
#header_inside ul {
	float:right;
	height:40px;
	list-style:none;
	width:500px;
}
#header_inside ul li {
	/*border-right:1px solid #555;*/
	float:right;
	height:20px;
	list-style:none;
	width:80px;
}
#header_inside ul li a {
	color:#999;
	display:block;
	height:20px;
	line-height:25px;
	padding:25px 0 0;
	text-align:center;
	width:80px;
}
#header_inside ul li a:hover {
	/*background:#fff;*/
	color:#666;
}
#header_inside ul li a.active {
	/*background:#fff;*/
	color:#333;
	border-bottom:solid;
	border-bottom-color:#666;
	border-bottom-width:thin;
	border-bottom-style:dotted;
}

#top_menu {
	border-left:0px solid #000;
	border-right:0px solid #000;
	margin:0 auto;
	width:470px;
	text-align:right;
	color:#9C0;
	letter-spacing:0px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#top_menu a {
	color:#777;
}
#top_menu a:hover {
	/*background:#fff;*/
	color:#FFF;
}
#top_menu a.active {
	/*background:#fff;*/
	color:#FFF;
	border-bottom:solid;
	border-bottom-color:#666;
	border-bottom-width:thin;
	border-bottom-style:dotted;
}

#top_banner {
	border-left:0px solid #000;
	border-right:0px solid #000;
	margin:0 auto;
	width:470px;
	text-align:right;
	color:#9C0;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#top_banner h1 {
	color:#fff;
	float:left;
	font:3.2em 'Trebuchet MS', Verdana, sans-serif;
	height:90px;
	line-height:100px;
	margin:0 0 0 20px;
	width:180px;
}

#top_banner h1 span {
	color:#9c0;
}


#top_banner ul {
	text-align:right;
	float:right;
	height:inherit;
	list-style:none;
	width:500px;
}
#top_banner ul li {
	/*border-right:1px solid #555;*/
	float:right;
	height:40px;
	list-style:none;
	width:240px;
	top: auto;
}
#top_banner ul li a {
	color:#9C0;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	
}
/*#top_banner ul li a:hover {
	/*background:#fff;*/
/*	color:#111;
}
#top_banner ul li a.active {
	/*background:#fff;*/
/*	color:#111;
}*/

/* content */
#innercontent_top {
	/*background:#FFF ;*/
	/*background:#000;*/
	background: #FFF;
	background-repeat:no-repeat;
	background-position:top;
	clear:both;
	margin:0 auto;
	width:800px;
	height:10px;
}


#innercontent_heading_solutions {
	/*background:#FFF ;*/
	/*background:#000;*/
	background: #FFF url('image/solutions.jpg');*/
	background-repeat:no-repeat;
	background-position:top;
	clear:both;
	margin:0 auto;
	width:1000px;
	height:46px;
}

#innercontent_heading_products {
	/*background:#FFF ;*/
	/*background:#000;*/
	background: #FFF url('image/products.jpg');*/
	background-repeat:no-repeat;
	background-position:top;
	clear:both;
	margin:0 auto;
	width:1000px;
	height:46px;
}

#innercontent_heading_events {
	/*background:#FFF ;*/
	/*background:#000;*/
	background: #FFF url('image/events.jpg');*/
	background-repeat:no-repeat;
	background-position:top;
	clear:both;
	margin:0 auto;
	width:1000px;
	height:46px;
}

#innercontent_heading_company {
	/*background:#FFF ;*/
	/*background:#000;*/
	background: #FFF url('image/company.jpg');*/
	background-repeat:no-repeat;
	background-position:top;
	clear:both;
	margin:0 auto;
	width:1000px;
	height:46px;
}

#innercontent_heading_register {
	/*background:#FFF ;*/
	/*background:#000;*/
	background: #FFF url('image/register.gif');*/
	background-repeat:no-repeat;
	background-position:top;
	clear:both;
	margin:0 auto;
	width:1000px;
	height:46px;
}

#innercontent {
	background: #FFF;
	background-repeat:no-repeat;
	background-position:top;
	clear:both;
	margin:0 auto;
	width:800px;	/*background:#FFF;*/	/*background:#000;*/	/*background: #FFF;*/	/*background-repeat:no-repeat;
	background-position:top;*//*	clear:both;
	margin:0 auto;
	width:800px;
	/*height:1140px;*/
}

#content {
	/*background:#fff url('image/background_content.jpg') center repeat-y;*/
	/*background:#000;*/
	background: #000 url('image/background.jpg');
	background-repeat:no-repeat;
	background-position:top;
	clear:both;
	width:100%;
}

#login_content {
	border-left:0px solid #000;
	border-right:0px solid #000;
	background:#000;
	margin:0 auto;
	width:800px;
	height:400px;
}

#flash_content {
	border-left:0px solid #000;
	border-right:0px solid #000;
	background:#000;
	margin:0 auto;
	width:600px;
	height:300px;
}

#freeTrialText
{
	margin: 0;
	list-style: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 18px;
	letter-spacing: 0px;
	/*font-stretch:expanded;*/
	font-size: 12px;
	font-style: normal;
	/*line-height: normal;*/
	color: #FFF;
	text-decoration: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

#content_inside_trial {
	border-left:0px solid #bbb;
	border-right:0px solid #bbb;
	margin:0 auto;
	width:600px;
}
#content_inside {
	border-left:0px solid #bbb;
	border-right:0px solid #bbb;
	margin:0 auto;
	width:800px;
}
#content_inside_sidebar_bottom {
	background:#FFF;
	clear:both;
	float:right;
/*	width:172px; */ 
}

#content_inside_sidebar {
	background:#FFF;
	border-left:1px solid #bbb;
	clear:both;
	float:right;
	height:auto;
	line-height:175%;
	margin:0px 0;
	padding:0 10px;
	width:160px;	/*height:210px;*/
}

#content_inside_sidebar h1 {
	background:#OOO;
	color:#333;
	font-size:140%;
	font-weight:400;
	padding:10px -10px;
	text-align:left;
}

#content_inside_sidebar h1 a {
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	display:block;
	padding:3px;
	text-align:left;
	width:154px;
}
#content_inside_sidebar h1 a:hover {
	background:#ddd;
	color:#000;
}

#content_inside_sidebar h1 a.active {
	background:#ddd;
	color:#000;
}

#content_inside_sidebar h2 {
	background:#OOO;
	color:#000;
	font-size:110%;
	font-weight:900;
	padding:3px -10px;
	text-align:left;
	font-style:strong;
}
#content_inside_sidebar ul {
	letter-spacing:-1px;
	list-style:none;
	margin:0 0 5px;
}
#content_inside_sidebar ul li {
	list-style:none;	
}
#content_inside_sidebar ul li a {
	border-bottom:1px solid #e9e9e9;
	color:#009900;
	letter-spacing:0px;
	display:block;
	padding:3px;
	text-align:left;
	width:154px;
}
#content_inside_sidebar ul li a:hover {
	background:#ddd;
	color:#000;
}
#content_inside_sidebar ul li a.active {
	background:#ddd;
	color:#000;
}

#loginmain {
	background:#000;
	float:left;
	letter-spacing:-1px;
	line-height:175%;
	margin:10 auto;
	padding:70px 0 0 ;
	width:400px;
}

#content_inside_main {
	/*background:#000;*/
	float:left;
	letter-spacing:-1px;
	line-height:175%;
	margin:10 auto;
	padding:10px 10px 10px 2px;
	width:800px;
}
#content_inside_main h1 {
	border-bottom:0px solid #ccc;
	font-size:125%;
	padding:0 0 2px;
}
#content_inside_main h2 {
	color:#ccc;
	font-size:115%;
	text-align:right;
}
#content_inside_main p {
	padding:0 0 10px;
}

#content_inside_main_solutions {
	background:#FFF;
	float:left;
	letter-spacing:-1px;
	line-height:175%;
	margin:10 auto;
	padding:20px;
	width:579px;
}

#content_inside_main_solutions h1 {
	border-bottom:0px solid #ccc;
	font-size:125%;
	padding:0 0 2px;
}
#content_inside_main_solutions h2 {
	color:#ccc;
	font-size:115%;
	text-align:right;
}
#content_inside_main_solutions p {
	padding:0 0 20px;
}



#content_inside_main_company {
	background:#FFF;
	float:left;
	letter-spacing:0px;
	line-height:175%;
	margin:10 auto;
	padding:20px;
	width:579px;
	font:12px Arial, Sans-serif;	/*height:2800px;*/
}

#content_inside_main_company h1 {
	border-bottom:0px solid #06C;
	font-size:125%;
	padding:0 0 2px;
	color: #069;
}
#content_inside_main_company h2 {
	color:#ccc;
	font-size:115%;
	text-align:left;
}

#content_inside_main_company ul {
	font:12px Arial, Sans-serif;
	letter-spacing:0px;
	list-style:circle;
	padding:0 0 0 20px;
}

#content_inside_main_company ul li {
	font:12px Arial, Sans-serif;
	letter-spacing:0px;
	list-style:circle;	
}

#content_inside_main_company p {
	padding:0 0 20px;
}

#highlight{
	background: url('image/content.jpg');
	border: 1px;
	border-color:#060;
	width:550px;
	height:80px;
	padding-bottom: 15px;
	padding-left: 10px;
	
}

#highlight h1{
	font-size:14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	letter-spacing: normal;
	word-spacing: normal;
}

highlight p{
	font-size:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	padding-left:10px;
}

/* footer */
#footer {
	background:#323232 url('image/background_footer.jpg') center repeat-y;
	clear:both;
	height:80px;
	width:100%;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#footer_inside {
	border-left:0px solid #bbb;
	border-right:0px solid #bbb;
	height:80px;
	margin:0 auto;
	width:800px;
}
#footer_inside p {
	color:#fff;
	line-height:20px;
	text-align:center;
}

/*sidebar*/

#sidebar 
{
	width: 260px;
	height:290px;
	background:#121212;
}

#sidebar p
{
	margin: 0;
	list-style: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 18px;
	letter-spacing: 0px;
	/*font-stretch:expanded;*/
	font-size: 12px;
	font-style: normal;
	/*line-height: normal;*/
	color: #FFF;
	text-decoration: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar a
{
	padding-left:190px;
	font-size: 12px;
	letter-spacing:0px;
}

#sidebarempty 
{
	background:#000;
	border-left:1px solid #000;
	clear:both;
	float:left;
	height:auto;
	line-height:175%;
	margin:0px 0;
	padding:0 10px;
	width:200px;	/*height:210px;*/
}

#sidebar ul 
{
	margin: 0;
	list-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	font: 'Trebuchet MS', Verdana, sans-serif;
	letter-spacing: 0.9px;
	/*font-stretch:expanded;*/
	font-size: 12px;
	font-style: normal;
	/*line-height: normal;*/
	color: #999;
	text-decoration: none;
}

#sidebar li 
{
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

#sidebar li ul {
	padding: 10px;
	border-top: none;
}

#sidebar ul li a{
	color:#FFF;
}

#sidebar ul li a:hover{
	color:#9C0;
}

#sidebar li li {
	margin: 0;
	padding: 3px 0px;
}



#sidebar a:link {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar a:visited {
	text-decoration: none;
}

#sidebar li a {
	padding-left: 20px;
	background: url('image/dot.png') no-repeat 0px 0px;
}

#sidebarimage 
{
	width: 260px;
	height: 30px;
}

#sidebarimage h2 {
	height: 30px;
	margin: 0;
	padding: 5px 0 0 0px;
	background: url('image/sidebartitler1.jpg') repeat;
	/*background: #333333;*/ 
	font-size: 18px;
	color: #999;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 1.5px;
	text-align: center;	
}
#sidebarimage h2 a {
	color:#999;
	}

#sidebarimage h2 a:hover {
	color:#FFF;
	}
/* form elements */
form {
	margin:10px; padding: 0;
	/*border: 1px solid #f2f2f2;*/
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#000000;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#000000;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #FFF;
	background: #000000; 
	padding: 2px 3px; 
	color: #000000;
}


/*Styles for the recording pages*/
#recordHeading 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	letter-spacing:0px;	
}

#recordContent 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0px;
	vertical-align:top;
}
