/* CSS Document */
BODY {
	background: #ffffff url(images/bg.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
td, div
{
	font-family:Trebuchet MS, Georgia, Verdana, Arial, Helvetica;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
}

a { color:#0088cc; text-decoration:none;}
a:hover { color:#003377}

div {
	margin:0px;
	padding:0px;
	}

img { border: 0}

/** my grid layout helper @020411 **/
.column { float:left; width:auto; padding:0; margin:0; }
.clearer, .master, .parent { width:100%; zoom:1; position:static; clear:both; }
.column, .master, .parent { height:100px; min-height:100px; }
.grid1col .column { width:100%; }	
.grid2col .column { width:49%; margin-left:1%; }
.grid3col .column { width:32%; margin-left:1%; }
.grid4col .column { width:24%; margin-left:1%; }
.grid5col .column { width:19%; margin-left:1%; }
.column.first, .column.last { margin-left:0; }
.column.last { float:right; width:auto; }
.clearer:after, .master:after, .parent:after { content:"."; display:block; height:0; clear:both; visibility:hidden; font-size:0; line-height:0; }
html > body#page .column, html > body#page .master, html > body#page .parent, html > body#page .master .parent .column { height:auto; }

/*ul,ol,.inline-block*/
.list {}
	.list ul { list-style:none; margin:0; padding:0; }
	.list ul li, .inline-block { 
		display:block;
		display:-moz-inline-stack;
		display:inline-block;
		margin:0 -4px 0 0;
		zoom:1;
		*display:inline;
		*margin:0 0 0 0;
		}
	.list ul li a { 
		display:block; text-decoration:none; margin:0; padding:0;
		font-weight:normal; font-size:12px; line-height:12px;
		}
	.list ul li a:link, .list ul li a:visited { color:#554645; }
	.list ul li a:hover {}
.list.vnav ul { width:143px; }	
.list.vnav ul li { clear:left; width:100%; }

#holder {
	width: 1000px;
	margin: 0px auto;
	}

#header {
	width: 1000px;
	height: 172px;
	float:left;
	display:block;
	overflow:hidden;
	background:url(images/header-back.png) no-repeat;
	}

#myHeader {
	width: 1000px;
	height: 99px;
	float:left;
	display:block;
	overflow:hidden;
	}

#logo {
	float: left;
	display:block;
	width:350px;
	padding: 15px 0 0 25px;
	}
/*
#header #phone {
	float: right;
	display:block;
	width:500px;
	padding: 4px 45px 0 0px;
	line-height: 17px;
	margin: 30px 25px 0 0;
	font-size: 14px;
	color: #0092d6;
	text-align:right;
	font-weight:bold;
	 background: url(images/us-flag-circle.gif) top right no-repeat; 
	}

#header #phone span {
	color:#999999;
	}
*/
	
#header #phone {
	float: right;
	display:block;
	width:500px;
	padding: 0;
	margin: 5px 20px 0 0;
	line-height: 17px;
	}
	
ul#topRightMenu {	
	list-style:none; padding:0 0 2px 5px; 
	margin:0px;
	float:right; 
	width:auto; 
	border-bottom:1px solid #cccccc; 
	}
	
ul#topRightMenu  li {
	float: left;
	display:block;
	width: auto;
	font-size: 11px;
	color:#888;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 0 0 4px;
	}
	
ul#topRightMenu  li a {
	color: #888;
	text-decoration: none;
	}
	
ul#topRightMenu2 {
	clear:both;
	list-style:none; 
	padding: 6px 0 0 0; 
	margin:0px;
	float:right; 
	width:500px; 
	}

ul#topRightMenu2  li {
	float: left;
	display:block;
	width: auto;
	font-size: 13px;
	color:#444;
	padding: 0 0 0 12px;
	margin: 0;
	}

ul#topRightMenu2  li a {
	text-decoration:none;
	font-weight: bold;
	color: #444;
	display:block;
	white-space: nowrap;
	padding-bottom: 2px;
	border-bottom: #fff 3px solid;
	}

ul#topRightMenu2  li a:hover {
	border-bottom: #00a0de 3px solid;
	color: #000;
	}

ul#topRightMenu2  li a.current{
	border-bottom: #00a0de 3px solid;
	color: #000;
	}
	
#phoneChat {
	float: right;
	clear:both;
	display:block;
	width:500px;
	padding: 0;
	margin: 7px 0 0 0;
	}

td.phoneSales {
	font-size: 14px;
	color: #0092d6;
	text-align:right;
	font-weight:bold;
	line-height: 18px;
	white-space:nowrap;
	vertical-align:middle;
	border-right: 1px solid #ddd;
	text-align:right;
	padding-right: 20px;
	}
td.phoneSales span {
	color:#999999;
	}
	
#myContent {
	width: 940px;
	float:left;
	display:block;
	/* overflow:hidden; */
	padding: 10px 30px 10px 30px;
	background: url(images/content-back.png) repeat-y;
	}
	
.myContent {
	width: 940px;
	float:left;
	display:block;
	overflow:hidden;
	padding: 10px 30px 10px 30px;
	background: url(images/content-back.png) repeat-y;
	}
	
.myContent2 {
	width: 990px;
	float:left;
	display:block;
	overflow:hidden;
	padding: 10px 5px 10px 5px;
	background: url(images/content-back.png) repeat-y;
	}

.blackTopic {
	line-height: 32px;
	font-size: 22px;
	font-weight:bold;
	color:#000000;
	}


.topHomeContent {
	float:left;
	display: block;
	width:940px; 
	height:458px;
	padding: 0 0 15px 0;
	background:url(images/home-top-content-back.jpg) no-repeat;
	}

.middleHomeContent {
	float:left;
	display: block;
	width:940px; 
	height:278px;
	padding: 0 0 15px 0;
	background: url(images/home-middle-content-back2.jpg) no-repeat;
	}

.bottomHomeContent {
	float:left;
	display: block;
	width:940px; 
	height:258px;
	padding: 0 0 15px 0;
	background: url(images/home-bottom-content-back2.jpg) no-repeat;
	}

.bottomContentTitle {
	float:left;
	display: block;
	width:930px; 
	height:52px;
	padding: 0px 0 0 10px;
	font-size: 14px;
	background: url(images/bottom-content-back.jpg) top left no-repeat;
	line-height: 18px;
	}

.bottomContentTitleInner {
	float:left;
	display: block;
	width:460px;
	height: 40px;
	padding: 12px 0 0 0;
	}
	
.bottomContentTitleNewsletter {
	float: right;
	display: block;
	width:440px; 
	height:40px;
	margin: 5px 20px 0 0;
	}
	
.bottomContentTitleInner b {
	color:#333333
	}

.bottomContent {
	float:left;
	display: block;
	width:925px;
	min-height: 50px;
	padding: 0 0px 15px 15px;
	background: url(images/bottom-content-back.jpg) bottom left no-repeat;
	}

.boxesLinks {
	float:left;
	display: block;
	width:170px;
	padding: 0 10px 0 10px;
	line-height:20px;
	}

.boxesLinks b {
	color:#333333
	}

.boxesLinks a {
	color:#777777;
	text-decoration:none;
	font-size: 12px;
	}

.boxesLinks a:hover {
	text-decoration: underline;
	}

a.learnMore {
	background:url(images/arrow_blue.gif) no-repeat right;
	padding-right: 7px;
	text-decoration:none;
	color:#0088ff;
	font-size:12px;
	}

a:hover.learnMore {
	text-decoration:underline;
	}

a.learnMore2 {
	background:url(images/arrow-right-icon-blue.gif) no-repeat top right;
	text-decoration:none;
	color:#0088ff;
	font-size:14px;
	line-height: 18px;
	font-weight:bold;
	padding: 6px 33px 5px 0;
	}

a.backTo {
	background:url(images/arrow-left-icon-blue.gif) no-repeat top left;
	text-decoration:none;
	color:#0088ff;
	font-size:14px;
	line-height: 18px;
	font-weight:bold;
	padding: 6px 0 5px 33px;
	}

.title01 {
	font-size: 28px;
	font-weight:bold;
	color: #444444;
	}

.title02 {
	font-size: 18px;
	font-weight:bold;
	color: #666666;
	}

.title03 {
	font-size: 20px;
	color: #666666;
	}

.titleBlack01 {
	font-size: 18px;
	font-weight:bold;
	color: #000;
	}

.titleBlack02 {
	font-size: 14px;
	font-weight:bold;
	color: #000;
	}

.titleBlack03 {
	font-size: 24px;
	font-weight:bold;
	color: #000;
	}

.titleBlackBIG {
	font-size: 32px;
	font-weight:bold;
	color: #000;
	}

.titleBllue01 {
	font-size: 22px;
	font-weight:bold;
	color: #0099cc;
	line-height: 24px;
	}

.titleBllue02 {
	font-size: 16px;
	font-weight:bold;
	color: #0099cc;
	line-height: 20px;
	}

.aplText {	
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	color:#222222;
	line-height:15px;
	font-size:11px;
	}

a.blockMenu {
	background-image:url(images/home-ver2-arrow2.png);
	background-position: -68px 0px;
	background-repeat:no-repeat;
	color:#000000;
	display:block;
	height:43px;
	padding: 12px;
	padding-right:30px;
	line-height: 18px;
	margin: 1px 3px 1px 1px;
	text-align:left;
	}

a.blockMenu:hover {	
	background-image:url(images/home-ver2-arrow2.png);
	background-position: -68px -70px;
	}

.leftContent {
	float:left;
	display: block;
	width:610px;
	}

.rightContent {
	float:right;
	display: block;
	width:300px;
	}

.leftContentSupport {
	float:left;
	display: block;
	width:228px;
	}

.rightContentSupport {
	float:right;
	display: block;
	width:680px;
	}

.leftColumn {
	float:left;
	display: block;
	width:260px;
	}

.rightColumn {
	float:right;
	display: block;
	width:640px;
	line-height: 18px;
	font-size: 13px;
	padding: 0 0 15px 0;
	}

.dashedBottom {
	border-bottom: 1px dashed #ddd;
	padding: 15px 0 15px 0;
	}

#footer {
	float:left;
	display: block;
	width:910px;
	padding:15px;
	}

#footer .left {
	width:430px;
	float:left;
	display:block;
	font-size: 12px;
	text-align:left;
	line-height: 16px;
	color:#999999;
	}

#footer .left a {
	color: #0099cc;
	text-decoration:none;
	font-size: 12px;
	}

#footer .left a:hover {
	text-decoration: underline;
	}

#footer .right {
	width:460px;
	float:right;
	display:block;
	font-size: 12px;
	text-align: right;
	line-height: 16px;
	color:#999999;
	}

#footer .right a {
	color: #0099cc;
	font-size: 12px;
	text-decoration:none;
	}

#footer .right a:hover {
	text-decoration: underline;
	}

#footer .oneline {
	clear:both;
	line-height: 16px;
	color:#999999;
	padding-top:4px;
	}	

.formfields {
	border: 1px solid #ccc;
	background-color: #FFFFFF;
	font-size: 13px;
	color:#666666;
	padding: 3px;
	}

.masterLeft {
	width: 228px;
	display:block;
	float:left;
	margin-bottom:20px;
	}	

.master {
	width: 228px;
	background:url(images/master-back.gif) repeat-y;
	display:block;
	float:left;
	margin-bottom:20px;
	}
.master .masterTitle {
	padding: 6px 0px 0px 7px;
	line-height:16px;
	font-weight:bold;
	color:#FFFFFF;
	display:block;
	height:22px;
	margin:0px;
	background:url(images/master-header-down.gif) no-repeat;
	}
.master .masterTitle2 {
	padding: 6px 0px 0px 7px;
	line-height:16px;
	font-weight:bold;
	color:#FFFFFF;
	display:block;
	height:22px;
	margin:0px;
	background:url(images/master-header2.gif) no-repeat;
	}

.master .masterContentLinks {
	margin:0px;
	padding:8px 7px 5px 10px;
	background:url(images/master-back.gif) repeat-y;
	}
	
ul.masterContentLinks li{
	padding-bottom:5px;
	line-height: 13px;
	}

.master ul {
	list-style:none;
	}

.master ul li {
	padding-bottom:7px;
	font-size: 11px;
	font-family:Helvetica, Arial, sans-serif;
	line-height:15px;
	color:#888;
	}


.master ul li a {
	color: #0088cc;
	padding-left: 10px;
	background:url(images/master-bullet-back.gif) top left no-repeat;
	}

.master ul li a:hover {
	color:#000000;
	}
	
.masterContent {
	background: url(images/masterContent-back2.gif) no-repeat;
	width: 600px;
	float:left;
	display:block;
	padding: 20px 10px 15px 70px;
	}

.masterConentTitle {
	font-size:22px;
	color:#444444;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	padding-bottom:15px;
	}

.footnoteTitle {
	color:#0099ff;
	font-size:11px;
	font-weight:normal;
	float:left;
	display:block;
	width: 240px;
	padding:px 25px 5px 0px;
	line-height: 13px;
	}

.stepsNum {
	float:left;
	display:block;
	width:50px;
	}

.stepsContent {
	float: right;
	display:block;
	width:575px;
	line-height: 17px;
	padding-right:10px;
	}

.stepsBlock {
	float:left;
	display:block;
	width: 650px;
	padding: 20px 0 20px 0;
	border-bottom: dashed #ddd 1px;
	clear:both;
	margin: 0 10px 0 20px
	}

ul.simpleList {
	margin-top:3px;
	}

ul.simpleList li {
	padding-bottom:6px;
	}

.topTVContent {
	float:left;
	display: block;
	width:940px;
	height: 513px;
	padding: 0 0 15px 0;
	background: url(images/tv-top-content-back.jpg) no-repeat;
	}

.secondaryTab {
	float:left;
	display: block;
	width:940px;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #ddd;
	margin: 0 0 20px 0;
	}
	
.secondaryTab .TopicTitle {
	float:left;
	display: block;
	width:500px;
	padding: 0 0 5px 0;
	}

.secondaryTab ul {
	float:right;
	display: block;
	width:400px;
	list-style:none;
	margin:0px;
	padding: 0px;
	}

.secondaryTab ul li {
	float:right;
	margin:0px;
	padding: 0px;
	display: block;
	}
	
.secondaryTab ul li a {
	display:block;
	color:#999999;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	} 
	
.secondaryTab ul li a span {
	padding: 10px 15px 10px 5px;
	display:block;
	}
	
.secondaryTab ul li a:hover {
	background: url(images/scecondary-tab-ON.png) bottom center no-repeat;
	color:#000000;
	}
	
.secondaryTab ul li a.ON {
	background: url(images/scecondary-tab-ON.png) bottom center no-repeat;
	color:#000000;
	}
	
a.pdf_link 
{
    background: url("images/icon-pdf.gif") left center no-repeat;
    padding-left: 20px;
    white-space:    nowrap;
    line-height:20px;
    font-size:11px;
}

table.smallTexts tr td {
	font-size:11px;
	}

.emailGuides {
	padding-left: 32px;
	padding-right:10px;
	background:url(images/outlook-old.gif) left top no-repeat;
    	font-size:11px;
	}

.testi {
	background:url(images/quote.gif) top left no-repeat;
	padding: 5px 5px 0 32px;
	line-height:15px;
	font-size: 11px;
	color:#999;
	font-family: Arial, Helvetica, sans-serif;
	}

.testi b {
	color:#333333;
	font-weight:bold;
	font-size: 12px
	}

.testi span {
	font-style:italic;
	color: #555;
	}

.testimonials {
	background:url(images/quotationmark1.png) top left no-repeat;
	padding: 12px 15px 5px 38px;
	color:#666666;
	margin-top:25px;
	font-size:11px;
	line-height:18px;
	}

p.author {
	text-align:right;
	font-style:italic;
	color:#888888;
	padding-right: 55px;
	background: no-repeat right;
	height: 48px;
	padding-top:5px;
	}

.testimonials em {
	font-size: 16px;
	font-style:normal;
	color:#555555;
	}

.bigBox {
	float:left;
	display: block;
	width: 940px;
	background:url(images/bigbox-bg.gif) repeat-y;
	}

.bigBoxTop {
	float:left;
	display: block;
	width: 940px;
	background:url(images/bigbox-top-bg.gif) top no-repeat;
	padding-top: 10px;
	}

.bigBoxBottom {
	float:left;
	display: block;
	width: 910px;
	background:url(images/bigbox-bottom-bg.gif) bottom no-repeat;
	padding: 8px 15px 40px 15px;
	}

.galleryRight {
	float: right;
	display: block;
	width: 530px;	
	}

.galleryLeft {
	float: left;
	display: block;
	width: 355px;
	line-height:18px;
	}

.vtGallery {
	padding-bottom: 20px;
	float:left;
	width: 680px;
	display:block;
	}
	
.vtGallery .featured {
	background-color: #e6e6e6;
	padding: 5px 5px 5px 7px;
	font-weight:bold;
	font-size: 18px;
	color:#0088cc;
	line-height: 16px;
	margin-bottom:10px;
	margin-top:0px;
	}

.vtGallery .photoVT {
	display:block;
	width: 300px;
	float:left;
	}

a.thumbVT img{
	border: 5px solid #dddddd;
	}

a.thumbVT:hover img{
	border: 5px solid #0099ff;
	}

.vtGallery .vtInfo {
	float:right;
	display:block;
	width: 360px;
	text-align:left;
	line-height: 16px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	color:#666666;
	font-size:12px;
	}

.fourBoxesTop {
	float:left;
	display:block;
	width: 940px;
	background: url(images/4boxes.jpg) top left no-repeat;
	padding: 5px 0 0 0;
	}

.fourBoxesContent {
	float:left;
	display:block;
	width: 940px;
	background: url(images/4boxes.jpg) bottom left no-repeat;
	padding: 8px 0 0 0;
	}

.fourBoxesContent .boxes {
	float:left;
	width: 215px;
	padding: 2px 10px 15px 10px;
	}

.videoTrainHead {
	float: left;
	display:block;
	width: 560px;
	background:url(images/video-training-top-bg.gif) top left no-repeat;
	height: 34px;
	}

.videoTrainHead ul {
	list-style: none;
	float: left;
	display:block;
	margin: 0 0 0 5px;
	padding:0;
	width: 555px;
	height: 34px;
	}

.videoTrainHead ul li {
	float: left;
	display:block;
	height: 34px;
	padding: 0;
	margin:0;
	}

.videoTrainHead ul li a {
	float: left;
	display:block;
	height: 34px;
	background-image: url(images/video-training-menu-right.gif);
	background-position: 0px 50px;
	background-repeat: no-repeat;
	}

.videoTrainHead ul li a span {
	float: left;
	display:block;
	height: 26px;
	padding: 8px 0 0 0;
	line-height: 20px;
	background-image: url(images/video-training-menu-left.gif);
	background-position: 0px 50px;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight:bold;
	color: #699;
	text-align:center;
	}

.videoTrainHead ul li a:hover, .videoTrainHead ul li a#ON {
	background-position: top right;
	}

.videoTrainHead ul li a:hover span, .videoTrainHead ul li a#ON span {
	background-position: 0px 0px;
	color: #08c;
	}

.videoTrainHead ul li a span#stitcher {
	width: 165px;
	}

.videoTrainHead ul li a span#photowrap {
	width: 111px;
	}

.videoTrainHead ul li a span#vpix {
	width: 74px;
	}

.videoTrainHead ul li a span#puretools {
	width: 106px;
	}

.videoTrainHead ul li a span#photoshop {
	width: 95px;
	}

.videoTrainBox {
	float: left;
	display:block;
	width: 538px;
	border: 1px solid #ddd;
	border-top: 0;
	padding: 10px;
	}

.videoTraining {
	clear: both;
	float:left;
	display:block;
	width: 538px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: dotted #bbb 1px;
	}

.videoTraining .videoNum {
	float: left;
	display: block;
	width:38px;
	font-weight:bold;
	color:#000;
	font-size: 16px;
	}

.videoTraining .videoThumb {
	float: left;
	display: block;
	width:160px;
	height: 98px;
	margin-top:5px;
	}

.videoThumbPhoto {
	width: 150px;
	height: 90px;
	}

a.videoThumbPlayer {
	display:block;
	width: 158px;
	height: 98px;
	position: relative;
	top: -94px;
	left: -4px;
	z-index: 1;
	}

a.videoThumbPlayer img {
	border: 4px solid #ddd;
	}

a.videoThumbPlayer:hover img {
	border: 4px solid #aaa;
	}

.videoInfo {
	float: right;
	display: block;
	width:325px;
	line-height: 16px;
	}

.duration {
	white-space: nowrap;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color:#888;
	padding: 0 0 10px 0;
	}

.duration b { color:#000000}
	
.videoInfo h2 {
	font-size: 16px;
	color: #0088cc;
	font-weight:bold;
	margin: 0;
	padding:0;
	}

.allPlayers {
	float: right;
	display: block;
	width:325px;
	}

a.playQuick {
	float: left;
	display: block;
	width:127px;
	height: 23px;
	padding: 7px 0 0 30px;
	margin: 10px 0 0 0;
	background:url(images/watch-quicktime-bg.jpg) top left no-repeat;
	line-height: 14px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	}

a.playFlash {
	float: right;
	display: block;
	width:120px;
	height: 23px;
	padding: 7px 0 0 30px;
	margin: 10px 0 0 0;
	background:url(images/watch-flash-bg.jpg) top left no-repeat;
	line-height: 14px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	}

a.noVideos {
	color: #777;
	filter: alpha(opacity=60%); opacity: 0.60
	}

.videoPage {
	clear: both;
	float:left;
	display:block;
	text-align:right;
	width: 538px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

.videoPage a {
	font-weight:bold;
	}

ul.checkbullets {
	margin:0px;
	padding: 10px 0 5px 10px;
	list-style:none;
	}
	
ul.checkbullets li {
	padding: 0 0 7px 18px;
	font-size: 14px;
	color:#000000;
	background:url(images/check-bullets.gif) no-repeat;
	font-weight:bold;
	}
	

#supportFloat {
	position: fixed; top: 35%; right:0px;
}

.searchCool {
		padding: 5px 5px 5px 30px;
		border: 1px solid #d0d0d0;
		background: #fff url(images/search.png) 8px center no-repeat;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 15px;
		color: #666;
	}


.searchStore {	
	display:block;
	float:left;
	width: 228px;
	min-height: 145px;
	background:url(images/voyager-store-search-bg.gif) no-repeat;
	margin-bottom:20px;
	}
	
.searchStore form {
	margin: 105px 0 0 20px;
	}	
	
.searchStoreField {
		padding: 5px 10px 5px 30px;
		border: 0px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		line-height: 16px;
		background: none;
		color: #999;
	}

.leftSliderTitle {
	float:left;
	display:block;
	width: 218px;
	/* background:url(images/leftSlider-Title-bg.gif) no-repeat;
	height: 23px;
	font-weight:bold; */
	height: 25px; 
	background:url(images/blueLeftHead-bg.gif) top left no-repeat;
	padding: 9px 0 0 10px;
	color:#FFFFFF;
	font-size: 16px;
	line-height: 16px;
	font-family: "HandelGothicD_Medium", Arial, Helvetica, sans-serif;
	}

.leftSlider {
	float:left;
	display:block;
	width: 226px;
	border: 1px solid #ddd;
	border-bottom: 0px;
	overflow: hidden;
	margin: 0 0 10px 0;
	}
	
.leftSlider div {
	background-color: #fff;
	padding: 2px 5px 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}

.collapseContent {
	overflow:auto;
	width: 200px;
	display:block;
}

.leftSlider a.mainCategory {
	cursor:pointer;
	display:block;
	padding: 8px 0 0 7px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	text-align:left;
	height: 21px;
	overflow:hidden;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
	color: #666;
	background-image:url(images/leftSlider-bg2.gif);
	background-position: 0 0;
}
.leftSlider a.mainCategory:hover {
	background-image:url(images/leftSlider-bg2.gif);
	background-position: 0 -30px;
	color: #fff;
}
.leftSlider a.mainCategory.selected {
	background-image:url(images/leftSlider-bg2.gif);
	background-position: 0 -30px;
	color: #fff;
}

a.sublinks {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #777;
	text-decoration:none;
	display:block;
	cursor:pointer;
	cursor:hand;
	}

a.sublinks:hover {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #0088ff;
	}

.blogTop {
	clear:both;
	float:left;
	display:block;
	width: 350px;
	margin: 10px 0 10px 0;
	padding: 58px 0 0 0;
	background:url(images/blog-bg.gif) top left no-repeat;
	}

.blogBottom {
	float:left;
	display:block;
	width: 310px;
	padding: 0 20px 20px 20px;
	background:url(images/blog-bg.gif) bottom left no-repeat;
	line-height:16px;
	}

.footnotes {
	color:#999;
	font-size:11px;
	font-weight:normal;
	line-height: 13px;
	}

.twoBoxes { 
	clear:both;
	float:left;
	display:block;
	width: 350px;
	}
	
.twoBoxes  .leftVideoBanner {
	float:left;
	display:block;
	width: 170px;
	background:url(images/affiliate-bg.gif) top left no-repeat;
	padding: 10px 0 0 0;
	}
	
.twoBoxes  .leftVideoBannerInner {
	float:left;
	display:block;
	width: 170px;
	height: 182px;
	background:url(images/affiliate-bg.gif) bottom left no-repeat;
	}
	
.twoBoxes  .rightAffiliate {
	float:right;
	display:block;
	width: 170px;
	background:url(images/affiliate-bg.gif) top right no-repeat;
	padding: 10px 0 0 0;
	}
	
.twoBoxes  .rightAffiliateInner {
	float:left;
	display:block;
	width: 150px;
	height: 182px;
	background:url(images/affiliate-bg.gif) bottom right no-repeat;
	padding: 0 10px 0 10px;
	line-height: 16px;
	}




.vtHead {
	float: left;
	display:block;
	width: 392px;
	background: url(images/vtThumb-tab-bg.jpg) top left no-repeat;
	height: 34px;
	}

.vtHead ul {
	list-style: none;
	float: left;
	display:block;
	margin: 0 0 0 5px;
	padding:0;
	width: 387px;
	height: 34px;
	}

.vtHead ul li {
	float: left;
	display:block;
	height: 34px;
	padding: 0;
	margin:0;
	}

.vtHead ul li a {
	float: left;
	display:block;
	height: 34px;
	background-image: url(images/video-training-menu-right.gif);
	background-position: 0px 50px;
	background-repeat: no-repeat;
	}

.vtHead ul li a span {
	float: left;
	display:block;
	height: 26px;
	padding: 8px 0 0 0;
	line-height: 20px;
	background-image: url(images/video-training-menu-left.gif);
	background-position: 0px 50px;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight:bold;
	color: #699;
	text-align:center;
	}

.vtHead ul li a:hover, .vtHead ul li a#ON {
	background-position: top right;
	}

.vtHead ul li a:hover span, .vtHead ul li a#ON span {
	background-position: 0px 0px;
	color: #08c;
	}
	
.vtHolder {
	clear:both;
	float:left;
	display:block;
	width: 370px;
	padding: 10px;
	border: 1px solid #ddd;
	border-top: 0;
	}

.vtRowThumb {
	clear:both;
	float:left;
	display:block;
	width: 370px;
	padding: 18px 0 15px 0;
	border-bottom: 1px dotted #ddd;
	}

.vtInfo {
	float: right;
	display:block;
	width: 200px;
	font-size: 11px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	color:#222222;
	line-height: 15px;
	}

.vtInfo h2 {
	padding: 0 0 5px 0;
	margin:0;
	font-size: 16px;
	line-height: 17px;
	color:#0088cc;
	}

.vtThumb {
	float: left;
	display: block;
	width:160px;
	height: 98px;
	}

.vtThumbPhoto {
	width: 150px;
	height: 90px;
	}

a.vtThumbPlayer {
	display:block;
	width: 158px;
	height: 98px;
	position: relative;
	top: -94px;
	left: -4px;
	z-index: 1;
	}

a.vtThumbPlayer img {
	border: 4px solid #e3e3e3;
	}

a.vtThumbPlayer:hover img {
	border: 4px solid #aaa;
	}

ul.hostingVideo {
	list-style: none;
	margin: 0;
	padding:0;
	float:left;
	display: block;
	width: 350px;
	}

ul.hostingVideo li {
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 18px;
	float:left;
	display: block;
	width: 350px;
	}
	

ul.hostingVideo li a {
	float:left;
	display: block;
	width: auto;
	background: url(images/youtube-hosting-thmb.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 61px; 
	min-height: 61px; 
	padding: 0 0 0 100px;
	text-decoration:none;
	}

ul.hostingVideo li a.sampleVid {
	background: url(images/hosting-thmb-01.jpg) top left no-repeat;
	}

ul.hostingVideo li a span {
	float:left;
	display: block;
	width: auto;
	background:url(images/blue-arrow.jpg) bottom right no-repeat; 
	padding: 14px  11px 0 0;
	color: #0088ff;
	font-weight:bold;
	}

ul.hostingVideo li a:hover span {
	color: #333;
	}

ul.tabHosting {
	float:left;
	display:block;
	width: 271px;
	list-style:none;
	margin: 0;
	padding:1px;
	}

ul.tabHosting li {
	float:left;
	display:block;
	width: 271px;
	height: 65px;
	padding:0;
	margin: 0;
	}

ul.tabHosting li a {
	float:left;
	display:block;
	width: 271px;
	height: 65px;
	background-image: url(images/tabHosting-bg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	}
	
ul.tabHosting li a:hover, ul.tabHosting li.ON a {
	background-position: 0 -65px;
	}
	
ul.tabHosting li a span {
	float:left;
	display:block;
	width: 271px;
	padding: 15px 15px 0 60px;
	height: 45px;
	min-height: 45px;
	background-image: url(images/sample-host-icon-bg.png);
	background-position: 5px -65px;
	background-repeat: no-repeat;
	color: #999;
	font-size: 13px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	}
	
ul.tabHosting li a:hover span, ul.tabHosting li.ON a span {
	background-position: 5px 0;
	color: #08f;
	}
	
ul.tabHosting li a span i {
	font-size: 11px;
	font-style:normal;
	font-weight:normal;
	}
	
ul.tabHosting li a:hover span i, ul.tabHosting li.ON a span i  {
	color: #777;
	}

.fArial { font-family:Arial, Helvetica, sans-serif}
.b { font-weight:bold}
	
.f11 { font-size: 11px}
.f12 { font-size: 12px}
.f13 { font-size: 13px}
.f14 { font-size: 14px}
.f15 { font-size: 15px}
.f16 { font-size: 16px}
.f18 { font-size: 18px}
.f20 { font-size: 20px}
.f22 { font-size: 22px}
.f24 { font-size: 24px}
.f26 { font-size: 26px}
.f28 { font-size: 28px}
.f32 { font-size: 32px}
.f36 { font-size: 36px}
.f40 { font-size: 40px}
.f48 { font-size: 48px}

.fBlack { color:#000}
.fBlue { color:#08c}
.fOrange { color:#e70}
.fRed { color:#c00}
.fGray { color:#555}
.fLGray { color:#999}

@font-face{
font-family: 'HandelGothicD_Medium';
src: url( 'http://fnt.webink.com/wfs/?drawer=A9C94515-ABA4-42D5-9D8B-B63938CE0CAB&font=3BDB119A-C7DD-8805-9FCE-763379307DF9');
font-weight:normal;font-style:normal;font-variant:normal;
  }

@font-face{
font-family: 'HelserifTBook';
src: url( 'http://fnt.webink.com/wfs/?drawer=A9C94515-ABA4-42D5-9D8B-B63938CE0CAB&font=435F50B6-15E1-EA9E-DB54-AE900BC43166');
font-weight:normal;font-style:normal;font-variant:normal;
  }

@font-face{
font-family: 'CargoD';
src: url( 'http://fnt.webink.com/wfs/?drawer=A9C94515-ABA4-42D5-9D8B-B63938CE0CAB&font=F7933722-7FD7-69B4-2C57-F7E111AA8BEA');
font-weight:normal;font-style:normal;font-variant:normal;
  }


.vpixTitle {
	font-family: "HandelGothicD_Medium", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 48px;
	font-weight:bold;
	}

.fHandel  {
	font-family: "HandelGothicD_Medium", Arial, Helvetica, sans-serif;
	}

.fCargoD  {
	font-family: "CargoD", Arial, Helvetica, sans-serif;
	}
	
.fArial  {
	font-family: Arial, Helvetica, sans-serif;
	}

.leftColumns {
	float:left;
	display:block;
	width: 260px;
	padding: 10px 0;
	}

.rightColumns {
	float: right;
	display:block;
	width: 660px;
	padding: 10px 0;
	}

.rightColumnsClear {
	clear:both;
	float: right;
	display:block;
	width: 660px;
	}

.panel img {
	height: 260px;
	}
.filmstrip { z-index:1; }
.filmstrip img {width:50px; height: 45px }

ul.bulletDots {
	list-style:  none;
	margin: 6px 0 0 3px;
	padding:0;
	}

ul.bulletDots li {
	background: url(images/dark-dots.gif) top left no-repeat;
	font-size: 11px;
	line-height: 12px;
	padding: 0 0 3px 14px;
	}

.storeTabHead {
	float: left;
	display:block;
	width: 660px;
	background:url(images/storeTabHead-top-bg.gif) top left no-repeat;
	height: 34px;
	}

.storeTabHead ul {
	list-style: none;
	float: left;
	display:block;
	margin: 0 0 0 5px;
	padding:0;
	width: 655px;
	height: 34px;
	}

.storeTabHead ul li {
	float: left;
	display:block;
	height: 34px;
	padding: 0;
	margin:0;
	width:auto;
	}

.storeTabHead ul li a {
	float: left;
	display:block;
	height: 34px;
	background-image: url(images/video-training-menu-right.gif);
	background-position: 0px 50px;
	background-repeat: no-repeat;
	width:auto;
	}

.storeTabHead ul li a span {
	float: left;
	display:block;
	height: 26px;
	padding: 8px 25px 0 25px;
	line-height: 20px;
	background-image: url(images/video-training-menu-left.gif);
	background-position: 0px 50px;
	background-repeat: no-repeat;
	font-size: 13px;	
	color: #699;
	text-align:center;
	width:auto;
	}

.storeTabHead ul li a:hover, .storeTabHead ul li a#ON {
	background-position: top right;
	}

.storeTabHead ul li a:hover span, .storeTabHead ul li a#ON span {
	background-position: 0px 0px;
	color: #08c;
	}

.storeTabBox {
	float: left;
	display:block;
	width: 638px;
	border: 1px solid #ddd;
	border-top: 0;
	padding: 10px;
	}

ul.bulletCheckmark {
	list-style:  none;
	margin: 6px 0 0 3px;
	padding:0;
	}

ul.bulletCheckmark li {
	background: url(images/check_green_20.gif) top left no-repeat;
	font-size: 12px;
	line-height: 14px;
	padding: 4px 0 18px 27px;
	}

ul.leftMenu {
	float:left;
	display:block;
	width: 250px;
	list-style: none;
	margin:0;
	padding:0;
	font-family: "HandelGothicD_Medium", Arial, Helvetica, sans-serif;	
	border-top: 1px solid #e5e5e5;	
	}

ul.leftMenu li {
	padding: 3px 0;
	margin: 0;
	float:left;
	display:block;
	width:250px;
	border-bottom: 1px solid #e5e5e5;
	}

ul.leftMenu li a {
	float:left;
	display:block;
	width: 225px;
	background-image: url(images/blue-square-arrow.gif);
	background-position: 236px 103px;
	background-repeat: no-repeat;
	padding: 5px 20px 5px 5px;
	color: #888;
	}

ul.leftMenu li a:hover, ul.leftMenu li a.ON{
	background-position: 236px 6px;
	color:#000;
	}


ul.accesoriesThumb {
	float:left;
	display:block;
	width: 638px;
	list-style:none;
	margin: 0;
	padding: 10px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#888;
	line-height: 13px;
	font-size: 11px;
	}

ul.accesoriesThumb li {
	float:left;
	display:block;
	width: 195px;
	padding: 5px 8px 15px 8px;
	text-align:center;
	}
	
ul.accesoriesThumb li a {
	text-decoration:none;
	color:#888;
	}
	
ul.accesoriesThumb li a:hover {
	color:#000;
	}

ul.accesoriesThumb li a img {
	width: 185px;
	height: 150px;
	border: 1px solid #ddd;
	padding: 4px;
	margin: 3px;
	}

ul.accesoriesThumb li a:hover img {
	border: 1px solid #999;
	}

ul.specsList {
	list-style:  none;
	margin: 10px 0 0 0;
	padding:0;
	}

ul.specsList li {
	font-size: 12px;
	line-height: 14px;
	padding: 0 0 10px 5px;
	}

ul.specsList li b {
	color: #333;
	}
	
ul.bulletPDF {
	list-style:  none;
	margin: 6px 0 0 3px;
	padding:0;
	}

ul.bulletPDF li {
	background: url(images/master-bullet-back.gif) top left no-repeat;
	font-size: 11px;
	line-height: 12px;
	padding: 0 0 10px 13px;
	}

.rowTabContent {
	clear:both;
	float:left;
	display:block;
	width: 628px;
	margin: 0;
	padding: 15px 5px;
	border-bottom: 1px dotted #e2e2e2;
	}

 .vtThumbs {
	float: left;
	display:block;
	width: 220px;
	}

.vtThumbs a img {
	width: 210px;
	height: 120px;
	border: 1px solid #ddd;
	padding: 4px;	
	}

.vtThumbs a:hover img {
	border: 1px solid #555;
	}

.vtInfos {
	float: left;
	display:block;
	margin: 0 10px;
	width: 230px;
	}
	
.vtInfos .topInfos {
	height: 117px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin:0;
	padding:0;
	}
	
.vtInfos .bottomIcons {
	margin:0;
	padding:0;
	}

.rightBannners {
	float: right;
	display:block;
	width: 150px;
	}

.leftSupportClear {
	clear:both;
	float:left;
	display:block;
	width: 228px;
	padding: 0 0 15px 0;
	}
	
.leftSupportClear2 {
	clear:both;
	float:left;
	display:block;
	width: 250px;
	padding: 0 0 15px 0;
	}

.leftSupportContent {
	clear:both;
	float:left;
	display:block;
	width: 206px;
	padding: 10px;
	border: 1px solid #ddd;
	border-bottom:0;
	border-top: 0;
	}



ul.accesoriesThumb2 {
	float:left;
	display:block;
	width: 658px;
	list-style:none;
	margin: 0;
	padding: 10px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 12px;
	}

ul.accesoriesThumb2 li {
	float:left;
	display:block;
	width: 195px;
	padding: 5px 12px 15px 12px;
	text-align:center;
	}
ul.accesoriesThumb2 li a {
	text-decoration:none;
	}
	
ul.accesoriesThumb2 li a b {
	color: #555;
	font-size: 12px;
	} 	
	
ul.accesoriesThumb2 li a:hover {
	color:#e80;
	}
	
ul.accesoriesThumb2 li a:hover b {
	color:#000;
	}

ul.accesoriesThumb2 li a img {
	width: 185px;
	height: 150px;
	border: 1px solid #ddd;
	/*padding: 4px;*/
	margin: 3px;
	}

ul.accesoriesThumb2 li a:hover img {
	border: 1px solid #999;
	}

.rightSupportClear {
	clear:both;
	float:left;
	display:block;
	width: 680px;
	padding: 0 0 15px 0;
	}

.headRightBoxTitle {
	clear:both;
	float:left;
	display:block;
	width: 640px;
	padding: 6px 20px 4px 20px;
	background: url(images/roundCornersRight-bg.gif) top left no-repeat;
	font-family: "HandelGothicD_Medium", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #222;
	}

.headRightBoxContent {
	clear:both;
	float:left;
	display:block;
	width: 660px;
	padding: 10px 9px 4px 9px;
	border: 1px solid #ddd;
	border-bottom: 0;
	}

.bottomRightBox {
	clear:both;
	float:left;
	display:block;
	width: 680px;
	height: 6px;
	overflow:hidden;
	background: url(images/roundCornersRight-bg.gif) bottom left no-repeat;
	}

.gradiantBoxLeft {
	clear:both;
	float:left;
	display:block;
	width: 228px;
	background:url(images/gradiant-box-bottomleft-bg.gif) bottom left no-repeat;
	padding: 0 0 10px 0;
	}

.gradiantBoxLeftInner {
	clear:both;
	float:left;
	display:block;
	width: 208px;
	background:url(images/gradiant-box-topleft-bg.gif) top left no-repeat;
	padding: 10px 10px 0 10px;
	}

a.arrowGray {
	background:url(images/arrow-right-gray.gif) right no-repeat;
	padding-right: 19px;
	text-decoration:none;
	color: #0088cc;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	}

a:hover.arrowGray {
	color: #003366;
	}
	
.myBigBox {
	clear:both;
	float:left;
	display:block;
	width: 940px;
	background: url(images/mainBigBox-bg.gif) repeat-y;
	}

.myBigBoxInner {
	clear:both;
	float:left;
	display:block;
	width: 940px;
	background:url(images/bottomBigBox-bg.gif) bottom left no-repeat;
	}

.myBigBoxInner2 {
	clear:both;
	float:left;
	display:block;
	width: 910px;
	padding: 15px 15px 25px 15px;
	background: url(images/topBigBox.gif) top left no-repeat;
	}

.contentClear {
	clear:both;
	float:left;
	display:block;
	width: 910px;
	}

.hostingThumbs {
	float:left; 
	display:block; 
	width: 220px;
	margin: 0 10px 0 0;
	text-align:center;
	font-size: 11px;
	color:#888;
	}

.hostingThumbs a img {
	border: 4px solid #e5e5e5;
	margin: 0 0 5px 0;
	}
	
.hostingThumbs a:hover img {
	border: 4px solid #08c;
	}

.bigThreeBoxes {
	float: left;
	display:block;
	width: 268px;
	border: 1px solid #ddd;
	padding: 15px;
	margin: 0 20px 0 0;
	border-bottom: #08c 4px solid;
	}

.resetPadMar {
	padding: 0;
	margin: 0;
	}

ul.postcardPDF {
	float:left;
	display:block;
	width: 250px;
	list-style:none;
	padding:0 0 0 10px;
	margin: 0;
	}

ul.postcardPDF li {
	padding:4px 0 15px 25px;
	margin:0;
	background: url(images/pdficon.jpg) top left no-repeat;
	line-height: 18px;
	font-size: 12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	}

ul.postcardPDF li a {
	text-decoration: none;
	color: #999;
	}

ul.postcardPDF li a:hover {
	color: #000;
	}

ul.postcardPDF li.zip {
	background:url(images/zipicon.jpg) top left no-repeat;
	}
	
/**/
.float_wrapper {
	overflow:hidden;
	width:100%;
	}
.left_column, .right_column, .middle_column {
	float:left;
	}
	
#company_info #company_overview {
	width: 485px; 
		width:485px; position:relative; left:10px;
}
	#company_info.content_box h2.lead_in {
		line-height: 23px;
	}	
	#company_info #company_overview  h1 {
		color:#000000;
		font-size:28px;
		font-weight:bold;
		margin-bottom:10px;
		}	
	#company_info #company_overview  h3 {
		font-size: 15px;
		font-weight: bold;
		color: #323232;
		margin:0 0 10px 0;
		}
	#company_info #company_overview  p {
		margin: 10px 0 15px 0;
		}
	#company_info #company_overview  .item_left, #company_info #company_overview  .item_right {
		width: 100%;
		overflow: hidden;
		margin-bottom: 15px;
		}
	#company_info #company_overview  .item_right .icon_right {
		margin-left: 30px;
		}
	#company_info #company_overview  .item_right p, #company_info #company_overview  .item_right h3 {
		width: 358px;
		}
	#company_info #company_overview  .item_left .icon_left {
		margin-right: 20px;
		}
	#company_info #company_overview  .item_left p, #company_info #company_overview  .item_left h3 {
		width: 358px;
		float: left;
		}
	
	#company_info #company_overview #focus_icon {
		margin-top: 29px;
		}
	#company_info #company_overview #shirt_icon {
		margin-left: 8px;
		margin-right: 32px;
		}

#company_contact.right_column { width:400px;  float:left; border-left: 1px dotted #CCC; margin-top:10px; height:900px; }
#company_info #company_contact {
	margin-left: 50px;
	}
#company_info #company_contact .contact_info {
	font-size: 26px;
	line-height: 38px;	
	font-weight: bold;
	}
#company_info #company_contact .contact_info {
	margin: 25px 0 50px 0;
	/*border-left: 1px solid #e7e7e7;*/
	padding: 0 21px;
	}
#company_info #company_contact .contact_info a {
	text-decoration: none;
	}	
#company_info #company_contact .contact_info .fax {
	color: #c9c9c9;
	}
#company_info #company_contact .contact_info .contact_number_type {
	font-weight: normal;
	}
#company_info #company_contact #contact_map {
	width: 338px;
	height: 298px;
	}

/**/
#company_partners h2 { margin:0 0 10px 0; }
#company_partners .left_column, #company_partners .right_column {
	width: 390px;
		width:430px; position:relative; left:10px;
	}
#company_partners .right_column {
	margin-left: 75px; 
	}
#company_partners .float_wrapper {
	margin-bottom: 30px;
	}
#company_partners .partner_pic {
	margin-right: 25px;
	margin-bottom: 15px;
	border: 4px solid #e3e3e3
	}
#company_partners .partner_twitter {
	font-weight: bold;
	margin-top: -10px;
	margin-bottom: 15px;
	color: #888;
	}
#company_partners .partner_twitter a, #company_partners .partner_twitter a:visited, #company_partners .partner_twitter a:hover {
	text-decoration: none;
	}
	
/**/
.promo_header {
	color:#000000;
	display:block;
	font-size:17px;
	font-weight:bold;
	margin-bottom:12px;
	}
#promo_container {
	background: #f2f1f0;
	width: 975px;
		width:940px;
	overflow: hidden;
	margin:0 0 20px 0;
}
	#promo_container #promo_module {
		float: left;
		/*margin-left: 20px;*/
		display: inline;
	}
	#promo_container #promo_labs {
		float: left;
		margin-left: 5px;
	}
	.promo_guts {
		margin-top: -3px;
		padding-bottom: 5px;
		width: 941px;
		overflow: hidden;
		background: #fbf9f9 url(images/sp_bg_promo_bottom_mid2.gif) no-repeat left bottom;
	}
	.promo_top {
		width: 941px;
		height: 4px;
		background: url(images/sp_bg_promo_top.gif) no-repeat left bottom;
	}
	.promo_box_standard {
		float: left;
		width: 210px;
		height: 108px;
		padding: 22px 8px 25px 8px;
		margin: 0 4px 0 14px !important;
		margin: 0 4px 0 8px;
		border-right: 1px solid #e5e5e5;
	}
		.promo_box_standard.last {
			border-right: 0;
		}
		.promo_box_standard a.cta_link {
			font-size: 13px;
			font-weight: bold;
			text-decoration: none;
			color: #4a4a4a;
			display:block; padding:20px 0 0 0;
		}
			.promo_box_standard a.cta_link:hover {
				color: #000;
			}
	
	#promo_why_choose_us  {
		background: url(images/sp_promo_why_voyager_slide.gif) no-repeat right 12px;
		padding: 22px 116px 25px 8px; float:left;	
	}
	
	#promo_labs {
		width: 262px;
			width:260px;
	}
		#promo_labs .header {
			margin-top: -5px;
			margin-bottom: 10px;
		}
		#promo_labs .promo_body {
			width: 270px;
				width:auto;
				width:270px;
		}

/**/
#boxD_outer { width:501px; margin:0 auto; border:0px solid red; }
#boxD_outer .top {
	float:left; width:100%; clear:both;
	background:url(images/bgnd_d1.png) repeat-y; width:100%; height:20px;
	}
#boxD_outer .bottom {
	float:left; width:100%; clear:both;
	background:url(images/bgnd_d3.png) repeat-y; width:100%; height:30px;
	}
#boxD {
	float:left; width:100%; clear:both;
	background:url(images/bgnd_d2b.png) repeat-y;
	}
	#boxD_misc { 
		float:left; width:100%;
		background:url(images/bgnd_d2.png) no-repeat scroll top left;
	}
		#boxD, #boxD_misc { height:200px; min-height:200px; }	
#boxD .innerB { float:left; width:auto; padding:0px 30px 10px 30px;}
html>body #boxD, 
html>body #boxD_misc 
{ height:auto}

#boxE_outer { width:677px; margin:0 auto; border:0px solid red; }
#boxE_outer .top {
	float:left; width:100%; clear:both;
	background:url(images/bgnd_e1.png) repeat-y; width:100%; height:20px;
	}
#boxE_outer .bottom {
	float:left; width:100%; clear:both;
	background:url(images/bgnd_e3.png) repeat-y; width:100%; height:30px;
	}
#boxE {
	float:left; width:100%; clear:both;
	background:url(images/bgnd_e2.png) repeat-y;
	}
	#boxE_misc { 
		float:left; width:100%;
		/*background:url(images/bgnd_e2.png) no-repeat scroll top left;*/
	}
		#boxE, #boxE_misc { height:300px; min-height:300px; }
#boxE .innerB { float:left; width:auto; padding:0px 30px 10px 30px;}
html>body #boxE, 
html>body #boxE_misc 
{ height:auto}

	#boxD h1, #boxE h1 { padding:0; margin:0; font:bold 20px/1.3em Arial, Helvetica, sans-serif; }	




.leftPhotosSale {
	float: left;
	display:block;
	width: 165px;
	}

.leftPhotosSale img {
	width: 150px;
	padding: 5px;
	border: 1px solid #ddd;
	}

.rightInfoSale {
	float:right;
	display: block;
	width: 470px;
	font-family:Arial, Helvetica, sans-serif;
	}

.rightInfoSale h1 {
	margin:0;
	padding: 0 0 15px 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	color:#08c;
	font-family: "HandelGothicD_Medium", Arial, Helvetica, sans-serif;
	}

.rightInfoSale h1 a {
	text-decoration: none;
	color:#08c;
	}

.saleRows {
	padding: 20px 0;
	border-top: 1px solid #ddd;
	}
	
.homeContentClear {
	float:left;
	display: block;
	width:940px;
	clear:both;
	}

ul.checkList { list-style: none; margin:0; padding:10px 0 20px 25px}
ul.checkList  li {  
	background:url(images/tick_16.png) no-repeat left top;
	padding:3px 0 10px 22px; margin:0;
	line-height: 15px;
}

p.parag {
	padding:0;
	margin:0;
	}
	
p.parag2 {
	padding:0 0 15px 0;
	margin:0;
	}

.just {
	text-align:justify;
	line-height:normal;
	}


ul.vpixThumb {
	margin:0;
	padding:0;
	list-style:none;
	}
	
ul.vpixThumb li {
	float:left;
	width: 180px;
	padding: 5px 22px;
	margin:0;
	text-align:center;
	font-size: 11px;
	color:#888;
	}
	
ul.vpixThumb li a img {
	background: #fff;
	padding: 4px;
	border:1px solid #ddd;
	margin: 0 0 3px 0;
	/* for IE */
	  filter:alpha(opacity=70);
	  /* CSS3 standard */
	  opacity:0.7;
	}
	
ul.vpixThumb li a:hover img {
	background: #fff;
	padding: 4px;
	border:1px solid #ddd;
	margin: 0 0 3px 0;
	/* for IE */
	  filter:alpha(opacity=100);
	  /* CSS3 standard */
	  opacity:1;
	}
	
	
/****/
#nav-footer.basic {
	overflow:hidden;
	background:#3382ca url('images/footer_bgnd.jpg') repeat-x scroll top left;
	font-size:11px
	}
#nav-footer.basic .container {
	width:950px;
	margin:0px auto;
	overflow:hidden;
	padding:20px 0;
	min-width:950px
	}
#nav-footer.basic .container > div {
	padding:0 33px
	}
#nav-footer.basic .container > div > div {
	display:inline;
	float:left;
	min-height:180px;
	height:auto;
	height:180px;
	border-left:1px solid #428ccf;
	color:#1e4e79;
	margin-left:15px;
	padding-left:15px
	}
	
#nav-footer.basic .container > div > div.products, #nav-footer.basic .container > div > div.company, #nav-footer.basic .container > div > div.popular {
	width:140px
	}
#nav-footer.basic .container > div > div.try {
	border-left:0;
	margin-left:0;
	padding-left:0;
	width:210px
	}
#nav-footer.basic .container > div > div.try h2 {
	font-size:120%
	}
#nav-footer.basic .container > div > div.try h2, #nav-footer.basic .container > div > div.try h3 {
	margin-left:0
	}
#nav-footer.basic .container > div > div.try a.free-trial {
	margin-bottom:1em;
	display:block
	}
#nav-footer.basic .container > div > div.try p.consulting {
	margin-bottom:1em
	}
#nav-footer.basic .container > div > div.try p.consulting a {
	color:#1e4e79;
	text-decoration:underline
	}
#nav-footer.basic .container > div > div > ul {
	list-style-image:none;
	list-style-type:none;
	margin-left:0px
	}
#nav-footer.basic .container > div > div > ul > li {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	border-top:1px solid #3382ca;
	padding:5px 10px
	}
#nav-footer.basic .container > div > div > ul > li:hover {
	/*background-color:#5b9bd5;
	border-top:1px solid #2968a1 */
	}
#nav-footer.basic .container > div > div > ul > li a {
	color:#b4d1ec;
	/*display:block */
	}
#nav-footer.basic .container > div > div > ul > li a:hover {
	color:#fff;
	}
#nav-footer.basic .container > div > div > ul > li.no-hover:hover {
	background-color:#3382ca;
	border-top:1px solid #3382ca
	}
#nav-footer.basic .container > div > div h2, #nav-footer.basic .container > div > div h3 {
	text-shadow:#1e4e79 1px 1px 1px;
	font-weight:bold;
	margin:0 0 1em 10px
	}
#nav-footer.basic .container > div > div a, #nav-footer.basic .container > div > div h2, #nav-footer.basic .container > div > div h3 {
	color:white
	}
body.moz-nav-advanced {
	background-color:#d5e6f4
	}
#moz-nav-header.advanced {
	width:950px;
	margin:0px auto
	}
#moz-nav-header.advanced .page-header {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-o-border-top-left-radius:5px;
	-ms-border-top-left-radius:5px;
	-khtml-border-top-left-radius:5px;
	border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-o-border-top-right-radius:5px;
	-ms-border-top-right-radius:5px;
	-khtml-border-top-right-radius:5px;
	border-top-right-radius:5px
	}
#moz-nav-header.advanced form.search {
	padding:8px 8px 0 0
	}
#moz-nav-header.advanced form.search input[type=submit] {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-o-border-top-right-radius:5px;
	-ms-border-top-right-radius:5px;
	-khtml-border-top-right-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-o-border-bottom-right-radius:5px;
	-ms-border-bottom-right-radius:5px;
	-khtml-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	text-indent:-119988px;
	overflow:hidden;
	text-align:left;
	background:url('images/footer_img.png') -12px -898px;
	width:23px
	}

#nav-footer ul.social {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	overflow:hidden;
	*zoom:1
	}
#nav-footer ul.social li {
	list-style-image:none;
	list-style-type:none;
	margin-left:0px;
	white-space:nowrap;
	display:inline;
	float:left;
	padding-left:4px;
	padding-right:4px
	}
#nav-footer ul.social li:first-child, #nav-footer ul.social li.first {
	padding-left:0
	}
#nav-footer ul.social li:last-child {
	padding-right:0
	}
#nav-footer ul.social li.last {
	padding-right:0
	}
#nav-footer ul.social li {
	margin:0;
	padding:0 0 0 3px
	}
#nav-footer ul.social li:first-child {
	padding-left:0
	}
#nav-footer ul.social li a {
	display:block;
	width:14px;
	height:15px
	}
#nav-footer ul.social li a.rss {
	text-indent:-119988px;
	overflow:hidden;
	text-align:left;
	background:url('images/footer_img.png') -16px -1142px
	}
#nav-footer ul.social li a.facebook {
	text-indent:-119988px;
	overflow:hidden;
	text-align:left;
	background:url('images/footer_img.png') -16px -242px
	}
#nav-footer ul.social li a.twitter {
	text-indent:-119988px;
	overflow:hidden;
	text-align:left;
	background:url('images/footer_img.png') -16px -1264px
	}
#nav-footer ul.social li a.linkedin {
	text-indent:-119988px;
	overflow:hidden;
	text-align:left;
	background:url('images/footer_img.png') -16px -843px
	}
/****/
#nav-footer ul.social2 {
    border: 0 none;
    margin: 0;
    outline: 0 none;
    overflow: hidden;
    padding: 0;
}
#nav-footer ul.social2 li {
    display: inline;
    float: left;
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    padding-left: 4px;
    padding-right: 4px;
    white-space: nowrap;
}
#nav-footer ul.social2 li:first-child, #nav-footer ul.social2 li.first {
    padding-left: 0;
}
#nav-footer ul.social2 li:last-child {
    padding-right: 0;
}
#nav-footer ul.social2 li.last {
    padding-right: 0;
}
#nav-footer ul.social2 li {
    margin: 0;
    padding: 0 0 0 3px;
}
#nav-footer ul.social2 li:first-child {
    padding-left: 0;
}
#nav-footer ul.social2 li a {
    display: block;
    height: 24px;
    width: 24px;
}
#nav-footer ul.social2 li a.youtube {
    background: url("images/social-net.png") repeat scroll 0 0 transparent;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
}
#nav-footer ul.social2 li a.facebook {
    background: url("images/social-net.png") repeat scroll -40px 0 transparent;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
}
#nav-footer ul.social2 li a.twitter {
    background: url("images/social-net.png") repeat scroll -80px 0 transparent;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
}
/****/
#nav-footer.basic { float:left; width:990px; position:relative; left:-25px; margin-bottom:-10px; }
#nav-footer.basic ul { padding:0; margin:0; }
#nav-footer.basic ul li { padding:0; margin:0;}
#nav-footer.basic .container { width:980px; min-width:980px; padding:20px 0; position:relative; left:0px; }
#nav-footer.basic .container > div > div { height:auto; }
#nav-footer.basic .container > div > div.try { width:210px; }
#nav-footer.basic .container > div > div.products { width:140px; }
#nav-footer.basic .container > div > div.company { width:170px; }
#nav-footer.basic .container > div > div.popular { width:140px; }
#nav-footer.basic .container > div > div.stay-in-touch { width:130px;  position:relative; left:10px; }
#nav-footer.basic .container { font:normal 11px/11px Arial, Helvetica, sans-serif; }
#nav-footer.basic .container > div > div > ul { margin-left:-5px; }
#nav-footer.basic .container > div > div.try h2 { font-size:14px; }
	#nav-footer.basic .container > div > div > ul > li a,
	#nav-footer.basic .container > div > div.try p.consulting,
	#nav-footer.basic .container > div > div.stay-in-touch address { 
		font:normal 11px/12px Arial, Helvetica, sans-serif; 
		}
#nav-footer.basic .container a img { border:none; }
#nav-footer.basic .container > div > div a {}
#nav-footer.basic .container > div > div h2 {}
#nav-footer.basic .container > div > div h3 {
	margin:0px 0 12px 0; 
	font:bold 12px/12px Arial, Helvetica, sans-serif;
	}
#nav-footer ul.social li { float:left; width:auto; margin-right:5px; }	
#nav-footer.basic .container > div > div.stay-in-touch address { font-style:normal; }

/****/
.wrapperT1_outer { float:left; width:auto; padding:10px 0 0 0px; margin:0 0 15px 0; position:relative; left:-5px; }
.wrapperT1 { 
	position:relative;
	width:948px; float:left;
	height:200px; min-height:200px; 
	border:1px solid #bebebe;
	color:#FFF;
	}
	.wrapperT1 .fcWhite { color:#FFF; }
	.wrapperT1 .tShadow { text-shadow:0 1px 0 #333333; }
	.wrapperT1 .topT1 { 
		position:relative;
		width:100%; float:left; clear:both; 
		background:url(images/vtc/bgnd_T1-top.jpg) no-repeat scroll top left; 
		border-bottom:1px solid #bebebe;
		height:383px; min-height:383px;
		}
	.wrapperT1 .topT1_inner { padding:20px 0 0 25px; }
		.wrapperT1 h2 { 
			padding:0; margin:0; 
			font:normal 12px/1.2em Arial, Helvetica, sans-serif;
			color:#000;
			}
	.wrapperT1 .bottomT1 {
		position:relative;
		width:100%; float:left; clear:both; 
		background:url(images/vtc/bgnd_T1-bottom.jpg) no-repeat scroll top left; 
		height:79px; min-height:79px;
		}
	.wrapperT1 .bottomT1_inner { padding:0 0 0 0; }
		.wrapperT1 .bottomT1_inner a { float:left; width:auto; }
		.wrapperT1 .bottomT1_inner a img { border:0; }
			.wrapperT1 .bottomT1_inner a.i { position:relative; top:-29px; margin-bottom:-29px; }
	html>body .wrapperT1, .wrapperT1 .topT1, .wrapperT1 .bottomT1 { height:auto; }

/****/
.wrapperSlider {}
	.wrapperSlider img { 
		border:0; 
		}
	.wrapperFolio {
		background:url(images/myslider/laptop.png) no-repeat scroll top left;
		float:left; width:441px; height:314px;
		position:relative; padding:16px 0 0 45px;
		}
	.wrapperFolioImg {
		overflow:hidden; 
		position:absolute;
		}
		.wrapperFolioImgInner {
			position:absolute;
			top:0; left:0;
			}
			.wrapperFolioImgInner a.imgs { float:left; width:auto; }
			.wrapperFolioImgInner a.imgs img {
				background:#FFF url(images/myslider/loader.gif) no-repeat center center;
				}
	.wrapperFolioImgInner img { float:left; width:auto; }
		.wrapperSlider { width:346px; }
		.wrapperFolioImg { height:215px; width:346px; }
	.wrapperFolio .paging {
		/*position:absolute; bottom:5px; right:30px;*/
		width:278px; height:47px;
		z-index:10; 
		text-align:center;
		line-height:40px;
		display:none;
		}
		.wrapperFolio .paging a {
			font:normal 12px/12px Arial, Helvetica, sans-serif;
			padding:2px 7px; margin:0 0 0 2px;
			text-decoration:none;
			color:#fff;
			-moz-border-radius:3px;
			-khtml-border-radius:3px;
			-webkit-border-radius:3px;	
			background:#999999;
			}
		.wrapperFolio .paging a.active { background:#3e9686; }
		.wrapperFolio .paging a:hover { }
		
		.wrapperFolio .paging a.ex {
			width:30px; height:30px; float:left; padding:0; margin:0; 
			background:#FFF url(images/myslider/laptop-arrows.png) no-repeat;
			position:absolute; top:105px; 
			}
			.wrapperFolio .paging a.ex.left { left:-7px; }
			.wrapperFolio .paging a.ex.right { right:43px; }
			.wrapperFolio .paging a.ex.left {
				background-position:top left;
				}
				.wrapperFolio .paging a.ex.left:hover { 
				background-position:bottom left; 
				}
			.wrapperFolio .paging a.ex.right {
				background-position:top right;
				}
				.wrapperFolio .paging a.ex.right:hover { 
				background-position:bottom right; 
				}	
				
/****/
.wCommon {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: rgba(20,20,20,0.4) 0 1px 3px; 
    -moz-box-shadow: rgba(20,20,20,0.4) 0 1px 3px; 
    box-shadow: rgba(20,20,20,0.4) 0 1px 3px; 
    border: 1px solid;
    border-color: #DBDBDB;
    border-color: #FFFFFF rgba(252, 252, 252, 0.5) #D2D2D2;
	width:940px; margin:15px auto;
	}
#what2 { 
	width:910px; float:left; 
	height:300px; min-height:300px;
	background:url(images/w_border-vr.jpg) repeat-y scroll 3px 0;
	position:relative; left:17px;
	margin:15px 0 20px 0;
	}
	#what2 .leftw2 { width:450px; float:left; }
	#what2 .leftw2_inner { padding:0 0 0 0; }
	#what2 .rightw2 {  width:450px; float:right; }
	#what2 .rightw2_inner { position:relative; left:15px; padding:0 0 0 0; }
	html>body #what2 { height:auto; }
	
.what * { padding:0; margin:0; }
.what {
	width:430px; 
	font:normal 11px/15px "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	color:#333333;
	}
	.what a { color: #0085CF; text-decoration:none; }
	.what .clearfix { clear:both; }
	.what h2 { float:left; width:auto; }	
		.what h2 a { font:bold 16px/1.2em "Lucida Grande",Helvetica,Arial,Verdana,sans-serif; color:#333333; }
		.what h2 a:hover { color: #0085CF; }	
	.what h5 { float:left; width:auto; }	
		.what h5 a { font:bold 12px/1.2em "Lucida Grande",Helvetica,Arial,Verdana,sans-serif; color:#333333; }
		.what h5 a:hover { color: #0085CF; }
	.what .viewTopics { padding:5px 0 15px 0; }	
	.what .question-answer-total {
		float: right;
		padding-top: 4px;
		}	
	.what .all-questions {
		color: #666666;
		float: left; width:auto; padding:0 0 0 5px;
		}
		.what h5.ask, .what .all-questions { margin:5px 0 0 0; }
	.what .question .article, .what .answer .article {
		float:left;
		width: 270px;
		}	
ul.questions { font:normal 11px/1.2em "Lucida Grande",Helvetica,Arial,Verdana,sans-serif; color:#666666; clear:both; padding:10px 0; }
	ul.questions div, ul.questions span, ul.questions a { font:normal 11px/1.2em "Lucida Grande",Helvetica,Arial,Verdana,sans-serif; }
	ul.questions h5 a {font:bold 12px/1.2em "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;}
	ul.questions li a { text-decoration:none; }	
	ul.questions h5.best-answer {
		font:bold 12px/1.2em "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
		color: #FF6600;
		padding:0; margin:0; display:inline;
		}	
	ul.questions p.description {
		float:left; width:auto; margin:5px 0 5px 0; 
		display:inline;
		}
		ul.questions .answer h5 { float:none; }
		ul.questions .answer p.description { float:none; color:#000; }
	ul.questions li .controls {
		float: right;
		margin: 0;
		text-align: right;
		width: 100px;
		}
	ul.questions {list-style: none outside none; clear:both; }
	ul.questions li {
		background-color: #ECECEC;
		padding: 8px 10px 0;
		} 
ul.stats {
	list-style: none outside none;
    margin:3px 0 5px -7px;
    overflow: hidden;
	}
	ul.stats li {
		float: left;
		margin: 2px 0 5px -1px;
		padding: 0 8px;
		line-height: 12px;
		white-space: nowrap;	
		}
#what2Top {  margin:10px 10px 20px 10px; }
	#what2Top p { padding:0; margin:0; }
	#what2Top .clearfix { clear:both; }
	#what2Top .question-answer-title { float:left; width:auto; }
	#what2Top .question-answer-title h1 { font:bold 18px/1.3em "Lucida Grande",Helvetica,Arial,Verdana,sans-serif; padding:0; margin:0; color:#000; }
	#what2Top .question-answer-title p {font:normal 13px/1.3em "Lucida Grande",Helvetica,Arial,Verdana,sans-serif; padding:10px 0 0 0; }
	#what2Top .answer-total-right { float:right; width:auto; }
		#what2Top .answer-total-right .question-answer-total {font:bold 18px/1.3em "Lucida Grande",Helvetica,Arial,Verdana,sans-serif; color:#000; }
	#follow-overlay-trigger { float:right; width:auto; }
		#follow-overlay-trigger a {font:normal 12px/1.3em "Lucida Grande",Helvetica,Arial,Verdana,sans-serif; color:#0085CF; text-decoration:none; text-align:right }
		#follow-overlay-trigger a:hover { text-decoration:underline; }
	#what2Top .form {padding:15px 0 0 0; float:left; width:auto; clear:both;}	
	#what2Top .form .b1 {background:url(images/w_input.jpg) no-repeat scroll top left; width:487px; height:24px; float:left;}
	#what2Top .form .b2 {float:left; width:auto; padding:0 0 0 5px;}
		#what2Top .form .b1 input {
			position:relative; left:30px; top:4px; 
			height:15px; width:440px; 
			font:normal 10px/11px 'Lucida Grande',Helvetica,Arial,Verdana,sans-serif;
			color:#333333;
			padding:0; margin:0; border:0 none; outline:none;
			}
		#what2Top .form .b2 input {}
/****/
#mainNavConSeo { width:253px; }
	#mainNavConSeo ul { list-style:none; padding:0px; margin:0px; }
	#mainNavConSeo li { float:left; display:block; clear:left; width:100%; margin:0 0 5px 0; }
	#mainNavConSeo li a { 
		display:block; text-decoration:none; 
		margin:0; padding:15px 25px 14px 15px; 
		font:normal 13px/20px Arial, Helvetica, sans-serif;
		color:#b26f1f;
		background:url('images/sec-nav.png') no-repeat scroll top left;
		}
		#mainNavConSeo li a strong {} 
	#mainNavConSeo li a:link, #mainNavConSeo li a:visited { color:#554645; }
	#mainNavConSeo li a:hover {background-position:0px -70px;}
		#mainNavConSeo li.active a { background-position:0px -140px; } 
	#mainNavConSeo li.first_li { background-image:none; }
	#mainNavConSeo li.first_li a { background-image:none; padding-left:0px; }
	#mainNavConSeo li span.pipe { padding:0 7px; color:#CCCCCC; position:relative; top:-1px; }
/****/
#wrapperConSeo { width:100%; float:left; height:300px; min-height:300px;}
	#wrapperConSeo .leftConSeo { width:250px; float:left; }
	#wrapperConSeo .leftConSeo_inner { padding:0 0 0 0; }
	#wrapperConSeo .rightConSeo { width:680px; float:right; }
	#wrapperConSeo .rightConSeo_inner { padding:0 0 0 0; }
	html>body #wrapperConSeo { height:auto; }
.roundConSeo {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dadada;
	background:#FFF url('images/sec-s1.png') no-repeat scroll 300px 15px;
	height:202px; min-height:202px;
	margin:0;
	width:660px;
	}
	.roundConSeo .round_inner {
	padding:25px 7px 4px 20px;
	}
html>body .roundConSeo { height:auto; }
/****/
.content {
	font:normal 12px/15px Arial, Helvetica, sans-serif;
	color:#666666;
	width:940px; margin:20px 0 20px 7px;
	}
	.content .b { font-weight:bold; }
	.content .fs13 { font-size:13px; }
	.content .fs15 { font-size:15px; }
#wrapperGC { width:100%; float:left; height:100px; min-height:100px; margin:10px 0; }
	#wrapperGC .leftGC { width:190px; float:left; }
	#wrapperGC .leftGC_inner { padding:0 0 0 0; }
	#wrapperGC .rightGC { width:470px; float:right; }
	#wrapperGC .rightGC_inner { padding:0 0 0 0; font:normal 12px/15px Arial, Helvetica, sans-serif; }
	html>body #wrapperGC { height:auto; }
		#wrapperGC .rightGC_inner h4 {	
			color: #737475;
			font-size: 12px;
			font-weight: bold;
			margin-bottom: 5px;	
			}
#wrapperConSeo .stop {font:normal 12px/17px Arial, Helvetica, sans-serif; padding:10px 0 0 0;}
#wrapperConSeo .stop h4 {font:bold 12px/17px Arial, Helvetica, sans-serif; margin:0; padding:0;}

/****/
.top-heading { font:normal 12px/12px Arial, Helvetica, sans-serif; float:right; padding:10px 0 0 0; }
	.top-heading .social span {
		float: left;
		line-height: 22px;
		}
	.top-heading .like-wrap {
		float: left;
		height: 20px;
		margin-top: 2px;
		overflow: hidden;
		width: 85px;
		}		
	.top-heading .social a:link, .top-heading .social a:visited {
		color:#0188c6; text-decoration:none;
		border-bottom: 1px solid #0188c6;
		}
		.top-heading .social a:hover {
			border-bottom: 1px solid #00F;
			color:#0188c6;
			}
	.top-heading .social .divider {
		border-left: 1px solid #0188c6;
		display: block;
		height: 25px;
		margin: 0 15px;
		width: 1px;
		color:#000;
		}
	.top-heading .icon-twitter {
		background: url("images/icon-twitter.png") no-repeat scroll 0 0 transparent;
		padding-left: 27px;
		}


.leftContents {
	float:left;
	display:block;
	width: 620px;
	padding: 20px 0 0 20px;
	}

.rightContents {
	float: right;
	display:block;
	width: 250px;
	padding: 20px 20px 0 0;
	}

h1.pageTitle {
	margin:0;
	padding: 0 0 20px 0;
	color: #000;
	font-size: 30px
	}	

.fields {
	padding: 5px;
	border: 1px solid #ddd;
	background: #f4f4f4;
	width: 300px;
	line-height: 18px;
	color: #888;
	margin: 3px 0 0 20px;
	}

.fields2 {
	padding: 5px;
	border: 1px solid #ddd;
	background: #f4f4f4;
	width: 300px;
	line-height: 18px;
	color: #888;
	margin: 3px 0 0 10px;
	}

ul.blueCheck {
	margin:0;
	padding: 5px 0 15px 15px;
	list-style: none
	}

ul.blueCheck li {
	margin: 0;
	padding: 4px 0 10px 24px;
	background: url(images/blueCheck-bullet.gif) top left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	}

ul.rightLinksSupport {
	margin:0;
	padding: 5px 0 15px 5px;
	list-style: none
	}
ul.rightLinksSupport li {
	margin: 0;
	padding: 0 0 4px 10px;
	background: url(images/grayBullets.png) top left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	}

ul.rightLinksSupport li a {
	color: #08c;
	text-decoration:none;
	}

ul.rightLinksSupport li a:hover {
	color: #222
	}


.packageColumns {
	float:left;
	display:block;
	width: 172px;
	border: 1px solid #ddd;
	margin: 0 0 0 -1px;
	color: #555 !important;
	}

.packageColumns .packageTitle {
	float:left;
	display:block;
	width: 162px;
	padding: 7px 5px;
	color: #222;
	font-weight:bold;
	font-size: 13px;
	line-height: 14px;
	background:url(images/packageTab-bg.gif) top left repeat-x;
	text-align:center;
	}
	
.packageColumns .packageInfo {
	float:left;
	display:block;
	width: 152px;
	padding: 10px;
	}

.packageColumns .packageInfo p {
	padding:0 0 5px 0;
	margin: 0;
	text-align:center;
	line-height:16px;
	}


.packageColumns:hover, .packageColumns#ONpac {
	margin-top: -10px;
	}

.packageColumns:hover .packageTitle, .packageColumns#ONpac .packageTitle {
	padding: 12px 5px;
	color: #fff;
	background:url(images/packageTab-bg2.gif) top left repeat-x;
	}
	
.packageColumns:hover .packageTitle a, .packageColumns#ONpac .packageTitle a {
	color: #9cf;
	cursor: default;
	cursor:pointer;
	}
	
.packageColumns .packageInfo ul  {
	margin:0;
	padding: 5px 0 15px 5px;
	list-style: none
	}
.packageColumns .packageInfo ul li {
	margin: 0;
	padding: 0 0 4px 10px;
	background: url(images/grayBullets.png) top left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	}
	
.packageColumns:hover .packageInfo ul, .packageColumns#ONpac .packageInfo ul {
	padding: 5px 0 25px 5px;
	}
.packageColumns:hover .packageInfo ul li, .packageColumns#ONpac .packageInfo ul li{
	padding: 0 0 7px 10px;
	}

/****/
.features-wrap {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(20,20,20,0.4) 0 1px 3px; 
	-moz-box-shadow: rgba(20,20,20,0.4) 0 1px 3px; 
	box-shadow: rgba(20,20,20,0.4) 0 1px 3px; 
	border: 1px solid;
	border-color: #DBDBDB;
	border-color: #FFFFFF rgba(252, 252, 252, 0.5) #D2D2D2;
	width:880px; margin:0px auto 0px auto; padding:0;
	}
#features { position:relative; left:20px; padding:0 0 20px 0; }
#features .scroller-nav {
	background: url("../images/if3/scrollernav_thin_left_gradient20110426.jpg") no-repeat scroll 0 50% transparent;
	/*margin: 0 -50px 15px;*/
	padding: 0;
	text-align: center;
}		
#features .scroller-nav li {
	float:left;
	width: 135px;
		width:155px;
	margin:0 10px 0 0;
	padding:0 5px;
}
	#features .scroller-nav li.last { margin-right:0; }
#features .scroller-nav li, #features .scroller-nav li a {
	display: inline-block;
	vertical-align: top;
	}
#features .scroller-nav li a {
	background: url("../images/if3/scrollernav_gradient20110426.jpg") no-repeat scroll 100% 50% transparent;
	color: #777777;
	min-height: 260px;
	text-align: left;
	text-decoration: none;
	}
#features .scroller-nav h3 {
	font:normal 14px/18px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	color:#000;
	}
	#features .scroller-nav p { 
		padding:0; margin:0;
		font:normal 12px/18px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
		}
	#features .scroller-nav a .more {
		font:normal 12px/18px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
		background: url("../images/if3/down_scrollernav.gif") no-repeat scroll 100% 50% transparent;
		color:#0088CC;
		padding-right: 10px;
		white-space: nowrap;
		}
	
p.text {
	margin:0;
	padding: 0 0 20px 0;
	text-align:justify;
	line-height:17px;
	}

/** page **/
body#page span.highlight {
    padding: 0 4px;
	}
body#page .highlight { background: none repeat scroll 0 0 #FFFFCC; }
body#page a.moreLink {
    background: url("images/rs/arrow_right.png") no-repeat scroll right 5px transparent;
    padding-right: 10px;
    white-space: nowrap;
	}
	
body#page .rs h1 {
	color: #C4001F;
    font: bold 20px/24px Arial,serif;	
	}
body#page .rs h3 {
    color: #333333;
    font: italic bold 14px/16px Arial,serif;
    margin: 10px 0 5px;
}	
body#page .rs p {
	margin: 0.5em 0 10px 0;
	}
body#page .rack-left.rs h3 { margin-top:0; }

#hosted.grid3col { width:880px; margin:0px auto 20px auto; padding:5px 0 15px 0; border-bottom:1px solid #dedede; }
	#hosted.grid3col > .column {}
		#hosted.grid3col > .column.first { width:270px; margin:0 25px 0 0; }
		#hosted.grid3col > .column.second { width:270px; }
		#hosted.grid3col > .column.last { width:270px; }
	#hosted.grid3col > .column > .inner { padding:0; }
#rack.grid2col { width:910px; margin:0px auto 30px auto; padding:10px 0 0 0; }
	#rack.grid2col > .column {}
		#rack.grid2col > .column.first { width:600px; border-right:1px solid #d5d5d5; }
		#rack.grid2col > .column.last { width:290px; }
	#rack.grid2col > .column > .inner {}
		#rack.grid2col > .column.first > .inner { padding:0px 10px 10px 10px; }
		#rack.grid2col > .column.last > .inner { padding:10px 10px 0 0; }	
.rack-left.grid2col { width:100%; margin:0 0 10px 0; }
	.rack-left.grid2col > .column {}
		.rack-left.grid2col > .column.first { width:85px; }
		.rack-left.grid2col > .column.last { width:480px; }
	.rack-left.grid2col > .column > .inner { padding:0; }
.others.grid1col { width:100%; height:70px; min-height:70px; margin:0px 0 15px 0; padding:0; border:1px solid #cccccc; }
    .others.grid1col > .column.first { width:100%; }
    .others.grid1col > .column.first > .inner { padding:0px 10px 10px 10px; }
.others.grid1col ul {} 	
.others.grid1col li { margin:10px 0; padding:0; }	
.others.grid2col { width:100%; height:70px; min-height:70px; margin:0px 0 15px 0; padding:0; border:1px solid #cccccc; }
	.others.grid2col > .column {}
		.others.grid2col > .column.first { width:65px; }
		.others.grid2col > .column.last { width:200px; }
	.others.grid2col > .column > .inner {}
		.others.grid2col > .column.first > .inner { padding:10px 0 10px 15px; }
		.others.grid2col > .column.last > .inner { padding:10px 15px 10px 0; }	
/****/
.pagi { padding:0 0 0 0; margin:5px 0 10px 0; float:right; }
ul.pages {
	float:right;
	display:block;
	width:auto;
	list-style:none;
	margin:0;
	padding: 10px 0;
	}

ul.pages li {
	height: 15px;
	float:left;
	display:block;
	width: auto;
	padding: 0 2px;
	margin:0;
	}

ul.pages li.next a {
	float:left;
	display:block;
	width:auto;
	background:url(images/nextArrow-bg.gif) top right no-repeat;
	padding: 0 12px 0 5px;
	font-size: 10px;
	font-weight:bold;
	height: 15px;
	text-decoration:none;
	color: #777;
	}

ul.pages li.next a:hover {
	background:url(images/nextArrow-bg.gif) bottom right no-repeat;
	color: #416b95;
	}

ul.pages li.next a.OFF {
	background:url(images/nextArrow-bg.gif) top right no-repeat;
	color: #aaa;
	}

ul.pages li.back a {
	float:left;
	display:block;
	width:auto;
	background:url(images/backArrow-bg.gif) top left no-repeat;
	padding: 0 5px 0 12px;
	font-size: 10px;
	font-weight:bold;
	height: 15px;
	text-decoration:none;
	color: #777;
	}

ul.pages li.back a:hover {
	background:url(images/backArrow-bg.gif) bottom left no-repeat;
	color: #416b95;
	}

ul.pages li.back a.OFF {
	background:url(images/backArrow-bg.gif) top left no-repeat;
	color: #bbb;
	}

ul.pages li.nums a {
	float:left;
	display:block;
	width:auto;
	background-image: url(images/pageleft-bg.gif);
	background-repeat:no-repeat;
	background-position: 0 0;
	padding: 0 0 0 6px;
	font-size: 10px;
	font-weight:bold;
	height: 15px;
	text-decoration:none;
	}

ul.pages li.nums a span {
	float:left;
	display:block;
	width:auto;
	background-image:url(images/pageright-bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 2px 6px 0 0;
	height: 13px;
	line-height:12px;
	color: #777;
	}
	ul.pages li.next a.OFF, ul.pages li.back a.OFF { cursor:text; }
ul.pages li.nums a:hover, ul.pages li.nums a.ON {
	background-position: 0 -20px;
	}

ul.pages li.nums a:hover span, ul.pages li.nums a.ON span {
	background-position: bottom right;
	color: #fff;
	}
	
/****/
#policy, #policy a.learnMore2 
	{
	font-family: Trebuchet MS,Georgia,Verdana,Arial,Helvetica;
	}
#policy #policy_tbl { width:920px; margin:0 auto; }
#policy .policyTitle01 {
	font-size:24px;
	font-weight:bold;
	color:#000000;
	}
#policy .policyTitle02 {
	font-size:16px;
	font-weight:bold;
	color:#0088cc;
	text-transform:uppercase;
	}
#policy .title04 {
    color: #336699;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
	}	
#policy .title13 {
    color: #2D6AA3;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
	}
#policy td.policy b {
	color:#000000;
	}
#policy a.learnMore2 {
	background: url(images/blue-arrow.png) no-repeat left;
	padding:0 0 0px 7px;
	text-decoration:none;
	color:#0088ff;
	font-size:12px;
	float:left; width:100%; clear:both;
	font-weight:normal;
	}
#policy a:hover.learnMore2 {
	text-decoration:underline;
	}
	
/****/
.slider-wrap {
    float:left; 
    width:416px;
    height:35px;
    background:url(images/s-bgnd.png) no-repeat scroll top left;
	margin:0 0 10px 0;
    }
.slider-wrap a { outline:0; }	
.slider-main { padding:6px 10px 0 10px; }
.slider-wrap .vals { padding:10px 0 0 1px; }
.slider-wrap .vals div { 
    float:left; 
    width:auto;
    font:bold 11px/11px Arial, Helvetica, sans-serif;
    color:#666666;
    width:auto;
    }
.slider-wrap .vals div.i1 { position:relative; left:auto; }
.slider-wrap .vals div.i2 { position:relative; left:64px; }
.slider-wrap .vals div.i3 { position:relative; left:113px; }
.slider-wrap .vals div.i4 { position:relative; left:159px; }
.slider-wrap .vals div.i5 { position:relative; left:204px; }
.slider-wrap .vals div.i6 { position:relative; left:248px; }
.slider-wrap .vals div.i7 { position:relative; left:300px; }
.ui-widget-content { border:1px solid #cccccc; }
.ui-slider { height:19px; }
.ui-slider-range {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    }
.ui-slider .ui-slider-handle{
    width:50px; 
    height:20px; 
    background:url(images/s-handle.png) no-repeat scroll top left; overflow: hidden; 
    position:absolute;
    top:auto;
    border-style:none;
    }
    
.slider-wrap .vals div.i1 { position:relative; left:20px; }
.slider-wrap .vals div.i2 { position:relative; left:24px; }
.slider-wrap .vals div.i3 { position:relative; left:31px; }
.slider-wrap .vals div.i4 { position:relative; left:97px; }
.slider-wrap .vals div.i5 { position:relative; left:180px; }
.slider-wrap .vals div.i6 { position:relative; left:305px; }
.slider-wrap .vals div.i7 { position:relative; left:183px; }
.slider-wrap .vals div.i8 { position:relative; left:193px; }
.slider-wrap .vals div.i9 { position:relative; left:220px; }
.slider-wrap .vals div.i10 { position:relative; left:245px; }	
/*
 E
  N
   D
    */
