body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	clear: both;
	display: block;
	float: none;
	background-color: #e2e2e2;
}
.twoColFixLtHdr #container {
	width: 984px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 0px solid #999;
	clear: both;
} 
.twoColFixLtHdr #header {
	height: 110px;
	padding: 0px;
	background-color: #FFF;
	position: relative;
} 
.twoColFixLtHdr #naver {
	height: 30px;
	padding: 0px;
	position: relative;
	width: 780px;
	top: -20px;
	background-image: url(../img/bg_nav.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 
.twoColFixLtHdr #topbar {
	height: 10px;
	background-color: #4d99ca;
} 
.twoColFixLtHdr #mainnav {
	position: absolute;
	top: 6px;
	padding: 0px;
	margin: 0px;
	left: 40px;
	width: 600px;
	height: 20px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.twoColFixLtHdr #sidebar1 {
	width: 210px;
	padding: 0px;
	float: left;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 32px;
	background-color: #e1e1e1;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 32px;
	margin-bottom: 0px;
	margin-left: 282px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	display: block;
	position: relative;
} 
.twoColFixLtHdr #mainContent_wide {
	margin-top: 0px;
	margin-right: 42px;
	margin-bottom: 0px;
	margin-left: 42px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	display: block;
	background-image: url(../img/bg_3_column.gif);
	background-repeat: repeat-y;
	background-position: left top;
} 
.twoColFixLtHdr #mainContent_wide_alt {
	margin-top: 0px;
	margin-right: 42px;
	margin-bottom: 0px;
	margin-left: 42px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	display: block;
	background-repeat: repeat-y;
	background-position: left top;
} 
.twoColFixLtHdr #mainHeader_wide {
	margin-top: 0px;
	margin-right: 42px;
	margin-bottom: 0px;
	margin-left: 42px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	display: block;
}
.twoColFixLtHdr #section_boxes_wide {
	margin-top: 0px;
	margin-right: 42px;
	margin-bottom: 0px;
	margin-left: 42px;
	display: block;
	background-image: url(../img/bg_section_color_boxes.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
	color: #FFF;
}
.twoColFixLtHdr #section_boxes_wide H2 {
	color: #FFF;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.twoColFixLtHdr #section_boxes_wide p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.twoColFixLtHdr #section_boxes_wide a {
	color: #FFF;
}
.twoColFixLtHdr #graytopbar {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #CCC;
	padding: 0;
	float: left;
	clear: none;
} 
.twoColFixLtHdr #contactArea {
	margin-top: 0;
	margin-right: 32;
	margin-bottom: 0;
	margin-left: 282px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	clear: both;
} 
.twoColFixLtHdr #footer {
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	text-align: center;
	margin-bottom: 0px;
}
.twoColFixLtHdr #footer a {
	color: #666;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:20px;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
#g_box {
	width: 310px;
	float: left;
	background-color: #828282;
	margin: 0px;
	padding: 0px;
	height: 350px;
}
#hp_main_content {
	margin: 0px;
	float: left;
	width: 360px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.twoColFixLtHdr #container #hp_main_content a, .twoColFixLtHdr #container #sidebar1 a, .twoColFixLtHdr #container #mainContent a {
	color: #4B91D6;
}
div.resources {
	background-image: url(../img/main_resourceback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	left: 0px;
	top: 0px;
	background-color: #999;
	position: relative;
	float: none;
}
div.resources_content {
	margin: 0px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	top: 0px;
	width: 180px;
	right: 0px;
	float: left;
}
div.heightspace160 {
	height: 160px;
	width: 20px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container div.contentbox_holder {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
.twoColFixLtHdr #container div.bottom {
	margin: 0px;
	padding: 0px;
	clear: both;
}
div .hpinset {
	padding-top: 30px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 60px;
	height: 80px;
}
div .hpinset2 {
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin: 0px;
}
div .sectioninset {
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	margin: 0px;
}
div.divleft {
	float: left;
}
div.divleft280 {
	float: left;
	width: 280px;
}
div.divleft390plus {
	float: left;
	width: 622px;
	margin-left: 20px;
}
div.divleft390plus a {
	color: #4b91d6;
}
div.divleft_sectioncontent {
	float: left;
	width: 600px;
	margin-left: 20px;
	border: 1px solid #DDD;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div #sidebar1 #rotater {
	margin: 0px;
	padding: 0px;
	height: 310px;
	width: 260px;
}
div #main_top {
	background-image: url(../img/main_top.jpg);
	height: 50px;
	width: 960px;
	margin: 0px;
	padding: 0px;
}
div.trackbox {
	margin-right: 0px;
	width: 200px;
	padding-top: 10px;
	padding-left: 30px;
	margin-left: auto;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
div.footer {
	position: relative;
	margin: 0px;
	padding: 0px;
}
div.banner {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 420px;
}
.twoColFixLtHdr #container #holder01 {
}
.twoColFixLtHdr #container #holder01 #middle {
	background-image: url(../img/bg_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.twoColFixLtHdr #container #holder01 #bottomer {
	background-color: #FFF;
}
div.fullwithinset {
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin: 0px;
	width: 982px;
}
.hp-blue-bar {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #3b5998;
	height: 30px;
	width: 940px;
}
.hp-blue-bar-center {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #3b5998;
	height: 20px;
	width: 930px;
	text-align: center;
}
.hp-blue-bar-link-solutions {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}
.hp-blue-bar-link-markets {
	color: #cfdfff;
	font-size: 11px;
	text-decoration: none;
}
.hp-blue-bar-link-solutions:hover {
	text-decoration: underline;
}
.hp-blue-bar-link-markets:hover {
	text-decoration: underline;
}
a {
   outline: none;
}
#utilitylinks {
	position: absolute;
	width: 400px;
	left: 400px;
	top: 0px;
	font-size: 11px;
	text-align: right;
	margin: 0px;
	padding: 5px;
}
#seach_field_box {
	position: absolute;
	width: 130px;
	left: 825px;
	top: 0px;
	font-size: 11px;
	text-align: left;
	margin: 0px;
	padding: 2px;
	height: 23px;
}
#utilitylinks a {
	color: #666;
	text-decoration: none;
}
#utilitylinks a:hover {
	color: #3c509d;
	text-decoration: underline;
}
#mainContent_wide div.column_01 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 270px;
}
#mainContent_wide div.column_02 {
	padding: 0px;
	float: left;
	width: 280px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#mainContent_wide div.column_03 {
	padding: 0px;
	float: right;
	width: 270px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div.button {
	width: 170px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
img {
	margin: 0px;
	padding: 0px;
}
div.sectionmainbox {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}
ul li.bullet_checkmark {
	list-style-image: url(../img/bullet_checkmark.gif);
}
ul li {
	margin-bottom: 10px;
}
div #sidebar1 #resources {
	padding: 0px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 20px;
}
div .indexbar {
	margin: 0px;
	width: 570px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 13px;
	color: #FFF;
	background-color: #3B5998;
}
div .indexbar h2 {
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
div .section_index_column_01 a, div .section_index_column_02 a {
	color: #4b91d6;
	text-decoration: none;
}
div .section_index_column_01 {
	padding: 0px;
	margin: 10px;
	width: 290px;
	float: left;
}
div .section_index_column_02 {
	padding: 0px;
	width: 260px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#section_boxes_wide div.sectionboxer_01 {
	width: 260px;
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#section_boxes_wide div.sectionboxer_02 {
	width: 280px;
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#section_boxes_wide div.sectionboxer_03 {
	width: 258px;
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
}
div.sectionboxer_01 a, div.sectionboxer_01 a:hover, div.sectionboxer_02 a, div.sectionboxer_02 a:hover, div.sectionboxer_03 a, div.sectionboxer_03 a:hover {
	text-decoration: none;
	color: #ffffff;
}
div .outline {
	border: 3px solid #b2d66b;
	margin: 0px;
	padding: 0px;
}
div .subhead {
	padding: 10px 20px; background-color: #b2d66b; color: #ffffff; font-style: normal; font-weight: normal; font-size: 18px; line-height: 22px;
}
.hide {
	display: none;
}
.show {
	display: block;
	margin: 0px;
	padding: 0px;
}

/* White Paper Forms */
.formWhitePaper th {
	font-size: 10px;
	text-align: right;
	width: 200px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #666666;
}
.formWhitePaper textarea {
	width: 300px;
	height: 200px;
	white-space: normal;
}
.formWhitePaper input {
	width: 270px;
}
.protect-video-title {
	background-image: url(../img/sos-video-thumbnail-bg-protect.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 124px;
	height: 90px;
	vertical-align: top;
}
.configure-video-title {
	background-image: url(../img/sos-video-thumbnail-bg-configure.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 124px;
	height: 90px;
	vertical-align: top;
}
.ssi-video-title {
	background-image: url(../img/sos-video-thumbnail-bg-ssi.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 124px;
	height: 90px;
	vertical-align: top;
}
.protect-video-title div, .configure-video-title div, .ssi-video-title div {
	padding: 15px 10px 10px 15px;
}
.protect-video-title p, .configure-video-title p, .ssi-video-title p {
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: italic;
	margin-bottom: 5px;
	margin-top: 0px;
	padding: 0px;
}
.video-thumbnail {
	width: 119px;
	height: 90px;
	vertical-align: top;
}

/* Online Documentation */

#current-versions { overflow: hidden; }
#current-versions .head { overflow: hidden; margin-top: 10px; padding: 12px 20px; width: 500px; background-color: #b2d66b; color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; font-size: 24px; background-image: url(../images/bg-online-documentation-gradient-green.gif); background-repeat: repeat-x; background-position: top; }
#current-versions .subhead { padding: 10px 20px; background-color: #b2d66b; color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; font-size: 18px; line-height: 22px; }
#current-versions .outline { border: 3px solid #b2d66b; }
#previous-versions { overflow: hidden; }
#previous-versions .head { overflow: hidden; margin-top: 10px; padding: 12px 20px; width: 500px; background-color: #fe7800; color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; font-size: 24px; background-image: url(../images/bg-online-documentation-gradient-orange.gif); background-repeat: repeat-x; background-position: top; }
#previous-versions .subhead { padding: 10px 20px; background-color: #fe7800; color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; font-size: 18px; line-height: 22px; }
#previous-versions .outline { border: 3px solid #fe7800; }
#archive-versions .head { overflow: hidden; margin-top: 10px; padding: 12px 20px; width: 500px; background-color: #b8c1c9; color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; font-size: 24px; background-image: url(../images/bg-online-documentation-gradient-gray.gif); background-repeat: repeat-x; background-position: top;"><a onclick="showHide('archive')" style="cursor: pointer; text-decoration: underline; }
#archive-versions .subhead { padding: 10px 20px; background-color: #b8c1c9; color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; font-size: 18px; line-height: 22px; }
#archive-versions .outline { border: 3px solid #b8c1c9; }
.sup-doc {
	margin: 15px 0px;
}
td {
	vertical-align: top;
}

/* Webinars */
#upcoming-webinar {
	border: 0px;
	width: 310px;
	float: left;
	margin-top: 10px;
}
#upcoming-webinar .header {
	background-color: #ffffff;
	padding: 0px;
	text-align: left;
}
#upcoming-webinar .body {
	padding: 0px;
	text-align: left;
}
#upcoming-webinar p {
	background-color: #ffffff;
	color: #666666;
	text-align: left;
}
#upcoming-webinar a {
	color: #cc6600;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}
#upcoming-webinar a:hover {
	text-decoration: underline;
}
#upcoming-webinar span {
	color: #7ab800;
	text-align: left;
	font-weight: bold;
}
#webinar-playback {
	border: 0px;
	width: 310px;
	margin-left: 330px;
	margin-top: 10px;
	text-align: right;
}
#webinar-playback .header {
	background-color: #ffffff;
	padding: 0px;
	text-align: left;
}
#webinar-playback .body {
	padding: 0px;
	text-align: left;
}
#webinar-playback p {
	background-color: #ffffff;
	color: #666666;
	text-align: left;
}
#webinar-playback a {
	color: #7ab800;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}
#webinar-playback a:hover {
	text-decoration: underline;
}
#webinar-playback span {
	color: #cc6600;
	text-align: left;
	font-weight: bold;
}

.alert {
	color: #cc0000; text-transform: normal; font-weight: bold;
}

/* Salesforce Validation */
.invalid { border-left: 3px solid red; }

/* Shopping Cart */
.shop-container {
	overflow: hidden;
}

#cc_symbol {
position:relative;
margin-left: 300px;

}

img.cc_symbol2 {
float:right;
margin-right: 400px;
margin-top:-20px;
}

*:first-child+html img.cc_symbol2 {
margin-top:-45px;
}

img.cc_symbol3 {
float:right;
margin-right: 510px;
margin-top:5px;
}
