@charset "utf-8";
/* CSS Document  pt tollas */

/*********** culori folosite *******************
#625c5c - gri din sigla
#B22626 - rosu din sigla



**********************************************/

/*********** STILURI GENERALE **********************/
/******* reset stiluri ******/
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, li, img, table, tr, td, form, fieldset, input, select, button, textarea, label {
	margin:0;
	padding:0;
	border:none;
	outline:none;
}
h1, h2, p {
	margin-bottom:8px;
}
h1 {
	font-family:"dolcevita";
	font-weight:normal;
	margin-bottom:14px;
}
h2 {
	font-size:25px;
	margin-top:30px;
	font-weight:normal;
	font-family:"dolcevita";
}
strong {
	color:#B22626;
}
/************ html, body, wrapper **************/
html {
	background:#f7f7f7 url(../_images/bg_html.jpg) repeat-x;
}
body {
	font-family:"century";
	font-size:17px;
	color:#000;
}
#wrapper {
	width:970px;
	margin:auto;
	position:relative;
}
/********* caseta de SM *********/
#social {
	padding-top:6px;
	text-align:right;
	font-size:90%;
	position:absolute;
	right:0;
	z-index:400;
}
/************* buttons ***********/
#buttons {
	float:right;
	margin: 30px 20px 0 0;
}
#buttons a {
	line-height:20px;
}
/************* nav ****************/
#nav {
	padding-top:15px;
	position:absolute;
	z-index:10;
}
#nav a {
	text-decoration:none;
	color:#000;
	font-size:19px;
	padding:8px 12px;
	display:inline-block;
	font-family:"century";
}
#nav a.logo {
	padding:0;
}
#nav img {
	position:relative;
	top:40px;
	box-shadow:3px 3px 10px 0 #222;
}
/************ bannerul *************/
#banner {
	width:100%;
	height:300px;
	box-shadow:0 10px 8px -6px #999;
	padding-top:158px;
	margin-bottom:35px;
}
#banner p {
	font-size:28px;
	font-weight:bold;
}
#banner span.black {
	color:#000;
}
#banner span.white {
	color:#fff;
}
/****************** MAINCONTENT *************/
#maincontent {
	margin-bottom:20px;
	box-shadow:0 6px 8px -5px #999;
	padding-bottom:15px;
	min-height:600px;
}
#maincontent p {
	max-width:550px;
	font-family:"century";
	font-weight:normal;
}
#maincontent a {
	text-decoration:none;
	color:#000;
}
#maincontent a.red {
	color:#B22626;
}
#maincontent a.red:hover, #maincontent a.red:active {
	text-shadow:1px 1px #ccc;
}
#maincontent a.signup {
	padding:4px 0 4px 32px;
	background:url(../_images/icon_signup.png) no-repeat center left;
	color:#B22626;
	text-decoration:underline;
	line-height:25px;
}
#maincontent div.box {
	width:170px;
	height:160px;
	padding:5px;
	margin: 15px 10px 0 0;
	float:left;
	background:#625c5c;
	text-align:center;
}
/********* tabel preturi salon **********/
th {
	padding:3px 6px;
	color:#B22626;
}
td {
	text-align:center;
	vertical-align:center;
	padding:3px 6px;
}
td.left, th.left {
	text-align:left;
	width:350px;
}
td span.descriere {
	font-size:90%;
}
/*****contact ******/
#map {
	float:right;
	margin: 0 0 15px 20px;
}
label {
	font-size:85%;
	margin:0 5px 0 0;
}
input, textarea, select {
	display:block;
	margin:10px 0;
	width:300px;
	height:25px;
	border: 1px solid #999;
	border-radius:10px;
	padding:3px 5px;
	background:#f4f4f4;
}
select {
	width:220px;
	display:inline;
}
textarea {
	height:120px;
}
input.button {
	width:80px;
	background:#000;
	color:#fff;
	cursor:pointer;
}
input.button:active {
	position:relative;
	top:2px;
}
input.wrong, textarea.wrong {
	background:#ffdcdc;
}
#confirmare {
	padding:15px 0 15px 50px;
	background:url(../_images/icon_ok_green.png) no-repeat center left;
	color:#0a6c15;
	display:none;
}
/************ footer *************/
#footer {
	font-size:90%;
	margin-bottom:20px;
	font-family:"century";
}

#credits {
	float:right;
	width:400px;
	text-align:right;
}
#credits a {
	text-decoration:none;
}












/********************* THE END ******************/
