/*
Westdesign Style
*/

/**********************************
  LAYOUT
***********************************/
/*
* { margin: 0;	padding: 0; }
*/
body {
margin: 0;
/*	margin: 0 auto;
	padding: 0;
*/
/*    background-image: url(images/bck.gif); */
/*    background-image: url(images/bck-2.gif); */
/* 	  background-repeat: repeat; */
	font-family: Verdana,Tahoma,Arial,sans-serif;
/*    background: #F76C19; */
    background: #D8D8D8;

/*    text-align: center; */

}
/* images */
/*
img {
	background: #fafafa;
   border: 1px solid #009900;
	padding: 3px;
}
*/


/* links */
a {
	color: #003366;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #CC0001;
	background-color: inherit;
}

/* Meniu */
/* default */
a.link_default:link {
    font-weight: bold;
	color: #DBDBDB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-decoration: none;
}
a.link_default:visited {
	color: #DBDBDB;
    font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-decoration: none;
}
a.link_default:active {
	color: #DBDBDB;
    font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-decoration: none;
}
a.link_default:hover {
	color: #DBDBDB;
    font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-decoration: none;
}

/* OVER */
a.link_active:link {
    font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-decoration: none;
}
a.link_active:visited {
	color: #FFFFFF;
    font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-decoration: none;
}
a.link_active:active {
	color: #FFFFFF;
    font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-decoration: none;
}
a.link_active:hover {
	color: #FFFFFF;
    font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-decoration: none;
}

/* Orange Link */
/* OVER */
a.link_orange:link {
    font-weight: bold;
	color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-decoration: none;
}
a.link_orange:visited {
	color: #FF6600;
    font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-decoration: none;
}
a.link_orange:active {
	color: #FF6600;
    font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-decoration: none;
}
a.link_orange:hover {
	color: #CE5300;
    font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-decoration: none;
}

/* headers */

h1 {
	font-size: 120%;
	letter-spacing: .5px;
	color: #663333;
}
h2 {
	font-size: 115%;
	text-transform: uppercase;
	color: #663333;
    }
h3 {
	font-size: 115%;
	color: #663333;

}

.paragraf_text
{
    font-size: 0.8em;
    font-weight: normal;
	color: #663333;
    padding-left: 20px;
    font-style: italic;
    line-height:20px;
/*  font-size-adjust: 0.7 */

}

.mic
{
    font-size: 0.6em;
	font-weight: normal;
	color: #663333;
}
.mare
{
    font-size: 1.3em;
	font-weight: bold;
	color: #663333;
    font-style: italic
}
.pathway
{
    padding-left: 20px;
    font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
    font-style: normal;
}


			/*IMAGESS*/
.imgright {
float : right;
padding : 4px; /* la ce distanta marginile ? */
margin-right : 20px;
border: 1px solid #FF6600; /* ca sa aibe margini imaginea */
}

