﻿/*-----------------------------*/
/*      NAVIGATION MENU        */
/*-----------------------------*/


#div-navigation-menu {
}

.navigation-menu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(media/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 38px;
	list-style: none;
	background-color: #C0C0C0;
}

.navigation-menu ul{
	padding: 0 0 0 50px;
}

.navigation-menu li{
	margin-top: 0px;
	float:left;
}

.navigation-menu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	text-align: center;
	cursor: pointer;	
}

.navigation-menu li a.firstlevel{
	height: 38px;
	line-height: 38px;
}

.navigation-menu li a.secondlevel{
	height: 40px;
	line-height: 40px;
}

.navigation-menu li a b{
	float: left;
	display: block;
	padding: 2px 24px 0 8px; /*Padding of menu items*/
}

.navigation-menu li a.secondlevel b{
	height: 40px;
	line-height: 40px;
	padding: 0px 24px 0 8px; /*Padding of menu items*/
}


.navigation-menu li:hover a.firstlevel,
.home .navigation-menu li.menubutton-home a.firstlevel,
.wiki-os-org .navigation-menu li.menubutton-wiki-os-org a.firstlevel,
.userware-for-office-enterprise .navigation-menu li.menubutton-userware-for-office a.firstlevel,
.userware-api .navigation-menu li.menubutton-userware-api a.firstlevel,
.about-us .navigation-menu li.menubutton-about-us a.firstlevel
{
	color: #fff;
	background: url(media/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
	padding: 0 0 0 16px;
}

.navigation-menu li:hover a.firstlevel b,
.home .navigation-menu li.menubutton-home a.firstlevel b,
.wiki-os-org .navigation-menu li.menubutton-wiki-os-org a.firstlevel b,
.userware-for-office-enterprise .navigation-menu li.menubutton-userware-for-office a.firstlevel b,
.userware-api .navigation-menu li.menubutton-userware-api a.firstlevel b,
.about-us .navigation-menu li.menubutton-about-us  a.firstlevel b
{
	color: #fff;
	background: url(media/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}

.navigation-menu li ul {
	display: none;
	position: absolute;
	left: 0px;
	top: 40px;
	right: 0px;
	list-style-type: none;
	background: url(media/submenu_bg.gif) repeat-x; /*tab background image path*/
}

.navigation-menu li ul li a {
	color: #fff;
}

.navigation-menu li ul li {
	float: left;
	color: #fff;
}
.span-beta {
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
}
.span-beta-home{
	color: #EF8D8D;
	vertical-align: baseline;
	font-size: 0.5em;
	position: relative;
	top: -0.8em;
}


/*  UNCOMMENT FOR TWO-LINES MENU */
/*
.navigation-menu li:hover ul,
.userware-for-office-enterprise .navigation-menu li.menubutton-userware-for-office ul
{
	display: block;
}

.navigation-menu li ul li:hover a,
.userware-for-office-enterprise .navigation-menu li.menubutton-userware-for-office-enterprise a
{
	color: #fff;
	background: url(media/submenu_hover_left.gif) no-repeat;
	background-position: left;
}

.navigation-menu li ul li:hover a b,
.userware-for-office-enterprise .navigation-menu li.menubutton-userware-for-office-enterprise a b
{
	color: #fff;
	background: url(media/submenu_hover_right.gif) no-repeat right top;
}

*/


/*-----------------------------*/
/*            FOOTER           */
/*-----------------------------*/


#div-footer {
	margin-right: auto;
	margin-left: auto;
	background-color: #808080;
	padding-left: 26px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 20px;
	background-image: url('media/footer_background.gif');
	background-repeat: repeat-x;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #808080;
}
#div-footer .column {
	width: auto;
	float: left;
	border-right-style: solid;
	border-right-color: #999999;
	border-right-width: 1px;
	margin-right: 10px;
	padding-right: 10px;
	}
#div-footer .column.first {
	margin-left: 0 !important;
}
#div-footer .column.last {
	float: left !important;
}
#div-footer ul {
	list-style-type: none;
	padding: 0px 0px 0px 8px;
}
#div-footer h3 {
	margin-bottom: 0px;
}
#div-footer h3 a {
	text-decoration: none;
	color: #D3D3D3;
	font-weight: bold;
	line-height: 16px;
	padding: 5px;
}
#div-footer h3 a:hover {
	text-decoration: underline;
	color: white;
}
#div-footer a {
	text-decoration: none;
	color: #BBBBBB;
	font-weight: normal;
	line-height: 16px;
	padding: 5px;
}
#div-footer a:hover {
	text-decoration: underline;
	color: white;
}
#footer-ending {
	clear: both;
	padding: 14px 0px 0px 0px;
	text-align: center;
	color: #999999;
}


/*-----------------------------*/
/*   PRODUCT-SPECIFIC STUFF    */
/*-----------------------------*/


#div-userware-for-office {
	margin-top: 40px;
	right: 0px;
	top: 0px;
	margin-left: 0px;
}
#div-about-us {
	margin-top: 40px;
	right: 0px;
	top: 0px;
	margin-left: 0px;
}
#div-wiki-os-org {
	margin-top: 40px;
	right: 0px;
	top: 0px;
	margin-left: 0px;
}



/*-----------------------------*/
/*   GENERAL BODY TEXT STYLES  */
/*-----------------------------*/

#div-editable-region li {
	font-size: 12px;
	margin-top: 10px;
	color: black;
	line-height: 18px;
}
#div-editable-region p {
	font-size: 12px;
	margin-top: 20px;
	margin-left: 20px;
	color: black;
	line-height: 18px;
}
#div-editable-region p.indent {
	margin-left: 40px;
}
#div-editable-region h4 {
	font-size: 12px;
	margin-top: 40px;
	color: #CC0000;
}
#div-editable-region h5 {
	margin-top: 24px;
	font-size: 12px;
}
#div-editable-region h1 {
	margin-top: 30px;
}
.summary  {
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
	padding-left: 0px;
/*	border-left-style: solid;
	border-left-width: 4px;
	border-left-color: #CC0000;*/
}
#div-editable-region .summary p {
	font-size: 16px;
	font-weight: bold;
    color: #666666;
	line-height: 20px;
	margin-top: 0px;
	margin-left: 0px;
	</*font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica", "Arial", sans-serif;*/
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #993333;
}

a.ensure-visitors-understand-it-is-a-link {
	text-decoration: underline;
	font-weight: bold;
	color: #993333;
}

a:hover {
	text-decoration: underline;
}



/*-----------------------------*/
/*            CLASSES          */
/*-----------------------------*/

.clear {
	clear: both;
}
li.distant-from-previous-bullet {
	margin-top: 10px;
}
.small-column {
	width: auto;
	float: left;
}


/*-----------------------------*/
/*            HOME PAGE        */
/*-----------------------------*/

#div-home {
	margin-left: 20px;
}
#div-home-description-wrapper {
	width: 420px;
	float: left;
	margin-top: 16px;
	margin-left: 20px;
	height: auto;
}
#div-home-description {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: #666666;
	line-height: 44px;
	margin-top: 0px;
}
.description-subtitle {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 17px;
	line-height: 28px;
	color: #999999;
}
#div-home-latest-news {
	width: auto;
	margin-top: 20px;
	margin-right: 25px;
	margin-left: 15px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	background-color: #EAEAEA;
	/*
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C0C0C0;
	*/
}
#div-home-latest-news-title {
	float: left;
}
#div-home-latest-news-content {
	float: left;
	margin-top: 0px;
	margin-left: 10px;
}
#div-home-latest-news ul {
	list-style-type: none;
	padding: 0px 0px 0px 8px;
}
#div-home-latest-news li {
	margin-top: 0px;
	margin-left: 20px;
	float: left;
	width: 200px;
	padding-top: 0px;
}
#div-home-latest-news li.longer-text {
	width: 270px;
}
#div-home-latest-news li p {
	margin-top: 2px;
	margin-left: 0px;
	line-height: 22px;
}
#div-home-latest-news li h5 {
	margin-bottom: 0px;
	margin-top: 0px;
	color: black;
	text-align: left;
}
#div-home-latest-news h4 {
	margin-top: 10px;
	margin-left: 5px;
	width: auto;
}
#div-home-latest-news h4 a { 
	color: black;
	text-decoration: none;
}
.all-news a {
	font-size: 11px;
	margin-left: 8px;
}
#div-home h4 a { 
	/*color: black;*/
	text-decoration: none;
}
#div-home h4 a:hover { 
	text-decoration: underline;
}
#div-home h4 {
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: bold;
}
#div-home-video {
	width: 400px;
	float: right;
	height: 243px;
	margin-top: 40px;
	margin-right: 25px;
	background-color: #E4E4E4;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 242px;
}
.home-product-subtitle {
	font-size: 13px;
	line-height: 20px;
}
#div-home-products-title h2 {
	font-size: 14px;
	font-weight: bold;
	color: #C0C0C0;
	float: left;
	margin-right: 10px;
	margin-left: 20px;
}
#div-home-products-title .separator {
	padding-top: 16px;
	margin-right: 20px;
}
#div-home-products-title .separator hr {
	background-color: #C0C0C0;
    color: #C0C0C0;
    height: 1px;
    border: 0 #C0C0C0 none;
}
#div-home-products {
	width: auto;
	margin-top: 10px;
}
#div-home-products h4 {
	margin-top: 0px;
	margin-bottom: 0px;
}
#div-home-products p {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
}
#div-home-wiki-os-org {
	float: left;
	width: 240px;
	margin-left: 20px;
}
#div-home-userware-for-office {
	float: left;
	width: 250px;
	margin-left: 32px;
	padding-left: 32px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #C0C0C0;
}
#div-home-userware-api {
	float: left;
	width: 220px;
	margin-left: 32px;
	padding-left: 32px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #C0C0C0;
}

/*-----------------------------*/
/*            MISC             */
/*-----------------------------*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #C0C0C0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica", "Arial", sans-serif;*/
	font-size: 12px;
}

#div-main {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	background-image: url('media/content_backgorund.jpg');
	background-repeat: no-repeat;
}
#div-background-shadow {
	background-image: url('media/background_shadow.gif');
	background-repeat: repeat-y;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#div-background-shadow-footer {
	background-image: url('media/background_shadow_footer.gif');
	background-repeat: no-repeat;
	width: 1000px;
	height: 24px;
	margin-right: auto;
	margin-left: auto;
}
#div-header {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	background: black;
	background-image: url('media/header_background.gif');
	background-repeat: repeat-x;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
}
#div-main-editable-region {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 40px;
	width: 920px;
}
#div-editable-region{
	margin-top: 0px;
	right: 0px;
	top: 0px;
	margin-left: 180px;
}
#div-left-menu {
	border-right-color: #C0C0C0;
	border-right-width: 1px;
	border-right-style: dashed;
	width: 140px;
	padding-right: 20px;
	float: left;
}
#div-left-menu ul {
	list-style-type: none;
	padding: 0px 0px 0px 8px;
}
#div-left-menu li a {
	text-decoration: none;
	color: #808080;
	font-weight: bold;
	line-height: 26px;
	padding: 5px;
}
#div-left-menu li a:hover {
	text-decoration: underline;
	color: #000;
}
.overview #div-left-menu .menu-item-overview a,
.usage-scenarios #div-left-menu .menu-item-usage-scenarios a,
.business-benefits #div-left-menu .menu-item-business-benefits a,
.how-it-works #div-left-menu .menu-item-how-it-works a,
.features #div-left-menu .menu-item-features a,
.comparison #div-left-menu .menu-item-comparison a,
.screenshots #div-left-menu .menu-item-screenshots a,
.try-it-out-free #div-left-menu .menu-item-try-it-out-free a,
.purchase #div-left-menu .menu-item-purchase a,
.support #div-left-menu .menu-item-support a,
.contact-us #div-left-menu .menu-item-contact-us a,
.contact #div-left-menu .menu-item-contact a,
.news #div-left-menu .menu-item-news a,
.executive-team #div-left-menu .menu-item-executive-team a,
.blog #div-left-menu .menu-item-blog a,
.community #div-left-menu .menu-item-community a,
.goodies #div-left-menu .menu-item-goodies a,
.source #div-left-menu .menu-item-source a
{
	text-decoration: none;
	color: white;
	background: #999999;
	line-height: 26px;
	cursor: default;
}
#div-editable-region-ending {
	clear: both;
}
#div-news ul li {
	margin: 20px 0px 0px 0px;
}
#div-header-title {
	float: left;
	margin-left: 5px;
	padding-right: 16px;
	border-right-color: #4B4B4B;
	border-right-style: solid;
	border-right-width: 1px;
}
#div-header-title a, #div-header-title a:link, #div-header-title a:visited, #div-header-title:hover, #div-header-title a:active { 
	color: #FFFFFF;
	font-size: 24px;
	text-decoration: none;
}
#div-header-subtitle {
	color: #999999;
	font-size: 15px;
	margin-left: 164px;
	padding-top: 9px;
}
#div-header-language {
	float:right;
	color: #808080;
}
#div-header-language a {
	color: #808080;
}
#div-header-language a:hover {
	color: #FFFFFF;
}
#div-wiki-os-org-video {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 450px;
	height: 273px;
	background-color: #C0C0C0;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 180px;
}
#div-userware-for-office-video {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 450px;
	height: 273px;
	background-color: #C0C0C0;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 180px;
}
#div-userware-for-office-how-it-works-diagram {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 400px;
	height: 300px;
	background-color: #C0C0C0;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 300px;
}
.table {
	width: 700px;
	border-collapse: collapse;
}
.table-column {
	width: 150px;
	padding: 8px;
	text-align: center;
	vertical-align: middle;
}
.table-column.header {
	font-weight: bold;
}
.table-column.header.our-product {
	background-color: #666666;
	color: #FFFFFF;
}
.table-column.odd {
	background-color: #F0F0F0;
}
.table-column.our-product {
	background-color: #E4E4E4;
}
.table-column.odd.our-product {
	background-color: #C0C0C0;
}
.table-column.first {
	width: 250px;
	text-align: left;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #808080;
}
.table-column.bottom-right-bordered {
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-color: #808080;
	border-right-color: #808080;
}
.table-column.top-bordered {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #808080;
}
.table-row.category {
	background-color: #666666;
	color: #FFFFFF;
}
.menu-icons {
	margin-left: 12px;
	margin-top: 20px;
	border-top-color: #C0C0C0;
	border-top-style: dashed;
	border-top-width: 1px;
}
.menu-icon {
	border-width: 0px;
	margin-top: 20px;
}