/*************************************
**  Reset all browsers to defaults
**************************************/
html, body {
	height: 100%;
}
body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
}
ul, ol {
    padding: 0 0 0 15px;
    margin: 15px;
}
td {
	vertical-align: top;
}
fieldset, img, a img {
	border: 0 none;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal; 
	font-weight: normal;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: "";
}
abbr, acronym {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea {
	border: 1px solid #BBBBBB;
}
textarea {
	height: 100px;
	width: 300px;
}



/*************************************
**  General Styles
**************************************/
html, body, form, fieldset, button {
	color: #444;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.6em;
}

body {
	text-align: center;		/* centers content in IE5.5 and earlier */
	background: #121515 url(/images/background_fade.png) repeat-x;
}

code {
	text-align: left;
}

input, select, textarea { font-size: 100%; }

h1, h2, h3, h4{
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #7aa612;
	line-height: 22px;
	text-align: left;
}

h2 {
	color: #333;
	font-size: 2.2em;
	font-weight: normal;
	margin: 1em 0 0 0;
	line-height: 28px;
}

p {
	margin-bottom: 17px;
	margin-top: 17px;
	text-align: justify;
	line-height: 17px;
}

a {
	color: #416acd;
	text-decoration: none;
}

a:active { outline: none; }

a:hover {
	background-color:#ff9;
	border-bottom: 1px solid #cc6;
}

.alignRight { text-align: right; }

.alignCenter { text-align: center; }

.screenshot {
	margin: 4px;
	border: 1px solid #cccccc;
}


/*************************************
**  Page Layout
**************************************/
#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 26px 0 30px;
	text-align: left;
	position: relative;
}

#pageBody {
	width: 900px;
	background-color: #fff;
	position: relative;
}

#content {
	padding: 35px;
	margin: 0 0 0 230px;
}

#contentNoSidebar {
	padding: 35px;
}


/*************************************
**  Language Selector
**************************************/
#languageSelector {
	width: 160px;
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 25px;
	z-index: 10;
}

#currentLanguage {
	float: right;
}

#currentLanguage a {
	color: #FFF;
}

#currentLanguage a:hover {
	color: #AAA;
}

#currentLanguage IMG {
	vertical-align: bottom;
	margin-right: 3px;
	width: 32px;
	height: 22px;
}

#chooseLanguage {
	background-color: white;
	clear: both;
	border: 3px solid gray;
	padding: 1px;
	display: none;
}

#chooseLanguage UL {
	list-style: none;
	padding: 0;
	font-size: 16px;	
}

#chooseLanguage UL LI {
	margin-bottom: 10px;
}

#chooseLanguage IMG {
	vertical-align: bottom;
	margin-right: 5px;
	width: 43px;
	height: 30px;
}


/*************************************
**  Side Bar
**************************************/
#sidebar {
	text-align: left;
	float: left;
	width: 195px;
	margin: 0;
	padding: 35px 0 35px 25px;
}

.sidebarNav ul {
	font-size: 1em;
	list-style-type: none;
	margin: 15px 0 0 -15px;
	padding: 0;
}

.sidebarNav ul li {
	margin-bottom:0.85em;
	padding-left: 15px;
}

.sidebarNav ul li.active {
	background: #fff89f url(/images/currentSubsection.gif) no-repeat scroll left center;
}
.sidebarNav ul li.active a {
	color: #528c00;
}


/*************************************
**  Header
**************************************/
#header {
	position: relative;
	width: 900px;
}

#navigation {
	position: absolute;
	top: 22px;
	right: 40px;
}

#subnavigation {
	position: absolute;
	top: 79px;
	right: 368px;
}

#navigation ul, #subnavigation ul {
	margin: 0px;	
}

#navigation li, #subnavigation li {
	padding: 0;
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	float: left;
	display: block;
}
	
#navigation li a, #subnavigation li a {
	font-weight: normal;
	color: #888888;
	font-size: 17px;
	padding: 1.4em;
}

#subnavigation li a {
	font-size: 13px !important;
	padding: 12px !important;
}

#navigation li a:hover, #navigation li.active a,
#subnavigation li a:hover, #subnavigation li.active a {
	text-decoration: underline;
	background-color: transparent;
	border: none;
	color: #fff;
}

#link-to-home {
	width: 189px;
	height: 68px;
	position: absolute;
	left: 5pt;
	top: 5px;
}
#link-to-home a:hover,
#trialFloat a:hover {
	background: none;
	border: none;
}


/*************************************
**  Footer
**************************************/
#footer {
	position: relative;
	height: 32px;
	width: 900px;
	background-image: url(/images/background_footer.png);
	color: #aaa;
}

#bottomNav { padding: 3px 0 0 0;}

#bottomNav ul {
	position: relative;
	left: 5px;
	list-style: none;
	margin: 0px;
}

#bottomNav ul li {
	font-size: 10px;
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	float: left;
	display: block;
	padding: 0 13px;
}

#bottomNav ul li a{
	color: #aaa;
}

#bottomNav ul li a:hover{
	color: #333;
}


/*************************************
**  Spider University
**************************************/
.largeVideoWrapper {
	width:100%;
	background: url(/images/splash_university_B.jpg) no-repeat;
}
.downloadVideo a {
	font-size: 10px;
	margin: 0 6px 0 6px;
}

.downloadVideo img {
	vertical-align: middle;
	margin: 0 3px 0 3px;
}


/*************************************
**  Home Page
**************************************/
#header2 {
	background-image: url(/images/splash_home2.jpg);
	background-repeat: no-repeat;
	height: 135px;
	left: 29px;
	position: absolute;
	top: 0;
	width: 497px;
}

.homeQuotes {
	position: absolute;
	right: 48px;
	top: 131px;
}

.homeSlideshow {
	position: absolute;
	left: 49px;
	top: 132px;
}

.homeTitle {
	margin-top: 100px;
}

.videoImageLinks {
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
	line-height: 1px;
}

.video {
	line-height: 12px;
	font-size: 10px;
	clear: left;
	padding: 8px 0 8px 0;
	border-bottom:1px solid #EEEEEE;
}

.video .ss img {
	margin: 0px !important;
}

.video .title {
	font-weight: bold;
	padding-bottom: 3px;
}

.moreVideosLink {
	font-size: 10px;
	padding-top: 10px;
	text-align: center;
}


/*************************************
**  Products Pages
**************************************/
.trialButton {
	position: absolute;
	left: 52px;
	top: 181px;
	height: 49px;
	width: 199px;
}
.trialButtonSolo {
	top: 216px !important;;
}
.informationButton {
	position: absolute;
	left: 52px;
	top: 238px;
	height: 49px;
	width: 199px;
}
.ss img {
	border: 1px solid #CCCCCC;
	margin: 3px;
}
.tourPlayButton {
	position: absolute;
	right: 100px;
	top: 116px;
	height: 286px;
	width: 493px;
}
.videoContent {
	padding-top: 70px !important;
}

/*************************************
**  Contact Form
**************************************/
table.formTable td {
	padding: 5px;
}

fieldset {
	border: solid #cccccc;
	padding: 10px;
}

legend {
	padding:0.5em;
	color: #808080;
	font-weight: bold;
}

.formIframe  {
	border: solid #cccccc;
}

.required {
	color: red;
	font-weight: bold;
}



/*************************************
**  Pricer
**************************************/
.largerFont {
	font-size: 1.5em;
}

table.pricingTable td {
	padding: 5px;
}

tr.rowHighlight {
	background-color:#dee7f7;
}

tr.rowLowlight {
	background-color:#ebf0fa;
}

#errorMessage {
	color: red;	
}


/*************************************
**  Blog
**************************************/
.post {
	margin-top: 2.5em;
	margin-bottom: 4em;
}

#sidebar .blogSidebar ul li {
	margin: 0;
}

.blogSidebar h2 {
	margin-bottom: 3px;
}

#s {
	width: 150px;
}

/*************************************
**  Shaded Boxes
**************************************/
.boxLayoutWrapper td {
	padding: 3px;
}
.box {
	background: transparent url(/images/box_wrapper.png) repeat-y scroll left top;
	position: relative;
	width: 270px;
}
.box .box_top {
	background: transparent url(/images/box_top.png) no-repeat scroll left top;
	height: 12px;
	position: relative;
}
.box .box_title {
	background: transparent url(/images/box_top2.png) no-repeat scroll left top;
	height: 21px;
	position: relative;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding-top: 12px;
}
.box .box_bottom {
	background: transparent url(/images/box_bottom.png) no-repeat scroll left bottom;
	height: 100%;
}
.box .box_content {
	padding: 0pt 16px 30px;
	height: 100%;
}
.box p {
	text-align: left;	
}
#sidebar .box {
	width: 185px;
	background-image: url(/images/box_small_wrapper.png);
}
#sidebar .box .box_top {
	background-image: url(/images/box_small_top.png);
}
#sidebar .box .box_title {
	background-image: url(/images/box_small_top2.png);
}
#sidebar .box .box_bottom {
	background-image: url(/images/box_small_bottom.png);
}


/*************************************
**  Clearing
**************************************/
.clear {
	clear:both;
	display:block;
	font-size:0px;
	height:0pt;
	overflow:hidden;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}



/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	cursor: pointer;
	border: 1px solid #ccc;
	width: 450px;
	height: 300px;
	margin-bottom: 5px;
}

.homeQuoteContainer {
	border: none;
	width: 300px;
	height: 210px;
	margin: 0;
}

#homeQuoteControls {
	cursor: pointer;
	position: absolute;
	width: 300px;
	height: 210px;
	z-index: 5;
}

.playIcon {
	background: transparent url(/images/quote_play.png) no-repeat center center;
}

.loading {
	background: url(/images/home/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid #ddd;
	padding: 4px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #aaa;
	padding: 4px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}

/*************************************************************/


/**************************************************************

	MultiBox

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #DDD;
	background-color: #DDD;
	display: none;
	z-index: 2000;
	text-align: left;
}

.MultiBoxLoading {
	background: url(/images/multibox/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border:1px solid #AAA;
	background-color: #FFF;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(/images/multibox/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #DDD;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(/images/multibox/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(/images/multibox/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(/images/multibox/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(/images/multibox/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 70px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: right;
	font-weight: bold;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	text-align: left;
	line-height: 1.2em;
}



/*************************************************************/