
body  {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    background-image: url('../Images/background_012.gif');
    background-color: #000000;
}
.twoColFixLtHdr #container {
    width: 950px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background: #990000;
    margin: 0 auto;
/* the auto margins (in conjunction with a width) center the page */    text-align: left;
    font-family: "trebuchet MS";
    font-size: 13px;
    color: #000000;
}
.twoColFixLtHdr #header {
    padding: 0 10px 0 20px;
    height: 330px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #FFFFFF;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
    float: left; /* since this element is floated, a width must be given */
    width: 214px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */ /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 20px 3px 15px 1px;
    text-indent: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    background-repeat: repeat-y;
    background-color: #990000;
    margin-top: 6px;
}
.twoColFixLtHdr #mainContent {
    margin: 0 0 0 217px;
/* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */    padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #footer {
    padding: 0 10px 0 20px;
/* this padding matches the left alignment of the elements in the divs that appear above it. */    background: #990000;
    background-image: url('../Images/footer.jpg');
    height: 41px;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #FFFFFF;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.MeniuHeader
{
    /* since this element is floated, a width must be given */width: 214px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */ /* the background color will be displayed for the length of the content in the column, but no further */
    background-image: url('../Images/MeniuHeader.jpg');
    background-repeat: repeat-y;
    height: 60px;
}
.MeniuRepeat
{
    /* since this element is floated, a width must be given */
    width: 214px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */ /* the background color will be displayed for the length of the content in the column, but no further */
    background-image: url('../Images/MeniuRepet.jpg');
    background-repeat: repeat-y;
    padding-left: 12px;
    text-indent: 20px;
}
.MeniuJos
{
    /* since this element is floated, a width must be given */
    width: 214px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */ /* the background color will be displayed for the length of the content in the column, but no further */
    background-image: url('../Images/MeniuJos.jpg');
    background-repeat: no-repeat;
    height: 60px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #navbar
{
    padding: 0 10px 0 20px;
    background-color: #93484C;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 3px;
    border-bottom-width: 2px;
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}
.divNavbar a
{
    width: 150px;
    height: 60px;
    font-family: arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 13px;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 70px;
    background-image: url('../Images/ButonA.jpg');
    background-repeat: no-repeat;
    font-weight: bold;
}
.divNavbar a:hover
{
    width: 150px;
    height: 60px;
    font-family: arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 13px;
    background-color: #990000;
    display: block;
    background-image: url('../Images/ButonB.jpg');
    background-repeat: no-repeat;
    text-decoration: none;
    font-weight: bold;
}
p
        {
    font-family: "trebuchet MS";
    font-size: 13px;
    color: #000000;
}
h1
        {
    font-family: "trebuchet MS";
    font-size: 18px;
    color: #000000;
}
a
{
    font-family: "trebuchet MS";
    font-size: 13px;
    color: #EFD1D1;
    text-decoration: none;
}
a:hover
{
    font-family: "trebuchet MS";
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: underline;
}
ul
{
    text-decoration: none;
}
li
{
    text-decoration: none;
    list-style-type: circle;
}

.Meniu a
{
    background-image: url('../Images/cerculetA.jpg');
    background-repeat: no-repeat;
    padding-left: 18px;
    background-position: left;
    font-family: "trebuchet MS";
    color: #FFFFFF;
}
.Meniu a:hover
{
    background-image: url('../Images/cerculetB.jpg');
    background-repeat: no-repeat;
    padding-left: 18px;
    background-position: left;
    font-family: "trebuchet MS";
    color: #FFFFFF;
}

/* Photo Zoom CSS */

#pic {
	
	left: 2px;
	position: relative;
	top: 2px;
	width: 135px;
}



#pic a img {
}

#pic a.p1, #pic a.p1:visited {
    background: #FFFFFF;
    border: 1px solid #000000;
    display: block;
    height: 90px;
    left: 0;
    text-decoration: none;
    top: 0;
    width: 135px;
}
#pic a .large {
    position: absolute;
    width: 0px;
}
#pic a.p1:hover {
    background-color: transparent;
    color: #000000;
    text-decoration: none;
}
#pic a.p1:hover .large {
    display: block;
    height: 263px;
    left: -1px;
    position: absolute;
    top: -30px;
    width: 330px;
}


/*de la serv*/




#pic1 {
	
	left: 1px;
	position: relative;
	top: 1px;
	width: 135px;
}



#pic1 a img {
    border-style: solid;
    border-color: #000000;
    border-width: thin;
}

#pic1 a.p2, #pic1 a.p2:visited {
    background: #FFFFFF;
    border: 1px solid #000000;
    display: block;
    height: 250px;
    left: 0;
    text-decoration: none;
    top: 0;
    width: 300px;
}
#pic1 a .large1 {
    border: 1px solid #000000;
    position: absolute;
    width: 0px;
}
#pic1 a.p2:hover {
    border: 1px solid #000000;
    background-color: transparent;
    color: #000000;
    text-decoration: none;
}

#pic1 a.p2:hover .large1 {
	border: 1px solid #000000;
	display: block;
	height: 470px;
	left: -400px;
	position: absolute;
	top: 0px;
	width: 600px;
}

/*de la contact*/

#pic2 {
	
	left: 1px;
	position: relative;
	top: 1px;
	width: 135px;
}



#pic2 a img {
    border-style: solid;
    border-color: #000000;
    border-width: thin;
}

#pic2 a.p3, #pic2 a.p3:visited {
    background: #FFFFFF;
    border: 1px solid #000000;
    display: block;
    height: 369px;
    left: 0;
    text-decoration: none;
    top: 0;
    width: 254px;
}
#pic2 a .large2 {
    border: 1px solid #000000;
    position: absolute;
    width: 0px;
}
#pic2 a.p3:hover {
    border: 1px solid #000000;
    background-color: transparent;
    color: #000000;
    text-decoration: none;
}

#pic2 a.p3:hover .large2 {
	border: 1px solid #000000;
	display: block;
	height: 610px;
	left: -420px;
	position: absolute;
	top: 0px;
	width: 420px;
}
h2
        {
            font-family: "Trebuchet MS";
            font-size: 15px;
            color: #000000;
        }

/* End Photo Zoom CSS */

.pagerStyle a
{
    font-family: verdana;
    font-size: 12px;
    color: #000000;
    background-image: url('../Images/PagerPatratel.jpg');
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: block;
}
.pagerStyle a:hover
{
    font-family: verdana;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: underline;
    background-image: url('../Images/PagerPatratelHover.jpg');
    background-repeat: no-repeat;
    display: block;
}
.login
{
    /* since this element is floated, a width must be given */width: 20px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */ /* the background color will be displayed for the length of the content in the column, but no further */
    background-image: url('../Images/key1.jpg');
    background-repeat: no-repeat;
    height: 20px;
    display: block;
}

