/* =CSS RESET
===========================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
b,strong{
	font-weight:bold;
}
i,em{
	font-style:italic;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need cellspacing='0' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =DEFAULTS
===========================================*/
.break {
	clear:both;
	height: 0px;
	overflow: hidden;
}
i, .none {
	display: none;
}
.text_center {
	text-align:center;
}
.text_right {
	text-align: right;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
a {
	cursor: pointer;
	color: #7ca53d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

body {
	background: #1a1b1b url(../img/landing/bg_landing_top.jpg) no-repeat top center;
}
#language {
	width: 300px;
	text-align: center;
	height: 27px;
	margin: 0 auto;
	padding-top: 8px;
}
#language a {
	font: normal 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	padding-left: 26px;
	margin: 0px 10px;
}
a.ro {
	background: url(../img/common/flag_ro.png) no-repeat left center;
}
a.en {
	background: url(../img/common/flag_en.png) no-repeat left center;
}

	
#header {
	height: 345px;
	text-align: center;
	padding-top: 30px;
}
#header h1 {
	width: 400px;
	height: 75px;
	background: url(../img/landing/logo_home.gif) no-repeat;
	text-indent: -9999px;
	margin: 0px auto;
}
#header h1.en {
	width: 400px;
	height: 75px;
	background: url(../img/landing/logo_home_en.gif) no-repeat;
	text-indent: -9999px;
	margin: 0px auto;
}
#container {
	background: url(../img/landing/bg.jpg) repeat-x;
	height: 400px;
	position: relative;
	text-align: center;
}
#buttons {
	height: auto;
	width: 980px;
	text-align: center;
	margin: 0 auto;
	top: -240px;
	position: absolute;
	left: 50%;
	margin-left: -460px;
	color: #d0d0d0;
	font: normal 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
}
#blindate {
	width: 433px;
	height: 474px;
	display: inline;
	float: left;
}
#blindate a {
	display: block;
	width: 433px;
	height: 474px;
	position: relative;
}
#blindate a img, #ambulante a img {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
}
#blindate a span.shadow {
	width: 433px;
	height: 474px;
	background: url(../img/landing/shadow_blindate.png) no-repeat;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	display: none;
}
#blindate a span.txton {
	display:none;
	width: 241px;
	height: 44px;
	position: absolute;
	z-index: 111;
	top: 13px;
	left: 127px;
	overflow: hidden;
}
#blindate.ro a span.txton {
	background: url(../img/landing/blindate_on_ro.png) no-repeat;
}
#blindate.en a span.txton {
	background: url(../img/landing/blindate_on_en.png) no-repeat;
}
#blindate a:hover span.shadow, #ambulante a:hover span.shadow, #blindate a:hover span.txton, #ambulante a:hover span.txton{
	display: block;
}
#ambulante {
	width: 489px;
	height: 474px;
	float: left;
	display: block;
	position: relative;
	display: inline-block;
}
#ambulante a {
	width: 489px;
	height: 474px;
	display: block;
	position: relative;
}
#ambulante a span.shadow {
	width: 489px;
	height: 474px;
	background: url(../img/landing/shadow_ambulante.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	display: none;
}
#ambulante a span.txton {
	display:none;
	width: 241px;
	height: 44px;
	position: absolute;
	z-index: 111;
	top: 13px;
	left: 77px;
	overflow: hidden;
}
#ambulante.ro a span.txton {
	background: url(../img/landing/ambulante_on_ro.png) no-repeat;
}
#ambulante.en a span.txton {
	background: url(../img/landing/ambulante_on_en.png) no-repeat;
}

#blindate p.txt {
	width: 350px;
	margin-left: 50px;
	margin-top: -30px;
}
#ambulante p.txt {
	width: 350px;
	margin-left: 140px;
	margin-top: -30px;
}
#benzi {
	background: url(../img/landing/benzi.png) no-repeat top center;
	width: 181px;
	height: 334px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -90px;
	z-index: 0;
}
