/* ------------------------------------------------------------
	
	Title:	   Figure 53
	Type:	   CSS for Screen
	Author:	   SensibleWorld.net

------------------------------------------------------------ */

body {
	margin: 0;
	padding: 0;
	color: #222;
	background-color: #292929;
	background-image: url('/img/bkgd.png');
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	line-height: 18px;
	}
	
/* a, a:link, a:visited { color: #993399; text-decoration: none; } */
a, a:link, a:visited { color: #7722cc; text-decoration: none; }
a:hover, a:active { color: #000033; text-decoration: none; }
.nochange { background: transparent; color: black; text-decoration: none; }
.nochange:hover { background: transparent; color: black; text-decoration: none; }

img { border:none; }

dt { font-weight: bold; line-height: 14px; padding:0; margin: 10px 0px 10px 0px; }
dd { padding: 0 0 10px 20px; margin: 0; }
ul { padding: 0px 5px 0px 40px; }

hr { background-color: #f0f0f0; border: 0; color: #f0f0f0; height: 1px; margin: 20px 0; }

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.big { font-size: 1.2em; color: black; }
.content p.big { font-size: 14px; line-height: 1.6; margin-bottom: 15px; padding: 0; }
.top { vertical-align: top; }
.bottom { vertical-align: bottom; }
.float-left { float: left; }
.float-right { float: right; }
.padder { padding: 10px; }
.contain { overflow: hidden; }

/* ------------------------------------------------------------

	structure

------------------------------------------------------------ */

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	}
#header {
  width: 100%;
	margin: 0;
	padding: 0;
	background-image: url('/img/header_grain.png');
	background-repeat: repeat-x;
	height: 99px;
	}
#header_wrap {			/* match margin produced by background shine */
	width: 1100px;
	padding: 0;
	margin: 0 auto;
	}
#header_wrap_2 {		/* match width of content */
	width: 1000px;
	padding: 0;
	margin: 0 auto;
	}
#background_shine {
  width: 1100px;
  background-image: url('/img/bkgd_shine.png');
	background-repeat: no-repeat;
  padding: 0;
	margin: 0 auto;
  }
.wrap {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	text-align: left;
	position: relative;
	}
#highlight {
	width: 1000px;
	padding: 0;
	margin: 0;
	background: #666699;
	border-bottom: 1px solid #292929;
	}
/*.content_header {
  width: 1010px;
  padding: 29px 0 0 0;
  margin: 0px 0 0 -5px;
  background: url(/img/content_top.png) no-repeat top left;
	}
.content_header_sharp_corner {
  width: 1010px;
  padding: 29px 0 0 0;
  margin: 0px 0 0 -5px;
  background: url(/img/content_top_sharp_left_corner.png) no-repeat top left;
	}*/
.content {
  -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; 
	width: 940px;
	padding: 30px;
	margin: 0 auto;
	background: #fff;
/*	background: url(/img/content_middle.png) repeat-y left;*/
	}
	
.content_sharp_corner { -moz-border-radius: 0 5px 5px 5px; -webkit-border-radius: 0 5px 5px 5px; border-radius: 0 5px 5px 5px; }

/*.content_footer {
  width: 1010px;
  padding: 25px 0 0 0;
  margin: 0 0 0 -5px;
  background: url(/img/content_bottom.png) no-repeat top left;
	}*/
.main {
	padding: 0;
	margin: 0 0 15px 0;
	float: left;
	width: 630px;
	}
.sidebar {
	padding: 0;
	margin: 0 0 15px 0;
	width: 270px;
	float: right;
	}
#features {
  margin-top: 25px;
	padding: 0;
	}
#footer {
	width: 940px;
	padding: 0px 30px 30px 30px;
	margin: 0;
	color: #777;
	font-size: 11px;
	}
#footer a { color: #aaaaaa; }
#footer a:hover, #footer a:active { color: #aaaaff; background-color: transparent; text-decoration: underline; }
#footer p.contact { float: left; position: relative; width: 620px; }
#footer p.contact iframe { position: absolute; right: 0; top: -1px; }

/* ------------------------------------------------------------

	Header

------------------------------------------------------------ */

#logo {
	width: 198px;
	height: 99px;
	margin: 0px 0px 0px -25px;
	padding: 0;
	float: left;
	background: url(/img/figure53_logo.png) top left;
	text-indent: -5000px;
	}
#navigation {
	float: right;
	margin: 0;
	padding: 36px 0 0 0;
	height: 31px;
	}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	line-height: 31px;
	}
#navigation ul li {
	float: left;
	line-height: 31px;
/*	margin: 30; */
	padding: 0;
	}
#navigation ul li a {
	float: left;
	font-family: "ff-din-web-1", "ff-din-web-2", 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size: 16px;
	display: block;
	margin: 0 0 0 1px;
	text-decoration: none;
	color: #e7e7e7;
	height: 31px;
	-moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; 
	line-height: 34px;
	padding: 0 15px;
/*	letter-spacing: 0.16em;*/
/*	text-indent: -5000px;*/
	border: none;
/*	background-position: left -62px;*/
  text-shadow: rgba(0, 0, 0, 0.75) 0 1px 0;
	}
	
#navigation ul li a:hover { background-color: #000; color: #fff; }
#navigation ul li a.active { background-color: #fff; color: #000; text-shadow: none; }
#navigation_divider {
	float: left;
	display: block;
	margin: 0;
	text-decoration: none;
	height: 31px;
	border: none;
	background: url(/img/nav_tabs/nav_divider.png);
	width: 30px;
	}
/*#qlab_nav a {
  background: url(/img/nav_tabs/nav_qlab.png);
  width: 65px;
  }
#qcart_nav a {
  background: url(/img/nav_tabs/nav_qcart.png);
  width: 73px;
  }
#streamers_nav a {
  background: url(/img/nav_tabs/nav_streamers.png);
  width: 110px;
  }
#lockstep_nav a {
  background: url(/img/nav_tabs/nav_lockstep.png);
  width: 98px;
  }
#chroma_nav a {
  background: url(/img/nav_tabs/nav_chroma.png);
  width: 86px;
  }
#tixato_nav a {
  background: url(/img/nav_tabs/nav_tixato.png);
  width: 79px;
  }
#store_nav a {
  background: url(/img/nav_tabs/nav_store.png);
  width: 72px;
  }
#support_nav a {
  background: url(/img/nav_tabs/nav_support.png);
  width: 91px;
  }
#blog_nav a {
  background: url(/img/nav_tabs/nav_blog.png);
  width: 65px;
  }*/
/*#qlab_nav a:hover, #qcart_nav a:hover, #streamers_nav a:hover, #lockstep_nav a:hover, #chroma_nav a:hover, #tixato_nav a:hover, #store_nav a:hover, #support_nav a:hover, #blog_nav a:hover { background-position: left -31px; background-color: transparent; }
#qlab_nav a.active, #qcart_nav a.active, #streamers_nav a.active, #lockstep_nav a.active, #chroma_nav a.active, #tixato_nav a.active, #store_nav a.active, #support_nav a.active, #blog_nav a.active { background-position: left 0; background-color: transparent; }
*/	
/* ------------------------------------------------------------

	Sub Navigation

------------------------------------------------------------ */

#sub_navigation {
	width: 1000px;
	height: 31px;
	padding: 0;
	margin: 0;
	}	
#sub_navigation ul {
	height: 31px;
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	}
#sub_navigation ul li {
	float: left;
	margin: 0;
	padding: 0;
	}
#sub_navigation ul li a {
	float: left;
	display: block;
	margin: 0;
	text-decoration: none;
	color: #DEDEDE;
	border: none;
	height: 31px;
	padding: 0 15px;
	font-size: 12px;
	text-transform: uppercase;
	-moz-border-radius: 8px 8px 0 0; -webkit-border-radius: 8px 8px 0 0; border-radius: 8px 8px 0 0; 
	font-family: "ff-din-web-1", "ff-din-web-2", 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	line-height: 35px;
	letter-spacing: 0.1em;
/*	text-indent: -5000px;
  background-position: left -62px;*/
	}

#sub_navigation ul li a:hover { background-color: #000; color: #fff; }	
#sub_navigation ul li a.active { background-color: #fff; color: #000; }
#sub_navigation.qlab_tour ul li a { -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }

/*#overview_nav a {
  background: url(/img/nav_tabs/nav_overview.png) no-repeat;
  width: 98px;
  }
#tour_nav a {
  background: url(/img/nav_tabs/nav_tour.png) no-repeat;
  width: 65px;
  }
#download_nav a {
  background: url(/img/nav_tabs/nav_download.png) no-repeat;
  width: 105px;
  }
#buy_nav a {
  background: url(/img/nav_tabs/nav_buy.png) no-repeat;
  width: 56px;
  }
#showcases_nav a {
  background: url(/img/nav_tabs/nav_showcases.png) no-repeat;
  width: 111px;
  }
#sub_support_nav a {
  background: url(/img/nav_tabs/nav_sub_support.png) no-repeat;
  width: 91px;
  }
#overview_nav_alt a {
  background: url(/img/nav_tabs/nav_overview_alt.png) no-repeat;
  width: 98px;
  }
#tour_nav_alt a {
  background: url(/img/nav_tabs/nav_tour_alt.png) no-repeat;
  width: 65px;
  }
#download_nav_alt a {
  background: url(/img/nav_tabs/nav_download_alt.png) no-repeat;
  width: 105px;
  }
#buy_nav_alt a {
  background: url(/img/nav_tabs/nav_buy_alt.png) no-repeat;
  width: 56px;
  }
#showcases_nav_alt a {
  background: url(/img/nav_tabs/nav_showcases_alt.png) no-repeat;
  width: 111px;
  }
#sub_support_nav_alt a {
  background: url(/img/nav_tabs/nav_sub_support_alt.png) no-repeat;
  width: 91px;
  }
#home_nav a {
  background: url(/img/nav_tabs/nav_home.png) no-repeat;
  width: 68px;
  }
#submit_a_request_nav a {
  background: url(/img/nav_tabs/nav_submit_a_request.png) no-repeat;
  width: 158px;
  }
#check_on_a_request_nav a {
  background: url(/img/nav_tabs/nav_check_on_a_request.png) no-repeat;
  width: 177px;
  }
#overview_nav a:hover, #tour_nav a:hover, #download_nav a:hover, #buy_nav a:hover, #showcases_nav a:hover, #sub_support_nav a:hover, #overview_nav_alt a:hover, #tour_nav_alt a:hover, #download_nav_alt a:hover, #buy_nav_alt a:hover, #showcases_nav_alt a:hover, #sub_support_nav_alt a:hover, #home_nav a:hover, #submit_a_request_nav a:hover, #check_on_a_request_nav a:hover { background-position: left -31px; background-color: transparent; }
#overview_nav a.active, #tour_nav a.active, #download_nav a.active, #buy_nav a.active, #showcases_nav a.active, #sub_support_nav a.active, #overview_nav_alt a.active, #tour_nav_alt a.active, #download_nav_alt a.active, #buy_nav_alt a.active, #showcases_nav_alt a.active, #sub_support_nav_alt a.active, #home_nav a.active, #submit_a_request_nav a.active, #check_on_a_request_nav a.active { background-position: left 0; background-color: transparent; }
*/
/* ------------------------------------------------------------

	MacBook

------------------------------------------------------------ */

#macbook {
	background: url(/img/macbook.png) no-repeat;
	width: 523px;
	height: 358px;
	position: absolute;
	padding: 0;
	margin: 0 0 0 530px;
	}

#macbook_lg {
	background: url(/img/macbook_lg_black.png) no-repeat;
	width: 1000px;
	height: 665px;
	padding: 0;
	margin: 20px 0 -10px 20px;
	}
	
#slidecontent {
	padding: 0;
	margin: 21px 0 0 72px;
	}

/* ------------------------------------------------------------

	Overview Highlight Banner

------------------------------------------------------------ */

#highlight p {
	width: 430px;
	margin: 0 30px 30px 30px;
	color: #ffffff;
	min-height: 72px;
	}
#highlight p a {
	color: #ffccff;
	text-decoration: none;
	border-bottom: 1px dotted #ffccff;
	}
#highlight p a:hover {
	color: #000033;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px solid #000033;
	}

/* ------------------------------------------------------------

	Button Bar

------------------------------------------------------------ */

#version_number {
	background: url(/img/version_star.png) no-repeat;
	width: 50px;
	height: 50px;
	padding: 14px 0px 0px 0px;
	margin: -15px 0 0 -25px;
	color: #663300;
	position: absolute;
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	}
	
#button_bar {
	width: 1000px;
	height: 70px;
	padding: 0;
	margin: 0 0 30px 0;
	list-style: none;
	display: block;
	background: url(/img/button_bar_bkgd.png) no-repeat;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	}
#button_bar span {
	float: left;
	display: block;
	height: 70px;
	}
#button_bar span dt {
	padding: 12px 0 5px 60px;
	margin: 0;
	font: 14px bold;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	}
#button_bar span dd {
	padding: 0 0 0 60px;
	margin: -4px 0 0 0;
	font: 10px bold;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	}
	
/* General Tab Code */

#button_bar span#download_tab {
	float: left;
	display: block;
	width: 230px;
	}
#button_bar span#purchase_tab {
	padding-left: 65px;
	width: 210px;
	}
#button_bar span#rental_tab {
	width: 225px;
	}

/* Tab Icons */

#button_bar span#download_tab a, #button_bar span#purchase_tab a, #button_bar span#rental_tab a {
	display: block;
	margin: 7px 0 0 23px;
	padding: 0;
	height: 55px;
	text-decoration: none;
	}
#button_bar span#rental_tab a {
	display: block;
	margin: 7px 0 0 16px;
	padding: 0;
	height: 55px;
	text-decoration: none;
	}

#button_bar span#download_tab a { background: url(/img/download_button.png) no-repeat left 0px; }
#button_bar span#purchase_tab a { background: url(/img/purchase_button.png) no-repeat left 0px; }
#button_bar span#rental_tab a { background: url(/img/rental_button.png) no-repeat left 0px; }

#button_bar span#download_tab a:hover, #button_bar span#purchase_tab a:hover, #button_bar span#rental_tab a:hover { background-position: left -55px; }

/* Tab Text */

#button_bar span#download_tab a dt, #button_bar span#purchase_tab a dt, #button_bar span#rental_tab a dt {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	}
#button_bar span#download_tab a dt { color: #ffffff; }
#button_bar span#purchase_tab a dt, #button_bar span#rental_tab a dt { color: #333366; }
#button_bar span#download_tab a:hover dt, #button_bar span#purchase_tab a:hover dt, #button_bar span#rental_tab a:hover dt { color: #330033; }

#button_bar span#download_tab a dd, #button_bar span#purchase_tab a dd, #button_bar span#rental_tab a dd { text-decoration: none; }
	
#button_bar span#download_tab a dd { color: #ffff99; }
#button_bar span#purchase_tab a dd, #button_bar span#rental_tab a dd { color: #333366; }
#button_bar span#download_tab a:hover dd, #button_bar span#purchase_tab a:hover dd, #button_bar span#rental_tab a:hover dd { color: #660066; }

#button_bar span#extra_tab dt, #button_bar span#extra_tab2 dt {
	padding: 0;
	margin: 0;
	}

/* ------------------------------------------------------------

	Content

------------------------------------------------------------ */

.content p {
	padding: 10px 0 10px 0;
	margin: 0;
	}
.content h1 {
	padding: 10px 0 10px 0;
	margin: 0;
	}
.content h2 {
	padding: 10px 0 10px 0;
	margin: 0;
	}
.content h3 {
	padding: 10px 0 10px 0;
	margin: 0;
	}
.content strong { color: #333366; font-size: 14px; font-weight: bold; }
.content table { padding: 0; margin: 0; }
.content table td { padding: 0; margin: 0; vertical-align: top; }

ul.feature_list1, ul.feature_list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #666666;
	font-size: 11px;
	float: right;
	width: 230px;
	margin: 0 0 0 23px;
	}
ul.feature_list1 li, ul.feature_list2 li {
	height: 44px;
	padding: 0 0 0 44px;
	line-height: 14px;
	}
ul.feature_list1 li#feature_title {
  color: #424678;
  font-family: 'museo-slab-1', 'museo-slab-2', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	height: auto;
	padding: 0;
	}
ul.feature_list1 li#feature_more {
	margin: 15px 0 0 0;
	padding-left: 0px;
	font-size: 12px;
	}
ul.feature_list1 li#one { background: url(/img/icons/1.png) no-repeat left 0px; }
ul.feature_list1 li#two { background: url(/img/icons/2.png) no-repeat left 0px; }
ul.feature_list1 li#three { background: url(/img/icons/3.png) no-repeat left 0px; }
ul.feature_list1 li#four { background: url(/img/icons/4.png) no-repeat left 0px; }
ul.feature_list1 li#five { background: url(/img/icons/5.png) no-repeat left 0px; }
ul.feature_list1 li#six { background: url(/img/icons/6.png) no-repeat left 0px; }
ul.feature_list2 li#seven { background: url(/img/icons/7.png) no-repeat left 0px; margin-top: 40px; }
ul.feature_list2 li#eight { background: url(/img/icons/8.png) no-repeat left 0px; }
ul.feature_list2 li#nine { background: url(/img/icons/9.png) no-repeat left 0px; }
ul.feature_list2 li#ten { background: url(/img/icons/10.png) no-repeat left 0px; }
ul.feature_list2 li#eleven { background: url(/img/icons/11.png) no-repeat left 0px; }
ul.feature_list2 li#twelve { background: url(/img/icons/12.png) no-repeat left 0px; }

/* ------------------------------------------------------------

	Sidebar

------------------------------------------------------------ */

.sidebar p { font-size: 11px; padding: 0 0 10px 0; margin: 0; }
/*.sidebar p.sidequote { color: #333366; font-size: 14px; font-weight: bold; padding: 0; margin: 0; padding-bottom: 10px; }*/
.sidebar p.sidequote { background: #f2f2f2 url(img/blockquote.png) no-repeat 10px 10px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; color: #444; font-family: Georgia, 'Times New Roman', serif; font-size: 14px; line-height: 1.5; padding: 18px 12px 12px 27px; margin: 0 0 0 0; }
.sidebar p.sidequote span { color: #666; font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif; font-size: 12px; }
.sidebar p.credit { background: url(img/quote_beak.png) no-repeat center top; color: #333; font-size: 12px; font-weight: bold; padding: 10px 0 0 0; margin: 0; line-height: 1.3; margin-bottom: 5px; text-align: center; }
.sidebar p.credit span { color: #666; font-weight: normal; }
.sidebar p.credit span a { color: #444; }

.read_more_quotes { text-align: center; }

.sidebar h3 {
	padding: 0 0 10px 0;
	margin: 0;
	}

.quoteswap {
	display:none;
	padding: 0;
	margin: 0;
	}

h3#title_notebook {
	background-image: url(/img/title_notebookside.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	width: 83px;
	height: 16px;
	padding: 0 0 10px 0;
	margin: 15px 0 0 0;
	text-indent: -5000px;
	}
	
.notebook_list dt { font-weight: bold; line-height: 14px; padding:0; margin: 0; }
.notebook_list dd { color: #999999; font-size: 11px; padding:0 0 10px 0; margin: 0; }
	
#rss {
	background: url(/img/rss.png) no-repeat left 0px;
	width: 12px;
	height: 14px;
	text-indent: -5000px;
	}

/* ------------------------------------------------------------

	Flexible Box

------------------------------------------------------------ */
	
.flexible-box {
	background: #ddd;
	color: #444;
	font-size: 10px;
	padding: 0;
	margin: 0;
	}
.flexible-box p { padding: 0px 20px 10px 20px; }
.flexible-box h3 { padding: 0px 10px 15px 10px; margin: 0px; }
.flexible-box ul { margin: 0px 10px 0px -10px; }
.flexible-box ul ul { margin: 0px 0px 0px -10px; }
.flexible-box a:link, 
.flexible-box a:visited {
	text-decoration: underline;
	color: #444;
	}
.flexible-box a:hover {
	color: #7722cc;
	background: transparent;
	}
.flexible-box-top {
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background: #bbb;
	padding: 0px 10px 6px 10px;
	margin: 0px 0px 6px 0px;
	}
.flexibleTL { background: url(/img/flexibleTL.png) no-repeat top left; }
.flexibleTR { background: url(/img/flexibleTR.png) no-repeat top right; }
.flexibleBR { background: url(/img/flexibleBR.png) no-repeat bottom right; }
.flexibleBL { background: url(/img/flexibleBL.png) no-repeat bottom left; }
.flexibleTL, .flexibleTR {
	border: none;
	height: 8px;
	background-color: #bbb;
	}
.flexibleBR, .flexibleBL {
	border: none;
	height: 8px;
	background-color: #ddd;
	}
.flexibleTR {
	float: right;
	width: 8px;
	}
.flexibleBR {
	float: right;
	width: 8px;
	}
	
/* ------------------------------------------------------------

	Box

------------------------------------------------------------ */

.box-top {
  width: 330px;
	padding: 30px 0 0 0;
	margin: 0 0 0 0;
	background: url(/img/fixed-box-top.png) no-repeat top left;
  }
.box-middle {
	width: 330px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #fff;
	background: url(/img/fixed-box-middle.png) repeat-y left;
	}
.box-middle p { padding: 10px 30px 0px 30px; }
.box-middle h3 { padding: 0px 30px 15px 30px; margin: 0px; }
.box-middle ul { margin: 0px; }
.box-middle a:link { text-decoration: underline; color: #fff; }
.box-middle a:visited { text-decoration: underline; color: #fff; }
.box-middle a:hover { color: #ff3; background: transparent; }
.box-bottom {
  width: 330px;
	padding: 30px 0 0 0;
	margin: 0 0 0 0;
	background: url(/img/fixed-box-bottom.png) no-repeat top left;
  }
	
/* ------------------------------------------------------------

	QLab Showcases

------------------------------------------------------------ */

.showcase-wrapper { border-top: 1px solid #f0f0f0; width: 900px; padding: 20px 0px; }
.showcase-table td { vertical-align: top; }
.showcase {
	padding: 0px 15px 10px 15px;
	font-size: 14px;
	line-height: 1.35em;
	}
.showcase h3 {
	padding: 0px;
	margin: 0px;
	}
.showcase-byline {
	color: #777;
	font-size: 0.9em;
	padding: 0px 0px 0px 1px;
	}
.showcase-summary {
	padding: 15px 0px 10px 100px;
	}
.caption-left {
	font-size: .8em;
	text-align: left;
	line-height: 1.2em;
	}
.caption-center {
	font-size: .8em;
	text-align: center;
	line-height: 1.2em;
	}
.caption-right {
	font-size: .8em;
	text-align: right;
	line-height: 1.2em;
	}
	
/* ------------------------------------------------------------

	QLab Quotes

------------------------------------------------------------ */
	
.quote {
	font-size: 1.15em;
	line-height: 1.5em;
	width: 90%;
	color: #333;
	background-color: #edf;
	padding: 20px;
	margin: 0px auto;
	}

.quoted-entity {
	color: #666;
	font-size: 0.8em;
	text-align: right;
	line-height: 1.6em;
	padding: 0px 10px 7px 0px;
	}
	
.stressed {
	font-size: 1.05em;
	color: #000;
	font-weight: bold;
	}
	
/* ------------------------------------------------------------

	QLab Documentation

------------------------------------------------------------ */

.doc-index-list {
	line-height: 2em;
	font-weight: bold;
	font-size: 18px;
	}

.doc-index-sublist {
	font-weight: normal;
	line-height: 1.2em;
	font-size: 14px;
	}

.doctitle {
	width: 100%;
	text-align: right;
	color: #aaa;
	}

.docdate {
	width: 100%;
	text-align: right;
	color: #aaa;
	font-size: 10px;
	border-top: solid 1px;
	}

.docneighborlinks {
	width: 100%;
	}

.nextdiv {
	width: 100%;
	text-align: right;
	}

.docnote {
	width: 75%;
	color: #000;
	background-color: #edf;
	border: dashed 1px;
	border-color: #666;
	padding: 10px;
	}

.technote {
	width: 75%;
	color: #000;
	background-color: #ddd;
	font-size: 0.9em;
	border: dashed 1px;
	border-color: #666;
	padding: 10px;
	}

.technotetitle {
	font-style: italic;
	}
	
table.feature-list {
	width: 80%;
	background: #ddd;
	padding: 2px;
	margin: 0px auto;
	text-align: left;
	}

table.feature-list tr.toprow td {
	background: #eee;
	vertical-align: middle;
	padding: 5px 10px 5px 10px;
	}

table.feature-list td {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	background: #fff;
	line-height: 1.25em;
	vertical-align: middle;
	}
   


/* ------------------------------------------------------------

	Miscellaneous

------------------------------------------------------------ */ 
	
.pleasenote {
	padding: 10px !important;
	background-color: #ffc;
	border: 1px solid #cc9;
	}

#sale { background: url(img/figure53_sale_banner.png) no-repeat; height: 191px; margin: 25px auto; position: relative; width: 995px; }
#sale_button { background: url(img/figure53_sale_button.png) no-repeat left top; bottom: 28px; color: #fff; display: block; font-size: 18px; font-weight: bold; height: 45px; left: 345px; line-height: 44px; position: absolute; text-align: center; text-shadow: #000 0 1px 0; width: 265px; }
#sale_button:hover { background-position: left -46px; }

.showcase-centered-video {
	text-align: center;
	margin: 0.5in;
}


/*-------------------------------------------
  Contact
-------------------------------------------*/
  #contact h1, #contact h2, #contact h3 { font-family: museo-slab-1,museo-slab-2, 'Helvetica Neue', 'Helvetica', sans-serif; font-style: normal; font-weight: 100; margin-bottom: 10px; padding: 0; }
  #contact h1 { border-bottom: 1px solid #f0f0f0; font-size: 32px; font-weight: 300; margin-bottom: 30px; padding: 0 0 15px 0; }
  #contact h2 { font-size: 24px; margin-bottom: 15px; padding: 0; }
  #contact h3 { font-size: 18px; margin-bottom: 10px; padding: 0; }
  #contact p { line-height: 1.8; margin-bottom: 10px; padding: 0; }
  #contact .email { background-color: #f0f0f0; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; color: #333; float: left; padding: 30px; width: 383px; }
  #contact .other { float: right; padding-top: 30px; width: 420px; }
  #contact .other p { font-size: 12px; }
  #contact .other table { font-size: 11px; }
  #contact strong { color: #333; font-size: 11px; }
  #contact .email_button { background: url(img/email_button.png) no-repeat left top; color: #fff; display: block; font-family: 'Helvetica Neue', Helvetic, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif; font-size: 22px; font-weight: bold; height: 70px; line-height: 65px; margin: 0 0 10px 0; padding-left: 114px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); width: 269px; }
  #contact .email_button:hover { background-position: left -71px; }
  #contact .email_button:active { background-position: left -142px; line-height: 66px; }
  
  
/*-------------------------------------------
  Newsletter
-------------------------------------------*/
  #newsletter h1, #newsletter h2, #newsletter h3 { font-family: 'museo-slab-1', 'museo-slab-2', 'Helvetica Neue', 'Helvetica', sans-serif; font-style: normal; font-weight: 100; margin-bottom: 10px; padding: 0; }
  #newsletter h1 { border-bottom: 1px solid #f0f0f0; font-size: 32px; font-weight: 300; margin-bottom: 30px; padding: 0 0 15px 0; }
  #newsletter #mc_embed_signup { background-color: #f0f0f0; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; margin-bottom: 15px; padding: 25px; }
  #newsletter #mc_embed_signup form { padding: 0; }
  #newsletter #mc_embed_signup .mc-field-group input { padding: 5px; text-indent: 0; }
  #newsletter label { font-weight: bold; }
  #newsletter .email { font-size: 16px; }
  #newsletter li label { font-weight: normal; }
  #newsletter form .button { background-image: none; }

/* ------------------------------------------------------------

	Home

------------------------------------------------------------ */

#qlab_feature { background: url(img/home/qlab_feature.png); height: 344px; margin: 0 auto 25px auto; overflow: hidden; width: 1000px; }
#qlab_feature h2 { color: #000542; font-family: "ff-din-web-1", "ff-din-web-2", 'Lucida Grande', 'Lucida Sans Unicode', sans-serif; font-size: 80px; line-height: 1; margin: 0; padding: 0; text-shadow: rgba(255, 255, 255, 0.4) 0 1px 0; }
#qlab_feature h3 { color: #562e67; font-family: "museo-slab-1", "museo-slab-2", 'Lucida Grande', 'Lucida Sans Unicode', sans-serif; font-size: 20px; font-style: normal; font-weight: 300; margin: 0 0 15px 0; padding: 0; text-shadow: rgba(255, 255, 255, 0.2) 0 1px 0; }
#qlab_feature .feature_content { padding: 50px 125px 0 228px; }
#qlab_feature .feature_content p { color: #fff; font-family: "ff-din-web-1", "ff-din-web-2", 'Lucida Grande', 'Lucida Sans Unicode', sans-serif; font-size: 18px; line-height: 1.3; margin: 0 0 25px 0; padding: 0; text-shadow: rgba(0, 0, 0, 0.25) 0 1px 0; width: 550px; }
#qlab_feature .download { position: relative; /*margin-right: 25px;*/ }
#qlab_feature .download #version_number { margin: 0; right: -25px; top: -25px; }

a.small_feature { display: block; height: 133px; line-height: 1; margin: 0 0 25px 0; padding: 25px 10px 0 160px; width: 321px; }
a.small_feature span { color: #37322a; font-family: "museo-slab-1", "museo-slab-2", 'Lucida Grande', 'Lucida Sans Unicode', sans-serif; font-size: 18px; font-weight: normal; line-height: 1.2; text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0; }
a.qcart_feature { background: url(img/home/qcart_feature.png) no-repeat left top; color: #414040; font-family: "ff-din-web-1", "ff-din-web-2", 'Lucida Grande', 'Lucida Sans Unicode', sans-serif; font-size: 60px; font-weight: bold; text-shadow: rgba(255, 255, 255, 0.75) 0 1px 0; }
a.streamers_feature { background: url(img/home/streamers_feature.png) no-repeat left top; color: #00002a; font-family: "ff-din-web-1", "ff-din-web-2", 'Lucida Grande', 'Lucida Sans Unicode', sans-serif; font-size: 60px; font-weight: bold; text-shadow: rgba(255, 255, 255, 0.4) 0 1px 0; }
a.streamers_feature span { color: #33383b; text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0; }
a.lockstep_feature { background: url(img/home/lockstep_feature.png) no-repeat left top; color: #2e364f; font-family: "ff-din-web-1", "ff-din-web-2", 'Lucida Grande', 'Lucida Sans Unicode', sans-serif; font-size: 60px; font-weight: bold; text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0; }
a.lockstep_feature span { color: #3b3028; text-shadow: rgba(255, 255, 255, 0.4) 0 1px 0;}
a.tixato_feature { background: url(img/home/tixato_feature.png) no-repeat left top; color: #312e2e; font-family: "ff-din-web-1", "ff-din-web-2", 'Lucida Grande', 'Lucida Sans Unicode', sans-serif; font-size: 60px; font-weight: bold; height: 41px; padding-top: 115px; text-shadow: rgba(255, 255, 255, 0.75) 0 1px 0; }
a.tixato_feature span { color: #fff; text-shadow: rgba(0, 0, 0, 0.75) 0 1px 0; }


/* Buttons */
.button				{ background: url(img/buttons_left.png) no-repeat left top; cursor: pointer; display: inline-block; height: 40px; margin-right: 5px; padding-left: 20px; }
.button span		{ background: url(img/buttons_right.png) no-repeat right top; color: #fff; display: inline-block; font-size: 14px; height: 40px; line-height: 38px; padding-right: 20px; text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0; }
.button:hover		{ background-position: left -40px; }
.button:hover span	{ background-position: right -40px; }
.button:active		{ background-position: left -80px; }
.button:active span { background-position: right -80px; }

.dark_button			 { background-position: left -120px; }
.dark_button span		 { background-position: right -120px; }
.dark_button:hover		 { background-position: left -160px; }
.dark_button:hover span	 { background-position: right -160px; }
.dark_button:active		 { background-position: left -200px; }
.dark_button:active span { background-position: right -200px; }



