﻿body 
{
	border-top:solid 6px #333333;
	background:#73880a url("../images/bg_main.png") repeat-y center top;
	color:#4f4f4f;
	font-size:14px;
	/*
	font-family:Arial;
	*/
	font-family:"HelveticaNeue",Helvetica,sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

/* LINKS */
a
{
	text-decoration:none;
	color:#71970a;
}
a:hover
{
	text-decoration:underline;
	color:#71970a;
}

/* GENERAL STYLES */
.clear_both
{
	clear:both;
}
p
{
	line-height:1.3em;
	margin-bottom:10px;
}
.no_bottom_margin
{
	margin-bottom:0 !important;
}
.details_green
{
	color:#377d3c;
}
.float_left
{
	float:left;
}
.float_right
{
	float:right;
}

/* WRAPPER */
#wrapper
{
	margin:0 auto;
	width:960px;
	background-color:White;
}
/* HEADER */
#header
{
	position:relative;
	clear:both;
	background:#73880a url("../images/bg_header.png") repeat-x left top;
	border-bottom:solid 1px #b7b8b2;
	padding:20px 20px 10px;
	cursor:default;
}

/* LOGO */
.logo
{
	display:block;
	position:absolute;
	top:44px;
	left:20px;
	width:286px;
	height:49px;
}

/* DEMO LINK BUTTON - SMALL */
.demo_small_btn
{
	display:block;
	position:absolute;
	top:20px;
	right:20px;
	width:202px;
	height:19px;
	padding:5px 0 0;
	text-align:center;
	background:transparent url("../images/btn_request_demo.png") no-repeat left top;
	font-weight:bold;
	font-size:12px;
	color:White;
}
.demo_small_btn:hover
{
	background-position:left -24px;
	color:White;
	text-decoration:none;
}
.demo_small_btn:active
{
	background-position:left -48px;
}

/* NAV */
#nav
{
	/*
	position:absolute;
	top:0;
	right:0;
	*/
	/position:relative;
	float:right;
	clear:both;
	margin:57px 0px 0px 0px;
}
#nav ul
{
	display:block;
}
#nav ul li
{
	float:left;
	margin:0px 0px 0px 15px;
	padding:0;
}
#nav ul li:first-child
{
	margin-left:0px;
}
/* NAV - LINK */
#nav ul li a
{
	color:#4f4f4f;
	font-weight:bold;
	white-space:nowrap;
	font-size:16px;
	text-decoration:none;
	cursor:pointer;
}
/* NAV - BUBBLE */
#nav a.nav_bubble
{
	height:30px;
}
#nav a.nav_bubble span
{
	display:block;
	float:left;
}
#nav a.nav_bubble .nav_b_left
{
	width:15px;
	height:30px;
}
#nav a.nav_bubble .nav_b_middle
{
	height:23px;
	padding:7px 0 0;
}
#nav a.nav_bubble .nav_b_right
{
	width:15px;
	height:30px;
}
/* HOVER */
#nav a.nav_bubble:hover .nav_b_left
{
	background:transparent url("../images/nav_bubble_left_hover.png") no-repeat left top;
}
#nav a.nav_bubble:hover .nav_b_middle
{
	background:transparent url("../images/nav_bubble_middle_hover.png") repeat-x left top;
}
#nav a.nav_bubble:hover .nav_b_right
{
	background:transparent url("../images/nav_bubble_right_hover.png") no-repeat right top;
}

/* NAV - LINK (ON) */
#nav a.nav_bubble_on
{
	height:30px;
	cursor:default;
}
#nav a.nav_bubble_on span
{
	display:block;
	float:left;
}
#nav a.nav_bubble_on .nav_b_left
{
	background:transparent url("../images/nav_bubble_left.png") no-repeat left top;
	width:15px;
	height:30px;
}
#nav a.nav_bubble_on .nav_b_middle
{
	background:transparent url("../images/nav_bubble_middle.png") repeat-x left top;
	height:23px;
	padding:7px 0 0;
}
#nav a.nav_bubble_on .nav_b_right
{
	background:transparent url("../images/nav_bubble_right.png") no-repeat right top;
	width:15px;
	height:30px;
}

/* HEADER - QUESTION */
.question_txt
{
	display:block;
	float:right;
	clear:both;
	margin:0;
	font-size:11px;
	white-space:nowrap;
}

/* HERO SPOT */
.hero_spot
{
	padding:20px;
	background:white url("../images/bg_hero_spot.png") repeat-x left bottom;
	border-bottom:solid 1px #e4e4e4;
}
.hero_spot .hs_other_products
{
	background:transparent url("../images/powerdms_suite.png") no-repeat left top;
	height:323px;
	width:885px;
	margin:0 auto;
}
/*
.hero_spot .hs_left
{
	float:left;
	width:450px;
	margin-right:20px;
	/margin-right:0px;
	/overflow:hidden;
}

.hero_spot .hs_left .hs-other-products
{
	padding:40px 0px 20px 20px;
}
.hero_spot .hs_left h1
{
	font-size:32px;
	font-weight:bold;
	width:460px;
}
.hero_spot .hs_left h1 span.header_light
{
	display:block;
	font-size:22px;
	font-weight:normal;
	margin-top:10px;
}
.hero_spot .hs_left p
{
	font-size:16px;
	line-height:1.3em;
	padding-top:30px;
	margin-bottom:30px;
}
*/
.hero_spot .details_demo_box
{
	display:block;
	width:920px;
	height:280px;
	margin-bottom:20px;
	background:transparent url("../images/details_demo_bg.png") no-repeat left top;
}
.hero_spot .details_demo_box:hover
{
	background-position:left -280px;
}
.hero_spot .details_demo_box:active
{
	background-position:left -560px;
}
.hero_spot .benefits
{
	font-size:20px;
	padding-bottom:5px;
}
.hero_spot .benefit_list
{	
	float:left;
	margin-left:30px;
	/width:400px;
}
.hero_spot .list_right
{
	margin-left:120px;
	/margin-left:0px;
}
.hero_spot .benefit_list .icon
{
	background-position: left top;
	background-repeat:no-repeat;
	height:28px;
	margin-top:5px;
	padding:5px 0px 0px 37px;
	line-height:1.3em;
}
.hero_spot .benefit_list .calc
{
	background-image:url("../images/icon_calc.png");
}
.hero_spot .benefit_list .monitor
{
	background-image:url("../images/icon_monitor.png");
}
.hero_spot .benefit_list .clipboard
{
	background-image:url("../images/icon_clipboard.png");
}
.hero_spot .benefit_list .hand
{
	background-image:url("../images/icon_hand.png");
}
.hero_spot .benefit_list .tower
{
	background-image:url("../images/icon_tower.png");
}
.hero_spot .benefit_list .calendar
{
	background-image:url("../images/icon_calendar.png");
}
.hero_spot .benefit_list .scissors
{
	background-image:url("../images/icon_scissors.png");
}
.hero_spot .benefit_list .add
{
	background-image:url("../images/icon_add.png");
}
.hero_spot .police_powerdms
{
	float:right;
	width:450px;
	height:308px;
	background:transparent url("../images/police_powerdms.png") no-repeat left top;
}
.learn_more_blue
{
	display:block;
	width:110px;
	height:23px;
	background:transparent url("../images/btn_blue.png") no-repeat left top;
	color:White;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	padding-top:9px;
}
.learn_more_blue:hover
{
	background:transparent url("../images/btn_blue.png") no-repeat left -32px;
	color:White;
	text-decoration:none;
}
.learn_more_blue:active
{
	background:transparent url("../images/btn_blue.png") no-repeat left -64px;
}

/* MAIN CONTENT */
.main_content
{
	background-color:White;
}
.main_content .content_left
{
	float:left;
	padding:25px 30px 30px 30px;
	border-right:dashed 1px #e4e4e4;
	width:579px;
	/width:576px;
	/overflow:hidden;
}
.main_content .content_right
{
	float:left;
	padding:25px 30px 30px 30px;
	width:260px;
}
img.screenshot
{
	margin:0 0 30px 30px;
}
img.computer
{
	margin:0 3px 0 2px;
	
}
.main_content h1
{
	padding-bottom:30px;
	/*
	font-size:35px;
	line-height:1.1em;
	font-weight:bold;
	*/
	font-size:40px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.2;

}
.main_content h2
{
	font-size:23px;
	padding-bottom:10px;
	font-weight:normal;
}
.main_content h3
{
	font-size:16px;
	padding-bottom:20px;
	font-weight:normal;
	line-height:1.3em;
}
.main_content p
{
	line-height:1.5em;
	margin-bottom:20px;
}
.main_content .address_info
{
	float:left;
	background-color:#e2e9c0;
	padding:20px;
	font-size:12px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin:20px 0px 0 0;
}
.main_content .contact_form
{
	float:right;
	margin:20px 0 0;
	width:341px;
}
/* DEMO REQUEST FORM */
.main_content .contact_form .left
{
	position:relative;
	float:left;
}
.main_content .contact_form .right
{
	position:relative;
	float:right;
}
.main_content .contact_form .row_last
{
	position:relative;
	float:left;
}
.main_content .demo_form .left
{
	float:left;
	width:275px;
}
.main_content .demo_form .right
{
	float:right;
	width:275px;
}
.main_content .demo_form .row_last
{
	float:left;
}
/*********************/
.main_content .contact_form input,
.main_content .contact_form select,
.main_content .contact_form textarea
{
	display:block;
	width:311px;
	/width:325px;
}
.main_content .contact_form label
{
	display:block;
	float:left;
	margin:15px 0 5px 15px;
	/margin:15px 0 5px 0px;
	font-size:11px;
	font-weight:bold;
	white-space:nowrap;
}
.main_content .contact_form select
{
	width:341px;
}
.main_content .contact_form input,
.main_content .contact_form select,
.main_content .contact_form textarea
{
	display:block;
	padding:5px 12px 5px 12px;
	/padding:5px;
	border:none;
	-moz-border-radius: 15px;
	-webkit-border-radius:15px;
	background-color:#f1f1f1;
	border:solid 3px #f1f1f1;
	font-weight:bold;
	clear:both;
}
.main_content .contact_form input:hover,
.main_content .contact_form select:hover,
.main_content .contact_form textarea:hover,
.main_content .contact_form input:focus,
.main_content .contact_form select:focus,
.main_content .contact_form textarea:focus
{
	border:solid 3px #e2e9c0;
}
.main_content .contact_form textarea
{
	width:311px;
	/width:325px;
	padding:12px;
	/padding:5px;
}
.main_content .contact_form .submit_btn:focus
{
	border:none;
}

/* DEMO FORM */
.main_content .demo_form
{
	float:none;
	margin:20px 0 0;
	width:auto;
}
.main_content .demo_form input,
.main_content .demo_form textarea
{
	display:block;
	width:245px;
	/width:259px;
	clear:both;
}
.main_content .demo_form textarea
{
	width:549px;
	/width:563px;
	padding:12px;
	/padding:5px;
}
.main_content .demo_form select
{
	display:block;
	width:579px;
	/width:575px;
}
/* required */
.main_content .contact_form .required
{
	display:block;
	position:absolute;
	right:0px;
	font-size:11px;
	font-weight:bold;
	margin:15px 15px 5px 0px;
}
/* FORM - SUBMIT BUTTON */
.main_content .contact_form .submit_btn
{
	background:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border:none;
	background:transparent url("../images/btn_submit.png") no-repeat left top;
	width:127px;
	height:34px;
	padding:5px 0 7px 0;
	color:White;
	font-weight:bold;
	font-size:18px;
	cursor:pointer;
	margin:20px 0 0;
	float:right;
}
.main_content .contact_form .submit_btn:hover
{
	background:transparent url("../images/btn_submit.png") no-repeat left -34px;
	border:none;
}
.main_content .contact_form .submit_btn:active
{
	background:transparent url("../images/btn_submit.png") no-repeat left -68px;
	border:none;
}
/* OTHER PRODUCTS - SOLUTIONS OVERVIEW*/
.solutions_overview
{
	margin-bottom:45px;
	float:left;
}
/**/
.solutions_overview .solutions_logo
{
	display:block;
	float:left;
	height:29px;
	margin-bottom:8px;
}
.solutions_overview .solutions_policy
{
	width:121px;
}
.solutions_overview .solutions_training
{
	width:156px;
}
.solutions_overview .solutions_test
{
	width:93px;
}
.solutions_overview .solutions_survey
{
	width:136px;
}
/**/
.solutions_overview .solutions_screenshot
{
	display:block;
	float:right;
	height:167px;
	width:210px;
}
.solutions_overview .solutions_description
{
	float:left;
	width:350px;
	margin-bottom:0px;
}
.solutions_overview .solutions_learn_more
{
	display:block;
	float:left;
	margin:10px 0 0;
	height:32px;
	width:109px;
}
/* POLICY */
.solutions_overview .button_policy
{
	background:transparent url("../images/button_sprite.png") no-repeat scroll 0 -609px;
}
.solutions_overview .button_policy:hover
{
	background:transparent url("../images/button_sprite.png") no-repeat scroll 0 -773px;
}
.solutions_overview .button_policy:active
{
	background:transparent url("../images/button_sprite.png") no-repeat scroll 0 -691px;
}

/* TRAINING */
.solutions_overview .button_training
{
	background:transparent url("../images/button_sprite.png") no-repeat scroll 0 -1347px;
}
.solutions_overview .button_training:hover
{
	background:transparent url("../images/button_sprite.png") no-repeat scroll 0 -1511px;
}
.solutions_overview .button_training:active
{
	background:transparent url("../images/button_sprite.png") no-repeat scroll 0 -1429px;
}

/* TEST */
.solutions_overview .button_test
{
	background:transparent url("../images/button_sprite.png") no-repeat scroll 0 -1101px;
}
.solutions_overview .button_test:hover
{
	background:transparent url("../images/button_sprite.png") no-repeat scroll 0 -1265px;
}
.solutions_overview .button_test:active
{
	background:transparent url("../images/button_sprite.png") no-repeat scroll 0 -1183px;
}

/* SURVEY */
.solutions_overview .button_survey
{
	background:transparent url("../images/button_sprite.png") no-repeat scroll 0 -855px;
}
.solutions_overview .button_survey:hover
{
	background:transparent url("../images/button_sprite.png") no-repeat scroll 0 -1019px;
}
.solutions_overview .button_survey:active
{
	background:transparent url("../images/button_sprite.png") no-repeat scroll 0 -937px;
}

/**/
.solutions_overview .solutions_free_demo
{
	display:block;
	float:left;
	background:transparent url("../images/button_sprite.png") no-repeat scroll 0 -363px;
	height:32px;
	width:109px;
	margin:10px 0 0 28px;
}
.solutions_overview .solutions_free_demo:hover
{
	background:transparent url("../images/button_sprite.png") no-repeat scroll 0 -527px;
}
.solutions_overview .solutions_free_demo:active
{
	background:transparent url("../images/button_sprite.png") no-repeat scroll 0 -445px;
}

/* QUOTE BUBBLE */
.quote_bubble
{
	width:260px;
	margin:20px 0 0;
}
.quote_bubble .qb_top
{
	background:transparent url("../images/bubble_top.png") no-repeat left top;
	height:13px;
	overflow:hidden;
}
.quote_bubble .qb_middle
{
	background:transparent url("../images/bubble_middle.png") repeat-y left top;
	padding:9px 20px 10px;
	line-height:1.5em;
	font-weight:bold;
	font-size:12px;
	/height:235px;
}
.quote_bubble .qb_bottom
{
	background:transparent url("../images/bubble_bottom.png") no-repeat left top;
	padding:68px 0 0;
	text-align:right;
	/height:35px;
}
.quote_bubble .qb_bottom span
{
	font-size:13px;	
}
.quote_bubble .qb_bottom span strong
{
	display:block;
	margin-bottom:5px;
	font-size:14px;
}

/* FOOTER */
#footer
{
	background-color:#4f4f4f;
	padding:20px;
	color:White;
}
#footer
{
	font-size:12px;
}
#footer strong
{
	display:block;
	margin-bottom:20px;
	font-size:16px;
}
#footer a
{
	color:#C3D490;
}
#footer a:hover
{
	color:#BFEDFE;
}
#footer ul li
{
	margin-top:5px;
}
#footer ul li:first-child
{
	margin-top:0px;
}
#footer .footer_info
{
	float:left;
	width:200px;
	border-right:solid 1px white;
	padding-right:20px;
	margin-right:20px;
	height:140px;
}
#footer .footer_info .logo_footer
{
	display:block;
	float:left;
	clear:both;
	width:194px;
	height:20px;
	margin-bottom:10px;
	border-bottom:solid 1px #999;
	padding-bottom:10px;
}
#footer .footer_info p
{
	clear:both;
}
#footer .footer_links
{
	float:left;
	width:428px;
}
#footer .footer_other_products
{
	float:right;
	width:210px;
	border-left:solid 1px white;
	padding-left:20px;
	margin-left:20px;
	height:140px;
}
#footer .footer_other_products .logo_dms_footer
{
	display:block;
	margin-bottom:10px;
}
