@charset "utf-8";
body  {
	font: 13px "Trebuchet MS", Arial, sans-serif;
	background: #006699;
	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;
}

hr {
	color:#EEEEEE;
	height:1px;
}

a:link {
	color:#006699;
	text-decoration:none;
}

a:visited {
	color:#006699;
	text-decoration:none;
}
#box_content {
	border: 1px solid #DDDDDD;
	padding: 4px 0px 0px;
	text-align:justify;
	background: url(../images/header_content.jpg) no-repeat;
}


a:hover {
	color:#006699;
	text-decoration:underline;
}

.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/body_back.png);
} 

/* header */
.twoColFixLtHdr #header {
	height: 140px;
	padding: 0 10px 0 20px;
	background: url(../images/banner.jpg);
} 
.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 #header_contact {
	left: 225px;
	top: 18px;
	width: 530px;
	position: relative;
	font: 12px "Trebuchet MS", Arial;
}

.twoColFixLtHdr #header_menu {
	height: 30px;
	width: 500px;
	padding-top: 6px;
	position: relative;
	left: 250px;
	top: 25px;
	font: 12px Arial, Helvetica, sans-serif;
}


.twoColFixLtHdr #header_menu a:link {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.twoColFixLtHdr #header_menu a:visited {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.twoColFixLtHdr #header_menu a:hover {
	font-weight:bold;
	color:#FF3333;
	text-decoration:none;
}

/* sidebar */
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	position: relative;
	/*left: 15px;*/
	display: inline;
	padding: 10px 0px 0px;
	left: 15px;
	font: 13px "Trebuchet MS", Arial;
}

/* menu sidebar */
#sb_menu   {
	width: 200px;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	padding: 0px;
	font: bold 13px "Trebuchet MS", Arial;
	border-top: 1px none #DDDDDD;
	border-right: 1px none #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px none #DDDDDD;
}
#sb_menu  ul   {
	list-style: none;
	margin:0;
	padding:0;
}
#sb_menu  li  a   {
	height: 21px;
	text-decoration:none;
}
#sb_menu  li  a:link   {
	color: #006699;
	background-image: url(../images/menu.png);
	display: block;
	padding: 4px 0 0 0px;
}
#sb_menu  li  a:visited   {
	color:#006699;
	display: block;
	padding: 4px 0 0 0px;
	background-image: url(../images/menu.png);
}
#sb_menu  li  a:hover   {
	display: block;
	padding: 4px 0 0 0px;
	background-image: url(../images/menu_over.png);
}
#sb_oferte/* oferte sidebar */
   {
	position: relative;
	top: 10px;
	border-bottom: 1px solid #DDDDDD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-left-color: #DDDDDD;
}
#sb_newsletter/* newsletter sidebar */
   {
	position: relative;
	top: 20px;
	border-bottom: 1px solid #DDDDDD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-left-color: #DDDDDD;
}

/* Curs valutar - sidebar stanga */
#sb_curs_valutar {
	position: relative;
	top: 10px;
	left: 5px;
	padding-bottom: 20px;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 228px; /* 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 10px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
	top: 10px;
	text-align: justify;
}
.twoColFixLtHdr #content {
	padding: 4px 3px 10px;
	background: url(../images/header_content.jpg) no-repeat;
	border-top: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px none #EBEBEB;
	border-left: 1px solid #EBEBEB;
}


/* footer */
.twoColFixLtHdr #footer {
	padding: 0;
	background: #DFDFFF url(../images/footer.jpg) no-repeat;
	font: 12px "Trebuchet MS", Arial;
	text-align: center;
} 
.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 */
}

/* bara cu Copyright din footer */
.tdfooter {
	color:#FFFFFF;
}
.tdfooter a:link {
	color:#0099CC;
	text-decoration:none;
}
.tdfooter a:visited {
	color:#0099CC;
	text-decoration:none;
}
.tdfooter a:hover {
	color:#0099CC;
	text-decoration:underline;
}
.tb{
    border:solid 1px #CCCCCC;
    width: 130px;
}
.tb_securiry_code{
	color:#990000;
	font-weight:bold; font-size:28px; text-align:center;
	background:#EEEEFE;
    border:solid 1px #CCCCCC;
    width: 117px;
	height: 35px;
}
.tb_contact{
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
	background:#EEEEFE;
	color:#006699;
    border:solid 1px #CCCCCC;
    width: 230px;
}
.tarea{
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
	background:#EEEEFE;
	color:#006699;
    border:solid 1px #CCCCCC;
    width: 230px;
}
.button {
	width:80px;
	background:#006699;
	color:#FFFFFF;
	border:0px;
}
.button_contact {
	width:119px;
	background:#006699;
	color:#FFFFFF;
	border:0px;
}

.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;
}

/* form, textbox-urile si butonul din newsletter */
form   {
	margin: 0px;
}
#box {
	font: 13px "Trebuchet MS", Arial, sans-serif;
	height: 200px;
	width: 166px;
	background: url(../images/box_basic.png);
	border: 1px solid #DDDDDD;
	text-align: left;
}
#box2 {
	font: 13px "Trebuchet MS", Arial, sans-serif;
	height: 200px;
	width: 166px;
	background: url(../images/box_professional.png);
	border: 1px solid #DDDDDD;
	text-align: left;
}
#box3 {
	font: 13px "Trebuchet MS", Arial, sans-serif;
	height: 200px;
	width: 166px;
	background: url(../images/box_enterprise.png);
	border: 1px solid #DDDDDD;
	text-align: left;
}
.twoColFixLtHdr #content_ {
	background: no-repeat;
	padding: 5px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
.twoColFixLtHdr #content_index {
	padding: 4px 12px 10px;
	background: url(../images/header_content.jpg) no-repeat;
	border-top: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px none #EBEBEB;
	border-left: 1px solid #EBEBEB;
}
#box_content_contact {
	border: 1px solid #DDDDDD;
	padding: 0px;
	text-align:justify;
}
.tb_promotii {
	border:1px solid #999999;
	font: bold 12px "Trebuchet MS", Arial, sans-serif;
	height: 16px;
	background: #FFFFCC;
}
.tarea_promotii {
	background:#FFFFCC;
	border:1px solid #999999;
	width: 250px;
	height: 70px;
	font: 12px "Trebuchet MS", Arial;
}
