/*--GLOBAL--*/

* {margin: 0; padding: 0; border: none;}
a{text-decoration:none; outline: 0; -moz-outline:none;}
ul {list-style:none;}
hr {display:none;}

.clearer {clear:both;overflow:hidden;height:0;font-size:1px;line-height:0;}
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {zoom:1;} /*TODO: move to IE sheet */

.center {text-align:center;}
.left {float:left !important;}
.right {float:right !important;}

.red { color: red; position: relative; margin-top: -10px; padding: 1px 0;  } /*errors*/

a, .color {color: #b15048;}
a:hover {text-decoration: underline;}

body { 
	font-size: 62.5%; height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	background: #000; 
}

/*typography*/
h1 { color:#b15048; font-weight: normal; font-size: 3.2em; letter-spacing: 0.1em; margin-bottom: 15px; }
h2 { font-size: 2em; font-weight: normal; letter-spacing: 0.1em; margin-bottom: 10px;}
h3 { font-size: 1.4em; font-weight: normal; color: #5b6b80; letter-spacing: 0.05em; line-height: 1.4em; margin-bottom: 10px;}
h4 { font-size: 1em; font-weight: normal; text-transform: uppercase; letter-spacing: 0.1em; margin: 5px 0;}
p {line-height: 1.5em; font-size: 1.1em;}

blockquote {
	font-size: 2em; line-height: 1em; 
	margin: 2em auto; 
	border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; 
	padding: 15px 10px 10px 10px;
 }
 
blockquote.right, blockquote.left {
	width: 40%;
	font-size: 2.0em; line-height: 1em;
	margin: 0 0 25px 25px;
	border: none;
	padding: 0;
 }

blockquote.left {margin: 10px 10px 25px 0;}

div.hr {clear: both; background: url(../images/glow.png) center -15px no-repeat; height: 35px;  border-top: 1px solid #ccc; }
div.hrDotted {clear: both; height: 1px;  margin: 35px 0 30px 0; border-top: 1px dotted #BABABA; }

/*getSatisfaction*/
a#fdbk_tab {margin-top: 40px;}

/*form elements*/
form { background: none; }
form .column {float: left; width: 50%;}

fieldset { width: 100%; margin: 20px 0 5px 0; clear:both; }

label {display: block; font-weight: bold; font-size: 1.1em; margin-bottom: 4px; letter-spacing: 0.1em;}
label.required:after { content: "\2A"; color: red;}
label.radio {display: inline; font-weight: normal; font-size: 1em; margin-left: 5px; margin-right: 10px; }

div.radioWrapper { margin: 10px 0; width: auto; }
div.radioWrapper span { white-space: nowrap; line-height:2em; } 
div.radioWrapper label.radio {margin-right: 20px;}

div.seal {
    position: absolute;
    background: url(../images/seal.png) center no-repeat;
    width: 75px; height: 55px;
    text-align: left;
    padding: 75px 50px 55px 50px;
    font-size: 13px;
    text-transform: uppercase;
    color: #666;
    line-height: 1.5em;
}

div.seal .color {
    font-size: 24px;
}

div.seal.right {right: 0; top: 0; }

input.standard  {
	border-top: 1px solid #999; 
	border-left: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #C1C1C1;
	padding: 6px 5px; 
	margin-bottom: 15px; margin-right: 8px; 
	font-size: 1.3em; 
	width: 165px;
	background: #fff url('../images/inputBG.jpg') top repeat-x; 
}

input.standard:focus {
	background: #fff4eb url('../images/inputBGfocus.jpg') top repeat-x;
	border-top: 1px solid #777; 
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #777;
}

input.blur {color: #888;}

select {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px; 
	width: 177px; 
	margin-bottom: 15px; margin-right: 8px; 
	background: url('../images/inputBG.jpg') top repeat-x; 
}

option {background: #fff;}

textarea {	
	width: 97%;
	height: 100px;
	padding: 8px 4px;
	margin-bottom: 10px;
	font-size: 1.2em; font-family: inherit;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fff url('../images/textfieldBG.jpg') top repeat-x; 
	resize: none; /*disable resizing in webkit browsers until a value of vertical is allowed*/ 
}

textarea:focus {
	border-top: 1px solid #777; 
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #777;
	background: #fff4eb url('../images/textfieldBGfocus.jpg') top repeat-x;}

button, .button {
	cursor: pointer;
	color: #fff; 	
	text-transform: uppercase; 
	font-size: 11px; 
	letter-spacing: 0.1em;
	line-height: normal; 
	padding: 5px;
	border: 1px solid #000;
	background: #000 url('../images/buttonBG.jpg') center repeat-x;
	/*BUG the following fixes button behavior in IE */
	vertical-align: top; 
	overflow: visible;
	width: auto; 
}

.button {padding: 7px; display: inline-block;}
button:hover, .button:hover {color: #b15048; text-decoration: none;}


/*--HEADER STYLES--*/

#headerWrapper {width: 100%; height: 125px; background: #000 url(../images/headerBG.jpg) center top no-repeat;}

#header { width: 940px; margin: 0 auto; padding: 0 10px; }

#logo {float: left; margin-top: 30px; margin-left: 20px; }

#header ul {
	float: right; 
	background: #000; 
	border: 1px solid #333; border-top: none; 
	padding: 10px 20px;
	margin-right: 10px;
}

#header ul li {
	float: left; display: inline;
	border-left: 1px solid #fff; 
	margin-left: 0.7em; padding-left: 0.9em; 
}

#header ul li:first-child {border: none; margin-left: 0; padding-left: 0;}

#header ul li a {color: #fff; letter-spacing: 0.1em;}
#header ul li a:hover, #header ul li a.active {color: #b15048;}


/*--NAV STYLES--*/

#navWrapper {
	width: 100%; 
	position: relative;
	border-top: 1px solid #333; 
	background: #000 url(../images/nav_bg.jpg) center repeat-x;
}

#navWrapper ul, #subNav ul {
	width: 940px; 
	margin: 0 auto; 	
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#navWrapper ul li {
	float: left; 
	margin-left: 15px;
	color: #fff;
	background: url('../images/nav_divider.png') right center no-repeat; 
}

#navWrapper ul li a {
	float: left;
	height: 30px; 
	padding: 20px 20px 0 32px !important;
	padding-left: 5px; 
	color: #fff; 
}

#navWrapper ul li a.lessPadding { padding-left: 25px !important; padding-left: 5px;}


#navWrapper ul li a:hover, #navWrapper ul li a.active {color: #A55049; text-decoration: none; }
#navWrapper ul li a.active {cursor: default;}

#navWrapper a.home {background: url(../images/icons/tag.png) left 11px no-repeat !important;background: none;}
#navWrapper a.learn {background: url(../images/icons/lightbulb.png) left center no-repeat !important;background: none;}
#navWrapper a.order {background: url(../images/icons/cart.png) left 49% no-repeat !important;background: none;}
#navWrapper a.demo {background: url(../images/icons/dashboard.png) left 49% no-repeat !important;background: none;}
#navWrapper a.howto {background: url(../images/icons/press.png) -4px center no-repeat !important;background: none;}
#navWrapper a.webinar {background: url(../images/icons/webcam.png) left center no-repeat !important;background: none;}
#navWrapper a.video {background: url(../images/icons/video.png) left center no-repeat !important;background: none;}
#navWrapper a.pricing {background: url(../images/icons/cart.png) left 48% no-repeat !important;background: none;}


#navWrapper span { 
	width: 100%;
	height: 20px; 
	display: block !important; 
	display: none;
	position: absolute; 
	bottom: -20px; left: 0;
	background: url('../images/nav_shadow.png') bottom repeat-x; 
}


#subNav  {
    width: 100%;
    background: #ccc;
    border-bottom: 1px solid #999;
    overflow: hidden;
    padding: 8px 0 3px 0; 
}

#subNav li {position: relative; z-index: 1; float: left; padding: 4px; margin-left: 10px; }

/*--CONTENT STYLES--*/

#contentWrapper {width: 100%; background: #e6e9f0 url('../images/bg.jpg') bottom repeat-x; }

#content { 
	width: 940px; 
	margin: 0 auto; 
	padding: 20px 10px;
}

/*callout*/
#callOut { padding-left: 22px; padding-bottom: 20px; position: relative; }
#callOut h1 {margin-top: 25px; width: 620px;}
#callOut h1.home {margin-top: 50px;}
#callOut p {font-size: 22px; width: 625px; line-height: 1em; }
#callOut p.long { width: 900px; }
#callOut p.left {clear: left;}
#callOut p.sifrSmall {font-size: 16px;}
#callOut img.right { margin-left: 20px;}

#callOut p.right {clear: right;}
#callOut img.left { margin-right: 20px;}

a.demoButton {
	display: block; 
	width: 385px; height: 65px; 
	margin: 20px 0 20px -5px;
	text-indent: -9000em; 
	background: url('../images/demoButton.png') center no-repeat; 
}

a.demoButtonSmall {
	display: block; 
	width: 285px; height: 65px; 
	margin: 0 0 20px -5px;
	text-indent: -9000em; 
	background: url('../images/demoButtonSmall.png') center no-repeat; 
}

/*Sliders 
--------*/

/*home slider and shared slider styles*/
#features, #howto {
	width: 900px; height: 582px; 
	clear: both;
	position: relative;
	padding: 20px 20px 0 20px !important;
	background: url(../images/featuredBG.png) center top no-repeat !important;
	/*for ie6*/
	background-image: none;
	background-color: #8B9298;
	padding: 0 0 0 0;
	margin: 0 auto;
}

#features #next, 
#features #prev,
#videoSlider #next, 
#videoSlider #prev,
#learn #next,
#learn #prev {
	position: absolute; 
	cursor: pointer; 
	height: 110px; width: 40px; 
	text-indent: -9000em;
	top: 180px; 
}

#features #next, #videoSlider #next, #learn #next { 
	right: -20px !important; right: -25px; background: url(../images/next.png) center no-repeat; 
}

#features #prev, #videoSlider #prev, #learn #prev  { 
	left: -21px !important; left: -23px; background: url(../images/previous.png) center no-repeat; 
}

#slideWindow {position: relative; overflow: hidden; height: 100%;}
#slideWrapper {position: absolute; height: 100%; width: 5800px; }

#features div.slide, 
#videoSlider #slideWrapper div, 
#learn div.slide {
	float: left; position: relative;
	display: inline; /*dbl float bug*/
	width: 386px; height: 405px; 
	padding: 20px;
	margin: 15px 0 0 15px;
	border: 1px solid #8B9298; 
	background: url(../images/slideBG.jpg) center no-repeat;
	cursor: pointer;
}

div.slide img {padding: 10px; background: #000 url(../images/imageBG.jpg) top no-repeat; margin-bottom: 15px; }
div.slide p {font-size: 1.2em; letter-spacing: 0.05em;}

/* How to Videos */
#howto {
	background: url(../images/howtoBG.png) center top no-repeat !important;
	/*for ie6*/
	background-image: none;
}

div.player {
	float: left; position: relative;
	display: inline; /*dbl float bug*/
	width: 828px; height: 518px; 
	padding: 20px;
	margin: 13px 0 0 15px;
	border: 1px solid #8B9298; 
	background: url(../images/playerBG.jpg) center repeat-x;
}

#videoSlider {
	width: 900px; height: 275px; 
	clear: both;
	position: relative;
	padding: 10px 20px 0 20px !important;
	margin-bottom: 50px; 
	background: url(../images/howtoSliderBG.png) center top no-repeat !important;
	/*for ie6*/
	background-image: none;
	background-color: #8B9298;
	padding: 0 0 0 0;
	margin: 0 auto 20px auto;
}

#videoSlider #slideWindow { width: 99%;}

#videoSlider #slideWrapper div {
	width: 184px; height: 170px; 
	padding: 10px;
	margin: 33px 0 0 15px;
}

#videoSlider #next, #videoSlider #prev {top: 85px;}

#videoSlider #slideWrapper div img {border: 1px solid #000;}
#videoSlider #slideWrapper div.active {border-color: #000;}


/*video slider and learn slider nav*/

#videoNav, #learnNav {
	position: relative; z-index: 1;
	width: 900px; height:40px;
	margin: 0 auto 40px auto; 
	background: #fff url(../images/howtoNavBG.png) center 1px repeat-x;
	border-top: 1px solid #b5b5b5; 
	border-bottom: 1px solid #777; 
}

#videoNav li, #learnNav li {
	float: left;
	height: 30px; margin: 5px 0; 
	border-right: 1px solid #999;
	font-size: 1.2em; letter-spacing: 0.1em;
	text-transform: uppercase;
}

#videoNav li a, #learnNav li a{ 
	position: relative; 
	float: left; 
	padding: 0 20px;  
	height: 30px; line-height: 30px;  
	border-right: 1px solid #DEDEE0;
}

/*video subnav*/
#videoNav li.active a, #learnNav li.active a {color: #000;}
 
#videoNav li a span.pointer, #learnNav li a span.pointer {
	position: absolute; 
	width: 20px; height: 10px; 
	top:35px; left: 50%; 
	margin-left: -10px; 
	background: url(../images/pointer.png) center top no-repeat; 
}


#videoNav ul {
	position: absolute; 
	top: 40px; left: 0;
	width: 900px; height: 40px; 
	border-bottom: 1px solid #ccc;
}

#videoNav li.active li {
	font-size: 1em;
	text-transform: capitalize;
	border: none;
	line-height: 42px;
	height: 40px; 
	margin: 0; 
}

#videoNav li.active li a {
	color: #666;
	background: none; 
	border: none;
	height: 40px; line-height: 42px;
	padding: 0; 
	margin-right: 10px; 
}

#videoNav li.active li:after {
	content: "//";
	padding-right: 10px; 
	color: #999;
}

#videoNav li.active li:last-child:after {content: "";padding: 0;}

#videoNav li.active li.active a {color: #000;}

/*learn nav*/
#learnNav {
	height:100px;
	border-left: 1px solid #9ba7b6;
	border-right: 1px solid #9ba7b6;
	margin-bottom: 0;
	border-bottom: none;
	background: #fff url(../images/learnNavBG.jpg) center 1px repeat-x;
}

#learnNav li {
	height: 90px; 
	text-align: center;
	font-size: 1.1em;
}

#learnNav li.last, #learnNav li.last a {border: none;}

#learnNav li a {
	padding: 60px 5px 0 5px;
	width: 138px;
}

#learnNav li a span.pointer {
	display: none;
	width: 34px; height: 14px; 
	margin-left: -17px;
	top: 105px; 
	background: url(../images/pointerLarge.png) center no-repeat;
}

#learnNav li.active a span.pointer {display: block;}

/*learn*/
#learn {
	width: 880px; height: 85em; 
	clear: both;
	position: relative;
	border-left: 1px solid #9ba7b6;
	border-right: 1px solid #9ba7b6;
	border-bottom: 1px solid #9ba7b6;
	background: #c5cfd7 url(../images/learnBG.png) center top repeat-x !important;
	/*for ie6*/
	background-image: none;
	background-color: #8B9298;
	padding: 10px;
	margin: 0 auto 40px auto;
}

#learn div.pane {
	position: relative;
	height: 84em; 
	margin: 0 5px 40px 5px; 
	border: 1px solid #8B9298; 
	background: #f1f4f4 url(../images/learnPaneBG.png) bottom repeat-x;
	overflow: hidden;
}

#learn div.slide {height: 70em; width: 795px; border: none; background: none;  }
#learn div.slide img { padding: 5px; border: 1px solid #333; background: #c5cfd7 url(../images/learnBG.png) top repeat-x; }
#learn div.slide img.left {margin-right: 25px; margin-bottom: 20px;}
#learn div.slide img.right {margin-left: 25px; margin-bottom: 20px;}

#learn div.slide p {margin-bottom: 25px;}
#learn .hrDotted {margin: 20px 0; }

#learn #next { right: -41px !important; top: 50px; }
#learn #prev  { left: -41px !important; top: 50px; }


/*set learn icons*/
#learnNav li a.social { background: url(../images/icons/learnSocial.png) center 10px no-repeat;}
#learnNav li a.channel { background: url(../images/icons/learnMultiChannel.png) center 10px no-repeat;}
#learnNav li a.retail { background: url(../images/icons/learnRetail.png) center 10px no-repeat;}
#learnNav li a.design { background: url(../images/icons/learnDesign.png) center 11px no-repeat;}
#learnNav li a.platform { background: url(../images/icons/learnPlatform.png) center 11px no-repeat;}
#learnNav li a.extend { background: url(../images/icons/learnExtend.png) center 10px no-repeat;}


/*featured form*/
#features form div.clearfix {clear:both;}
#features form div.clearfix .button{ font-size: 12px; padding: 6px 15px; margin-right: 5px;}
#features form { float: left; width: 818px; margin: 20px; padding: 20px; background: #fff url(../images/sidebarBG.jpg) bottom repeat-x; border: 1px solid #8B9298;   }
#features form p {margin: 20px 0; }
#features form div.red {margin-bottom: 10px;}
#features form .red p {display: inline; margin: 0;  }

/*pricing*/

/*tables*/
table { border-collapse: collapse;  margin: 0 0 10px 0; overflow: auto; clear: both; font-size: 1em; }
table.zebra tbody tr:hover td {background-color: #FFECD4; background-image: none;}

th {
	background: url(http://sicdn/admin/images/thBG.jpg) center repeat-x; 
	border: 1px solid #999; 
	border-bottom: 1px solid #777; 
	padding: 5px 8px; 
	font-size: 1.1em;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

th.main { 
	border-right: 4px solid #e6e9f0;
	border-bottom: none;  
	border-top: none;
	text-align: center; 
	font-size: 1.2em; 
	padding: 8px; 
	font-weight: normal;
	color: #fff;	
	background: #000 url(../images/nav_bg.jpg) center repeat-x; 
}

th.placeholder, td.placeholder, tr.stripe td.placeholder, table.zebra tbody tr:hover td.placeholder { background: none; border: none;}
td.placeholder {padding: 0;}

td {
	text-align: center; vertical-align: middle; 
	line-height: 1.7em;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	padding: 6px 10px; 
	border-right: 1px dotted #777;
	border-bottom: 1px dotted #B5B5B5;
	color: #5b6b80;
	white-space: nowrap;
	background: #fff url(../images/sidebarBG.jpg) bottom repeat-x; 
}

tr.stripe td { background-color: #fff; background-image: none; }

td.first, th.first  {text-align: left !important; border-left: none !important; white-space: normal; font-size: 1.3em; font-style: italic; color: #666;}
td.last, th.last { border-right: none !important;}

td span.price { color: #b15048; font-size: 1.4em; }
td span.check {width: 12px; height: 19px; display: block; margin: 0 auto; text-indent: -9000em; background: url(../images/check.png) center no-repeat;}

.colWrapper {}

.colWrapper .column {
	width: 30%;
	margin-right: 35px; 
	float: left;
}

.colWrapper {margin-bottom: 40px; clear: both; overflow: hidden; width: 100%; }
.colWrapper .column h2 { font-size: 18px; margin-bottom: 10px; }
.colWrapper .hrDotted {margin-top: 0;}

.colWrapper .column p {font-size: 1.1em; margin-bottom: 30px; }

/*interior pages - global*/

#page {float: left; width: 630px; margin: 10px 0 60px 22px;}
#page p {font-size: 1.2em; letter-spacing: 0.05em; margin: 0 0 2em 0;}

#page ul {
	font-size: 1.2em; letter-spacing: 0.05em; margin: 0 0 2em 0;
	list-style-type: disc; list-style-position: outside;
	line-height: 1.5em;
}

#page ul li {
	margin: 0.5em 1em;
}



#sidebar {
	float: right; 
	width: 200px; 
	padding: 15px; 
	border: 1px solid #ccc; 
	background: #fff url(../images/sidebarBG.jpg) bottom repeat-x; 
	min-height: 150px;
	margin-bottom: 40px;
}

#sidebar ul {list-style-type: disc; list-style-position: inside; margin: 0 0 2em 0;  }
#sidebar p {margin: 0.5em 0.3em 2em 0.3em;}
#sidebar li {margin: 0.5em 0.3em;}
#sidebar h3 {color: #666; text-transform: capitalize; padding: 4px; border-bottom: 1px dotted #ccc;}

#sidebar a.active {color: #000;}


/*--FOOTER STYLES--*/

#footerWrapper {
	width: 100%; height: 175px; 
	clear: both;
	position: relative;
	border-top: 1px solid #333;
	background: #000 url(../images/footerBG.jpg) center top no-repeat; 
}

#footer { width: 960px; margin: 0 auto; color: #fff; padding-top: 20px; line-height: 1.5em; letter-spacing: 0.1em;}

#footerWrapper span { 
	width: 100%;
	height: 20px; 
	display: block !important; 
	display: none;
	position: absolute; 
	top: -20px; left: 0;
	background: url('../images/foot_shadow.png') top repeat-x; 
}

#footer ul {
	float: left; 
	height: 85px; width: 125px; 
	list-style: disc;
	list-style-position: inside;
	padding: 10px; margin-right: 10px;
	background: url('../images/footDivider.png') right center no-repeat; 
}

#footer ul a {color: #fff;}
#footer ul a:hover {color: #b15048;}

#footer ul#icons {
	float: right; 
	padding-left: 20px; 
	width: 210px; 
	list-style-type: none;
	background: url('../images/footDivider.png') left center no-repeat;
}

#footer ul#icons li {float:right; text-indent: -9000em;  line-height: 1em; margin: 0 0 0 18px;  }
#footer ul#icons li a { display: block; width: 50px; height: 50px;  }

#footer a.facebook {background: url(../images/icons/facebook.png) center no-repeat;}
#footer a.twitter {background: url(../images/icons/twitter.png) center no-repeat;}
#footer a.gs {background: url(../images/icons/gs.png) center no-repeat;}

#footer p {float: left; padding: 6px 20px; line-height: 2em; font-size: 1em; font-style: italic;}



/* Added by Alan */
div.count {
	width: 100px;
	padding: 10px;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 56px;
	float: left;
	background: #fff url(../images/sidebarBG.jpg) bottom repeat-x;
	margin-right: 20px;
	color: #000000;
}

	div.count .small {
		font-size: 14px;
		color: #666;
	}
	




.help {
	display: inline-block;
	width: 16px;
	height: 16px;
	text-indent: -9000em;
	background-image: url('/images/icons/help.png');
	position: relative;
}

.toolTip {
	font-weight: normal;
	position: absolute;
	width: 250px;
	height: auto;
	background: #ffffff;
	color: #000000;
	text-decoration: none;
	text-indent: 0;
	text-align: left;
	padding: 10px;
	left: 0; top: 0;
	margin: 0 0 0 20px;
	border: solid 1px #000000;
}