@charset "utf-8";
/* CSS Document */

  .undottedlist
			{
				list-style-type: none;
			}
			.membersimage
			{
				width:75px;
				float:left;
			}
			.members
			{
				float:left;
				width:400px;
			}
			.membersbox
			{
				float:left;
				width:900%;
			}


body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	background-image:url(/content/images/bg.gif);
	background-repeat:repeat-x;
	margin-top: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}

.container /* container general */


{
	width: 766px;  
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: left; 
}
.header  /* container header - logo + 2 linii text */

{ 
	background: #FFFFFF; 
	margin-left: auto;
	margin-right: auto;
} 

/*

*****************
LOGO SI TEXT LOGO
*****************

*/

.logos  /* imagine */
{
 margin-left: auto;
 margin-right: auto;
}

.header_text_1  /* text header gri */
{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight:bold;
 color: #969593;
 text-align: center;
}

.header_text_2  /* text header roz */
{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:bold;
 color: #ab5257;
 text-align: center; 
}


/*

**************
IMAGINE HEADER
**************

*/


.header_img
{
	background-image: url( "/content/images/header_img.jpg" );
	background-repeat: repeat-x;
	height: 175px;
	width: 766px;
	position: absolute;
	top: 126px;
} 


/*

*****************
MENIU SI ELEMENTE
*****************

*/

.menu /* container elemente meniu */
{ 
	background-image:url(/content/images/bg_menu.gif);
	background-repeat:repeat-x;
	width: 766px;
	position: absolute;
	top: 321px;
    /*
	border-top-color:#787878;
    border-top-style:solid;
    border-top-width: 1px;
	*/

} 
.menuitem /* element generic de meniu */
{
  float:left;
  width: 125px;
  background-image:url(/content/images/bg_menu.gif);
  background-repeat:repeat-x;
  border-left-color:#787878;
  border-left-style:solid;
  border-left-width: 1px;
  border-right-color:#cccccc;
  border-right-style:solid;
  border-right-width: 1px;
}

.lastmenuitem /* elementul ce inchide meniul (dimensiune diferita de restul - umplerea intregii latimi) */
{
  float:left;
  width: 129px;
  background-image:url(/content/images/bg_menu.gif);
  background-repeat:repeat-x;
  border-left-color:#787878;
  border-left-style:solid;
  border-left-width: 1px;
  border-right-color:#cccccc;
  border-right-style:solid;
  border-right-width: 1px;
}

.menu_line1 /* numar element */
{
height:11px;
width:auto;
background:#a09f9e;
padding:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
color:#CCCCCC;
text-align: center; 
}

.menu_line2 /* denumire element meniu */
{
height:14px;
width:auto;
background:#969593;
padding:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight:bold;
color:#FFFFFF;
text-align: center; 
}

.menu_line3 /* auriu jos */
{
height:9px;
width:auto;
background:#c29f5d;
}


/*

*********************************************
CONTINUT SI FOOTER - CONTAINERE SI COMPONENTE
*********************************************

*/



.mainContent
{
	background: #ffffff;
	background-image:url(/content/images/bg_content.gif);
	background-repeat:repeat-y;
	width: 766px;
	height: auto;
	float:left;
	position: absolute;
	top: 403px;
}

.leftcol
{
width: 234px;
height: auto;
padding: 10px;
background: #dedede;
float:left;
}

.rightcol
{
width: 492px;
height: auto;
padding: 10px;
float:left;
background:#ffffff;
}

.footer { 
	width:756px;
	height:20px;
	padding: 5px; 
	background:#c29f5d;
	text-align: center; 
	float:left;
} 



/*

***********************************
PARAGRAPH TEXT & TITLURI - VARIANTE
***********************************

*/


h1  /* titlu negru */
{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:14px;
 font-weight:bold;
 color: #000000;
}

h2  /* titlu auriu */
{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:bold;
 color: #c29f5d;
}

.bodytext  /* text normal */
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#222222;
}


/*

********************
LINK-URI MENU & BODY
********************

*/

a.menu_line2  /* link meniu */
{
	text-decoration: none;
}
		a.menu_line2:link
		{
			color: #ffffff;
		}
		a.menu_line2:visited
		{
			color: #ffffff;
		}
		a.menu_line2:hover
		{
			color: #000000;
		}
		a.menu_line2:active
		{
			color: #ffffff;
		}


a.bodytext /* link normal */
{
text-decoration:none;
font-weight:bold;
font-style:normal;
}

		a.bodytext:link
		{
			color: #666666;
		}
		a.bodytext:visited
		{
			color: #666666;
		}
		a.bodytext:hover
		{
			color: #000000;
		}
		a.bodytext:active
		{
			color: #666666;
		}