body {
	font-size:inherit;
	line-height:inherit;
	background:url(../images/body_bg.gif) repeat;
	font-family: "proxima-nova-n4","proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
}

a {
	color:#2a8ebf;
}

a:hover {
	color:#2a8ebf;
}

h3 {
	color:#ff6600;
	font-size:30px;
	font-family: "calluna-sans-n7","calluna-sans",sans-serif;
	font-style: normal;
	font-weight: 700;
}

label, input, button, textarea {
    font-size:inherit;
}

input, button, select, textarea {
	font-family: "proxima-nova-n4","proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
}

#primary_content h3.popover-title {
	margin:auto;
}

#primary_content h3 {
	margin:0 0 20px 0;
}

h4, h5 {
	color:#474545;
	font-size:28px;
	font-weight:normal;
	margin:30px 0 40px 0;
	font-family: "calluna-sans-n4","calluna-sans",sans-serif;
	font-weight: 400;
}

h5 {
	font-size:22px;
	margin:40px 0 20px 0;
}

ul, ol {
	margin:0 0 25px 25px;
}

#primary_content ul.pr_years {
	margin-bottom:0px;
}

#primary_content ul.pr_years li {
	font-size:18px;
	margin-bottom:0px;
	line-height:inherit;
}

#primary_content li {
	font-size:18px;
	margin-bottom:10px;
	line-height:inherit;
}

#header {
	height:69px;
	border-bottom:1px solid #fff;
}

#logo {
	position:absolute;
	z-index:1000;
	height:86px;
	width:280px;
	margin:-1px 0 0 0;
	background:#fff;
	border:1px solid #ccc;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
	-webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
}

#logo a {
	width:250px;
	height:37px;
	display:block;
	margin:0 auto;
	margin-top:25px;
	background:url(../images/pc-doctor_logo2.png) no-repeat;
}

#logo a:hover {
	background:url(../images/pc-doctor_logo2.png) -250px no-repeat;
}

.nav {
    margin-bottom:0;
	position:relative;
	z-index:1000;
}

.nav-tabs > li, .nav-pills > li {
	background:url(../images/nav_div.gif) right no-repeat;
}

.nav > li > a:hover {
	color:#fff;
	text-shadow:none;
 	background-color:#262525;
}

.nav-pills > li > a {
	margin:0;
	height:29px;
	color:#595555;
	font-size:15px;
	padding:40px 15px 0 15px;
	text-shadow: #fff 1px 1px 1px;
	font-family: "franklin-gothic-urw-n9","franklin-gothic-urw",sans-serif;
	font-style: normal;
	font-weight: 900;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
	border-radius: 0;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
	color:#fff;
	text-shadow:none;
 	background-color:#262525;
}

.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover {
	text-shadow:none;
	border-color:none;
	background-color:#262525;
}

.navbar-search {
	margin:30px 15px 0 20px;
}

ul.nav li.dropdown:hover > .dropdown-menu {
    display: block;
}

ul.nav li.dropdown:hover > .dropdown-menu .solutions {
	display: block;
}

#main_nav .dropdown-menu {
	font-size:14px;
	background:#fff;
    border:1px solid #fff;
    border-radius:5px 5px 5px 5px;
    margin:-5px 0 0 0;
    padding:0;
	-moz-box-shadow:0 0 5px #404040;
	-webkit-box-shadow:0 0 5px #404040;
	box-shadow:0 0 5px #404040;	
}

#main_nav .dropdown-menu.solutions {
    left:-50px;
	width:650px;
}

#main_nav .dropdown-menu.support {
    left:-275px;
	width:550px;
}

#main_nav .dropdown-menu:before {
	position: absolute;
	top: -7px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
	border-left: 7px solid transparent;
	border-bottom-color: #fff;
	content: '';
}

#main_nav .dropdown-menu.solutions:before {
	left:90px;
}

#main_nav .dropdown-menu.support:before {
	left:310px;
}

#main_nav .dropdown-menu a {
	color:#0088CC;
	padding-bottom:10px;
}

#main_nav .dropdown-menu a:hover {
	text-decoration:underline;
}

#main_nav .dropdown-menu a.chevroned {
	padding-left:12px;
	background:url(../images/chevron_bullet.png) no-repeat left 7px;
}

#main_nav .dropdown_leftmenu {
	display:block;
	padding:20px 15px 10px 15px;
	background-color: #ececec;
	background-image: -moz-linear-gradient(top, #f5f5f6, #e2e2e3);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f6), to(#e2e2e3));
	background-image: -webkit-linear-gradient(top, #f5f5f6, #e2e2e3);
	background-image: -o-linear-gradient(top, #f5f5f6, #e2e2e3);
	background-image: linear-gradient(to bottom, #f5f5f6, #e2e2e3);
	background-repeat: repeat-y;
	float:left;
}

#main_nav .dropdown_leftmenu.solutions {
	width:180px;
	min-height:263px;
}

#main_nav .dropdown_leftmenu.support {
	width:170px;
	min-height:250px;
}

#main_nav .dropdown_leftmenu p {
	margin-bottom:5px;
}

#main_nav .dropdown_rightmenu small {
	line-height:10px;
}

#main_nav .dropdown_rightmenu {
	display:block;
	float:left;
	border-left:1px solid #fff;
	padding:20px 15px 20px 20px;
	background:url(../images/dropdown_horizontal_div.png) no-repeat top left / 13px 100%;
}

#main_nav .dropdown_rightmenu.solutions {
	width:400px;
	min-height:200px;
}

#main_nav .dropdown_rightmenu.support {
	width:310px;
	min-height:200px;
}

#main_nav .dropdown_rightmenu p span,
#primary_content p span {
	color:#ff6600;
	font-weight:bold;
}

.dashed_divider {
    border-bottom:1px dashed #e6e6e6;
    height:1px;
    margin:9px 1px;
    overflow:hidden;
}

#spotlight {
	height:320px;
	background:url(../images/spotlight_bg.jpg) repeat;
}

#spotlight .container {
	background:url(../images/spotlight_button_highlight.png) no-repeat bottom center;
}

#page_title {
	height:100px;
	background:url(../images/title_bg.jpg) repeat;
}

#page_title .container {
	height:100px;
}

#page_title .container.generic_title {
	background:url(../images/generic_page_title.jpg) no-repeat bottom center;
}

#spotlight1 {
	float:left;
	width:50px;
	height:35px;
	background:#0F0;
	margin-top:-15px;
}

#section1 {
	width:940px;
	height:320px;
	background:url(../../../images/carousel_images/spotlight_1.png) no-repeat;
}

#section2 {
	width:940px;
	height:320px;
	background:url(../../../images/carousel_images/spotlight_2.png) no-repeat;
}

#section3 {
	width:940px;
	height:320px;
	background:url(../../../images/carousel_images/spotlight_3.png) no-repeat;
}

.button_container {
	float:left;
	margin:250px 0 0 175px;
}

.button_container .btn {
	margin-right:20px;
}

.carousel {
	margin-bottom:0;
}

#carousel-nav {
	position:relative;
	margin:-55px 0 55px 30px;
}

#carousel-nav a.one {
	float:left;
	width:16px;
	height:16px;
	display:block;
	margin:0 15px 0 0;
	background:url(../images/1.png) -16px no-repeat;
}

#carousel-nav a.two {
	float:left;
	width:16px;
	height:16px;
	display:block;
	margin:0 15px 0 0;
	background:url(../images/2.png) -16px no-repeat;
}

#carousel-nav a.three {
	float:left;
	width:16px;
	height:16px;
	display:block;
	background:url(../images/3.png) -16px no-repeat;
}

#carousel-nav a:hover {
	background-position:right;
}

#carousel-nav a.active {
	background-position:0px;
}

#shadow_wrapper {
	background:url(../images/wrapper_top_shadow.png) no-repeat top center;
}

#to_top {
	padding:5px 3px;
    background:#000;
    color:#fff;
    position:absolute;
	right:0;
	top:800px;
}

#primary_content blockquote p {
	font-size:18px;
}

#primary_content p.lead {
	font-size:21px;
	line-height:26px;
	font-family: "calluna-sans-n4","calluna-sans",sans-serif;
	font-style: normal;
	font-weight: 400;
}

#primary_content {
	padding:44px;
	background:#fff;
	margin-top:-17px;
	position:relative;
	border:1px solid #ccc;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
	-webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
}

#primary_content div.media {
	padding:30px 0;
}

#primary_content #resellers_list .media {
	padding:0px;
}

#primary_content p {
	font-size:18px;
	text-align:justify;
	margin:0 0 20px 0;
}

#form_response p {
	text-align:start;
}

#form_response_fail {
	display:none;
	color:#F00;
	font-weight:bold;
}

#recaptcha_area #recaptcha_image,
#recaptcha_area #recaptcha_image img {
	height:auto !important;
    width:240px !important;
}

#recaptcha_area, #recaptcha_table {
	width:220px !important;
}

#dynamic_recaptcha_1 #recaptcha_area, #recaptcha_table {
    width:240px !important;
	margin:0 auto;
}

#recaptcha_area .recaptchatable * {
    font-size:inherit;
	font-family:inherit;
}

#recaptcha_area .recaptchatable #recaptcha_privacy a {
    font-size:8px;
	font-family:inherit;
}

#recaptcha_area .recaptchatable .recaptcha_only_if_privacy {
	float:left;
	text-align:left;
}

#recaptcha_area #recaptcha_instructions_image {
	padding:0 0 10px 0;
	line-height:normal;
}

#recaptcha_area .recaptchatable .recaptcha_r1_c1 {
    background:none;
	height:0;
}

#recaptcha_area .recaptchatable .recaptcha_r2_c1 {
    background:#fff;
}

#recaptcha_area .recaptchatable .recaptcha_r2_c2 {
    background:#fff;
}

#recaptcha_area .recaptchatable .recaptcha_r3_c1 {
    height:0;
}

#recaptcha_area .recaptchatable .recaptcha_r3_c2 {
    height:0;
}

#recaptcha_area .recaptchatable .recaptcha_r3_c3 {
    height:0;
}

#recaptcha_area .recaptchatable .recaptcha_r4_c1 {
    background:none;
}

#recaptcha_area .recaptcha_input_area {
	margin:0 !important;
	height:45px !important;
}

#recaptcha_area .recaptchatable #recaptcha_response_field {
	height:25px;
    width:175px !important;
	bottom:-1px !important;
	border:1px solid #cccccc;
	margin: 5px 0 !important;
}

#recaptcha_area .recaptchatable .recaptcha_r4_c2 {
	width:0;
	height:0;
	background:none !important;
}

#recaptcha_area .recaptchatable .recaptcha_r4_c4 {
	width:0;
	height:0;
}

#recaptcha_area .recaptchatable .recaptcha_r8_c1 {
    background:none;
}

#recaptcha_area .recaptchatable .recaptcha_r4_c4 {
    background:none;
}

#recaptcha_area .recaptchatable .recaptcha_r7_c1 {
	height:0;
}

#recaptcha_area .recaptchatable .recaptcha_r8_c1 {
    height:0;
}

#team_members {
	width:938px;
	text-align:center;
	padding:20px 0 20px 0;
	margin:10px 0 20px -44px;
}

#gallery {
	color:#fff;
	width:938px;
	font-size:12px;
	text-align:center;
	margin:10px 0 20px -44px;
	background:url(../images/gallery_bg2.jpg) no-repeat left top / 100% 100% #262525;
	background-color:#262525;
}

#gallery #gallery_top {
	width:100%;
	height:6px;
	background:url(../images/gallery_top.gif) no-repeat #262525;
}

#gallery #gallery_bottom {
	width:100%;
	height:8px;
	background:url(../images/gallery_bottom.gif) no-repeat #262525;
}

#gallery .gallery_title {
	width:100%;
	color:#fff;
	float:left;
	margin:20px 0 10px;
	font-size:16px;
	font-weight:bold;
}

#gallery figure {
	margin:0;
	padding:0;
	display:inline-block;
}

#gallery .carousel-inner {
	margin:0 auto;
	padding:0 0 20px;
}

#gallery .ss_image,
#team_members .ss_image {
	z-index:10000;
	box-shadow:0 0 5px #000000;
    margin:5px 15px;
	opacity:0.72;
	filter:alpha(opacity=72);
}

#team_members .ss_image {
    margin:5px 25px;
}

#gallery .ss_image:hover,
#team_members .ss_image:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

#team_members .team_member_active {
    opacity:1;
	filter:alpha(opacity=100);
}

#team_members .team_member_active_arrow {
	background:url(../images/team_member_active.png) no-repeat center bottom;
}

#gallery .carousel-control,
#team_members .carousel-control {
	border:none;
	height:42px;
	width:42px;
	margin-top:0;
}

#gallery .carousel-control.left,
#team_members .carousel-control.left {
	background:url(../images/arrow_left_gallery.png) no-repeat;
}

#gallery .carousel-control.right,
#team_members .carousel-control.right {
	background:url(../images/arrow_right_gallery.png) no-repeat;
}

#primary_content .body_section {
	margin:0 0 20px 0;
}

#primary_content .content.container {
	width:100%;
}

#primary_content .pull-left.img {
	position:relative;
	margin:0 30px 20px 0;
}

#primary_content .pull-right.img {
	position:relative;
	margin:0 0 20px 30px;
}

#primary_content .page_divider {
	float:left;
	height:9px;
	width:938px;
	margin:20px 0 20px -44px;
	background:url(../images/page_divider.gif) repeat-x;
}

#primary_content .column1 {
	width:418px;
	padding-right:15px;
	text-align: justify;
}

#primary_content .column2 {
	width:417px;
	text-align: justify;
}

/* begin 2014 home deisgn refresh */
#solutions_intro_container {
	width: 938px;
	height: 250px;
	margin: 40px 0 5px -44px;
}

#solutions_intro_bg {
	background: #f7f7f7;
	width: 100%;
	height: 210px;
}

#category1 {
	margin: 0 0 0 41px;
}

.hover_img {
	background: url(../../../images/intro_hover_bg.png) no-repeat;
}

.intro_button {
	float: left;
	width: 214px;
	height: 100%;
	text-align: center;
}

.intro_button h4 {
	color: #ff6600;
	font-size: 21px;
	font-weight: 700;
	margin: 20px 0 20px 0;
}

.intro_button a {
	display: block;
}

.intro_button a:hover {
	text-decoration: none;
}

#solutions_intro_container .intro_button p {
	color: #333333;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	margin: 5px 0 0;
}

#more_info_home_container {
	width: 100%;
}

#left_form_column {
	float: left;
	width: 50%;
}

#right_form_column {
	float: left;
	width: 50%;
}

#more_info_home_container .form-horizontal .control-label {
    width: 90px;
}

#more_info_home_container .form-horizontal .controls {
    margin-left: 110px;
}
/* end 2014 home design refresh */

#more_info_wrapper #more_info {
	left:250px;
	z-index:100000;
	position:absolute;
	box-shadow:0 1px 10px #404040;
}

#more_info_link_wrapper #more_info {
	z-index:100000;
	position:absolute;
	box-shadow:0 1px 10px #404040;
}

#more_info_wrapper {
	float:left;
	width:100%;
	height:56px;
	z-index:10000;
	margin-top:-26px;
	position:relative;
}

#more_info_link_wrapper {
	float:left;
	width:100%;
	z-index:10000;
	position:relative;
}

#request_more_info {
	-moz-border-bottom-colors:none;
    -moz-border-left-colors:none;
    -moz-border-right-colors:none;
    -moz-border-top-colors:none;
	width:284px;
	margin:0 auto;
	border-radius:0 0 10px 10px;
	background:url("../images/more_info_top_shadow.png") repeat-x scroll 0 0 #EBEBEB;
}

#request_more_info:hover {
	background:url("../images/more_info_top_shadow.png") repeat-x scroll 0 0 #F0F0F0;
}

#request_more_info_inner {
	-moz-border-bottom-colors:none;
    -moz-border-left-colors:none;
    -moz-border-right-colors:none;
    -moz-border-top-colors:none;
    height:54px;
	width:282px;
	line-height:54px;
    position:relative;
	text-align:center;
}

#request_more_info_inner a {
	display:block;
	margin:0 20px;
	font-size:18px;
	color:#2A8EBF;
}

#request_more_info_inner a:hover {
	text-decoration:none;
}

.CCspace {width:170px; height:340px; padding:10px; float:right; margin:0 -25px 0 0;}
.CCpullout {width:340px; height:340px; padding:15px; float:left; margin-left:-200px;}
.CCpullout span {width:340px; padding:10px; position:absolute;}

blockquote {
	margin:0 0 30px;
}

#more_info {
	float:right;
	margin:0 0 10px 35px;
	background:#f6f6f6;
	border:1px solid #d9d9d9;
	-webkit-box-shadow: 0 1px 6px #d9d9d9;
	-moz-box-shadow: 0 1px 6px #d9d9d9;
	box-shadow: 0 1px 6px #d9d9d9;
	-webkit-border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
	-webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
}

#more_info_inner {
	width:240px;
	min-height:250px;
	padding:20px;
	position:relative;
	-webkit-box-shadow:inset 0 0 25px #e5e5e5;
	-moz-box-shadow:inset 0 0 25px #e5e5e5;
	box-shadow:inset 0 0 25px #e5e5e5;
	-webkit-border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
	-webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
}

#more_info_inner p.lead {
	text-align:left;
}

#more_info .divider {
	background-color:#CACACA;
	border-bottom:1px solid #FFFFFF;
	height:1px;
	margin:15px -20px 20px;
}

#more_info .lead {
	color:#595555;
	font-size:18px;
	margin-bottom:0;
	text-shadow: 1px 1px 1px #FFFFFF;
}

#more_info .input-prepend .add-on {
	width:65px;
	color:#595555;
	text-align:left;
	font-weight:bold;
	padding-left:10px;
	background:url(../images/input_addon_bg.gif) repeat-x;
}

#more_info .input-prepend {
    margin-bottom:10px;
}

#more_info input:-moz-placeholder {
	font-style:italic;
	font-size:12px;
}

#more_info input:-moz-placeholder.error {
	border:1px solid red;
}

#more_info #captcha {
	margin:40px 0 20px;
	text-align:center;
}

#more_info button {
	margin:20px 0 0;
}

label.error {
	color:red;
	font-size:10px;
	margin:0 0 -8px 0;
	font-style:italic;
}

#loading_div {
	width:16px;
	height:16px;
	display:none;
	margin:0 auto;
	background:url(../images/ajax_spinner1.gif) no-repeat center center;
}

#bottom_shadow_wrapper {
	height:18px;
	background:url(../images/wrapper_bottom_shadow.png) no-repeat bottom center;
}

#trusted,
#resources {
	text-align:center;
}

#trusted .carousel-inner {
	margin:20px 0;
}

#trusted .carousel-control {
	border:none;
	height:44px;
	width:44px;
}

#trusted .carousel-control.left {
	background:url(../images/arrow_left.png) no-repeat;
}

#trusted .carousel-control.right {
	background:url(../images/arrow_right.png) no-repeat;
}

#trusted a {
	opacity:0.5;
	filter:alpha(opacity=50);
}

#trusted a:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

#trusted .trusted_by {
	margin:0 20px;
}

.career_position.middle {
	margin:5px;
}

.career_position.first {
	margin:5px 5px 5px 0;
}

.career_position.last {
	margin:5px 0 5px 5px;
}

.career_position a {
	width:191px;
	height:50px;
	display:block;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	padding:15px 5px 5px;
	border:2px dashed #ededed;
	border-radius: 0 0 0 10px;
	-webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
}

.career_position a:hover {
	color:#fff;
	background:#2A8EBF;
	border:2px solid #2A8EBF;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

#primary_content .modal {
	margin-left:-350px;
	width:700px;
}

#primary_content .modal-body {
	max-height:475px;
}

a.close_ss {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

a.close_ss:hover {
	text-decoration:underline;
}

.enlarge {
	font-size:12px;
	text-align:center;
}

.large_ss {
	position:fixed;
	z-index:10500;
	top:50%;
	left:50%;
	margin-left:-400px;
	margin-top:-375px;
	text-align:center;
}

.table_shadow_wrapper {
	border:1px solid #ebebeb;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.pcd_table {
	width:100%;
}

.pcd_table th.styled {
	color:#fff;
	height:80px;
	width:100px;
	text-align:center;
	background:#f2f2f2;
	vertical-align:middle;
	border:1px solid #fff;
}

.pcd_table td.styled {
	color:#fff;
	text-align:center;
	background:#f2f2f2;
	vertical-align:middle;
	border:1px solid #fff;
}

.pcd_table .first_group {
	background:#fff;
	border-right:1px dashed #f0f0f0;
}

.table_hover {
	background:#f6f6f6;
}

.pcd_table th,
.pcd_table td {
	padding:10px;
}

.pcd_table td {
	border-bottom:1px solid #f0f0f0;
}

.pcd_table td.highlight_row {
	background:url("../../../images/highlight_row_bg.png") repeat scroll 0 0 transparent;
}

.pcd_table td.highlight_row h5 {
	color:#fff;
	margin:0px;
}

div.feed ul.newsfeed {
	list-style:none;
	margin:0 0 10px;
}

div.feed h4.feed-link {
	font-size:20px;
	margin:30px 0 10px 0;
}

#resources {
	margin:0 0 30px 0;
	background:url(../images/resources_bg.png) no-repeat center 140px;
}

#resources #resources_wrapper {
	width:824px;
	margin:0 auto;
}

#resources .resources_header {
	margin:20px 0 30px 0;
}

#resources #fact_sheet a,
#resources #technical_sheet a,
#resources #simulation a,
#resources #compare a {
	float:left;
	width:176px;
	height:164px;
	display:block;
	margin:0 15px 0 15px;
}

#resources #fact_sheet a {
	background:url(../images/fact_sheet.png) no-repeat -176px;
}

#resources #fact_sheet a:hover {
	background-position:-0px;
}

#resources #technical_sheet a {
	background:url(../images/technical_sheet.png) no-repeat -176px;
}

#resources #technical_sheet a:hover {
	background-position:-0px;
}

#resources #simulation a {
	background:url(../images/simulation.png) no-repeat -176px;
}

#resources #simulation a:hover {
	background-position:-0px;
}

#resources #compare a {
	background:url(../images/compare.png) no-repeat -176px;
}

#resources #compare a:hover {
	background-position:-0px;
}

#footer {
	background:#262525;
}

#footer_shadow {
	float:left;
	width:100%;
	height:11px;
	position:relative;
	background:url(../images/footer_shadow.png) repeat-x;
}

#footer .container {
	background:url(../images/newsletter_bg.png) no-repeat 690px -20px;
}

#footer .footer_col {
	float:left;
	width:131px;
	margin-top:-10px;
	margin-right:20px;
	padding:10px 10px 30px 10px;
}

#footer .footer_col.address {
	width:150px;
	margin-right:30px;
	background:#2f2e2e;
	padding:10px 30px 30px 30px;
}

#footer .footer_col.company {
	width:120px;
}

#footer .footer_col.community {
	margin-right:0px;
}

#footer .footer_col.newsletter {
	width:195px;
	margin-right:0px;
}

#footer .footer_col p,
#footer .footer_col ul li {
	color:#fff;
	font-size:12px;
	line-height:24px;
}

#footer .footer_col h5 {
	color:#f6f6f6;
	font-size:14px;
	font-weight:bold;
	margin-bottom:17px;
	text-transform:uppercase;
}

#footer .fb_image {
	margin-top:30px;
	border:none;
}

#footer .input-medium {
	width:130px;
}

#footer .input-prepend .add-on {
	background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    color:#a69f9f;
    padding-left: 10px;
	padding-right:10px;
    text-align: left;
	border:1px solid #000;
	text-shadow:none;
}

#footer .input-append input, #footer .input-prepend input {
	background:#3d3c3c;
	border:1px solid #000;
}

#footer input[type="text"] {
	color:#fff;
}

#footer button {
	color:#a69f9f;
	margin:5px 0 0;
	border:1px solid #000;
}

#footer .hiring_link {
	color:#fff;
	padding:5px;
	margin:0 0 0 -5px;
	background:#a60000;
	-webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
}

#copyright {
	color:#fff;
	height:40px;
	font-size:12px;
	line-height:40px;
	background:#0e0d0d;
}

#copyright ul.inline {
	margin-bottom:0;
}

#copyright a {
	color:#b8b8b8;
}

#toTop {
	width:50px;
	background:#474545;
	text-align:center;
	padding:5px;
	position:fixed; /* this is the magic */
	bottom:10px; /* together with this to put the div at the bottom*/
	right:10px;
	cursor:pointer;
	display:none;
	z-index:100000;
	color:#fff;
	border-radius:5px 5px 5px 5px;
	box-shadow:0 0 5px #404040;
}

#toTop:hover {
	background:#000;
}

/* Joomla CSS overrides */
.form-limit label {
	line-height:30px;
	margin:0 10px 0 0;
}

.form-limit select {
	width:100px;
}

dl.search-results span.highlight {
	font-weight:bold;
	background-color:#ffffcc;
}

dd.result-text {
	margin-bottom:20px;	
}


/* Support Page Styles */
#system_working {
	text-align:center;
	width:100%;
	height:200px;
	line-height:200px;
}

div.no_js_alert {
	width:75%;
	color:#F00;
	padding:10px;
	margin:0 auto;
	font-size:1em;
	font-weight:bold;
	text-align:center;
	background:#fff2f2;
	margin-bottom:20px;
	border:1px solid #ff0000;
}

#qualification_container {
	position:absolute;
	margin:0 auto;
	z-index:10000;
	background:#fff;
	padding:0 0 10px;
	border-radius:10px 10px 10px 10px;
	box-shadow:0 1px 10px #404040;
}

#qual_content, 
#hp_content,
#lenovo_content,
#other_content {
	position:relative;
	font-size:.9em;
	padding:0 30px 10px 30px;
	margin:0 auto;
	width:798px;
}

#hp_content h4 img,
#lenovo_content h4 img {
	margin:0 10px -6px 0;
}

#other_content ul {
	margin:0 0 20px 30px;	
}

#other_content ul li {
	margin:0 0 5px 0;
}

#community_container ul {
	margin:0 0 20px 20px;
}

#community_container ul li {
	margin:0 0 5px 0;
	color: #69665A;
    font-size: 0.8em;
}

#community_container ul li p {
	margin:10px 0 20px 0;
    font-size:1em;
}

#oem_support {
	width:795px;
	height:60px;
	margin:0 auto;
	margin-top:20px;
	padding:10px 0 10px 0;
	background:#e5f6ff;
	border:2px solid #ccedff;
}

#toolbox_support {
	width:795px;
	height:60px;
	margin:0 auto;
	padding:10px 0 10px 0;
	background:#e5f6ff;
	border:2px solid #ccedff;
}

#qual_content #product_choice_answer {
	width:795px;
	height:80px;
	margin:0 auto;
	background:#e5f6ff;
	border-bottom:2px solid #ccedff;;
}

#oem_support .oem_choice_start,
#toolbox_support .oem_choice_start,
#product_choice_answer .oem_choice_start {
	float:left;
	width:332px;
	text-align:right;
	border-right:1px solid #fff;
	line-height:60px;
	height:60px;
}

#product_choice_answer .oem_choice_start {
	height:80px;
}

#oem_support .oem_choice_start p,
#product_choice_answer .oem_choice_start p,
#toolbox_support .oem_choice_center p {
	color:#406980;
	font-weight:bold;
	line-height:60px;
	padding:0 0 0 20px;
}

#toolbox_support .oem_choice_center p {
	padding-right:20px;
	
}

#toolbox_support .oem_choice {
	float:left;
}

#toolbox_support .oem_choice_end {
	float:left;
	margin: 8px 0 0 20px;
}

#toolbox_support .oem_choice_center {
	float:left;
	height:60px;
	border-right:1px solid #fff;
}

#product_choice_answer .oem_choice_start p {
	line-height:80px;
}

#oem_support .oem_choice {
	float:left;
	margin:8px 0 0 20px;
}

#product_choice_answer .oem_choice {
	float:left;
	height:80px;
	width:231px;
	text-align:center;
	border-right:1px solid #fff;
}

#product_choice_answer .oem_choice_end {
	height:80px;
	float:left;
	width:230px;
	text-align:center;
}

.support_links {
	color:#406991;
	width:755px;
	margin:20px 0 20px 0;
	padding:20px;
	background:#e5f6ff;
	border:2px solid #ccedff;
}

.frame_shadow {
	width:795px;
	height:14px;
	background:url(../images/support_container_drop_shadow.png) top no-repeat;
	margin:-20px 0 0 0;
}

.frame_shadow2 {
	width:795px;
	height:14px;
	background:url(../images/support_container_drop_shadow.png) top no-repeat;
}

.support_links a {
	color:#406991;
	text-decoration:underline;
}

a.helpful_links {
	color:#406991;
	text-decoration:underline;
}

a.helpful_links:hover {
	color:#406991;
	text-decoration:none;
}

.support_links a:hover {
	text-decoration:none;
}

#qualification_container p.final_statement {
	color:#999;
	text-align:center;
	padding:20px 0 0 0;
}

p.final_statement span {
	font-style:italic;
}

#or_divider,
.or_divider {
	padding:10px;
	margin-top:-10px;
	text-align:center;
	font-weight:bold;
	font-size:1.5em;
	color:#7a7a7a;
	background:url(../images/support_divider.png) no-repeat center;
	border:none;
}

#qual_table1 {
	width:795px;
	color:#406980;
	margin:0 auto;
}

#qual_table1 #table_drop_shadow {
	width:775px;
	height:35px;
	margin:0 auto;
	margin-top:-5px;
	background:url(../images/support_container_drop_shadow.png) top no-repeat;
}

#qual_table1 th.top {
	font-weight:bold;
	padding:5px;
	text-align:center;
	background:#ccedff;
	border-top:1px solid #fff;
	border-bottom:1px solid #a6e1ff;
	border-left:1px solid #fff;
}

#qual_table1 th.left {
	width:325px;
	font-weight:normal;
	padding:5px;
	text-align:left;
	border-top:1px solid #fff;
	border-bottom:1px solid #a6e1ff;
	border-left:1px solid #fff;
}

#qual_table1 tr.row1 {
	background:#f2fbff;
}

#qual_table1 tr.row2 {
	background:#e5f6ff;
}

#qual_table1 td {
	width:223px;
	padding:5px;
	text-align:center;
	border-top:1px solid #fff;
	border-bottom:1px solid #a6e1ff;
	border-left:1px solid #fff;
}

#qual_table1 td.descriptor {
	text-align:center;
	font-weight:bold;
	width:795px;
	height:35px;
	background:url(../images/qual_arrows_alt.png) no-repeat 95px;
	border:none;
}

#qual_table1 th.qual_choice {
	text-align:right;
	font-weight:bold;
	padding:20px 20px 20px 0;
	border-right:1px dashed #cccac2;
	border-bottom:none;
	border-top:none;
	border-left:none;
}

#qual_table1 td.qual_choice {
	text-align:center;
	font-weight:normal;
	border-right:1px dashed #cccac2;
	border-bottom:none;
	border-top:none;
	border-left:none;
}

#qual_table1 td.qual_choice form {
	text-align:center;
	padding:0px;
	margin:0px;
}

#oem_support .oem_choice button,
#toolbox_support .oem_choice_end button,
#product_choice_answer .oem_choice button,
#product_choice_answer .oem_choice_end button,
#hp_content .final_statement button,
#lenovo_content .final_statement button,
#other_content .final_statement button {
	font-size:.9em;
}

#product_choice_answer .oem_choice button,
#product_choice_answer .oem_choice_end button {
	margin-top:18px;
}

/* System Error Messages */
#system-message dt.error {
	color:#FF0000;
}

#system-message dd.error ul {
    color:#FF0000;
}

/* Qaptcha Styles */
.QapTcha {
	float:left;
	margin-top:20px;
	width:242px;
}

.QapTcha .clr{
	clear:both;
}

.QapTcha .bgSlider {
	width:240px;
	height:37px;
	float:left;
	border:1px solid #ccc;
	background-color:#fff;
	border-radius:4px;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.QapTcha .Slider {
	width:52px;
	height:37px;
	background:transparent url('../images/bg_draggable_qaptcha.jpg') no-repeat;
	cursor:e-resize;
	position:relative;
	top:0;
	left:0;
	border-radius:4px;
}

.QapTcha .TxtStatus {
	margin:5px 0 10px;
	color:#bb2828;
	font-size:14px;
}

.QapTcha .dropSuccess {
	color:#4e8b37;
}

.QapTcha .dropError {
	color:#bb2828;
}

/* begin Toolbox page definitions */
#toolbox_purchase_option {
	clear: both;
	overflow: auto;
	border-top: #eeeeee 1px solid;
	border-bottom: #eeeeee 1px solid;
}

#toolbox_windows_container {
	width: 424px;
	float: left;
	border-right: #eeeeee 1px solid;
}

#toolbox_windows_purchase {
	margin: 30px auto 50px auto;
	width: 288px;
}

a.toolbox_windows_purchase_button {
	display: block;
	width: 288px;
	height: 94px;
	background:url(/images/toolbox_windows_button.png) no-repeat;
}

a.toolbox_windows_purchase_button:hover {
	background:url(/images/toolbox_windows_button.png) no-repeat -288px;
}

#toolbox_windows_purchase small {
	color: #a6a6a6;
	font-size: 75%;
	margin: 0 0 0 5px;
}

#toolbox_windows_purchase img {
	margin: 5px 0 0 3px;
}

#toolbox_android_container {
	width: 425px;
	float: left;
}

#toolbox_android_purchase {
	margin: 30px auto 50px auto;
	width: 288px;
}

a.toolbox_android_purchase_button {
	display: block;
	width: 288px;
	height: 94px;
	background:url(/images/toolbox_android_button.png) no-repeat;
}

a.toolbox_android_purchase_button:hover {
	background:url(/images/toolbox_android_button.png) no-repeat -288px;
}

#toolbox_android_purchase small {
	color: #a6a6a6;
	font-size: 75%;
	margin: 0 0 0 5px;
}

#toolbox_content_selection {
	text-align: center;
}

#toolbox_content_selection .btn-group {
	margin: -27px 0 0 0;
}

#toolbox_content_selection .btn-group .btn {
	font-size: 24px;
	padding: 15px 0;
	color: #2a8ebf;
	width: 150px;
}

.toolbox_windows_content,
.toolbox_android_content {
	padding-top: 30px;
}

.toolbox_windows_content div.media {
	padding: 5px 0 !important;
}

.toolbox_android_content .feature_list div.media {
	margin-top: 10px !important;
	margin-bottom: 15px !important;
}

.toolbox_windows_content div.media-heading,
.toolbox_android_content div.media-heading {
	color: #000;
}

.toolbox_android_content div.media_container {
	overflow:hidden;
	margin-top: -10px;
}

.toolbox_android_content .feature_list div.media {
	float: left;
	width: 400px;
	padding: 10px 10px !important;
}

.toolbox_android_content .feature_list div.media p {
	font-size: 16px !important;
	text-align: left !important;
	margin: 0 !important;
}

.toolbox_android_content .lower_feature_list {
	padding: 20px 0;
}

.toolbox_android_content .lower_feature_list div.media {
	padding: 5px 0 0 0 !important;
}

.toolbox_android_content .lower_feature_list .media-object {
	margin-left: 0;
	margin-right: 0;
}

.toolbox_android_content .lower_feature_list div.media-body {
	padding-top: 60px;
}

.toolbox_android_content .lower_feature_list div.media h4 {
	margin-bottom: 20px;
}

.toolbox_android_content .lower_feature_list div.media p {
	text-align: left !important;
}

#video_player {
	position: absolute;
	margin-top: -10px;
	height: 494px;
	width: 849px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.80);
}

#video_object {
	position: absolute;
	z-index: 1;
}

#play_video:hover {
	cursor: pointer;
}

#close_video {
	position: absolute;
	top: 0;
	left: 825px;
	margin-top: -20px;
	z-index: 1000000;
}

#close_video:hover {
	cursor: pointer;
}
/* end Toolbox page definitions */