@charset "utf-8";
/* CSS Document */

body{
	background-image: url(../images/back_fade_main.png);
	background-repeat: repeat-x;
	font-family:Verdana, Geneva, sans-serif;
}

strong,h1{
	color:#0066cc;
}
h1{
	font-size:20px;
}

li { 
	list-style-position: outside;
	list-style-image:url(../images/bullet.png);
	margin-bottom:10px;
}

ul ul li { 
	list-style-position: outside;
	list-style-image:url(../images/bullet_blue.png);
	margin-bottom:10px;
}

img{
	border:0;	
}

/*** Main Page ***/
#heading_main{
	margin-right: auto;
	margin-left: auto;
	height: 63px;
	width: 955px;
	background-image: url(../images/heading_front.png);
	background-repeat: no-repeat;
}
.heading_text{
 margin-right:10px;
}

#main_flash {
	margin-right: auto;
	margin-left: auto;
	height: 313px;
	width: 955px;
	padding-left:2px;

}

#main_boxes{
	margin-right: auto;
	margin-left: auto;
	height: 170px;
	width: 955px;
	padding: 0px;
}

.box_plug_play{
	background-image: url(../images/bottom_boxes/plug_play.png);
	height: 140px;
	width: 192px;
	background-repeat: no-repeat;
	cursor:pointer;
	float:left;
	padding:0;
	margin:0;
	margin-top: 10px;
}

.box_data_vis{
	background-image: url(../images/bottom_boxes/data_vis.png);
	height: 140px;
	width: 192px;
	background-repeat: no-repeat;
	cursor:pointer;
	float:left;		
	padding:0;
	margin:0;
	margin-top: 10px;
}

.box_cost_savings{
	background-image: url(../images/bottom_boxes/cost_savings.png);
	height: 140px;
	width: 192px;
	background-repeat: no-repeat;
	cursor:pointer;
	float:left;		
	padding:0;
	margin:0;
	margin-top: 10px;
}

.box_eval{
	background-image: url(../images/bottom_boxes/eval.png);
	height: 140px;
	width: 192px;
	background-repeat: no-repeat;
	cursor:pointer;
	float:left;		
	padding:0;
	margin:0;
	margin-top: 10px;
}

.box_news{
	background-image: url(../images/bottom_boxes/news.png);
	height: 140px;
	width: 182px;
	background-repeat: no-repeat;
	cursor:pointer;
	float:left;		
	padding:0;
	margin:0;
	margin-top: 10px;
}





/*** Secondary Page ***/
#container {
	background-image: url(../images/second_background.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 650px;
	width: 955px;
}

#heading{
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	width: 955px;
	background-image: url(../images/heading.png);
	background-repeat: no-repeat;
}
#navigation{
	overflow: hidden;
	position:relative;
	top: 0px;
	z-index:1;
}

#center{
	float:left;
	width:790px;
	position: relative;
	top: -200px;
}
#center_top{
	padding-top: 30px;
	margin: 0;
}
#center_middle{
	background-image: url(../images/center_back_repeat.png);
	background-repeat: repeat-y;
	margin: 0;
	background-position: 1px;
}
#center_bottom{
	background-image: url(../images/center_bottom.png);
	background-repeat: no-repeat;
	width: 790px;
	height:9px;
	margin: 0;
	background-position: 1px;
}
#right{
	float:left;
	width:164px;
	position: relative;
	top: -200px;
	z-index:2;
}

#footer{
	position: relative;
	top: -200px;
}

#footer,#heading,#heading_main,#footer_main{
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear:both;
	color:#bfebfb;
	font-size:75%;
}

#footer,#footer_main{
	font-size:65%;
}
#heading,#heading_main{
	font-size:65%;
}
#footer a,#footer_main a{
	color:#999;/*c9cacb*/
	text-decoration:none;
}
#heading a,#heading_main a{
	color:#fff;
	text-decoration:none;	
}
#heading,#heading_main{
text-align:right;
}

.head_bullet{
	font-weight: bold;	
}
.copy{
	color:#999;
	margin-left: 75px;
}


.heading{
	font-weight:bold;
	padding-left: .5in;
}
.heading a{
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
.sub_heading{
	font-weight:bold;
	color:#0066cc;
}
.sub_heading a, .sitemap a, .link a{
	font-weight:bold;
	text-decoration:none;
	color:#0066cc;
}
#footer a:hover, .sitemap a:hover,.link a:hover{
	text-decoration:underline;
	color:#000;
}

.button_screenshots{
	background-image: url(../images/right_panel_buttons/screenshots.png);
	height: 47px;
	width: 150px;
	background-repeat: no-repeat;
	background-position: 10px;
	cursor:pointer;
}
.button_screenshots:hover{
	background-image: url(../images/right_panel_buttons/screenshots_h.png);
}

.button_online_demo{
	background-image: url(../images/right_panel_buttons/online_demo.png);
	height: 47px;
	width: 150px;
	background-repeat: no-repeat;
	background-position: 10px;
	cursor:pointer;
}
.button_online_demo:hover{
	background-image: url(../images/right_panel_buttons/online_demo_h.png);
}

.button_request_demo{
	background-image: url(../images/right_panel_buttons/demo.png);
	height: 47px;
	width: 150px;
	background-repeat: no-repeat;
	background-position: 10px;
	cursor:pointer;
}
.button_request_demo:hover{
	background-image: url(../images/right_panel_buttons/demo_h.png);
}

.button_brochure{
	background-image: url(../images/right_panel_buttons/brochure.png);
	height: 47px;
	width: 150px;
	background-repeat: no-repeat;
	background-position: 10px;
	cursor:pointer;
}
.button_brochure:hover{
	background-image: url(../images/right_panel_buttons/brochure_h.png);
}
.button_reports{
	background-image: url(../images/right_panel_buttons/reports.png);
	height: 47px;
	width: 150px;
	background-repeat: no-repeat;
	background-position: 10px;
	cursor:pointer;
}
.button_reports:hover{
	background-image: url(../images/right_panel_buttons/reports_h.png);
}

.button_press{
	background-image: url(../images/right_panel_buttons/press.png);
	height: 47px;
	width: 150px;
	background-repeat: no-repeat;
	background-position: 10px;
	cursor:pointer;
}
.button_press:hover{
	background-image: url(../images/right_panel_buttons/press_h.png);
}
.button_contact{
	background-image: url(../images/right_panel_buttons/contact.png);
	height: 47px;
	width: 150px;
	background-repeat: no-repeat;
	background-position: 10px;
	cursor:pointer;
}
.button_contact:hover{
	background-image: url(../images/right_panel_buttons/contact_h.png);
}


.text{
	padding:10px;	
}
.center_text{
	font-size:80%;
	padding-right: 0.5in;
	padding-bottom: 0.5in;
	padding-left: 0.5in;
}


.section_heading{
	color:#0066cc;
	font-size:115%;
	font-weight:bold;
	margin:0;
	padding:0;
}

.hiddenPic {display:none;}






.news_odd{
	background-color:#6CF;
	color:#333
}

#stories a{
	text-decoration:none;
	color:#0066cc;
}
#stories a:hover{
	text-decoration:underline;
}
#news_image{
width:100%;
height:138px;
background:url(../images/page_pictures/News/iStock_000007325731XSmall.jpg) center no-repeat;
}

