/* @group basics */

/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: arial, helvetica, sans-serif;
}


/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	font-size: 110%;
	background-color: #fff;
	color: #fff;
	background-image: url("../images/shared/bg_page_white.gif");
	background-repeat: repeat-x;
}


td
{
	font-size: 0.6em;
}


/*
	Standard paragraph style
*/

p
{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	color: #828282;
	font-size: 0.7em;
	margin-top: 0px;
	line-height: 1.5em;
}


ul
{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	color: #999;
	font-size: 0.6em;
	margin-top: 20px;
	line-height: 2em;
	padding-left: 20px;
}



/*
	headings
*/

h1
{
	color: #fff;
	font-size: 0.7em;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1.off-white
{
	color: #333;
	font-size: 1em;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2
{
	margin; 0 0 20px 0;
	font-size: 0.8em;
	color: #bebebe;
	font-weight: normal;
}

h3
{
	margin; 0 0 20px 0;
	font-size: 0.8em;
	color: #333;
	font-weight: normal;
}



/*
	Links
*/

a:link, a:active
{
	font-family: arial, helvetica, sans-serif;
	color: #93bb01;
	font-size: 1em;
	text-decoration: none;
}


a:hover
{
	color: #333;
	font-size: 1.0em;
	text-decoration: underline;
}

a:visited
{
	color: #999;
	font-size: 1.0em;
	text-decoration: underline;
}

/* @end */

/* @group Basic structure */

/*
	BASIC STRUCTURE
*/


/*
	Container for page
*/

#container
{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 990px;
}


#header
{
	width: 990px;
	height: 132px;
	background-image: url("../images/shared/bg_header.png");
	background-repeat: no-repeat;
}


#nav-wrapper /* Not positioned to ge */
{
  	position: relative;
}

div#glasnost-logo
{
	position: absolute;
	top: 10px;
	right: 20px;
	width: 230px;
	height: 110px;
	margin: 0;
	padding: 0;
}

#glasnost-logo h1
{
	margin: 0;
	padding: 0;
}



#content-wrapper
{
	width: 990px;
	margin: 0 0 0 0;
	padding: 0 0 30px 0;
	min-height: 300px;
	background-image: url("../images/shared/bg_content_container.png");
	background-repeat: repeat-y;
}


/* @end */

/* @group Pages */

div#pagetop
{
	width: 970px;
	height: 185px;
	position: relative;
  	background-image: url("../images/shared/pagetop_green.jpg");
	background-repeat: no-repeat;
	margin: 0 0 0 10px;
}

div#pagetop-deep
{
	width: 970px;
	height: 250px;
	position: relative;
  	background-image: url("../images/shared/pagetop_green_deep.jpg");
	background-repeat: no-repeat;
	margin: 0 0 0 10px;
}

div#pagetop h1, div#pagetop-deep h1
{
	width: 680px;
	color: #333;
	font-size: 1.3em;
	font-weight: bold;
	padding: 50px 0 0 10px;
	margin: 0 0 0 0;	
}


/* Text divs defs */

div#text
{
  	width: 480px;
  	float: left;
  	margin: 0 0 0 0;
  	padding: 0 40px 0 0;
  	background-color: #fff;
}

div#text h1
{
	font-size: 1.2em;
	padding: 0 0 30px 0;
	margin: 0 0 0 0;
}


p.first
{
	font-size: 1em;
	color: #999;
}

div#text.basic-page
{
  	width: 520px;
  	float: left;
  	margin: 0 0 0 20px;
  	padding: 0 40px 0 0;
  	background-color: #fff;
}


div#text.basic-page h1
{
	font-size: 1em;
	padding: 30px 0 20px 0;
	margin: 0 0 0 0;
}

div#text.basic-page h1.contact-form-header
{
	font-size: 1em;
	padding: 30px 0 10px 0;
	margin: 0 0 0 0;
}


h2.quote
{
	width: 250px;
	line-height: 1.5em;
}


/* Highlight header text */
span.header-hilight
{
	color: #fff;
}



/* Right Column */

/* wrapper for everything on the right incl the top & bottom curves */

div#right-column
{
	float: left;
	width: 380px;
	padding: 50px 0 0 0;
	margin: 0 0 0 0;
}


#right-column-content
{
	float: left;
	width: 380px;
	background-color: #999;
	padding: 0 0 0 0;
	margin: -5px 0 -11px 0;
	background-image: url("../images/tour/structure/380_repeat.gif");
	background-repeat: repeat-y;
}

#right-column-content h2
{
	color: #999;
	padding: 10px 0 0 10px;
}

#right-column-content p
{
	padding: 10px 0 0 10px;
}



/* @end */




/* @group FAQ */


p.toplink
{
	height: 5px;
	padding-top: 20px;
}


body#faq h2
{
	color: #333;
}

p.faq-link
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}




/* @end */



/* @group What is Glasnost */

div#section-detail-wrapper
{
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
}

div#section-detail-wrapper h1
{
  	color: #333;
  	font-size: 0.9em;
  	font-weight: bold;  	
}


div#contacts
{
 	width: 960px;
 	padding: 0 0 0 0;
	margin: 20px 0 0 20px;
}

div#newsletters
{
 	width: 960px;
 	padding: 0 0 0 0;
	margin: 20px 0 0 20px;
}

div#projects
{
 	width: 960px;
 	padding: 0 0 0 0;
	margin: 20px 0 0 20px;
}

div#tasks
{
 	width: 960px;
 	padding: 0 0 0 0;
	margin: 20px 0 0 20px;
}

div#documents
{
 	width: 960px;
 	padding: 0 0 0 0;
	margin: 20px 0 0 20px;
}

div#images
{
 	width: 960px;
 	padding: 0 0 0 0;
	margin: 20px 0 0 20px;
}

div#chat
{
 	width: 960px;
 	padding: 0 0 0 0;
	margin: 20px 0 0 20px;
}





/* @end */







/* @group Pricing */

table#pricing-table
{
	width: 950px;
	color: #666;
	padding: 0 0 0 0;
	margin: 10px 0 0 20px;
	background-color: #ededed;
	/*border:  1px solid #999;*/
}

td.divider
{
	height: 1px;
	background-color: #d3d3d3;
}


th.package-header
{
  	width: 110px;
  	height: 60px;
  	text-align: left;
  	background-color: #999;
  	color: #fff;
  	padding: 10px 0 0 10px;
	margin: 0 0 0 0;
}

th.package-header-enterprise
{
  	width: 367px;
  	text-align: left;
  	color: #fff;
  	background-color: #333;
 	background-image: url("../images/pricing/bg_head_enterprise.gif");
 	background-repeat: repeat-x;
 	padding: 10px 0 0 10px;
	margin: 0 0 0 0;
}

td#enterprise-text
{
	vertical-align: top;
	padding: 5px 10px 0 10px;
	color: #999;
	font-size: 0.9em;
	font-weight: normal;
}

span.plan-name
{

}

span.price
{
	vertical-align: top;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


/* Individual plan colours */

th#freelancer
{
	background-color: #9db933;
 	background-image: url("../images/pricing/bg_head_freelancer.gif");
 	background-repeat: repeat-x;
}

th#freelancer span.price
{
	color: #5d7114;
}

th#g5
{
	background-color: #b4a90a;
 	background-image: url("../images/pricing/bg_head_g5.gif");
 	background-repeat: repeat-x;
}

th#g5 span.price
{
	color: #78710a;
}

th#g10
{
	background-color: #b07703;
 	background-image: url("../images/pricing/bg_head_g10.gif");
 	background-repeat: repeat-x;
}

th#g10 span.price
{
	color: #744e01;
}

th#g20
{
	background-color: #b94f00;
 	background-image: url("../images/pricing/bg_head_g20.gif");
 	background-repeat: repeat-x;
}

th#g20 span.price
{
	color: #7b3500;
}

th#left
{
	background-color: #666;
 	background-image: url("../images/pricing/bg_head_left.gif");
 	background-position: left;
 	background-repeat: no-repeat;
}


th.package-header-enterprise span.price
{
  	color:  #666;
}

span.small-price
{
 	font-size: 0.6em;
}


th.option
{
  	width: 110px;
  	font-size: 0.7em;
  	text-align: left;
  	padding-left: 10px;
  	background-color: #e1e1e1;
}

td.int-user
{
	text-align: center;
	height: 30px;
	font-weight: bold;
	font-size: 1.2em;
}

td.ext-user
{
	text-align: center;
	height: 30px;
	font-weight: bold;
	font-size: 1em;
}

td.storage
{
	text-align: center;
	height: 30px;
	font-weight: bold;
	font-size: 1em;

}

td.tick
{
	text-align: center;
	height: 25px;
}


td.module
{
	text-align: center;
	height: 25px;
}

td.signup-button
{
	text-align: center;
	height: 45px;
}

td#table-bottom
{
	height: 7px;
	background-image: url("../images/pricing/table_bottom.gif");
}


/* Tooltips */

/*
pre{
	display:block;
	padding:10px;
	border:1px solid #bae2f0;
	background:#dfdfdf;	
	margin:.5em 0;
	overflow:auto;
	width:800px;
}
*/

.help
{
	background-color: #;
	padding: 1px 3px 0 4px;
	color: #ececec;
	width: 20px;
	height: 20px;
	background-image: url("../images/pricing/help_bg.gif");
	background-repeat: no-repeat;
}


#tooltip{
	position:absolute;
	border:1px solid #fff;
	background:#333;
	padding:20px;
	color:#ececec;
	width: 300px;
	display:none;
	filter: Alpha(opacity=90);
	-moz-opacity: .90;
  opacity: .90;
	}	

a:hover.tooltip
{
	text-decoration: none;
}


/* @end */




/* @group Homepage */

/* Homepage Definitions */



div#pagetop-home
{
	width: 970px;
	height: 230px;
	position: relative;
	/* background-color: #bad458; */
  background-image: url("../images/home/promo_bg.gif");
	background-repeat: no-repeat;
	margin: 0 0 0 10px;
}

div#its-on-glasnost
{
	position: absolute;
	left: 250px;
}


/* Sept09 changes */

div#home-screenshots
{
	position: absolute;
	left: 250px;
	top: 20px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

div#home-tourtext
{
	position: absolute;
	right: 20px;
	top: 30px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

img.tourtext_button
{
	padding: 50px 0 0 12px;
	margin: 0 0 0 0;
}




div#its-on-glasnost h1
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* Buttons */

div#buttons
{
	float: left;
	width: 240px;
	height: 231px;
	overflow: hidden;
}

div#buttons ul
{
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	overflow: hidden;
}

div#buttons ul li
{
	height: 115px;
	overflow: hidden!important;
}

#buttons a 
{
	display: block;
	overflow: hidden;
}





/* gets the link text out the way */

.push
{
	display: block;
	padding: 250px 0 0 0;
}

/* 
	Buttons ROLLOVER 
*/


/* Pre launch */
div#buttons ul li.pretrial a
{
	width: 240px;
	height: 115px;
	margin: 0 0 0 0;
	background-image: url("../images/home/freetrial_prelaunch.gif");
	background-repeat: no-repeat;
}

div#buttons ul li.pretrial a:hover
{ 
	background-position: 0 -115px;
}



div#buttons ul li.trial a
{
	width: 240px;
	height: 115px;
	margin: 0 0 0 0;
	background-image: url("../images/home/freetrial.gif");
	background-repeat: no-repeat;
}

div#buttons ul li.trial a:hover
{ 
	background-position: 0 -115px;
}


div#buttons ul li.demo a
{
	width: 240px;
	height: 115px;
	margin: 0 0 0 0;
	background-image: url("../images/home/livedemo_button.gif");
	background-repeat: no-repeat;
}

div#buttons ul li.demo a:hover
{ 
	background-position: 0 -115px;
}


div#buttons ul li.blog a
{
	width: 240px;
	height: 115px;
	margin: 0 0 0 0;
	background-image: url("../images/home/blog.gif");
	background-repeat: no-repeat;
}

div#buttons ul li.blog a:hover
{ 
	background-position: 0 -115px;
}

/* Currently out-of-use

div#buttons ul li.pricing a
{
	width: 240px;
	height: 115px;
	margin: 0 0 0 0;
	background-image: url("../images/home/pricing.gif");
	background-repeat: no-repeat;
}

div#buttons ul li.pricing a:hover
{ 
	background-position: 0 -115px;
}
*/

div#intro-wrapper
{
	float: left;
	width: 980px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	/* background-color: #ececec; */
}


div#intro
{
	float: left;
 	width: 480px;
	padding: 20px 0 0 20px;
 	margin: 0 0 0 0;
}


div#intro-text
{
  	width: 450px;
  	float: left;
  	margin: 0 0 0 0;
  	padding: 30px 30px 0 0;
  	background-color: #fff;
}

div#intro-text h1
{
	font-size: 1.2em;
	padding: 0 0 20px 0;
	margin: 0 0 0 0;
}



div#promo-glasnosttour
{
	float: left;
	padding: 50px 0 0 0;
}



/* News */

div#news
{
  	width: 210px;
  	/* min-height: 215px; */
  	float: left;
  	margin: 50px 10px 0 0;
  	padding: 0 10px 0 10px;
  	background-color: #fff;
  	background-image: url("../images/tour/structure/230_top.gif");
  	background-repeat: no-repeat;
}

div#news h2
{
	color: #333;
	font-weight: bold;	
	padding: 10px 0 10px 0;
	margin: 0 0 0 0;
}

div#news ul
{
	color: #666;
	font-weight: bold;
	list-style: none;
	padding: 0;	
}

div#news ul li
{
  	line-height: 1.5em;
  	padding: 0 0 10px 0;
}

img.box-bottom
{
		width: 230px;
  	height: 10px;
  	vertical-align: bottom;
  	margin: 0 0 0 -10px;
}

div#news span.date
{
	color: #666;
	font-weight: bold;	
	font-size: 0.7em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}




/* @end */





/* @group Footer */

/* Footer */

#footer
{
	width: 990px;
	height: 60px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	/* background-color: #fff; */
	background-image: url("../images/shared/bg_footer.png");
	background-repeat: no-repeat;
	background-position: bottom;
}


#footer p
{
	padding: 15px 0 0 10px;
	margin: 0 10px 0 10px;
	border-top: 1px solid #efefef;
	color: #999;
	font-size: 0.6em;
	text-shadow: #fff 1px 1px 1px;
}


div#footer-left
{
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

div#twitter
{
	float: right;
	padding: 10px 20px 0 0;
	margin: 0 0 0 0;
}



/*
	Footer Links
*/

#footer a:link, a:active
{
	font-family: arial, helvetica, sans-serif;
	color: #999;
	font-size: 1em;
	text-decoration: underline;
}


#footer a:hover
{
	color: #666;
	font-size: 1.0em;
	text-decoration: underline;
}

#footer a:visited
{
	color: #999;
	font-size: 1.0em;
	text-decoration: underline;
}


/* @end */

/* @group Standard defs */

/* Clearing element */

.clear
{
  position: relative; clear: both; height: 0; line-height: 0; font-size: 0;
}


/*
	Standard images
*/

img
{
	border: none;
}

/* @end */







/* IE6 PNG FIXES */

img, #header { behavior: url(/website/iepngfix.htc); }
img, #glasnost-logo { behavior: url(/website/iepngfix.htc); }
img, #content-wrapper { behavior: url(/website/iepngfix.htc); }
img, #pagetop-home { behavior: url(/website/iepngfix.htc); }
img, #footer { behavior: url(/website/iepngfix.htc); }





/* Just for coming soon/holding page */

div#comingsoon
{
	margin: 0 auto 0 auto;
	padding: 60px 0 0 0;
	width: 753px;
}


div#comingsoon h1
{
	padding: 20px 0 20px 0;
	font-size: 1.5em;
	color: #b7d346;
}


div#comingsoon p
{
	font-size: 1em;
}

div#comingsoon strong
{
	color: #fff;
}