body { 
	margin:0;
	padding:0;
	font-family:Calibri, Arial, sans-serif, segoe ui;
	font-size:12px;
	color:#303030;
	background-color:#f5f5f5;
}

* {
	margin:0;
	padding:0;
}

h1 {
	clear:left;
	float:left;
	width:100%;
	margin-bottom:10px;
	font-size:30px;
	font-weight:normal;
	color:#476334;
}
h1.home {
	width:0;
	height:0;
	overflow:hidden;
}
h2 {
	clear: left;
	float: left;
	margin: 0 0 10px 0;
	font-size: 26px;
	font-weight: normal;
}
h3 {
	clear:left;
	float:left;
	margin:10px 0 6px 0;
	font-size:18px;
	font-weight:normal;
}
p {
	clear:left;
	margin:0;
	padding:0 0 3px 0;
	font-size:14px;
	line-height:20px;
}
strong {
	color:#333;
}
strong.alt {
	color:#cf7600;
}
a {
	margin:0;
	padding:0;
	color:#336699;
	text-decoration:underline;
	font-size:1em;
}
a:hover {
	color:#336699;
	text-decoration:none;
}
img {
	border:0;
}
img.image_left {
	float:left;
	margin:-6px 8px 100px 0;
}
img.image_right {
	float:right;
	margin:6px 0 0 0;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}
hr  {
	color:#fff;
	background-color: #E7E7E7;
	height:0.1em;
	border:none;
}
.clr {
	clear:both;
}
label {
	clear:left;
	float:left;
	margin:6px 0 0 0;
	color:#ccc;
}

input, textarea {
	clear:left;
	float:left;
	margin:6px 0;
	/*width:726px;*/
	padding:5px;
	border:1px solid #ddd;
	font-family:segoe ui, Arial, sans-serif;
	color:#7286aa;
	font-size:13px;
}
button {
	padding:3px 6px;
	cursor:pointer;
	text-transform:uppercase;
	font-size:12px;
	color:#7286aa;
	font-weight:bold;
}
.checkbox {
	border:0;
	width:10px;
	height:10px;
}



.wrapper {
	float:left;
	width:100%;
	margin-bottom:8px;
}

.container {
	width:940px;
	margin:0 auto;
	padding:0; 
}

.container_shadow {
	width:950px;
	margin:0 auto;
	padding-top:8px; 
	background-image:url('../images/content_shadow_top_bg.png');
	background-repeat:no-repeat;
	background-position:center top; 
}
.content_shadow { 
	float:left;
	width:940px; 
	padding:0 5px;
	background-image:url('../images/content_shadow_bg.png');
	background-repeat:repeat-y;
}
.content_shadow_bottom {
	float:left;
	width:940px;
	height:8px;
	margin:0 auto;
	padding:0 5px;
	background-image:url('../images/content_shadow_bottom_bg.png');
	background-repeat:no-repeat;
	background-position:center top; 
}


#header { }
#header .logo {
	float:left;
	width:188px;
	height:36px;
	padding-top:30px; 
}
#header .links {
	float:right;
	width:385px;
	height:30px;
	margin-top:17px;
	font-size:12px; 
}
#header .links a.email {
	float:left;
	padding-left:25px;
	background-image:url('../images/icon_email.png');
	background-repeat:no-repeat;
	text-decoration:none;
	color:#828282;
}
#header .links .phone {
	float:left;
	margin-left:15px;
	padding-left:18px;
	color:#828282;
	background-image:url('../images/icon_phone.png');
	background-repeat:no-repeat;
}
#header .links a.login {
	float:left;
	width:81px;
	height:23px;
	margin:-5px 0 0 15px;
	background-image:url('../images/button_header_client_login.png');
	background-repeat:no-repeat;
}


#header .menu {
	float:right;
	width:708px; 
	height:23px;
	margin-top:10px; 
}
#header .menu ul {
	list-style:none;
	float:right;
}
#header .menu ul li {
	position:relative; 
	display:inline;
	float:left;
	height:21px;
	margin:0 27px 0 0;
	padding-top:5px;
}
#header .menu ul li.selected {
	width:73px;
	background-image:url('../images/menu_selected_bg.png');
	background-repeat:no-repeat;
	text-align:center;
}
#header .menu ul li.last {
	margin-right:0;
}
#header .menu ul li a {
	color:#303030;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
}
#header .menu ul li.selected a {
	color:#fff;
	font-weight:bold;
}
#header .menu ul li a:hover {
	color:#000;
}

/* DROP DOWN MENU */
#header .menu ul li ul {
	display:none; 
	list-style-type:none; 
	position:absolute; 
	top:100%; 
	left:-5px; 
	z-index:2;
	width:250px;
	margin:0; 
	padding:0;
	/*background-image:url('../images/menu_dropdown_bg.png'); */
	background-color:#fff;
	border:1px solid #f5f5f5; 
}
#header .menu ul li li {
	z-index:2;
}
/* NON-IE AND IE 7 */
#header .menu ul li:hover ul {
	display:block; 
	z-index:2;
	margin:0;
	padding:0 0 5px 0;
	border:1px solid #f5f5f5; 
}
#header .menu ul li:hover ul li {
	display:block; 
	margin:0; 
	padding:16px 5px 3px 5px; 
	width:245px; 
	color:#000; font-size:11px; font-weight:bold;
	text-align:left;
	background:none;
}
#header .menu ul li:hover ul li:hover {

}
#header .menu ul li:hover ul li a {
	display:block;
	width:245px; 
	padding:0 0 0 5px; 
	color:#333; 
	font-weight:normal;
}
#header .menu ul li:hover ul li a:hover {
	color:#336699;
	font-weight:bold;
}


.slider {
	float:left;
	width:641px;
	height:344px;
}

.banner {
	clear:right;
	float:right;
	width:288px;
	overflow:hidden;
	margin:0 0 12px 0;
}

#banner_free_trial {
	height:130px;
}
#banner_datasheet,
#banner_request_demo {
	height:95px;
}

#home_slider_main {
	float:left;
	width:890px;
	height:240px;
	overflow:hidden; 
	padding:21px;
	z-index:1;
	background:url('../images/home/content_bg.jpg');
	background-repeat:repeat-x;
	border:4px solid #fff;
}
#home_slider_main #home_slider_main_slides {
	float:left;
	height:236px;
	overflow:hidden;
}
#home_slider_main #home_slider_main_slides .slide {
	float:left;
	width:357px;
	height:236px;
	padding-left:535px;
	background-repeat:no-repeat;
}
#home_slider_main #home_slider_main_slides .slide h2 {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 26px;
	line-height: 24px;
	color: #476334;
	font-weight:normal;
}
#home_slider_main #home_slider_main_slides .slide h3 {
	float:left;
	width:100%;
	margin:0 0 20px 0;
	padding:0;
	font-size:17px;
}
#home_slider_main #home_slider_main_slides .slide a.learn_more {
	float:left;
	width:143px;
	height:36px;
	margin:20px 0 0 0;
	padding:0;
	background-image:url('../images/home/button_learn_more.png');
	background-repeat:no-repeat;
}
#home_slider_main .navigation {
	clear:both;
	float:left;
	width:90px; height:10px;
	margin:-20px 0 0 800px;
	padding:0;
}
#home_slider_main .navigation a {
	float:left;
	width:10px;
	height:10px;
	margin:0 10px 0 0;
	padding:0;
	background-color:#919191;
}
#home_slider_main .navigation a.last {
	margin-right:0;
}
#home_slider_main .navigation a.selected {
	background-color:#476334;
}
#why_zak {
	font-size:30px;
	position:relative;
	width:150px;
	height:50px;
	top:40px;
}
#home_main_banner_container {
	float:left;
	width:940px;
	height:93px;
	background:url('../images/home/banner_bg.png');
	background-repeat:no-repeat;
	background-position:bottom left;
}
#why_zak {
	float:left;
	position:relative;
	top:10px;
	left:10px;
	width:200px;
	height:70px;
	display:block;
	margin:0 30px 0 0;
}
#home_main_banner {
	float:left;
	width:685px;
	height:93px;
	overflow:hidden;
	padding:0 20px 0 0;
}
#home_main_banner a.nav {
	float:left;
	width:12px;
	height:25px;
	margin:32px 50px 0 0;
	padding:0;
	overflow:hidden;
	background:url('../images/home/arrow_left.png');
	background-repeat:no-repeat;
}
#home_main_banner a.right {
	float:right;
	margin-right:0;
	background:url('../images/home/arrow_right.png');
}
#home_main_banner #home_main_banner_slider {
	float:left;
	width:571px;
	height:85px;
	margin-top:2px;
	overflow:hidden;
	
}
#home_main_banner #home_main_banner_slider #home_main_banner_slides {
	float:left;
	height:85px;
}
#home_main_banner #home_main_banner_slider #home_main_banner_slides .slide {
	float:left;
	width:124px;
	height:63px;
	margin:22px 35px 0 0;
	padding:0 0 0 55px;
	background-repeat:no-repeat;
	font-size:16px; 
}
#home_main_banner #home_main_banner_slider #home_main_banner_slides .slide a:link, #home_main_banner #home_main_banner_slider #home_main_banner_slides .slide a:visited {
	color:#000000;
	text-decoration:none;
}
#home_main_banner #home_main_banner_slider #home_main_banner_slides .slide a:hover {
	color:#336699;
	text-decoration:underline;
}
#home_main_banner #home_main_banner_slider #home_main_banner_slides .slide .small_text {
	font-size:13px;
	font-weight:normal
}
#home_main_banner #home_main_banner_slider #home_main_banner_slides .slide_third {
	width:88px;
	margin-right:0;
}

.home_content {
	float:left;
	width:932px;
	background:url('../images/home/content_bg.jpg');
	background-repeat:repeat-x;
	background-position:bottom center;
	background-color:#fff;
	border:4px solid #fff;
	padding:0 0 15px 0;
}
.home_content_left {
	float:left;
	width:250px;
	height:281px;
	padding:25px 30px 0 30px;
	text-align:left;
}
.home_content_left h2 {
	float:left;
	width:150px;
	margin-right:10px;
}
.home_content_left a.button {
	float:right;
	margin-top:9px;
}
.home_content_left ul {
	clear:left;
	width:228px;
	margin:10px 0 15px 0;
	padding:0 0 0 6px;
	list-style-type:none;
}
.home_content_left ul li {
	clear:left;
	float:left;
	width:222px;
}
.home_content_left ul li a:link, .home_content_left ul li a:visited {
	float:left;
	width:100%;
	margin:0;
	padding:0px 2px 10px 10px;
	background:url('../images/content_bullet.png');
	background-repeat:no-repeat;
	background-position:0px 4px;
	color:#476334;
	font-size:12px;
	line-height:14px;
}
.home_content_left ul li a:hover {
	text-decoration:none
}
.home_content_left .home_iso {
	float:left;
	margin:10px 10px 0 0;
}
.home_content_left .logo_thumbs {
	text-decoration:none;
}
.home_content_left .logo_thumbs img {
	margin-top:10px;
}
.home_content_right {
	float:right;
	width:582px;
	/*height:281px;*/
	padding:25px 20px 0 20px;
}
.home_content_right h2 {
	height:30px;
}
.home_content_right p {
	clear:left;
	float:left;	
	line-height:30px;
	margin:0 0 10px 0;
}
.home_content_right .last {
	margin:0;
}
.home_content_right a.button {
	clear:left;
	float:left;
	margin-top:24px;
}
.trust_bar {
	width: 940px;
	height: 93px;
	margin: 0 auto;
}
.sub_content {
	float:left;
	width:932px;
	background-color:#fff;
	background-image:url('../images/sub_content_body_bg.jpg');
	background-repeat:repeat-x;
	background-position:0 100%;
	border:4px solid #fff;
}
.sub_content_login {
	width:714px;
	background-color:#fff;
	background-image:none;
}

.sub_content .body {
	float:left;
	width:639px;
	padding:12px 33px 12px 23px;
	border-right:1px solid #e9e9e9;
}
.sub_content .body_login {
	float:left;
	width:664px;
	border-right:0;
}
.sub_content .body h1 {
	width:500px;
}
.sub_content .body .social {
	float:right;
	width:138px;
	margin-top:10px;
}
.sub_content .body h2 {
	float:none;
	clear:both;
	font-size:20px;
	font-weight:normal;
	margin:0 0 15px 0;
	color:#666666;
}
.sub_content .body h3 {
	float:none;
	clear:both;
	font-size:17px;
	color: #476334;
	margin:0 0 10px 0;
}
.sub_content .body p {
	padding-bottom:20px;
	line-height:24px;
}
.sub_content a {
	margin:0;
	padding:0;
	color:#336699;
	text-decoration:underline;
	font-size:14px;
}
.sub_content a:hover {
	color:#336699;
	text-decoration:none;
}
.sub_content .icons {
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin:0 0 0 3px;
	padding:5px 0 5px 22px;
}
.sub_content .body .new {
	display:block;
	background-color:#FFFDD7;
	padding-bottom:20px;
	line-height:24px;
	padding:4px;
	margin:0 0 20px -5px;
	border:1px solid #F2EEAB;
}
.sub_content .pdf {
	background-image: url('../images/logos/logo_pdf.png');
}
.sub_content .image {
	background-image: url('../images/logos/logo_image.png');
}
.sub_content .video {
	background-image: url('../images/logos/logo_video.png');
}
.sub_content .body ul {
	clear: both;
	margin: 5px 0 15px 0;
	padding: 0 0 0 6px;
	list-style-type: none;
}
.sub_content .body ul li {
	margin: 0 0 5px 0;
	padding: 0px 2px 10px 10px;
	background-image: url('../images/content_bullet.png');
	background-repeat: no-repeat;
	background-position: 0px 7px;
	color: #303030;
	font-size: 14px;
	line-height: 20px;
}
.sub_content .body ol {
	clear: both;
	margin: 5px 0 15px 0;
	padding: 0;
	list-style-position: inside;
}
.sub_content .body ol li {
	margin: 0 0 5px 0;
	padding: 0px 2px 10px 10px;
	color: #303030;
	font-size: 14px;
	line-height: 20px;
}
.sub_content .body .box_left {
	float:left;
	width:300px;
	padding:5px;
	margin:5px 0 10px 0;
}
.sub_content .body .box_right {
	float:left;
	width:300px;
	padding:5px;
	margin:5px 0 10px 0;
}
.sub_content .body img.frame {
	float:left;
	margin:0 20px 25px 0;
	padding:15px;
	background:url('../images/sub_content_img_frame.jpg');
	background-repeat:no-repeat;
}

.sub_content .body .list {
	float:left;
	width:639px;
	margin:20px 0px 20px -5px;
	padding:10px 0px 15px 0;
	border-top:1px solid #e9e9e9;
}

.sub_content .body .list .item {
	float:left;
	width:173px;
	margin:30px 57px 20px 0;
	padding:0;
}
.sub_content .body .list .item_third {
	margin-right:0;
}
.sub_content .body .list .item img.thumb {
	margin:0;
	padding:13px 15px 20px 13px;
	background:url('../images/list_item_img_frame.jpg');
	background-repeat:no-repeat;
}
.sub_content .body .list .item p {
	margin:10px 0 20px 0;
	padding:0 0 0 5px;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
}
.sub_content .body .list .item p.header {
	font-size:15px;
	font-weight:bold;
}

.sub_content .body .list .item_team {
	float:left;
	width:639px;
	margin:30px 0 20px 0;
	padding:0;
}
.sub_content .body .list .item_team p.header {
	font-size:24px;
	font-weight:normal;
	line-height:20px;
}
.sub_content .body .list .item_team p {
	clear:none;
	float:left;
	width:400px;
	margin:0px 0 20px 0;
	padding:0 0 0 5px;
	font-weight:normal;
	line-height:30px;
}
.sub_content .body .list .item_team span.title {
	font-size:18px;
	font-style:italic;
}
.sub_content .body .list .item_team span.contact {
	padding:0 10px 10px 0;
	font-weight:bold;
}
.sub_content .body .list .item_team img.thumb {
	clear:left;
	float:left;
	margin:0 20px 20px 0;
	padding:13px 15px 20px 13px;
	background:url('../images/list_item_profile_img_frame.jpg');
	background-repeat:no-repeat;
}

.sub_content .nav {
	float:right; 
	width:236px;
	min-height:400px;
	padding:20px 0;
	background:url('../images/sub_nav_bg.png');
	background-repeat:repeat-x;
	background-position:center top;
}
.sub_content .nav h3 {
	width:220px;
	margin:10px 0 0 0;
	padding:0 0 10px 16px;
	font-size:18px;
	color:#303030;
	background:url('../images/sub_nav_h_line.jpg');
	background-repeat:no-repeat;
	background-position:left bottom;
}
.sub_content .nav ul {
	clear:left;
	float:left;
	width:236px;
	margin:0 0 0 0;
	padding:0 0 0 0px;
	list-style-type:none;
}
.sub_content .nav ul li {
	float:left;
	width:236px;
	margin:0;	
	background:url('../images/content_bullet.png');
	background-repeat:no-repeat;
	background-position:24px 18px;
}
.sub_content .nav ul li.selected {	
	margin-left:-1px;
	background:url('../images/content_bullet_selected.png');
	background-repeat:no-repeat;
	background-position:24px 18px;
	background-color:#fff;
}
.sub_content .nav ul li a {
	display:block;
	width:164px;
	padding:12px 18px 12px 36px;
	font-size:14px;
	color:#476334;
	font-weight:normal;
	text-decoration:none;
	background:url('../images/sub_nav_h_line.jpg');
	background-repeat:no-repeat;
	background-position:left bottom;
}
.sub_content .nav ul li.selected a {	
	font-weight:bold;
}

.sub_content .nav a.banner {
	clear:left;
	float:left;
	width:200px;
	height:111px;
	margin:24px 0 0px 18px;
}
#footer {
	width:940px;
	height:40px;
	margin:0 auto;
	padding:10px 0;
	background-color:#303030;
}

#footer .copyright {
	float:left;
	padding:13px 0 10px 20px;
	color:#b7b7b7;
}
#footer .links {
	float:right;
	width:535px;
	padding:12px 0 0 0;
	color:#fff;
	font-size:12px;
}
#footer .links a,
#footer .links span {
	float:left;
	margin:0 10px 0 0;
	color:#f3f3f3;
	font-size:12px;
	text-decoration:none;
}
#footer .links a.image_link {
	margin-top:-4px;
}
#footer .links a.last {
	margin-right:0;
}
#footer .links span {
	color:#b7b7b7;
}
#footer .links img {
	float:left;
}
/* LOGIN POP-UP */
#login {
	margin:30px 0 0;
	padding:0 0 20px 0;
	clear:both;
}
#login .username_field  {
	float:left;
	width:303px;
}
#login input  {
	border:#727272 1px solid;
	background-color:#B7B7B7;
	color:#4D4D4D;
	float:left;
	padding:0;
	margin:0;
	width:303px;
	height:30px;
}
#login .login_block {
	width:415px;
	height:30px;
	margin:0 0 15px 80px;
	clear:both;
}
#login .username_label  {
	float:left;
	width:105px;
}
#login label  {
	color:#303030;
	font-size:20px;
}
#login .login_block .forgot {
	text-align:right;
	color:#476334;
	float:left;
	width:280px;
	margin:7px 0 0 0;
}
#login .login_block .forgot a:link, #login .login_block .forgot a:visited {
	color:#476334;
}
#login .login_block .button {
	float:left;
	width:114px;
	margin:0;
	padding:0 0 0 15px;
}
#login .login_block .button .button_image  {
	border:0;
	background-color:transparent;
	float:left;
	width:114px;
	height:36px;
}

/* CONTACT FORM */
#contact_form {
	float:left;
	margin:10px 35px 0 0;
	padding:0;
	width:307px;
}
#contact_right {
	float:left;
	margin:40px 0;
	padding:0;
	width:290px;
}
#contact_right p {
	margin:0;
	padding:0;
}
#contact_right address {
	margin: 0 0 10px;
	padding: 1px;
	font-style: normal;
	text-align: left;
	font-size:14px;
}
.contact_box{
	float:left;
	margin:0 10px 15px;
	padding:0;
	width:275px;
}
.contact_form_group {
	float:left;
	margin:10px 0 15px;
	padding:0;
}
#contact_form p {
	color:#686868;
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 15px;
	padding:0;
}
#contact_form .green {
	color:#119400;
}
#contact_form input {
	border: #727272 1px solid;
	background-color: #B7B7B7;
	color: #4D4D4D;
	float: left;
	padding: 0;
	margin: 0;
	width: 303px;
	height: 30px;
}
#contact_form select {
	float:left;
	width:200px;
	height:24px;
	margin:0 0 10px 8px;
	padding:5px 3px 2px 7px;
	border:0;
	font-size:12px;
	background-repeat:no-repeat;
}
#contact_form textarea {
	border: #727272 1px solid;
	background-color: #B7B7B7;
	color: #4D4D4D;
	float: left;
	padding: 0;
	margin: 0;
	width: 303px;
	height: 200px;
}
#contact_form .button_submit {
	background-color:transparent;
	background-image:url("../images/button_send.png");
	background-repeat:no-repeat;
	border:0;
	cursor:pointer;
	float:right;
	height:36px;
	margin:15px 0 0;
	padding:0;
	width:114px;
}
#contact_form label {
	display: block;
	float: none;
	font-size: 16px;
	width: auto;
	padding: 10px 0;
	color:#333;
	font-weight:bold;
}
#contact_form .input_error {
	clear:both;
	padding:0;
	color: red;
	font-size: 1.0em;
	font-weight: normal;
}
#contact_form div {
	display: block;
}

#map_canvas {
	height: 300px;
	width: 300px;
	margin: 20px 0;
}

/* TABLE */	
	
table.gridtable {
	color:#333333;
	border-width: 1px;
	border-color: #B7B7B7;
	border-collapse: collapse;
	margin:10px 0;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #B7B7B7;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #B7B7B7;
	background-color: #ffffff;
}
table.gridtable .indent {
	padding: 8px 8px 8px 20px;
}

/* CONTACT TAB */
#contact_tab {
	position:fixed;
	top:40%;
	right:1px;
	z-index:3;
}