@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
}
a {
	color: #007a97;
}
h1.green {
	font-size:26px;
	color:#3aa315;
	font-weight:normal;
	margin: 0;
	margin-top: 5px;
	border-bottom:2px solid #888;
}
h1.blue {
	font-size:26px;
	color:#027398;
	font-weight:normal;
	margin: 0;
}
h1.white {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0;
}

h2.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #027398;
	font-size: 10pt;
	margin: 0;
}
span.blue {
	font-size: 11px;
	color: #007a97;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.hr {
	font-size: 1px;
	line-height: 1px;
	background-color: #666666;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 235px;
}
.hr_light {
	font-size: 1px;
	line-height: 1px;
	background-color: #CCCCCC;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 235px;
}


#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
} 
#header {
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 111px;
	min-width: 100%;
} 
#header_container {
	width: 750px;
	margin: 0 auto;
}

#header_menu {
	color: #FFFFFF;
	font-size: 11px;
	margin-top: 40px;
	float: right;
	margin-right: 15px;
}
#header_menu a {
	color: #FFFFFF;
}
#site_name {
	float: left;
	width: 302px;
	margin-top: 15px;
	margin-left: 5px;
	background-image: url(images/logo.gif);
	height: 67px;
	display: block;
	background-repeat: no-repeat;
}
#site_name h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: left;
	vertical-align: bottom;
	height: 22px;
	font-size: 22px;
	padding-left: 65px;
	padding-right: 3px;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 12px;
}

#site_name h1 a {
	color:#fff;
	text-decoration:none;
}
#site_name h2 {
	text-align: left;
	height: 18px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 15px;
	font-weight: normal;
}

#site_name h2 a {
	color:#fff;
	text-decoration:none;
}



#site_name h3 {
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	margin-left: 65px;
	margin-top: 0px;
	padding: 0;
	clear: both;
	font-weight: normal;
}


#menu {
	background-image: url(images/menu_bg.gif);
	width: 100%;
	background-repeat: repeat-x;
	height: 91px;
	min-width: 100%;
	margin-bottom: 10px;
}
#menu_container {
	width: 733px;
	margin: 0 auto;
}
#menu #left {
	float: left;
}
#menu #right {
	float: left;
}
#products
{
	display: block;
	width: 181px;
	height: 91px;
	background: url("images/products.gif") no-repeat 0 0;
	float: left;

}

#products:hover
{
	background-position: 0 -91px;
}

#products span
{
  display: none;
}
#download
{
	display: block;
	width: 181px;
	height: 91px;
	background: url("images/download.gif") no-repeat 0 0;
	float: left;

}

#download:hover
{ 
  background-position: 0 -91px;
}

#download span
{
  display: none;
}
#support
{
	display: block;
	width: 181px;
	height: 91px;
	background: url("images/support.gif") no-repeat 0 0;
	float: left;

}

#support:hover
{ 
  background-position: 0 -91px;
}

#support span
{
  display: none;
}
#contacts
{
	display: block;
	width: 181px;
	height: 91px;
	background: url("images/contacts.gif") no-repeat 0 0;
	float: left;

}

#contacts:hover
{ 
  background-position: 0 -91px;
}

#contacts span
{
  display: none;
}
#leftside {
	float: left;
	width: 211px;
}
#coviewbox {
	background-image: url(images/coviewbox1.gif);
	background-repeat: no-repeat;
	height: 236px;
	color: #FFFFFF;
	display: block;
	float: left;
	margin-bottom: 5px;
	background-position: bottom;
	width:300px;
	margin-right:12px;
}
#coview_title {
	font-size: 28px;
	line-height: 55px;
	vertical-align: middle;
	text-align: center;
	width: 300px;
}
#coview_content  {
	color: #FFFFFF;
	font-size: 15px;
	font-weight:bold;
	line-height: .9;
	width: 190px;
	padding-top: 15px;
	margin-left: 95px;
}


#cometbox {
	background-image: url(images/cometbox1.gif);
	height: 234px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	float: left;
	margin-bottom: 5px;
	background-position: bottom;
	margin-right:12px;
	width:300px;
}
#comet_title {
	font-size: 28px;
	line-height: 55px;
	vertical-align: middle;
	text-align: center;
}
#comet_content  {
	color: #FFFFFF;
	font-size: 15px;
	font-weight:bold;
	line-height: .9;
	width: 190px;
	padding-right: 10px;
	padding-top: 15px;
	margin-left: 95px;
}
#demobox {
	background-image: url(images/cooldemos.gif);
	background-repeat: no-repeat;
	width: 284px;
	height: 241px;
	color: #FFFFFF;
	display: block;
	float: left;
}
#demo_title {
	color: #FFFFFF;
	font-size: 28px;
	height: 55px;
	line-height: 55px;
	vertical-align: middle;
	text-align: center;
}

#demobox ul {
	margin: 0;
	padding: 0;
	margin-left: 50px;
	margin-top:40px;


}
#demobox li {
	list-style-image: url(images/demoarrow.gif);

}

#demobox a {
	color: #FFFFFF;
	font-size: 15px;
	font-weight:bold;
	line-height: 1.2;
	
}
a.box {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 15px;
}


#content_box {
	/*margin: 0 0 0 216px;*/
	background-color: #FFFFFF;
	/*background-image: url(images/content_box_bg.gif);*/
	width: 950px;
	display: block;
	background-repeat: repeat-y;
} 
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 30px;
	margin-right: 10px;
	/*width: 478px;*/
}
#content li {
	list-style-image: url(images/readmore.gif);
}


.content_image {
	margin-top: 0px;
	display: block;
	margin-right: 15px;
	float: left;
}

.left {
		float:left;
		width:427px;
		padding:5px;
}

.left p {
	padding:6px;
	text-align:justify;
	width:300px;
}

.left img {
	border:1px solid #333;
	width:405px;
	padding:5px;
	
}



.middle {
		float:left;
		width:232px;
		padding:5px;
}

.middle p {
	padding:6px;
	text-align:justify;
	width:200px;
}

.middle img {
	border:1px solid #333;
	width:200px;
	padding:5px;
	
}


#company {
	border-bottom: solid #CCCCCC 1px;
	margin-bottom: 20px;
	line-height: 1.2;
	font-size: 13px;
	height:330px;
}
#company a {
	color: #3AA34E;
	text-decoration: none;
}

#company p.first {
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:13px;
}

#company p.first {
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	margin-top:20px;
}

#company .difference {
	color:#990000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}

#spotlight {
	border-bottom: solid #CCCCCC 1px;
	margin-bottom: 20px;
	line-height: 1.2;
	font-size: 13px;
	height:250px;
}



#newsletter {
	background-image: url(images/newsletter_box_bg.gif);
	width: 207px;
	float: right;
	line-height: .8;
	margin-left: 20px;
	margin-top: 5px;
}
.newsletter_content {
	line-height: 13px;
	margin-left: 15px;
	padding-right: 15px;
}

.newsletter_image {
	float: left;
	margin-right: 10px;
	display: block;
	margin-top: 5px;
	padding-left: 15px;
}
.newsletter_text {
	line-height: 13px;
	margin: 0;
}
.newsletter_text_margin {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.newsletter_text_r_margin {
	margin-right: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.newsletter_text p {
	margin-top: 15px;
	margin-bottom: 5px;
}
form {
	margin-right: 15px;
	margin-left: 15px;
}
input {
	margin-top: 5px;
	width: 170px;
}

.submit input {
	background:url(images/subscribe_button.gif) no-repeat;
	float:right;
	margin-right:3px;
	margin-bottom:10px;
	width:132px;
	height:21px;
	color:#fff;
	margin-left: 15px;
	margin-top: 10px;
} 
#menu_bottom {
	color: #333;
	float: right;
	font-size: 11px;
	padding-right: 5px;
}

#menu_bottom a {
	text-decoration: underline;
	color: #333;
}
#copyright {
	width:211px;
	height:60px;
	padding:5px;
	float:left;
	margin-top:5px;
	color:#999999;
	font-size:11px;
	font-weight:normal;
}

#copyright a{
	color:#999;
	text-decoration:underline;
}
#footer {
	padding-left: 10px;
	padding-right: 10px;

} 
#footer p {
	margin: 0;
	padding: 10px 0; 
}
.clearfloat {
	clear:both;
	height:1px;
	font-size: 0px;
	line-height: 0px;
	visibility: hidden;
	width: 1px;
	border: 0;
	background-color: #FFFFFF;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	margin-left: 5px;
}
#newsletter.clearfloat  {
	background-color: #F6F6F6;
	width: 1px;
	color: #F6F6F6;
	margin-left: 5px;
}
/* products */

#newsletter a {
	color: #007a97;
}
#newsletter li {
	list-style-image: url(images/readmore.gif);
	line-height: 15px;
	margin-right:4px;
}
h2.product {
	color: #027398;
	font-size: 12px;
	text-decoration: underline;
	margin-bottom: 5px;
}
.product_readmore {
	margin-left: 15px;
	padding-bottom: 15px;
}

/* download */
.purchase_now {
	margin-left: 8px;
	margin-top: 5px;
}
.search {
	width: 82px;
	float: right;
	margin-top: 0px;
	height: 21px;

}
.search input  {
	width: 82px;
	height: 21px;
}
.newsletter_separation {
	height: 8px;
	background-color: #FFFFFF;
	font-size: 5px;
	line-height: 5px;
}
#newsletter    div.purchase_now {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	display: block;
	margin-left: 75px;

}
.downloads_readmore  {
	color: #007a97;
}

/* support */

.support_image {
	float: left;
	padding-right: 25px;
}
.support_image2 {
	margin-left: 19px;
	margin-top: 15px;
}
form.contacts {
	margin-left: 0px;

}

input.contacts {
	width: 160px;
	margin: 0;
}
textarea.contacts {
	margin: 0;
	width: 160px;

}
input.contacts_submit {
	width: 74px;
	float: right;
	margin-right: 3px;
}

/* privacy policy */
.left_box {
	background-image: url(images/left_box.gif);
	background-repeat: repeat-y;
}
.left_box p {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-left: 15px;
	margin-right: 15px;
}

.content_tab_metrics table { width: 100%;border:1px solid #3F3F3F;  padding: 0; margin: 0; }
.content_tab_metrics th { font: bold 16px Arial, Helvetica, sans-serif; color: #333; text-align: left; padding: 6px 6px 6px 12px; border-bottom:1px solid #3F3F3F; background: #CAE8EA url("images/table_th_bg.png") repeat-x; }
.content_tab_metrics td { padding: 6px 12px 6px 12px; background:url("images/px.png") repeat-x top; color: #333;  font:normal 12px arial, helvetica; }
.content_tab_metrics td.arrow { width:10px; }
.content_tab_metrics tr { background: #FFF3F3; border-left:1px solid #3F3F3F; border-right:1px solid #3F3F3F; }
.content_tab_metrics tr.odd { background: #EFF7FF;	border-left:1px solid #3F3F3F; border-right:1px solid #3F3F3F;}
.content_tab_metrics .metric {width:140px; }
.content_tab_metrics td.metric { font:bold 13px helvetica, arial; color: #333; border-right:1px solid #3F3F3F}
 
