/* Concept and coding: Laurentiu Danu - laurentiu.danu@gmail.com */

html { 
	min-height: 100%;
}

a:active {
	position: relative;
	top: 1px;
}

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #000000;
	background: #fff url(images/header.jpg) no-repeat scroll top center;
}

/* header */

#header {
	margin-top: 180px;
	height: 17px;
}

	#header ul {
	float: right;
	}

	#header li {
	float: left;
	margin-right: 10px;
	height: 17px;
	line-height: 17px;	
	}

	#header li a {
	display: block;
	text-indent: -9999px;
	height: 17px;
	}

	#header li:hover {
	filter: alpha(opacity=50);
	-khtml-opacity: 0.5; 
	-moz-opacity: 0.5; 
	opacity: 0.5;  
	}

	li.acasa {
	width: 56px;
	background: url(images/acasa.png) no-repeat scroll;
	}

	li.clienti {
	width: 60px;
	background: url(images/clienti.png) no-repeat scroll;
	}

	li.consultanta {
	width: 114px;
	background: url(images/consultanta.png) no-repeat scroll;
	}

	li.contact {
	width: 73px;
	background: url(images/contact.png) no-repeat scroll;
	}

/* hello */

#hello {
	height: 165px;
	background: url(images/hello.jpg) no-repeat scroll;
}

#hello p {
	font-size: 13px;
	color: #1D1D1D;
}

#hello p strong {
	color: #000 !important;
}

#hello p a {
	color: #000 !important;
	font-style: italic;
	text-decoration: none;
}

#hello p a:hover {
	color: #26A5BF !important;
	text-decoration: none;
}

/* content */
.divider {
	background: url(images/divider-220px.jpg) no-repeat scroll;
}

/* sidebar navigation */
ul.categorii {
	list-style-type: none;
}

ul.categorii li {
	padding: 0px;	
}

ul.categorii li a {
	color: #000;
	text-decoration: none;
}

ul.categorii li a:hover {
	text-decoration: underline;
}

ul.categorii li.current a {
	color: #666 !important;
	padding-left: 5px;
}

ul.categorii li.current a:hover {
	text-decoration: none !important;
	cursor: default;
}

/* border */
.bordertop-1px {
	border-top: 1px solid #C7C7C7;
}

/* go to top */
p.gotop {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-align: right;
}

p.gotop a {
	color: #000;
	text-decoration: none;
}

p.gotop a:hover {
	text-decoration: underline;
}

/* details paragraph */
.details {
	font-size: 11px;
	color: #999;
}

/* action paragraph */
.action {
	color: #000;
}

.cat-title {
	font-size: 15px;
	color: #0094EF;
}

/* contact page forms */
#contact-data input {
	background-color:#FFFFFF;
	border: 1px solid #EBD9BE;
	color: #000;
	font-family:Arial,Helvetica,sans-serif;
	width: 208px;
	padding: 5px;
}

#contact-data input:focus {
	background-color: #FAE5C8;
	border: 1px solid #999;
}

#contact-data textarea {
	background-color:#FFFFFF;
	border: 1px solid #EBD9BE;
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	width: 448px;
	padding: 10px 5px;
	min-height: 140px;
}

#contact-data textarea:focus{
	background-color: #FAE5C8;
	border: 1px solid #999;
}

#contact-data .submit {
	display: block;
	margin-top: 15px;
	padding: 5px 0px;
	width: 220px;
	background-color: #EFDCC1;
	cursor: pointer;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	
}

label {
	display: block;
	font-weight: bold;
}

/* Ajax response */
#response {
	display: none;
	margin: 20px 0px;
	background-color: #FF1F28;
	border: 1px solid #000;
	padding: 10px;
	font-weight: bold;
	color: #fff;
}

.alt-info {
	font-size: 12px;
}
