/*defaults*/
/*
body 	{background:#2765AF url('../images/body_bg.jpg') repeat-x 0 0; color:#000000; margin:20px 0; padding:0; font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif; font-size:90%; }
body 	{background:#ccccff; color:#000000; margin:20px 0; padding:0; font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif; font-size:90%; }
*/
body 	{background:#2765AF; color:#000000; margin:20px 0; padding:0; font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif; font-size:90%; }
p		{margin:0; padding:0 0 15px 0; }
a		{color:#000000; text-decoration:underline; }
a:hover	{color:#225799; text-decoration:none;}
a img	{border:none; }

/*structural elements*/
#container	{margin:0px auto; text-align:center; width:760px; }
#container_forum	{margin:auto; text-align:center; width:960px; }
#holder		{width:100%; padding:20px 20px 5px 20px; background:#FFFFFF; text-align:left; }
#logo		{background:url('../images/logo.jpg') no-repeat; border-bottom:1px solid #DADADA;
     		 padding:0px; height:70px; margin-bottom: 0px; }

#logo1		{background:url('../images/logo.jpg') no-repeat; border-bottom:1px solid #2765AF; padding:0px; height:57px;
	margin-bottom: 0px;
}

#navigation	{padding:2px 0; }
#header		{background:#DADADA url('../images/header_home.jpg') no-repeat 10px 10px; padding:10px; height:200px; }

#menu_holder	{}

#home_header			{background:#DADADA url('../images/company_header.jpg') no-repeat; height:180px;}
#product_header			{background:#DADADA url('../images/product.jpg')		no-repeat; height:122px;}
#roadmap_header			{background:#DADADA url('../images/map.jpg')			no-repeat; height:122px;}
#contribution_header	{background:#DADADA url('../images/contribution.jpg')	no-repeat; height:122px;}
#contact_header			{background:#DADADA url('../images/contact_header.jpg') no-repeat; height:122px;}

#roadmap_table_header{background:#ddddff;}

#content	{ padding:20px 0 0 0; line-height:100%; text-align:justify}
#content_right	{float:right; width:70%; padding:20px 10px 0 0; line-height:160%; text-align:justify}

#googleAdvTop	{text-align: center;}

#home_right	{float:right; padding:20px 0 0 20px;}

#news		{float:left; width:25%; padding:10px 10px 10px 10px; line-height:140%; text-align:justify; }
.newsItem	{float:left; width:25%; padding:10px 10px 10px 10px; background:#FEFFD5; 
         	 border:1px solid #FFEB70; font-size:90%; margin:20px 20px 10px 0px; text-align:justify;}
.userPanel	{float:center; width:100%; padding:0; margin:0; line-height:140%;
         	 font-size:100%; text-align:justify;}
#userHello	{width:70%; font-size:120%; text-align:left;}
#userEdit	{width:20%; font-size:90%; text-align:right;}
#userOut	{width:10%; font-size:90%; text-align:right;}

#footer		{clear:both; width:100%; font-size:80%; background:#DADADA; padding: 10px 20px 0px 20px; text-align:left; border-top:2px solid #2765AF; }
#copyright	{float:right; }
#credit		{float:right; }

/*#sidebar	{float:right;}*/

/*headings*/
.newsItem h1	{color:#225799; margin:0 0 10px 0; padding:0; font-size:130%; font-weight:normal; }
#content h1		{font-size:170%; font-weight:normal; line-height:130%; margin:0; padding:0 0 20px 0; }
#logo h1		{font-weight:normal; font-size:170%; color:#225799; }


/*navigation*/
#navigation ul 		{margin:0; padding:0; }
#navigation li 		{margin:0; padding:0; list-style:none; display:inline; }
#navigation a		{color:#225799; padding:0px 20px 0 20px; text-decoration:none; }
#navigation a:hover	{color:#000000; }

.current_tab	{ background-color:#DADADA; color: #FFFFFF;}

#footer ul 		{margin:0; padding:0; }
#footer li 		{margin:0; padding:0; list-style:none; display:inline; }
#footer a		{color:#000000; font-weight:bold; padding:0 5px 0 0; text-decoration:underline; }
#footer a:hover	{color:#000000; text-decoration:none; }


/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
/* End hide from IE-mac */