body {
  margin:0px;
  padding:0px;
  text-align: center;
/*  font-family:Verdana, Arial, sans-serif; */
  font-family: 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
  font-size:12px;
  background:#000 url(../../../images/body_bg.jpg) repeat-x top left;
  color:#666767;	  
}

a, img  {
	border:none;
}

a:active, a:focus {
	outline:none;
}

/***************************** HEADER **********************************/
#header {
	background:transparent url(../../../images/header_bg.png) no-repeat scroll left top;
	height:202px;
	margin:0 auto;
	text-align:left;
	width:1000px;
}
#header #logo {
	height:121px;
	margin-left:149px;
	width:284px;
}


/***************************** NAV **********************************/

#main_nav {
	list-style-type:none;
	padding:0px;
	margin-top:54px;
	margin-left:375px;
	height:27px;
}

#main_nav li  {
	margin:0px;
	padding:0px;
	float:left;
	height:27px;
}

#main_nav li a {
	text-indent:-9999px;
}

#main_nav li a.nav_features {
	background-image:url(../../../images/nav_features.jpg); 
	background-position:0px 0px;
	width:125px;
	height:27px;
	display:block;
	outline:none;
}

/*#main_nav li a.nav_features:focus {
	border-left:1px dotted #EAEAEA;
	border-right:1px dotted #EAEAEA;
}*/

#main_nav li a:hover.nav_features {
	background-position:0px -27px;
}

#main_nav li a.nav_demo {
	background-image:url(../../../images/nav_demo.jpg); 
	background-position:0px 0px;
	width:125px;
	height:27px;
	display:block;
	outline:none;
}

/*#main_nav li a.nav_demo:focus {
	border-left:1px dotted #EAEAEA;
	border-right:1px dotted #EAEAEA;
}*/

#main_nav li a:hover.nav_demo {
	background-position:0px -27px;
}

#main_nav li a.nav_reviews {
	background-image:url(../../../images/nav_reviews.jpg); 
	background-position:0px 0px;
	width:125px;
	height:27px;
	display:block;
	outline:none;
}


#main_nav li a:hover.nav_reviews {
	background-position:0px -27px;
}

#main_nav li a.nav_video {
	background-image:url(../../../images/nav_video.jpg); 
	background-position:0px 0px;
	width:125px;
	height:27px;
	display:block;
	outline:none;
}


#main_nav li a:hover.nav_video {
	background-position:0px -27px;
}

#main_nav li a.nav_support {
	background-image:url(../../../images/nav_support.jpg); 
	background-position:0px 0px;
	width:125px;
	height:27px;
	display:block;
	outline:none;
}

/*#main_nav li a.nav_support:focus {
	border-left:1px dotted #EAEAEA;
	border-right:1px dotted #EAEAEA;
}*/

#main_nav li a:hover.nav_support {
	background-position:0px -27px;
}

/*#main_nav li a.nav_contact:focus {
	border-left:1px dotted #EAEAEA;
	border-right:1px dotted #EAEAEA;

}*/

#main_nav li a.nav_contact {
	background-image:url(../../../images/nav_contact.jpg); 
	background-position:0px 0px;
	width:122px;
	height:27px;
	display:block;
	outline:none;
}

#main_nav li a:hover.nav_contact {
	background-position:0px -27px;
}

/***************************** CONTENT **********************************/

.content_outer{
	background-color:#fff;
}

.content_inner{
	padding-bottom: 10px;
	padding-top: 10px;
	background-color:#fff;
	margin: 0 auto;
	width: 1000px;
	text-align:center;
}

.content_inner_preview{
	padding-bottom: 10px;
	padding-top: 212px;
	background-color:#fff;
	margin: 0 auto;
	width: 1000px;
	text-align:center;
}

.content_intro {
  font-size:16px;
  width:400px;
}

.content {
	text-align: left;
}

.content a {
	color:#4d9cd5;
	text-decoration:none;
	border-bottom:1px dotted #4d9cd5;
}

.content  .img_link   {
	border:0px;
}

.content_left {
	width:226px;
	float:left;
	padding-top:30px;
	margin-left:146px;
	background-color: #fff;
}

.content_left .slideshow_link {
	border:none;
}

.content_right {
	padding-top:10px;
	width:495px;
	float:left;
	background:#ffffff;
}

.clear{
	clear:both;
}

.main_content {
	margin-top:30px;
	width:495px;
	margin-bottom:30px;
}

.main_content ul li{
	padding-top:3px;
	padding-bottom:3px;
}

.copyright {
	width: 1000px;
	color: #aaa;
	font-size: 7px;
	text-align:right;
}

.section_heading {
	color: #111;
	font-size:16px;
	text-align:left;
	font-weight:bolder;
	padding-top:5px;
	padding-bottom:5px;
}

.contentpaneopen {
	border: hidden;
}

/***************************** FORMS **********************************/

.main_content input, .main_content textarea {
	padding: 5px;
/*
	width: 255px;
	font-size: 12px;
	margin: 0px 0px 15px 0px;
	border: 2px solid #ccc;
*/
}

.main_content select {
	padding: 5px;
	width: 269px;
	font-size: 12px;
	margin: 0px 0px 15px 0px;
	border: 2px solid #ccc;
}

.main_content  textarea {
	height: 90px;
}

.main_content  textarea:focus, .main_content  input:focus {
	border: 2px solid #2a5984;
}

.main_content  select:focus {
	border: 2px solid #2a5984;
}

.main_content  input.submit-button {
/*	width: 110px;
	font-size: 14px;
*/
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 120px;
	padding-top: 5px;
	font-size: 14px;
}

/***************************** HOME PAGE *******************************/


.home_content_left {
	width:274px;
	float:left;
	padding-top:30px;
	margin-left:100px;
}


.home_content_left a {
	border-bottom:none;
}

#home_copy_holder {
	width:415px;
}

#home_copy_holder .home_copy {
	width:501px;
	height:137px;
	margin-top:30px;
	display:block;
	padding-top:30px;
	background:url(../../../images/iteleport_iphone_copy.png) no-repeat top left;
}

#home_copy_holder a.home_copy {
	text-indent:-999px;
	overflow:hidden;
	border:0px;
}

#sub_col_holder{
	clear:both;
	width:440px;
	margin-top:50px;
}

#sub_col_left{
	width:210px;
	float:left;
}
					
#sub_col_right{
	width:200px;
	float:left;
}

#home_purchase_copy {
	margin-bottom:20px;
	left:5px;
}

#home_image_circles {
	margin-left:98px;

}

/***************************** FEATURES TABLE ***************************/

.features_table  {
	width:500px;
	background-color:#fff;
	margin:0px;
	padding:0px;
}

.features_table .table_head td {
	border-bottom:1px dotted #cccccc;
}

.features_table td {
	padding:10px 5px;
}

.features_table .dark {
	background-color:#f4f1f1;
}

.features_table .checked {
	background: url(../../../images/checked_light.png) no-repeat center;
}

.features_table .dark .checked {
	background: url(../../../images/checked_dark.png) no-repeat center;
}


/***************************** SUPPORT ***************************/

.nextStep{
	clear:both;
	height:23px;
	color:#fff;
	margin-top:15px;
}

.nextStep_left{
	background:url(../../../images/nextStep_left.png) no-repeat;
	float:left;
	height:23px;
}

.nextStep_middle{
	background:url(../../../images/nextStep_middle.png) repeat-x;
	float:left;
	height:23px;
	padding-left:12px;
	padding-right:40px;
	padding-top:2px;
}

.nextStep_right{
	background:url(../../../images/nextStep_right.png) no-repeat;
	float:left;
	height:23px;
}

.nextStep a{
	border-bottom:none;
	color:#fff;
}

.nextStep a:hover{
	color:#f4f1f1;
}

.overview_list{
	font-size:14px;
}

.overview_list li {
	padding-bottom:8px;
}

.overview_list li a{
	color:#666767;
	border-bottom:none;
}

.overview_list li a:hover{
	color:#666767;
	border-bottom:1px dotted #666767 ;
}

.setup_list {
	padding-left:0px;
}

.new_setup_list {
	padding-left:20px;
}

.new_setup_list li {
	padding-bottom:15px;
	color:black;
}

#padded_list {
	padding-left:0px;
}

#padded_list li {
	padding-bottom:15px;
	list-style-type:none;
}

#padded_list strong {
	color: #444444;
}

.setup_screenshot{
	margin-top:15px;
	margin-bottom:15px;
}

.screenshot_button{
	color:#4d9cd5;
	text-decoration:none;
	border-bottom:1px dotted #4d9cd5;
	cursor:pointer;
}

.slider_button{
	color:#4d9cd5;
	text-decoration:none;
	border-bottom:1px dotted #4d9cd5;
	cursor:pointer;
}

.setup_img_holder {
	text-align:center;
}

.topbreadcrumb {
	padding-top:13px;
}

#breadcrumbs {
/*	margin-left:146px;
	padding-top:15px;
*/	color:#817d7c;
	padding-bottom:15px;
}

#breadcrumbs a {
	color:#817d7c;
/*	font-size:10px;
*/
	border-bottom:1px dotted #817d7c;
}
 
#breadcrumbs a:hover {
	color:#000;
/*	font-size:10px;
*/	border-bottom:1px dotted #000;
} 

.terms_box{
	height:300px;
	overflow:auto;
	padding:5px 10px 10px 10px;
	border:1px solid #999;
	margin-top:20px;
	font-size:10px;
}

.reviews_rule {
	height:4px;
	background: url(../../../images/reviews_rule.png) repeat-x;
	width:500px;
	margin-top:20px;
	margin-bottom:20px;
}

.review_head {
	font-size:13px;
	font-weight:bold;
}

.review_credit{
	display:block;
	margin-top:8px;
	color:#000;
}

.main_content .setup_button {
	border:none;
	display:block;
	width:231px;
	margin-top:30px;
}

.main_content .eula_button {
	border:none;
}

.more_info {
	margin:0px;
	padding:0px;
	font-size:11px;
	color:#3c3c3c;
}

.more_info li{
	margin-right:15px;
	margin-left:22px;
}


/***************************** FOOTER **********************************/


.footer {
	margin: 0 auto;
	width:1000px;
	height:120px;
	text-align:left;
	background:url(../../../images/footer_tmp.jpg) no-repeat top left;
	clear:both;
}

.footer #fireman_logo {
	margin-left:737px;
	width:111px;
	height:28px;


}

/***************************** IMAGE CLASSES **********************************/

.img_head {
	display:block;
	padding-bottom:10px;
}

.img_subhead  {
	margin-bottom:10px;
}

.app_store {
	display:block;
	margin-left:-5px;
}

.button_buy {
	margin: 5px 0px;

}

.control_icon{
	position:relative;
	top:8px;

}

.iphone_screenshot {
	margin-left:40px;

}

.iphone_screenshot_horizontal{
	margin-left:0px;

}

/***************************** TEXT **********************************/

.home_link {
	margin-left:3px;
	line-height:18px;
}

.highlight{
	color:#4d9cd5;
}

.lowlight{
	color:#2a5984;
}


.subhead{
	color:#2a5984;
	font-size:16px;
}

.alert {
	list-style-type:none;
	margin:5px 0;
	padding:0px;
	font-size:9pt;
	color:#2a5984;
}

.message {
	font-size:12px;
	color:#3c3c3c;
}

.support_list {
	list-style-type:none;
	margin:0px;
	padding:0px;
	line-height:18px;
}

.support_sub_list {
	list-style-type:none;
	margin-left:15px;
	padding:0px;
	font-size:11px;
	line-height:18px;
}

.small {
	font-size:9px;
}

.hang {
	margin-left:0px;
	position:relative;
	left:-39px;
}

.hang li {
	padding-top:2px;
	padding-bottom:2px;
}


.optional_info {
	color:#999;
	display:block;
	padding-bottom:5px;
	font-size:10px;
}

.breadcrumb {
	color:#ccc;
	display:block;
	padding-bottom:5px;
	font-size:10px;
}

.content .breadcrumb a{
	color:#666767;
	border-bottom:1px dotted #ccc;
}

.left_main {
	margin-top:35px;
}

h2 {
	color:#000;
	font-size:14px;
	font-weight:normal;
}

.darkgrey {
	color:#3c3c3c;
}

.main_right {
	position: relative;
	left: -5px;
}

.main_content .inset {
	background-color:#f4f1f1;
	padding:5px 8px 5px 8px;
	display:block;
	margin-top:20px;
	color:#054259;
	font-size:13px;
	border-bottom:none;
}

.main_content .inset:hover {
	background-color:#dcdbdb;
	font-size:13px;
}

.inset_btm {
	background-color:#f4f1f1;
	padding:0px;
	margin-top:0px;
	height:8px;
}


.setup_head {
	font-size:18px;
	color:#2a5984;
}


/******** ipad.css ***********/

/** ipad/features **/

.ipadcontent { 
	margin: 0 auto 1.5em; 
	position: relative; 
	width: 800px; 
	padding: 0px 0px 36px 150px; 
}

.ipadcontent p { font-size: 14px; }
.ipadcontent p.intro { font-size: 16px; }

.ipadcontent h2 { 
	font-family: "Lucida Grande", Arial, Verdana, sans-serif; 
	font-size: 16px; 
	font-weight: bold;
	margin-bottom: 0;
}

.ipadcontent a {
	text-decoration: none;
	border: none;
}

#main .even,
#main .odd { clear: both; }
#main .even img { float: left; padding-right: 10px; }
#main .odd img { float: right; padding-left: 10px;}

#intro { text-align: center; font-size:11pt;}
#intro h1 { padding-top: 20px; font-family: "Lucida Grande", Arial, Verdana, sans-serif; font-weight:bold;}

#features-rethink-head-subhead { 
	float:left;
	padding-top: 10px;
}	 

#features-detail-text { 
	clear: both;
	padding-top: 25px; 
	margin-bottom: 25px; 
	width: 733px;
}

#apps { 

}
#apps_text {
	float:left;
	padding-top: 40px;
	margin-left: -2px;
}
#apps h2 { padding-top:36px; }

#files_img { 
	float:left;
	margin-left: -29px;
}
#files_text {
	padding-top: 75px;
}
#files h2 {padding-top: 70px; }

#effortless_text { 
}

#web { margin-top: 65px; }
#web_img {
	float:left;
}	
#web_text {
	padding-top:10px;
}
#web h2 { padding-top: 45px; }

#remote { 	

}
#remote_text {
	float: left;
	clear: both;
	padding-top: 80px;
}
#remote_img {
	float: right;
	margin-top: 45px;
}
#remote h2 { padding-top: 70px; }

#perf_text { 
	padding-top: 70px; 
	padding-left: 200px; 
	clear: both;
}

#acc { 
	margin-top: 65px;
}
#acc_text {
	float:left;
	padding-top: 37px;
}
#acc_img {
}	
#acc h2 { padding-top: 80px; }  

/** ipad/ **/

.ipadhome {
	position: relative; 
	width: 1000px;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	border-style: none;
} 

.ipadhome h1 {
	font-size:30pt;
	font-weight:bold;
}

.ipadhome h2 {
	font-size:16pt;
	font-weight:bold;
}

.ipadhome p {
	font-size:16pt;
}

.ipadhome .home_link {
	font-size:12pt;
	margin-top:10px;
}

.ipadhome .left .support_list .home_link {
	font-size:10pt;
}

.ipadhome .minileft .support_list {
	font-size:18pt;
}

#ipadmain .left { 
	float:left; 
	width:370px; 
	padding-left:70px;
}
#ipadmain .right { padding-top:25px; }

.left h1 {
	padding-top: 100px;
}

.right img {
	padding-left:50px;
}

.ipadhome #ipad_purchase_copy {
	margin-left:0;
}


#ipadmain .minileft {
	float:left; 
	width:200px; 
	padding-top:10px; 
	text-align:left;
}

#ipadmain .miniright { 
	float:right
} 

.ipadhome #ipad_title_div {
	padding-top:90px;
}

.ipadhome #ipad_support_div {
	padding-top:25px;
}

.ipadhome #ipad_fb_like {
	float:left;
	width:292px;
	padding-top:100px;
	text-align:left;
	margin-left:-12px;
	height:75px;
}

.ipadhome #ipad_twitter_like {
	float:left;
	text-align:left;
	display:block;
	margin-left:9px;
}


.ipadhome #ipad_watch_video_div {
	padding-top:26px;
}

.ipadhome #ipad_watch_video_div a {
	text-decoration:none;
	border-bottom:none;
}

.ipadhome #ipad_upgrade_text {
	font-size:9pt;
	padding-top:50px;
	padding-left:150px;
}

.ipadhome #spotlight_list {
	list-style-type:none;
	margin:0px;
	padding:0px;
	line-height:18px;
}

.ipadhome #spotlight_list a {
	font-size:12pt;
}

.ipadhome #support_list {
	list-style-type:none;
	margin:0px;
	padding:0px;
	line-height:18px;
	font-size:10pt;
}

.ipadhome #support_list a {
	font-size:10pt;
}


/************ iphone home page ***********/

#iphone_fb_like {
	float:left;
	width:292px;
	padding-top:25px;
	text-align:left;
	margin-left:-8px;
	height:75px;
}

#iphone_twitter_like {
	float:left;
	text-align:left;
	display:block;
	margin-left:9px;
}

/************* frontpage.css *************/


.frontcontent { 
	margin: 0 auto 1.5em; 
	position: relative; 
	width: 800px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding: 0px 0px 36px 150px; 
}

#frontmain {
	border: 0px solid black;
}

#intro h1 { 
	font-family: "Lucida Grande", Arial, Verdana, sans-serif; 
}

#frontmain h2 { 
	font-family: "Lucida Grande", Arial, Verdana, sans-serif; 
	font-size: 16px; 
	margin-bottom: 0;
}

#frontmain h1 { 
	font-family: "Lucida Grande", Arial, Verdana, sans-serif; 
	font-size: 24px; 
	margin-bottom: 0;
}

#frontmain .content_right h2 { 
	font-family: "Lucida Grande", Arial, Verdana, sans-serif; 
	font-size: 16px; 
	margin-bottom: 0;
	padding-top:20px;
	font-weight:bold;
}

#front_iphone {
	width:250px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#front_ipad {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.frontcontent .home_link {
	font-size:12pt;
}

#front_ipad_img {
}

#front_copy_img {
}

#front_iphone_img {
}



#frontmain .left { 
	float:left; 
	padding-right: 30px; 
	margin-left:auto;
	margin-right:auto;
}
#frontmain .right { padding-left: 30px;}

.left img { 
	padding-top: 10px; 
	margin-left:auto;
	margin-right:auto;
}

#intro { text-align: center; }
#intro h1 { 
	padding-top: 20px; 
	font-family: "Lucida Grande", Arial, Verdana, sans-serif; 
	font-weight:bold;
	font-size:24px;
}

#frontmain .left .support_list {
	padding-top:10px;
}

#frontmain #home_purchase_copy img {
	padding-top:30px;
	margin-left:auto;
	margin-right:auto;
	width:150px;
}

#frontmain #home_copy_holder { 
	text-align:center; 
	margin-left:auto;
	margin-right:auto;
}	

#front_center_div {
	width: 720px;
	margin-left:auto;
	margin-right:auto;
	padding-left:139px;
	padding-bottom:50px;
}
	
#front_table_div {
	width:750px;
	margin-left:140px;
}
 
#front_table {
	width:100%;
	text-align:center;
	padding:5px;
}

#front_table td {
	vertical-align:bottom;
}

#front_table table,td,tr {
	border:0px solid black;
}


#front_left_div {
	width:320px;
	float:left;
	padding-left:139px;
}

#front_right_div {
	float:right;
}

#front_copy_div {
	padding-top:37px;
} 

#front_iphone_div {
	padding-top:31px;
	padding-left:15px;
} 


#front_ipad_div {
	margin-left:-25	px;
} 

#front_fb_like_div {
	float: right;
	
}

.front_text {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif; 
	font-size:14px;
	color:black;
	padding-top:5px;
	font-weight:bold;
}

#front_left_div .front_text {
	padding-left:50px;
}

#front_right_div .front_text {
	padding-left:125px;
}

/**** new support page ****/

a.clearlink {
	border: none;
	text-decoration: none;
}

img.setup_os_icon {
	position: relative;
	top: 6px;
}

div.headline {
	font-size: 14px;
	color:black;
	margin-top:11px;
	margin-bottom:5px;
}

.new_support_list {
	list-style-type:none;
	margin-top:0px;
	margin-bottom:25px;
	padding:0px;
	line-height:18px;
}

/**** new front page ****/

#newfront {
	border: 0px solid black;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	position: relative;
	padding: 0px 0px 36px 150px; 
}

#newfront #teleport_headline {
	margin-top:10px;
}

#newfront #top_content_left {
}

#newfront #top_content_right {
}

#newfront #blurb_text_slideshow {
	position: relative;
	height: 396px;
	width: 721px;
	margin-top: 15px;
}

#newfront #blurb_text_slideshow img {
	display: block;
	position: absolute:
	top: 0;
	left: 0;
	z-index: 1;
}

#newfront #blurb_img_slideshow {
	position: relative;
	height: 385px;
	width: 480px;
	float: right;
	margin-top: 35px;	
	margin-right: 75px;
}

#newfront #blurb_img_slideshow img {
	display: block;
	position: absolute:
	top: 0;
	left: 0;
	z-index: 1;
}

#newfront .rotating_blurb_text {
	position:absolute;
}

#newfront .rotating_blurb_img {
}

#newfront #get_started_button {
	z-index:10;
	position: absolute;
	top: 430px;
	margin-left:5px;
}

#newfront #get_started_button img {
}

#newfront #get_started_text {
	margin-top: -55px;
	margin-left: 32px;		
	font-size:10px;
	color:#000000;
}

#newfront .hr {
	margin-left:-24px;
	margin-top:10px;
	margin-bottom:10px;
}

#newfront #mid_content_left {
	line-height: 140%;
	float:left;
	width: 240px;
	margin-left:10px;
	margin-right:0px;
	margin-top: 0px;
	zoom:1;
}

#newfront #mid_content_middle {
	float:left;
	zoom:1;
	width: 200px;
}

#newfront #mid_content_right {
	line-height: 140%;
	float:left;
	width:250px;
	margin-top: 15px;
	margin-left:38px;
}

#newfront #mid_content_clear {
	clear:both;
}

fieldset {  
    border:none;  
}  

#newsletter_subscribe_form {  
    padding:15px;  
    border:solid 1px #000099;
    -moz-border-radius:6px;  
    -webkit-border-radius:6px;  
    border-radius:6px;  
}  

#subscribe_button {  
    background-color:#330000;
    color:#FFF;  
    -moz-border-radius:5px;  
    -webkit-border-radius:5px;  
    border-radius:10px;  
    padding:5px;  
    text-shadow: 1px 1px 1px #5FA8FF;  
}  

#newfront #features_headline {
	padding-top: 15px;
}

#newfront #video_box {
	text-decoration: none;
	border: none;
	padding-top: 12px;
}

#newfront #press_box {
	margin-top: 11px;
	margin-left: 10px;	
}

#newfront #twitter {
	padding-top: 9px;		
}

#newfront #facebook {
	padding-top: 9px;	
}

#newfront #facebook_like {
	padding-top: 3px;
}


/**** featuredvideo *****/

#featuredvid {
	border: 0px solid black;	
}

#featured_video_div {
	width: 720px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	padding-left:139px;
}

/******** mac css ***********/

/** /mac **/

.maccontent { 
	margin: 0 auto 1.5em; 
	position: relative; 
	width: 800px; 
	padding: 0px 0px 36px 150px; 
}

.maccontent p { font-size: 14px; }
.maccontent p.intro { font-size: 16px; }

.maccontent h2 { 
	font-family: "Lucida Grande", Arial, Verdana, sans-serif; 
	font-size: 16px; 
	font-weight: bold;
	margin-bottom: 0;
}

.maccontent a {
	text-decoration: none;
	border: none;
}

#main .even,
#main .odd { clear: both; }
#main .even img { float: left; padding-right: 10px; }
#main .odd img { float: right; padding-left: 10px;}

.maccontent #intro { text-align: center; font-size:11pt;}

#mac-rethink-head-subhead { 
	float:left;
	padding-top: 10px;
}	 

#features-detail-text { 
	clear: both;
	padding-top: 25px; 
	margin-bottom: 25px; 
	width: 733px;
}

.maccontent #anywhere {
	clear:both;
	width:733px;
	height:100px;
}
.maccontent #anywhere_text {
	float:left;
	margin-top:25px;
}

.maccontent #files {
	clear:both;
	margin-top:50px;
}
.maccontent #files_img { 
	float:left;
	margin-left:7px;
}
.maccontent #files_text {
	padding-top: 70px;
}

.maccontent #run { margin-top: 25px; }
.maccontent #run_text {
	float:left;
	margin-top:70px;
}
.maccontent #run_img {
}	

.maccontent #zoom { 	
	clear:both;
	margin-top:40px;
}
.maccontent #zoom_img 	{
	float: left;
	margin-top:15px;
}
.maccontent #zoom_text {
	float: right;
	margin-right:45px;
}

/************************************/

/********************* FOOTER SITEMAP *************************/

#footer_sitemap {
	font-family:"lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	padding-left:119px;
}

.footer-col {
	float:left;
	margin:10px 36px 20px 34px;
	max-width:200px;
}

.footer-col p {
	margin:0;
}

.footer-col ul {
	margin:0;
	padding:0;
}

.footer-col ul li {
	font-size:11px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:2px 0px;
	padding:0;
}

.footer-col ul li.header {
	color:#282828;
	font-weight:bold;
	margin:2px 0;
}

.footer-col ul li.header a {
	font-size:12px;
	color:#686868;
}

.footer-col ul li.header a:hover {
	font-size:12px;
	color:#787878;
}

.footer-col ul li a, div.footer-col ul li.header {
}

.footer-col p, div.footer-col a {
	font-size:11px;
}

.footer-col a {
	color:#585858;
	text-decoration:none;
}

.footer-col a:hover {
	color:#787878;
	text-decoration:underline;
}


/*** press page ***/

.pressimgdiv {
	float:left;
	text-align: center;
	width: 200px;
	padding: 10px;
}

.pressviddiv {
	padding: 5px;
}
