html 
	{
	overflow-y:  scroll !important
	}

body
	{
	background-color: #eee;
	margin: 0;
	padding: 0;
	font-family:  verdana, arial, sans-serif;
	}

div
	{
	margin: 0;
	padding: 0;
	}

img
	{
	border: none;
	}

h1, h2, h3, h4
	{
	position:relative;	/* position rather than margin for IE6 */
	left:-32px;	
	}

h1
	{
	font-weight:normal;
	font-size: 20px;
	color: #00a;
	margin: 12px 0;
	}

h1.less_bright
    {
    color: #666;
    }

h2
	{
	font-weight:normal;
	font-size:  16px;
	color: #666;
	margin: 11px 0;
	}

span.heading_numbers
    {
	color: #00a;
	font-size: 22px;
	font-style: italic;
	position: relative;
	top: 2px;
	padding-right: 4px;
    }

h3
	{
	font-weight:normal;
	font-size:  14px;
	color: #666;
	margin: 10px 0;
	left:-16px;
	}

h4
	{
	font-size:  12px;
	color: #777;
	margin: 9px 0;
	left:-16px;
	}

a, a:visited
	{
	text-decoration:none;
	color:#3706F1;
	}
a:hover
	{
	color:#f00;
	}
h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited
	{
	color:#777;
	}
h1 a:hover, h2 a:hover, h3 a:hover
	{
	color:#f00;
	}

p, li, td, tr, dl
	{
	font-size:  12px;
	line-height:  20px;
	margin: 0 0 1em 0;
	color: #555;
	}

dt
    {
    font-style: italic;
    }

dd
    {
    margin-bottom: 12px;
    }

td
	{
	padding-right:8px;
	}

ol li
	{
	margin: 10px 0 0 12px;
	color: #555;
	}

ul.tick_list
    {
    margin-top: 12px;
    list-style-image: url(/images/tick.gif);
    }
ul.tick_list li
    {
    margin: 5px 0;
    }

#main_frame
	{
	position: relative;
	margin:  0 auto 8px auto;
	width:  890px;
	background: #fff url(/images/menu_border_right.gif) 200px 0 repeat-y;
	border-color: #ccc;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	}

#top_header
	{
    position:  relative;
    background:  #fff url(/images/header_bg.png) 0 0 repeat-x;
    height:  40px;
    border-bottom:  1px solid #ddd;
    }
    	
#top_header #top_links
	{
	position: absolute;
	top: 8px;
	right: 16px;
	padding:  4px 0;
	font-size:  11px;
	color:  #444;
	}

#top_header #top_links a
	{
	color:  #444;
	text-decoration:  none;
	padding: 0 8px;
	}

#main_header
	{
	position:  relative;
	background:  #fff;
	height:  110px;
	border-bottom:  1px solid #ddd;
	}
	
#main_header #header_slogan
	{
	position: absolute;
	top: 18px;
	right: 52px;
	padding:  4px 0;
	font-size:  11px;
	color:  #444;
	}

#header_slogan h2, #header_slogan h3
    {
    left:0;
    text-align:center;
    }

#top_header #top_links a:hover, #end_links a:hover
	{
	color:  #f00;
	}

#main_header img
	{
	margin: 30px 0 0 40px;
	}

#main_header #tour_link
	{
	position:  absolute;
	right:  60px;
	top:  42px;
	height:  84px;	/* needed for IE6 */
	overflow: hidden;
	}
	
#main_header #tour_link a, #main_header #tour_link a:visited
	{
	display:block;
	width:  84px;
	height:  84px;	
	background-image: url(/images/tour_star.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}

#main_header #tour_link a:hover
	{
	background-position: 0px -100px;
	}

#menu
	{
	position: absolute;
	top: 152px;
	left: 0px;
	width: 200px;
	}

#menu a, #menu div
	{
	display: block;
	font-size: 13px;
	text-decoration: none;
	text-indent: 25px;
	line-height: 38px;
	height: 38px;
	border-bottom:  1px solid #ddd;
	}

#menu a
	{
	color: #333;
	background:  #fff url(/images/menu_unsel_bg.png) 0 0 repeat-x;
	}

#menu a:hover
	{
	background-position:  0 -64px;
	color: #f00;
	}

#menu #estart
	{
	font-weight: bold;
	text-indent: 0;
	text-align: center;
	margin-top: 32px;
	border: none;
	}

#menu a#estart
	{
	background: #F60000 url(/images/start_bg2.png) 0 0 repeat-x;
	color: #fff;
	}

#menu a#estart:hover
	{
	background-position: 0 -40px;
	color:  #f77;
	}

#menu div
	{
	color: #eee;
	font-weight: bold;
	background: #6B6B6B url(/images/menu_sel_bg.png) 0 0 repeat-x;
	}

#menu span.l
	{
	display:  block;
	background-color:  transparent;
	background-position:  12px 7px;
	background-repeat:  no-repeat;
	}

#menu .submenu
    {
    text-indent: 41px;
    }

#menu .submenu span.l
    {
    background-position: 28px 7px;
    }

/*
#menu #e1 span.l { background-image: url(/images/icons/home.jpg); }
#menu #e2 span.l { background-image: url(/images/icons/documents.jpg); }
#menu #e3 span.l { background-image: url(/images/icons/contacts.jpg); }
#menu #e4 span.l { background-image: url(/images/icons/intranet.jpg); }
#menu #e5 span.l { background-image: url(/images/icons/updates.jpg); }
#menu #e6 span.l { background-image: url(/images/icons/search.jpg); }
#menu #e7 span.l { background-image: url(/images/icons/features.jpg); }
#menu #e8 span.l { background-image: url(/images/icons/hosted.jpg); }
#menu #e9 span.l { background-image: url(/images/icons/pricing.jpg); }

#menu #e20 span.l { background-image: url(/images/icons/home.jpg); }
#menu #e21 span.l { background-image: url(/images/icons/features.jpg); }
#menu #e22 span.l { background-image: url(/images/icons/updates.jpg); }
#menu #e23 span.l { background-image: url(/images/icons/custom.jpg); }
#menu #e24 span.l { background-image: url(/images/icons/api.jpg); }
#menu #e25 span.l { background-image: url(/images/icons/delivery.jpg); }
#menu #e26 span.l { background-image: url(/images/icons/together.jpg); }
#menu #e27 span.l { background-image: url(/images/icons/go.jpg); }
*/

#menu a span.r
	{
	display: block;
	background:  transparent url(/images/menu_right.gif) 180px 14px no-repeat;
	}



#blog_sidebar
	{
	margin-top:32px;
	}
#blog_sidebar a
	{
	text-indent: 0;
	text-align: center;
	border: none;
	}

#menu a#whitepaper
    {
    margin-top: 80px;
    }

#menu a#brochure
    {
    padding-bottom: 8px;
    }
#menu a#brochure .fpf_tagline
    {
    margin-top: 14px;
    }

#menu .fpfile
    {
    display: block;
    background: #d7d7d7 url(/images/h2/whitepaper-gradient.png) 0 -3px repeat-x;
    border: 1px solid #eee;
    margin: 16px;
    padding: 3px 0 17px 0;
    text-indent: 0;
    text-align: center;
    height:auto;
    font-size: 11px;
    font-style: italic;
    line-height: 16px;
    }
#menu .fpfile:hover
    {
    background: #d7d7d7 url(/images/h2/whitepaper-gradient.png) 0 -3px repeat-x;
    }
#menu .fpfile span.fpf_title
    {
    font-size: 13px;
    line-height: 18px;
    font-style: normal;
    color: #fff;
    display:block;
    margin-bottom: 12px;
    }
.fpfile .fpf_tagline
    {
    display:block;
    padding-right:8px;
    margin-top:20px;
    }
#menu .fpfile img
    {
    float: left;
    border: 1px solid #ddd;
    margin: 0 10px 20px 6px;
    position: relative; /* IE7 fix */
    }

#height_holder
	{
	/* makes sure the #content div has min height, for IE6 which can't do min-height */
	float: right;
	height: 540px;
	width: 1px;
	}

#content
	{
	position: relative;
	top:  32px;
	left:  276px;
	width:  536px;
	margin-bottom: 60px;
	}

.screenshot
	{
	text-align: center;
	}

#end_links
	{
	clear: both;
	border-top:  1px solid #ddd;
	border-left:  1px solid #ddd;
	margin-left:  200px;
	padding:  12px 16px 12px 36px;
	text-align: left;
	font-size: 8px;
	color: #444;
	}

#end_links a
    {
    color: #777;
    text-decoration:none;
    }

#end_links table td
    {
    vertical-align: top;
    width: 100px;
    font-size: 11px;
    line-height: 17px;
    }

#copyright
	{
	font-size: 9px;
	color: #666;
	text-align: center;
	padding-bottom: 40px;
	}

/* SLIDESHOW */
	
.slideshow
	{
	width:   360px;
	height:  270px;
	padding: 0;
	margin: 0 0 0 70px
	}

.slideshow img 
	{
	 width:   360px;
	 height:  270px;
	 top:  0;
	left: 50px
	}

.slideshow_placeholder
	{
	position:relative;
	width:   358px;
	height:  268px;
	border: 1px solid #ddd;
	margin: 0 0 0 70px;
	}

.slideshow_placeholder p
	{
	margin:0;
	padding:32px
	}

.slideshow_placeholder p img
	{
	vertical-align: middle
	}

/* FRONT PAGE */

.who_should_use b
	{
	color:#CC0000;
	}

table.why_oneis tr
	{
	padding:0 0 16px 0;
	}

table.why_oneis td, table.why_oneis th
	{
	padding: 0 16px 8px 0;
	vertical-align:top;
	}

table.why_oneis th
	{
	text-align:right;
	font-weight:bold;
	color:#CC0000;
	}

.fp_mainpoints
    {
    width:75%;
    float:left;
    padding-bottom:32px;
    }

.fp_mainpoints p
    {
    font-size:15px;
    }

.fp_boxholder
    {
    clear:both;
    width:100%;
    margin:0 0 32px 0;
/*    border: 2px solid #ddd; */
    background: #eee;
    }

.fp_box
    {
    padding:8px 12px 12px 12px;
    }

.fp_box h2
    {
    left:0;
    font-size:13px;
    color:#00a;
    font-weight:bold;
    margin: 2px 0 14px 0;
    }

.fp_box p
    {
    line-height:1.25em;
    }

.fp_list p
    {
    padding-left: 12px;
    background: transparent url(/images/greybullet.gif) 0 6px no-repeat;
    margin:0;
    }

/* MISC */

#registration
	{
	margin-top: 64px;
	font-size: 10px;
	}

.errors
	{
	border: 1px solid #FFE7CC;
	background: #FFF8D7;
	padding:8px 12px;
	margin: 16px 0;
	font-size: 12px;
	font-weight: bold;
	}

/* HIGHLIGHTED LINK (eg free trial) */

.call_out_link
	{
	margin: 26px 0;
	font-size:12px;
	}
.call_out_link a
	{
	display:block;
	font-size:22px;
	padding: 4px 40px;
	border: 1px solid #fff;
	background: #fff url(/images/start_trial.png) 5px 7px no-repeat;
	}
.call_out_link a:hover
	{
	background-color: #eee;
	border: 1px solid #ddd;
	}
.call_out_link p
	{
	margin: 8px 0 0 40px;
	}
.call_out_link p b
	{
	color:#d00;
	}

/* EVENTS */

.event_banner
	{
	padding: 4px 0;
	font-weight: bold;
	font-size: 18px;
	color: #aaa;
	text-align: center;
	margin: 0 0 32px 0;
	}

.event_name
	{
	text-align:center;
	left:0;
	font-size: 28px;
	}

.event_name2
	{
	text-align:center;
	left:0;
	font-size: 22px;
	font-weight:normal;
	}


.event_desc
	{
	margin: 24px 0;
	text-align:center;
	}

/* PRICING */

.price_heading
    {
    margin: 32px 0 0 0;
    font-size: 16px
    }

.price_heading span.price
    {
    font-size: 20px;
    font-weight:bold;
    color:#390;
    }

.price_heading span.vat
    {
    font-size: 10px;
    }

.price_detail
    {
    margin: 8px 0 0 40px;
    }

.detail_tick
    {
    padding: 0 0 0 6px;
    background: transparent url(/images/tick.gif) 0 3px no-repeat;
    }

.price_mini
    {
    font-size: 14px;
    font-weight:bold;
    color:#390;    
    }

.price_mini_vat
    {
    font-size:10px;
    }

/* BLOG */

.blog_about_author
	{
	clear:left
	}

.blog_about_author img
	{
	float:left;
	padding:3px 10px 8px 0
	}

.blog_entry
	{
	margin: 0 0 2em 0;
	}

.blog_entry_summary
	{
	margin: 0 0 2em 0;
	padding: 0;
	}

h2.blog_title
	{
	margin-top:0em;
	font-size: 1em;
	padding:0;
	}

.blog_title a
	{
	line-height:1.6em
	}

.blog_entry_info
	{
	font-size:.7em;
	margin: 0.2em 0.2em 3.3em 0;
	padding:0
	}

.blog_entry_info .blog_by
	{
	font-style:italic;
	margin: 0 0 3px 0
	}

.blog_entry_info img
	{
	float:left;
	margin-right:1em
	}

.blog_read_more
	{
	font-size:0.8em;
	font-style:italic;
	border-bottom: 1px solid #ccc;
	padding-bottom:2em;
	}

.blog_read_more a, .blog_read_more a:visited
	{
	color: #d00;
	}

.blog_resources
	{
	border-top: 1px solid #ccc;
	margin-top: 6em
	}

.blog_archive_links
	{
	padding-bottom: 2em;
	font-size: 0.8em;
	font-weight: bold
	}

.blog_archive_links a, .blog_archive_links a:visited
	{
	color: #d00
	}

.blog_archive_links .newer
	{
	float:right
	}

.blog_archive_links .older
	{
	float:left
	}

.blog_entry blockquote
    {
    border:none;
    }

.blog_az
	{
	color:#ccc;
	font-weight:bold;
	font-size:1.8em;
	position:absolute;
	left:-30px
	}

/* TECHNICAL DETAILS */

.data
	{
	margin: 8px 0 16px 0;
	}

.data th
	{
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding-right: 8px;
	}

.data td
	{
	border-bottom: 1px solid #ddd;
	}

img.semweb
	{
	margin:12px 0 20px 16px;
	}

img.semtypes
	{
	margin:0 0 20px 200px;
	}


/* FEATURES */

.feature_next
    {
    position:absolute;
    top:12px;
    right:-24px;
    }

.feature_next a
    {
    color: #d00;
    }

#iphone_pics img
    {
    border:1px solid #aaa;
    margin:16px 8px 0 8px;
    }

/* HOME PAGE */

#home_container
{
  width: 632px;
  height: 770px;
  position: relative;
  top: 2px;
  left: -38px;
}

img#screenshot_banner
{
  position:absolute;
  display:block;
}

#h2_tour_link, #tour_next
{
    display:block;
    position:absolute;
    top:90px;
    left:84px;
    width:140px;
    height:64px;
    font-size:22px;
    line-height:64px;
    text-indent:30px;
    color:#fff;
    background: transparent url(/images/h2/tour-bg.png) 0 0 no-repeat;
}

#h2_tour_link:hover, #tour_next:hover
{
    color:#fff;
    background: transparent url(/images/h2/tour-bg.png) 0 -64px no-repeat;
}

a#tour_next
{
    top:284px;
    left:400px;
}

img#screenshot_phone
{
  position:absolute;
  display:block;
  top: 94px;
  left: 244px;
}

#h2_top_text
{
    position:absolute;
    top:6px;
    left:345px;
    width:280px;
}

#h2_top_text p
{
    font-size: 12px;
}

#h2_top_text a
{
    padding: 4px 16px;
    color:#00a;
    background: #fff url(/images/h2/news-gradient.png) 0 -20px repeat-x;
}

#h2_top_text a:hover
{
    color:#d00;
}

#h2_top_text a:hover
{
    background-position: 0 -48px;
}

#h2_top_text h1, #h2_top_text h2
{
    left:0;
    color:#00a;
}
#h2_top_text h1
{
    font-size: 26px;
}

.hover_button
{
  position:absolute;
  display:block;
  right: 24px;
  width: 226px;
  height: 54px;
}
#home_container a.hover_button:hover
{
  background-position: 0 -61px;
}

#video_button
{
  top: 180px;
  background: url(/images/h2/video.png) 0 0 no-repeat;
}

#what_button
{
  top: 308px;
  background: url(/images/h2/what-button.png) 0 0 no-repeat;
}

#why_button
{
  top: 366px;
  background: url(/images/h2/why-button.png) 0 0 no-repeat;
}

.h2_line
{
    border-top:2px solid #eee;
    position:absolute;
    top:468px;
    width:100%;
}


.h2_text_box
{
  position:absolute;  
}

.h2_text_box h1
{
  margin:0 0 4px 0;
  font-size:16px;
  left:0;
}
.h2_text_box p
{
  font-size:13px;
  line-height:18px;
  color:#444;
  text-align:justify;
}

#intro_text
{
  width:312px;
  top:308px;
}


#h2_solutions_title
{
    position:absolute;
    top:310px;
    height:25px;
    width:623px;
}

#h2_solutions
{
    position:absolute;
    top:342px;
    height:239px;
    width:620px;
    border:2px solid #eee;
    background: #f8f8f8 url(/images/h2/solutions-bg.png) 0 0 repeat-x;
}

#h2_solution_list
{
    position:absolute;
    top:0;
    left:0;
    width:174px;
    height:239px;
    overflow:hidden;
    border-right:1px solid #eee;
}

#h2_solution_list a
{
    display:block;
    width:100%;
    height:47px;
    padding:0;
    border-bottom:1px solid #ddd;
	background: transparent url(/images/menu_right.gif) 160px 18px no-repeat;
	color: #444;
	font-size: 12px;
    line-height: 48px;
    text-indent: 16px;
}

#h2_solution_list a:hover
{
    color:#fff;
    background:#8D8FBF;
}

#h2_solution_list a.selected
{
    color: #555;
    background: #ddd url(/images/h2/solutions-sel-bg.png) 0 0 repeat-x;
}

#h2_solution_answer
{
    position:absolute;
    top:0;
    left:180px;
    width:440px;
    height:239px;
    overflow-y:hidden;
}

.h2_answer_top
{
    position:absolute;
    top:32px;
    left:32px;
    height:80px;
    color: #444;
    font-size:13px;
    line-height:19px;
    padding-right:35px;
}

.h2_answer_bottom
{
    position:absolute;
    top:108px;
    left:32px;
    padding:12px 35px 0 37px;
    background: transparent url(/images/h2/how_logo.gif) 0 0 no-repeat;
    color: #494E9B;
    font-size:13px;
    line-height:19px;
    height: 138px;
}

.h2_answer_bottom span
{
    margin-right:100px;
}


#news_box
{
  position:absolute;
  top:468px;
  height:86px;
  background: #cecece url(/images/h2/news-gradient.png) 0 0 repeat-x;
  padding:0;
  width:100%;
}
#news_box_inner
{
  margin:0;
  height:86px;
  background: url(/images/h2/news-button.png) 4px 4px no-repeat;
  padding:0 16px 0 96px;
}
.news_link
{
  display:block;
  height:86px;
}
#news_box h2
{
  position:relative;
  left:0;
  top:12px;
  color:#00a;
  font-size:15px;
  margin: 2px 0 16px 0;
}
#news_box p
{
  font-size:12px;
  line-height:16px;
  margin:0;
}
#news_box span
{
  position:absolute;
  display:block;
  right: 32px;
  bottom: 12px;
  font-size:16px;
  font-weight:bold;
  color:#555;
  height: 20px;
}
#news_box span:hover
{
  color:#00a;
}


#quote_box
{
/*  top:606px;*/
  top: 640px;
  width:620px;
}

#quote_box p
{
  text-align:left;
}

#quote_box h1
{
  margin-bottom: 12px;
}

#qb_left
{
  display:block;
  position:relative;
  float:left;
  width:190px;
  left:0;
  padding-left: 64px;
  background: url(/images/h2/76.jpg) 0 0 no-repeat;
}

#qb_right
{
  display:block;
  position:relative;
  float:right;
  width:190px;
  left:320;  
  padding-left: 130px;
  background: url(/images/h2/twotomorrows.jpg) 0 0 no-repeat;
}

#qb_left span, #qb_right span
{
  display:block;
  position:absolute;
  right:16px;
  bottom:0px;
  height:16px;
}

/* case study */

.testimonal_quote a
{
    display:block;
    position:relative;
    color:#444;
    padding:8px 12px;
    font-size:12px;
	line-height:20px;
}
.testimonal_quote a:hover
{
    color:#00a;
    background:#eee;
}
.testimonal_quote a span
{
    display:block;
    position:absolute;
    z-index:1000;
    right:12px;
    bottom:8px;
    color:#b00;
}

