body
{
background-color:#ffffff;
}
h1
{
color:orange;
text-align:center;
}
p
{
font-family:Times New Roman;
font-size:20px;
}
table
	{
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 0;
	}
.mijloc 
	{
	   text-align: left;
	   margin: auto;
	   width: 820px;
	   margin-top: 0px;
	   background: #ffffff;
        }
.td1
	{
	background-image:url('imagini/vertical.png');
	}
.titlu1
	{
	   text-align: center;
	   color: #d00e89;
  	   font: 16px "Georgia";
  	   font-weight: bold;
	   padding-top: 0px;
	   background: #ffffff;
	}
.titlu2
	{
	   text-align: center;
	   color: #00369a;
  	   font: 16px "Georgia";
  	   font-weight: bold;
	   padding-top: 10px;
	   background: #ffffff;
	}
.titlu3
	{
	   color: #00369a;
  	   font: 16px "Georgia";
  	   font-weight: bold;
	   padding-top: 10px;
	   background: #ffffff;
	}
.oferta
	{
	   text-align: left;
	   color: #2c4e82;
  	   font: 14px "Arial";
  	   padding-top: 10px;
	}
.oferta1
	{
	   text-align: center;
	   color: #2c4e82;
  	   font: 16px "Arial";
  	   padding-top: 10px;
	}
.pret
	{
	   text-align: center;
	   color: #d00e89;
  	   font: 16px "Georgia";
  	   font-weight: bold;
	   padding-top: 10px;
	}
.copyright
	{
	   height: 20px;
  	   padding-top: 3px;
  	   text-align: center;
  	   background: #183A69;
  	   color: #c5c5c5;
  	   font: 12px "Arial", serif;
  	   font-weight: bold;
	}
.copyright1
	{
	   height: 30px;
  	   padding-top: 12px;
  	   text-align: center;
  	   background: #183A69;
  	   color: #ffffff;
  	   font: 14px "Arial", serif;
  	   font-weight: bold;
	}
.h1
	{
	   height: 20px;
	   padding-top: 0px;
  	   width: 260px;
   	   text-align: center;
  	   background: #183A69;
  	   color: yellow;
  	   font: 24px "Arial", serif;
  	   font-weight: bold;
	}

continut 
	{
	   text-align: left;
	   margin: auto;
	   width: 820px;
           margin-top: 0px;
	   
        }

banner
	{
	   position: relative; 
	   width: 820px;
	   height:320px;
	   
	}

div.topbar{ /* bar that runs across the top of the menu */
height: 16px;
width: 820px;
background: #0b4b82;
}

ul.claybricks{ /* main menu UL */
font-weight: bold;
width: 820px;
background: #a7c9ef;
padding: 6px 6px 6px 6px; /* padding of the 4 sides of the menu */
margin: 0;
text-align: center; /* set value to "left", "center", or "right" to align menu accordingly */
}

ul.claybricks li{
display: inline;
}

ul.claybricks li a{
color:black;
padding: 6px 15px 4px 15px; /* padding of the 4 sides of each menu link */
margin-right: 20px; /* spacing between each menu link */
text-decoration: none;
font: 13px "Arial";
font-weight: bold;
}

ul.claybricks li a:hover, ul.claybricks li a.selected{
color: white;
background: #d40096;
background: -moz-linear-gradient(top, #8c0765 0%, #ac1880 12%, #ec19ae 100%); /* moz syntax for CSS3 gradient */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c0765), color-stop(12%,#ac1880), color-stop(100%,#ec19ae));
background: -webkit-linear-gradient(top, #8c0765 0%,#ac1880 12%,#ec19ae 100%); /* webkit syntax for CSS3 gradient */
background: -o-linear-gradient(top, #8c0765 0%,#ac1880 12%,#ec19ae 100%); /* opera syntax for CSS3 gradient */
background: -ms-linear-gradient(top, #8c0765 0%,#ac1880 12%,#ec19ae 100%);
background: linear-gradient(top, #8c0765 0%,#ac1880 12%,#ec19ae 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c0765', endColorstr='#ec19ae',GradientType=0 );
-moz-box-shadow: 0 0 5px #092157; /* moz syntax for CSS3 box shadows */
-webkit-box-shadow: 0 0 5px #092157;
box-shadow: 0 0 10px #092157;
padding-top: 17px; /* large padding to get menu item to protrude upwards */
padding-bottom: 6px;
}

