/* 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;
}
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;
}

/* end reset */


body{
	background-color:#f3f3f3;
	font-family:Verdana;
	font-size:13px;
	color:#171734;
	line-height:20px;
}

.landing_wrap{
	width:900px;
	margin:0 auto;
	margin-top:30px;
}

.landing_showcase{
	width:900px;
}

.landing_content{
	width:535px;
	float:left;
	padding-left:20px;
}

.landing_side{
	width:280px;
	padding-right:20px;
	float:right;
}

.clear{
	clear:both;
}

h1{
	font-size:26px;
	color:#171734;
	margin:20px 0 40px 20px;
}

h2{
	font-size:20px;
	color:#171734;
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:solid 1px #e1e0e0;
}

p{
	margin-bottom:10px;
}

.landing_premii{
	padding:20px;
	height:300px;
}

.landing_premiu{
	float:left;
	width:220px;
	height:216px;
	border:solid 1px #6d7497;
	background-color:#fff;
	text-align:center;	
}

.landing_premiu a{
	color:#7b7b7c;	
}

.landing_premiu img{
	border-bottom:solid 1px #7b7b7b;
	padding:10px 0;
	margin-bottom:10px;
}

.mr{
	margin-right:95px;
}

.premii_list{
	list-style:disc;
	margin-left:17px;
}

.premii_list li{
	margin-bottom:3px;
}
	
