@charset "UTF-8";

/* ************************************************Common Body Styles****** */

body {
	font: 90% "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	color: #cbcbcb;
	background: #1d2621;
	background-image: url(images/bg_image2.jpg);
	background-repeat: repeat;
	margin: 0; 
	margin-top: 10px;
	padding: 0;
	text-align: center; 
}

a {
	outline: none;
}

a:link { text-decoration: none; color: #F96; font-weight: bold; }
a:visited { text-decoration: none; color: #F96; font-weight: bold; }
a:hover { color: #FC3; }
a:active { color: #D6D6D6; }

p {
	line-height: 1.5;
	font-effect: engrave;
}


ul {
	padding: 0px;
	margin: 0px;
}

li {
	line-height: 1.5;
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px none;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 120%;
	color: #b4b4b4;
}

h3 {
	font-size: 110%;
	color: #b4b4b4;
	font-weight: bold;
	padding-top: 20px;
}

h4 {
	font-size: 100%;
	color: #9d9d9d;
	font-weight: normal;
}

.smalltext {
	font-size: 70%;
}

/* ********************************************classes for common items****** */



.centeredimage {
	text-align: center;
	padding: 20px 0px 20px 42px;
}

.textalignmiddle {
	text-align: center;
}

.rightimage {
	left: 50%;
}


.rightimage {
	right: 0%
}

.middle_align_div {
    width: 100%;
    margin: 0px auto;
}

.clearleft {
    clear: left;
}

.clearboth {
    clear: both;
}

.block2 {
    margin-left: 20px;
}

.byline {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

.smallertext {
	font-size: 90%;
	font-weight: normal;
}

/* **************************************************header and nav bar****** */



#header: {
	height: 55px;
	padding-right: 10px;
	text-align: left;
}

#bblogo {
		border: none;
		width: 200px;
		padding-left: 20px;
		padding-top: 5px;
		float: left;
}

#bblogo {
	margin-left: -100px\0/	
}

#mainnav {
    -webkit-text-size-adjust:none;
    text-align: right;
	width: 680px;
	font-size: 110%;
	font-weight: bold;
	padding: 20px 30px 20px 5px;
	margin-left: 270px;
}

/*#mainnav a {
	color: #333333;
	
}

#mainnav a:hover {
	color: #e5e5e5;
	
}*/

#mainnav ul {
	list-style: none;
	display: inline;	
}

#mainnav li {
	padding: 15px;
	display: inline;
}


/* *********************************************app page subnav****** */

#subnav {
    -webkit-text-size-adjust:none;
	width: 840px;
	font-size: 100%;
	font-weight: bold;
	padding: 18px 0px 15px 5px;
	margin-left: 10px;
}

#subnav a {
	font-weight: normal;
	letter-spacing: 0.8px;
	
}

#subnav a:hover {
	font-weight: normal;
	
}

#subnav ul {
	list-style: none;
	display: inline;
	padding: 10px;
}

#subnav li {
	padding: 16px;
	display: inline;
}

.current_subnav {
	color: #fff;
}

/* *********************************************main content containers****** */



#container {
	width: 960px;
	margin: auto;
	text-align: left;	
}

#container_productpage {
	width: 960px;
	margin: auto;
	text-align: left;
}



#mainContent {
	min-height: 500px;
	margin-top: 40px;
}



/* **************************************home page main feature section****** */



#home_feature {
    margin: 0px auto;
}

.home_feature_img {
	float: left; 
	width: 500px;
}

.home_feature_imgr {
	float: none;
	margin-left: 240px;
	width: 500px;
}

#home_feature_side {
    width: 240px;
    margin: 0px auto;
    margin-top: 80px;
    margin-left: 10px;
    float: right;
    text-align: center;
}

#home_feature_sidel {
    width: 240px;
    margin: 0px auto;
    margin-top: 80px;
    margin-right: 10px;
    float: left;
    text-align: center;
}



/* **************************************home page sub features section****** */



#home_features {
    border: 1px solid #6d6d6d;
    width: 720px;
    margin: 0px auto;
    background: #1a1a1a; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2a2a', endColorstr='#1a1a1a'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#2a2a2a), to(#1a1a1a)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #2a2a2a,  #1a1a1a); /* for firefox 3.6+ */
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
}

#home_features p {
    font-size: 90%;
    min-height: 50px;
}

#home_features a {
    font-weight: normal;
}

#home_feature1 {
    text-align: center;
	margin: 0px auto;
    display: table-cell;
    width: 360px;
    padding: 10px;
    padding-bottom: 20px;
    border-right: 1px solid #6d6d6d;
}

#home_feature2 {
    text-align: center;
	margin: 0px auto;
    display: table-cell;
    width: 360px;
    padding: 10px;
    padding-bottom: 20px;
}



#home_features_3up {
    border: 1px solid #6d6d6d;
    width: 720px;
    margin: 0px auto;
    background: #1a1a1a; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2a2a', endColorstr='#1a1a1a'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#2a2a2a), to(#1a1a1a)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #2a2a2a,  #1a1a1a); /* for firefox 3.6+ */
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
}

#home_features_3up p {
    font-size: 90%;
    min-height: 50px;
}

#home_features_3up a {
    font-weight: normal;
}

#home_feature_3up1 {
    text-align: center;
	margin: 0px auto;
    display: table-cell;
    width: 240px;
    padding: 10px;
    padding-bottom: 20px;
    border-right: 1px solid #6d6d6d;
}

#home_feature_3up2 {
    text-align: center;
	margin: 0px auto;
    display: table-cell;
    width: 240px;
    padding: 10px;
    padding-bottom: 20px;
    border-right: 1px solid #6d6d6d;
}

#home_feature_3up3 {
    text-align: center;
	margin: 0px auto;
    display: table-cell;
    width: 240px;
    padding: 10px;
    padding-bottom: 20px;
}

#bbhomegeronimo_hype_container a {
    text-decoration: none; 
    color: #F96; 
    font-weight: normal;
}


#bbhomegeronimo_hype_container a:hover { 
    color: #FC3; 
}

#bbhometelepromptmac_hype_container a {
    text-decoration: none; 
    color: #F96; 
    font-weight: normal;
}


#bbhometelepromptmacv12_hype_container a:hover { 
    color: #FC3; 
}

#bbhometelepromptmacv12_hype_container a {
    text-decoration: none; 
    color: #F96; 
    font-weight: normal;
}


#bbhometelepromptmacv12_hype_container a:hover { 
    color: #FC3; 
}

#bbhometelepromptgroups_hype_container a:hover { 
    color: #FC3; 
}

#bbhometelepromptgroups_hype_container a {
    text-decoration: none; 
    color: #F96; 
    font-weight: normal;
}


#bbhometelepromptgroups_hype_container a:hover { 
    color: #FC3; 
}


/* *******************************************************products page****** */



#productCategories {
    width: 200px;
    padding-left: 30px;
    float: left;
    margin-top: -18px;
}

#productCategories li {
    list-style-type: none;
    padding-left: 20px;
    padding-top: 15px;
}

#productlist {
    position: relative;
    width: 600px;
    height: 740px;
    margin-left: 270px;
    padding-left: 30px;
    border-left: 1px solid #6d6d6d;
    overflow: hidden;
}

#productlistcontainer {
    position:absolute;
	left:0px;
    width: 3700px;
    min-height: 640px;
    -webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-transition:all 0.3s ease-in-out;
}

#productivitylist {
    display: block;
    width: 600px;
    padding-left: 30px;
    float: left;
}

#entertainmentlist {
    display: block;
    width: 600px;
    padding-left: 30px;
    float: left;
}

#educationlist {
    display: block;
    width: 600px;
    padding-left: 30px;
    float: left;
}

#gameslist {
    display: block;
    width: 600px;
    padding-left: 30px;
    float: left;
}

#macosproductivitylist {
    display: block;
    width: 600px;
    padding-left: 30px;
    float: left;
}

#developmentserviceslist {
    display: block;
    width: 600px;
    padding-left: 30px;
    float: left;
}

.productivitylistitem {
    padding: 20px 0px;
    min-height: 180px;
}

#productivityOn {
	font-size: 110%;
	color: #fff;
}

.product_image1 {
    float: right;
    padding: 0px 10px 0px 0px;
 
}

.product_image {
    float: right;
    padding: 0px 10px 0px 0px;
 
}


.entertainmentlistitem {
    padding: 20px 0px;
    min-height: 180px;
}

.educationlistitem {
    padding: 20px 0px;
    min-height: 180px;
}

.gameslistitem {
    padding: 20px 0px;
    min-height: 180px;
}

.macosproductivitylistitem {
    padding: 20px 0px;
    min-height: 180px;
}

#productCategories h2 {
	margin-top: 30px;
}


/* **********************************************features pages generic****** */

#availableappstore {
    margin-top: 20px;
    text-align: center;
}

#featuredapp1 {
	width: 400px;
	float: left;
	border-right: 0px none #6d6d6d;
	margin-bottom: 20px;
	
}

.teleprompt_iPhone_iconimage {
    float: right;
    margin: 20px 0px 20px 20px;
}
 
.featuredapp1title {
	position: relative;
	height: 100px;
}

.featuredapp3title {
	position: relative;
	height: 200px;
}

.featuredapp1titleimage {
	position: absolute;
	top: 50%;
	left: 3%;
	margin-top: -10px;
}

.coastercountertitleimage {
	position: absolute;
	top: 30%;
	left: 13%;
	margin-top: -10px;
}

.featuredapp1iconimage {
	position: absolute;
	right: 0%;
	bottom: 0%;
	margin-right: -120px;
}

.featuredapp1version {
	position: absolute;
	top: 95%;
	right: 50%;
	margin-top: -10px;
}

#featuredapp2 {
	width: 382px;
	float: left;
	margin-bottom: 20px;
}
 
.featuredapp2title {
	position: relative;
	height: 220px;
}

.featuredapp2titleimage {
	position: absolute;
	top: 50%;
	right: 14%;
	margin-top: -50px;
}

.featuredapp2iconimage {
	position: absolute;
	right: 10%;
	bottom: 25%;
}

.featuredapp2version {
	position: absolute;
	top: 85%;
	left: 50%;
	margin-top: -20px;
}

#otherapps {
	clear: both;
	position: relative;
	height: 40px;
	margin: 20px 0px 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}

.featuredappdescription {
	width: 364;
	padding: 20px;	
	text-align: center;
	
}

.featuredappdescription li {
	line-height: 1.5;	
}

.productpagedescription {
	padding: 20px;	
	
}

.productpagedescription_teleprompt {
	clear: both;
	padding: 20px;	
	
}

.productpagedescription li {
	line-height: 1.5;	
	padding: 0px;
	margin-left: 15px;
}




#productpageright {
	text-align: center;
	padding-top: 50px;
	padding-left: 100px;
}

#productpageright_cc {
	text-align: center;
	padding-top: 50px;
	padding-left: 50px;
}

#addons {
	margin-left: 378px;
	padding-left: 20px;
	text-align: left;
}

#addons_slideshowpage {
	margin-left: 378px;
	padding-left: 40px;
	text-align: left;
	
}

#addons_slideshowpage p {
	padding-top: 40px;
}

#addons_v2 {
    width: 300px;
	margin-left: 420px;
	padding: 10px;
	padding-left: 30px;
	text-align: left;
	border: 1px solid #6d6d6d;
	background: #1a1a1a; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2a2a', endColorstr='#1a1a1a'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#2a2a2a), to(#1a1a1a)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #2a2a2a,  #1a1a1a); /* for firefox 3.6+ */
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
	
}

#addons_v3 {
	margin: 0px auto;
	margin-top: 20px;
	padding: 10px;
	padding-top: 0px;
	text-align: left;
	border: 1px solid #6d6d6d;
	background: #1a1a1a; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2a2a', endColorstr='#1a1a1a'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#2a2a2a), to(#1a1a1a)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #2a2a2a,  #1a1a1a); /* for firefox 3.6+ */
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
	
}

#addons_v3 ul {
    list-style: none;
}

#addons_v3 li {
  line-height: 2.2;
}

#addons_v2 ul {
    list-style: none;
}

#addons_v2 li {
  line-height: 2.2;
}

#addons li {
	margin-left: 15px;
}

#ratingquote {
	padding: 40px;
	padding-bottom: 20px;
	margin-left: 280px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#ratingquote_teleprompt {
	border: 1px solid #6d6d6d;
	background: #1a1a1a; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2a2a', endColorstr='#1a1a1a'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#2a2a2a), to(#1a1a1a)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #2a2a2a,  #1a1a1a); /* for firefox 3.6+ */
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
	width: 300px;
	padding: 20px;
	margin: 20px;
	margin-left: 60px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#ratingquote_teleprompt_left {
	border: 1px solid #6d6d6d;
	background: #1a1a1a; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2a2a', endColorstr='#1a1a1a'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#2a2a2a), to(#1a1a1a)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #2a2a2a,  #1a1a1a); /* for firefox 3.6+ */
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    text-align: center;
	width: 100px;
	float: right;
	padding: 20px;
	margin: 20px;
	margin-top: 40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#features_rightbyline {
	font-weight: bold;
	padding: 20px;
	text-align: cebter;
	margin-left: 358px;
}

#features_rightdescription {
	padding: 20px;
	text-align: left;
	margin-left: 378px;
}

#features_rightdescription {
	padding: 20px;
	text-align: left;
	margin-left: 378px;
}

.features_rightdescription_img {
	padding-left: 90px;
}

#features_rightdescription ul {
	padding-left: 20px;
}

.featuredapptopparagraph {
	min-height: 80px;
}

#teleprompt_filesharing {
    border: 1px solid #6d6d6d;
	background: #1a1a1a; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2a2a', endColorstr='#1a1a1a'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#2a2a2a), to(#1a1a1a)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #2a2a2a,  #1a1a1a); /* for firefox 3.6+ */
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    width: 400px;
    padding: 10px;
    margin: 20px;
}

#teleprompt_remote_page_text {
    margin-left: 400px;
}

/* ***************************************************cc features pages****** */



.ccfeaturesguide {
	padding: 20px;	
	
}

.ccfeaturesguide li {
	line-height: 1.5;	
	padding: 0px;
}


#ccfeatures_iphonebottombuttons {
	padding: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 30px 0px;
	position: relative;
}

#ccfeatures_iphonebottombuttons ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 320px;
	height: 48px;
	position: relative;
}

#ccfeatures_iphonebottombuttons ul span {
  display: none;
  position: absolute;
}

#ccfeatures_iphonebottombuttons ul a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}

#ccfeatures_iphonebottombuttons ul a:hover {
  background-position: left bottom;
}

#ccfeatures_iphonebottombuttons ul a:hover span {
  display: block;
}

#ccfeatures_iphonebottombuttons ul .cc_news {
	width: 80px;
	height: 48px;
	background:url(images/cc_features/news_button.jpg) no-repeat;
	left: 0px;
	top: 0px;
}

#ccfeatures_iphonebottombuttons ul .cc_news span {
	width: 80px;
	height: 48px;
	background:url(images/cc_features/news_button_hover.jpg) no-repeat;
	left: 0px;
	top: 0px;
}

#ccfeatures_iphonebottombuttons ul .cc_news_lit {
	width: 80px;
	height: 48px;
	background:url(images/cc_features/news_button_hover.jpg) no-repeat;
	left: 0px;
	top: 0px;
}

#ccfeatures_iphonebottombuttons ul .cc_news_lit span {
	width: 80px;
	height: 48px;
	background:url(images/cc_features/news_button_hover.jpg) no-repeat;
	left: 0px;
	top: 0px;
}

#ccfeatures_iphonebottombuttons ul .cc_mycoasters {
	width: 80px;
	height: 48px;
	background:url(images/cc_features/mycoasters_button.jpg) no-repeat;
	left: 80px;
	top: 0px;
}

#ccfeatures_iphonebottombuttons ul .cc_mycoasters span {
	width: 80px;
	height: 48px;
	background:url(images/cc_features/mycoasters_button_hover.jpg) no-repeat;
	left: 0px;
	top: 0px;
}

#ccfeatures_iphonebottombuttons ul .cc_mycoasters_lit {
	width: 80px;
	height: 48px;
	background:url(images/cc_features/mycoasters_button_hover.jpg) no-repeat;
	left: 80px;
	top: 0px;
}

#ccfeatures_iphonebottombuttons ul .cc_mycoasters_lit span {
	width: 80px;
	height: 48px;
	background:url(images/cc_features/mycoasters_button_hover.jpg) no-repeat;
	left: 0px;
	top: 0px;
}

#ccfeatures_iphonebottombuttons ul .cc_parktree {
	width: 80px;
	height: 48px;
	background:url(images/cc_features/parktree_button.jpg) no-repeat;
	left: 160px;
	top: 0px;
}

#ccfeatures_iphonebottombuttons ul .cc_parktree span {
	width: 80px;
	height: 48px;
	background:url(images/cc_features/parktree_button_hover.jpg) no-repeat;
	left: 0px;
	top: 0px;
}

#ccfeatures_iphonebottombuttons ul .cc_parktree_lit {
	width: 80px;
	height: 48px;
	background:url(images/cc_features/parktree_button_hover.jpg) no-repeat;
	left: 160px;
	top: 0px;
}

#ccfeatures_iphonebottombuttons ul .cc_parktree_lit span {
	width: 80px;
	height: 48px;
	background:url(images/cc_features/parktree_button_hover.jpg) no-repeat;
	left: 0px;
	top: 0px;
}

#ccfeatures_iphonebottombuttons ul .cc_stats {
	width: 80px;
	height: 48px;
	background:url(images/cc_features/stats_button.jpg) no-repeat;
	left: 240px;
	top: 0px;
}

#ccfeatures_iphonebottombuttons ul .cc_stats span {
	width: 80px;
	height: 48px;
	background:url(images/cc_features/stats_button_hover.jpg) no-repeat;
	left: 0px;
	top: 0px;
}

#ccfeatures_iphonebottombuttons ul .cc_stats_lit {
	width: 80px;
	height: 48px;
	background:url(images/cc_features/stats_button_hover.jpg) no-repeat;
	left: 240px;
	top: 0px;
}

#ccfeatures_iphonebottombuttons ul .cc_stats_lit span {
	width: 80px;
	height: 48px;
	background:url(images/cc_features/stats_button_hover.jpg) no-repeat;
	left: 0px;
	top: 0px;
}


#ccfeatures_iphonebottombuttons li {
	width: 80px;
	margin-left: 0px;
	padding: 0px;
	margin: 0px;
	display: inline;
}




/* ********************************************************follow links****** */



#followlinks {
    clear: both;
    width: 768px;
    height: 25px;
    margin: auto;
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
    vertical-align: middle;
}

#facebookfollow {
    width: 220px;
    padding-left: 135px;
    float: left;
}


#twitterfollow {
    width: 220px;
    padding-left: 40px;
    float: left;
}


.followtext {
	padding-left: 10px;
	font-size: 100%;
	position: relative;
	bottom: 10px;
}



/* **************************************************mission and footer****** */



#missionstatement {
	margin-top: 10px;
	padding: 20px;
	text-align: center;
	clear: left;
}

#footer {
	font-size: 70%;
	text-align: center;
	line-height: 10;
}



/* ***********************************************************galleries****** */



#myGallery {
	margin: 20px 0px 20px 42px;
	text-align: center;
	width: 269px !important;
	height: 500px !important;
}

#myGallery2 {
	margin: 0px 0px 10px 12px;
	text-align: center;
	width: 350px !important;
	height: 448px !important;
	z-index:5;
	border: 0px none #000;
}

#teleprompt_iPhone_gallery {
	margin: 0px 0px 10px 12px;
	text-align: center;
	width: 269px !important;
	height: 500px !important;
	z-index:5;
	border: 0px none #000;
}

#teleprompt_iPhone_gallery_container {
    width: 269px;
	text-align: center;
}

#telepromptimagegallery {
	border-top: 1px solid #6d6d6d;
	border-bottom: 1px solid #6d6d6d;
	clear: both;
	width: 760px;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 30px;
	padding: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
}

#telepromptimagegallery h3 {
	padding-top: 10px;
	padding-bottom: 10px;
	font: 70%;
}

#telepromptimagegallery img {
	padding: 0px;
	margin: 0px;
	border: 0px none #cbcbcb;
}

#rightcolumnslideshow {
	padding-left: 38px;
}

#rightcolumnslideshow_teleprompt_iPhone {
	padding: 60px 0px 150px 25px;
}

#rightcolumnslideshow_cc {
	padding-left: 90px;
}

#rightcolumnslideshow_iPad {
	padding-bottom: 30px;
	padding-top: 10px;
	width: 380px;
	padding-right: 40px;
	float: left;
}




/* ***************************************************************about****** */


#about {
    width: 920px;
    margin: auto;
}




#right_imageswap {
    position: relative;
    min-height: 550px;
}

.about_column {
	float: left;
	width: 220px;
	margin: 0px 40px;
	border-bottom: 1px solid #cbcbcb;
}

.aboutimage {
	width: 140px;
	border: 1px solid #cbcbcb;
	margin: 0px auto;
}

/* **********************************************************rides page****** */




#ridesimage_1 {
    position: absolute;
    left: 0px;
    top: 0px;
}

#ridesimage_2 {
    position: absolute;
    left: 0px;
    top: 0px;
}



/* **********************************************************sub page****** */

#mainContent_subpage {
	position: relative;
	min-height: 500px;
	margin-top: 0px;
}

#mainContent_subpage_nodomimage {
	position: relative;
	margin-top: 0px;
}

#subpagelogo {
	position: relative;
	float: right;
	width: 180px;
	text-align: right;
	margin-right: 40px;
	margin-top: 21px;
}

#subpagelogo img {
	position: abolute;
	margin-top: -13px;
}

.subpage_contentdiv {
	border-bottom: 1px solid #cbcbcb;
	margin: 0px auto;
	min-height: 250px;
	width: 900px;
}

.subpage_contentdiv img {
	width: 250px;
	margin-left: 20px;
	margin-top: 35px;
	float: right;
}

#subpage_subhead {
	clear: both;
	margin-top: 30px;
	margin-bottom: 30px;
}

#subpage_title {
	margin: 10px;
	margin-top: 10px;
	min-height: 52px;	
	font-size: 90%;
	vertical-align: center;
	border: 1px solid #6d6d6d;
	background: #1a1a1a; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2a2a', endColorstr='#1a1a1a'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#2a2a2a), to(#1a1a1a)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #2a2a2a,  #1a1a1a); /* for firefox 3.6+ */
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
}

#subpage_dominantphoto {
	width: 750px;
	margin: 0px auto;
	text-align: center;
}

#dominant_feature_text {
	width: 500px;
	margin: 20px;
	padding-bottom: 20px;
}

#dominant_feature_text ul {
	margin-left: 30px;
}

.sub_feature_left {
	width: 400px;
	padding-top: 20px;
}

.sub_feature_right {
	width: 400px;
	padding-top: 20px;
	margin-left: 500px;
}


.sub_image_right {
    text-align: center;
    padding: 10px;
    margin: 20px;
    margin-right: 0px;
    margin-left: 40px;
    margin-top: 40px;
}

.sub_image_left {
    text-align: center;
    width: 280px;
    padding: 10px;
    margin: 20px;
    margin-right: 40px;
    margin-left: 0px;
    margin-top: 40px;
    float: left;
}

#subpage_sidebar {
	margin-top: 0px;
	width: 320px;
	margin-right: 30px;
	float: right;
}

.sub_page_last {
	margin-bottom: 40px;
}

.appstorebadge_float {
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 500px;
	text-align: center;
}

.YouTube_Videos {
    width: 700px;
    margin: 0px auto;
}   

#telepromptwhatsnewgallery_hype_container {
	width: 720px;
	margin: 0px 0px;
}

#telepromptmachelpgallery_hype_container {
	width: 720px;
	margin: 0px 0px;
}

#telepromptwhatsnewgallerybg {
    border: 1px solid #6d6d6d;
    background: #1a1a1a url(images/teleprompt_whatsnewgallery_bg.jpg) repeat-x;
    background-position: bottom;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    min-height: 570px;
    margin: 10px;
}

.sidebar_block {
	margin: 20px auto;
	padding: 10px;
	padding-top: 0px;
	text-align: center;
	border: 1px solid #6d6d6d;
    background: #1a1a1a url(images/teleprompt_whatsnewgallery_bg.jpg) repeat-x;
    background-position: 0px -160px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
	
}

.sidebar_block_macbookair {
	margin: 20px auto;
	padding: 10px;
	padding-top: 0px;
	text-align: center;
	border: 1px solid #6d6d6d;
    background: #1a1a1a url(images/teleprompt_whatsnewgallery_bg.jpg) repeat-x;
    background-position: 0px -230px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
	
}

.sidebar_block img {
    -webkit-box-reflect: below 2px
    -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.8, transparent), to(rgba(22, 22, 22, 0.2)));
}

.sidebar_block_macbookair img {
    -webkit-box-reflect: below 2px
    -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.9, transparent), to(rgba(22, 22, 22, 0.2)));
}

#telepromptrecrandom {
    margin-top: 60px;
}

/* **********************************************************single_column (version history, FAQ)**** */


.single_colum_side {
	width: 500px;
	margin: 40px;
}


.single_colum_noside {
	width: 700px;
	margin: 40px;
}

.version_history_section {
	margin: 50px;
}

.version_history_section ul {
	margin-left: 50px;
	font-size: 90%;
}

.version_history_date {
	font-size: 70%;
	color: #9d9d9d;
	margin-top: -18px;
}

.faq_list {
	margin-left: 30px;
}

.faq_question {
	margin-left: 10px;
	font-size: 100%;
	color: #f7f7f7;
}

.faq_answer {
	margin-left: 20px;
	font-size: 90%;
}

.version_history_title_image {
    margin-left: -20px;
}

/* **********************************************************teleprompt for mac****** */

.body_light {
	font: 90% "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	color: #1d2621;
	background: #f7f7f7;
	background-image: url(images/bg_image2_light.jpg);
	background-repeat: repeat;
	margin: 0; 
	margin-top: 10px;
	padding: 0;
	text-align: center; 
}



#subpage_title_light {
	margin: 10px;
	margin-top: 10px;
	min-height: 52px;	
	font-size: 90%;
	vertical-align: center;
	border: 1px solid #bcbcbc;
	background: #cdcdcd; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#cdcdcd'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#cdcdcd)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #f7f7f7,  #cdcdcd); /* for firefox 3.6+ */
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
}

#subnav_light {
    -webkit-text-size-adjust:none;
	width: 840px;
	font-size: 100%;
	font-weight: bold;
	padding: 18px 0px 15px 5px;
	margin-left: 10px;
}

#subnav_light a {
	font-weight: normal;
	letter-spacing: 0.8px;
	color: #1B2759;
	
}

#subnav_light a:hover {
	font-weight: normal;
	color: #5E71C2;
	
}

#subnav_light ul {
	list-style: none;
	display: inline;
	padding: 10px;
}

#subnav_light li {
	padding: 16px;
	display: inline;
}

.current_subnav_light {
	color: #1d2621;
}

#telepromptwhatsnewgallerybg_light {
    border: 1px solid #bcbcbc;
    background: #ededed url(images/teleprompt_whatsnewgallery_light_bg.jpg) repeat-x;
    background-position: 0px -90px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    min-height: 570px;
    margin: 10px;
}

.sidebar_block_light {
	margin: 20px auto;
	padding: 10px;
	padding-top: 0px;
	text-align: center;
	border: 1px solid #bcbcbc;
    background: #ededed url(images/teleprompt_whatsnewgallery_light_bg.jpg) repeat-x;
    background-position: 0px -160px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
	
}

.sidebar_block_light h3, .sidebar_block_light p {
    color: #1d2621;
}

.sidebar_block_light img {
    -webkit-box-reflect: below 2px
    -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.8, transparent), to(rgba(22, 22, 22, 0.2)));
}

#telepromptmacwhatsnewgallery_hype_container {
	width: 720px;
	margin: 0px 0px;
}


.faq_mac_question {
	margin-left: 10px;
	font-size: 100%;
	color: #666666;
}



/* **********************************************************services****** */


#services_singlecolumn {
    width: 920px;
    margin: 0 auto;
}

#services_singlecolumn p {
    width: 500px;
}

.services_section {
    border-bottom: 1px solid #6d6d6d;
    padding: 0 0 30px 0;
    min-height: 150px;
}

.services_section .rightfloat {
    width: 320px;
    float: right;
    position: relative;
    left: 20px;
    top: -15px;
}

#services_singlecolumn .services_section .rightfloat p {
    width: 300px;
}

.services_section .rightfloat .musicbox {
    margin-left: -20px;
    width: 300px;
	padding: 10px;
	text-align: center;
	border: 1px solid #6d6d6d;
    background: #1a1a1a url(images/teleprompt_whatsnewgallery_bg.jpg) repeat-x;
    background-position: 0 -160px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
}


/*  ******************************************** Press Info  *******************************  */

.contactinfo {
	width: 230px;
	line-height: 0.5;
	padding: 0 20px 30px;
	border: 1px solid #6d6d6d;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
}

.contactinfo p {
	padding: 0;
	margin: 0;
}

.press_releases {
	width: 500px;
    padding: 0 0 30px 0;
    min-height: 150px;
}

.press_releases li {
	margin-left: 20px;
	padding-top: 10px;
}

.press_photos {
	width: 300px;
	float: right;
}

.press_photos .musicbox {
	margin-left: -20px;
	margin-bottom: 40px;
    width: 320px;
	padding: 0;
	text-align: center;
	border: 1px solid #6d6d6d;
    background: #1a1a1a;
    background-position: 0 -160px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
}

.press_photos ul {
	margin: 0;
	list-style-type: none;
	text-align: left;
}

.press_photos li {
	padding: 20px 0 30px 0;
	border-bottom: 1px solid #6d6d6d;
}

.press_photos img {
	position: relative;
	bottom: -10px;
	margin-right: 10px;
	margin-left: 20px;
}

.press_photos_description {
	width: 300px;
	margin-bottom: 20px;
	line-height: 1.5;
}

.press_app_info {
	width: 100%;
}

.press_featuredescription {
	position: relative;
	top: 40px;
	width: 320px;
	margin-left: 520px;
	min-height: 410px;
	line-height: 1.8;
}

.press_featureimage {
	width: 500px;
	float: left;
}

.press_product_images {
	width: 500px;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
	padding: 20px;
}

.product_singleimage {
	width: 500px;
	padding: 40px 0 20px 0;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #6d6d6d;
}

.product_singleimage img {

}

.singleimage_caption {
	text-align: center;
	padding-bottom: 10px;
}

.backtotop {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

/*
 * jquery.popeye.css 2.0
 *
 * Mandatory CSS classes for jQuery.popeye
 *
 * Copyright (C) 2010 Christoph Schuessler (schreib@herr-schuessler.de)
 * 
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 */
.ppy-outer {
    display:                none;
}
.ppy-active .ppy-outer {
    display:                block;
}
.ppy-stage {
    background-repeat:      no-repeat !important;
    background-position:    center center !important;
    position:               relative;
}

.ppy-placeholder {
    position:               relative;
}

.ppy-caption,
.ppy-captionwrap {
    overflow:               hidden;
}

.ppy-hidden {
    display:                none !important;
}

/* fallback styles for image list */
.ppy-imglist {
    width:          100%;
    display:        block;
    overflow:       hidden;
    
}
.ppy-imglist li {
    padding:        10px;
    border:         1px solid #f0f0f0;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px;
    background:     #fff;
    list-style:     none;
    float:          left;
    display:        block;
    margin:         0 10px 10px 0;
}
.ppy-imglist li a img {
    display:        block;
    border:         0;
}
#ppy1 .ppy-extcaption {
    width:          240px;
    display:        block;
}
#ppy1 .ppy-imglist li {
    width:          240px;
    height:         270px;
}
#ppy2 .ppy-imglist li,
#ppy2 .ppy-imglist li a {
    width:              160px;
    height:             160px;
    overflow:           hidden;
    display:        block;
}


/* popeye example 2 */
#ppy2.ppy-active {
    width:          224px;
    float:          right;
    margin:         0 0 10px 20px;
}

#ppy2 .ppy-outer {
    padding:        0 46px 0 0;
    
}
#ppy2 .ppy-stagewrap {
    padding:        7px;
    border-radius:          5px 0 5px 5px;
    -moz-border-radius:     5px 0 5px 5px;
    -webkit-border-radius:  5px 0 5px 5px;
    background:     #3a3a3a;
    
}

#ppy2 .ppy-stage {
    width:              160px;
    height:             160px;
    border:             2px solid #fff;
    border-radius:          3px;
    -moz-border-radius:     3px;
    -webkit-border-radius:  3px;
    background-color:       #555;
}

#ppy2 .ppy-counter {
    background:         #fff;
    color:              #333;
    padding:            0 5px;
    font-size:          0.8em;
    position:           absolute;
    bottom:             0;
    right:              0;
    opacity:            0.7;
    border-radius:          5px 0 0 0;
    -moz-border-radius:     5px 0 0 0;
    -khtml-border-radius:   5px 0 0 0;
    -webkit-border-radius:  5px 0 0 0; 
}

#ppy2 .ppy-loading {
    background-image:   url(images/popeye/loading2.gif);
    background-repeat:  no-repeat;
    background-position:center;
}

#ppy2 .ppy-nav {
    border-radius:          0 5px 5px 0;
    -moz-border-radius:     0 5px 5px 0;
    -webkit-border-radius:  0 5px 5px 0;
    background:     #666;
    background:     -webkit-gradient(
        linear,
        left top,
        right bottom,
        color-stop(0, rgb(112,120,112)),
        color-stop(1, rgb(66,66,66))
    );
    background:     -moz-linear-gradient(
        left top,
        rgb(112,120,112) 0%,
        rgb(66,66,66) 100%
    );
    border-left:    1px solid #c3c3c3;
    width:          45px;
    position:       absolute;
    bottom:            0px;
    right:          0;
}

#ppy2 .nav-wrap {
    padding:        5px 0;
}

#ppy2 .ppy-nav a {
    display:        block;
    overflow:       hidden;
    text-indent:    -900em;
    height:         22px;
    padding:        5px;
    border-radius:          0 5px 5px 0;
    -moz-border-radius:     0 5px 5px 0;
    -webkit-border-radius:  0 5px 5px 0;
    width:          30px;
}

#ppy2 .ppy-prev {
    background:     url(images/popeye/prev3.png) no-repeat center;
}

#ppy2 .ppy-next {
    background:     url(images/popeye/next3.png) no-repeat center;
}

#ppy2 .ppy-switch-enlarge {
    background:     url(images/popeye/enlarge4.png) no-repeat center;
}

#ppy2 .ppy-switch-compact {
    background:     url(images/popeye/compact4.png) no-repeat center;
}

#ppy2 .ppy-nav a:hover {
    background-color:   #333;
    cursor:         pointer;
    opacity:        0.8;
}



/* **************************************************jquery_slideviewer****** */

/*preload classes*/
.svw {width: 50px; height: 20px; background: #fff;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer { 
position: relative;
overflow: hidden; 
border: 0px none #ff0000;  
margin: 0 0 1px 0;
}
.stripViewer ul { /* this is your UL of images */
margin: 0;
padding: 0;
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
}
.stripViewer ul li { 
float:left;
}
.stripTransmitter {
overflow: auto;
width: 1%;
}
.stripTransmitter ul {
margin: 0;
margin-left: 250px;
margin-top: 15px;
padding: 0;
position: relative;
list-style-type: none;
}
.stripTransmitter ul li{
width: 20px;
float:left;
margin: 0 1px 1px 0;
padding-right: 10px;
}
.stripTransmitter a{
font: bold 10px Verdana, Arial;
text-align: center;
line-height: 22px;
background: #1d2621;
color: #cbcbcb;
border: 1px solid #cbcbcb;
text-decoration: none;
display: block;
}
.stripTransmitter a:hover, a.current{
background: #cbcbcb;
color: #1d2621;
}

/*tooltips formatting*/
.tooltip
{
padding: 0.5em;
background: #fff;
color: #000;
border: 5px solid #dedede;
}

