* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #fff;
}

p {
	padding-bottom: 8px;
	font-size: 11px;
	line-height: 140%;
}

a {
	text-decoration: underline;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	color: #f00;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-weight: normal;
}

h4 {
	font-size: 10px;
}

h4, h5 {
	text-transform: uppercase;
}

a img {
	border: 0;
}

#page {
	width: 100%;
	background-color: #000;
}

#menu-container {
	height: 96px;
	background: url('../images/background-menu.jpg') no-repeat;
}

#menu {
	width: 980px;
	overflow: auto;
}

.logo {
	float: left;
	padding-left: 110px;
	padding-top: 28px;
}

#menu ul {
	list-style-type: none;
	margin-right: 0px;
	float: right;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	background: url('../images/buttons.jpg') no-repeat;
	display: block;
	height: 96px;
	text-indent: -5000px;
}

#menu ul li a.despre {
	width: 99px;
	background-position: 0 0;
}

#menu ul li a.servicii {
	width: 106px;
	background-position: -99px 0;
}

#menu ul li a.portofoliu {
	width: 136px;
	background-position: -205px 0;
}

#menu ul li a.companie {
	width: 120px;
	background-position: -341px 0;
}

#menu ul li a.contact {
	width: 101px;
	background-position: -461px 0;
}

#menu ul li a:hover.despre {
	width: 99px;
	background-position: 0 -96px;
}

#menu ul li a:hover.servicii {
	width: 106px;
	background-position: -99px -96px;
}

#menu ul li a:hover.portofoliu {
	width: 136px;
	background-position: -205px -96px;
}

#menu ul li a:hover.companie {
	width: 120px;
	background-position: -341px -96px;
}

#menu ul li a:hover.contact {
	width: 101px;
	background-position: -461px -96px;
}

#header-container {
	width: 100%;
	height: 245px;
	background: url('../images/background-header.jpg') no-repeat;
}

#header {
	width: 980px;
}

#header h1 {
/*	font-size: 48px;*/
	color: fff;
	letter-spacing: -.03em;
}

.title {
	float: left;
	padding-left: 100px;
	padding-top: 30px;
	width: 250px;
	color: #000;
/*	background: url('../images/stripe-vertical.png') no-repeat right;	*/
}

.title h1 {
	text-indent: -5000px;
}

.stripe {
	padding-top: 30px;
	padding-left: 60px;
	float: left;
}

.categories {
	color: #fff;
	float: right;
/*	width: 650px;*/
	padding-top: 40px;
}

.categories ul {
	list-style-type: none;
}

.categories ul li {
	font-size: 24px;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-weight: normal;
	line-height: 25px;
}

.categories ul li span {
	text-shadow: 1px 1px 3px #000;
}

.details-white {
	display: inline;
	margin: 0 5px;
}

.details-white a {
	font-size: 11px;
	color: #f00;
	background-color: #fff;
	text-transform: uppercase;
	padding:2px;
}

.details-white a:hover {
	background-color: #f00;
	color: #fff;
}

#contents-container {
	color: #000;
	overflow: auto;
	width: 100%;
	background: #fff url('../images/background-contents.jpg') repeat-x;
	padding-top: 40px;
	padding-bottom: 40px;
}

#contents {
	width: 980px;
}

#contents h1, h2, h3, h4, h5, h6 {
	padding-bottom: 10px;
}

#contents h1 {
	font-size: 32px;
	color: #d00;
}

#contents h2 {
	font-size: 26px;
	color: #2f2f2f;
}

#contents h3 {
	font-size: 18px;
	color: #2f2f2f;
}

#contents h5 {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
}

.extras {
	text-transform: uppercase;
	padding: 5px;
	text-align: right;
	margin-right: 50px;
}

.details-red {
	margin-left: 5px;
	margin-bottom: 10px;
}

.details-red a {
	padding: 3px;
	background-color: #f00;
	color: #fff;
	text-transform: uppercase;
}

.details-red a:hover {
	background-color: #fff;
	color: #f00;
}

.readmore a {
	padding: 3px;
	background-color: #fff;
	color: #f00;
}

.readmore a:hover {
	background-color: #f00;
	color: #fff;
}

#column-left {
	padding-left: 110px;
	float: left;
	width: 300px;
}

#column-right {
	padding-right: 50px;
	float: right;
	width: 500px;;
}

#column-center {
	padding-left: 110px;
	padding-right: 10px;
	float: left;
	padding-bottom: 20px;
}

#profil {
	width: 400px;
	float: left;
}

#logos {
	width: 300px;
	float: right;
	margin-left: 100px;
	padding-top: 130px;
}

.vertical {
	float: left;
	width: 152px;
	padding: 5px 10px 5px 5px;
	margin-right: 5px;
}

.horizontal {
	clear: both;
	overflow: auto;
	padding: 5px;
}

.horizontal ul.thumbs li {
	display: inline;
	width: 162px;
	float: left;
}

.horizontal h4 {
/*	padding-left: 15px;*/
}

.horizontal .details-red {
	margin-left: 15px;
	margin-top: -5px;
}

.vertical h4 {
	padding-left: 15px;
}

.vertical .details-red {
	margin-left: 100px;
	margin-top: -5px;
}

.transparent {
	background: url('../images/transparency.png') repeat;
}

#footer-container {
	width: 100%;
	height: 222px;
	background: url('../images/background-footer.jpg') no-repeat;
}

#footer {
	width: 980px;
	color: #fff;
	padding-top: 20px;
}

#footer-contents {
	padding-left: 110px;
	padding-right: 180px;
	width: 300px;
	float: left;
}

#footer h2 {
	color: #2f2f2f;
	font-size: 32px;
}

#footer-contacts {
	width: 220px;
	float: left;
}

#footer-contacts .details-white {
	float: left;
}

.address { text-align: right;}

#footer-contacts p {
	padding-left: 60px;
}

#footer-webdesign {
	float: right;
	width: 50px;
	padding-top: 50px;
}

ul.projects {
	list-style-type: none;
}

ul.projects li {
	background: url('../images/container-pi.png') no-repeat;
}

ul.projects li a img {
	margin: 15px;
}

ul.thumbs {
	list-style-type: none;
}

ul.thumbs li {
	background: url('../images/container-thumbs.png') no-repeat;
	float: left;
	width: 160px;
	height: 200px;
}

ul.thumbs li:hover {
	background: url('../images/container-thumbs-over.png') no-repeat;
	float: left;
}

ul.thumbs li a img {
	margin: 15px;
}

ul.verticalthumbs {
	list-style-type: none;
}

ul.verticalthumbs li {
	background: url('../images/container-thumbs.png') no-repeat;
	float: left;
	width: 160px;
}

ul.verticalthumbs li:hover {
	background: url('../images/container-thumbs-over.png') no-repeat;
	float: left;
}

ul.verticalthumbs li a img {
	margin: 15px;
}

.main-image {
	background: url('../images/container-mi.png') no-repeat;
	padding: 15px;

}

input {
	padding: 5px;
	border: 1px solid #2f2f2f;
}

textarea {
	display: block;
	padding: 5px;
	margin: 10px 0;
	border: 1px solid #2f2f2f;
}

input.button {
	margin-top: 10px;
	background-color: #e7e8c8;
	font-size: 14px;
}

input#nume {
	width: 250px;
}

.contact-table table td {
	width: 280px;
	vertical-align: top;
}

.contact-table table td p {
	font-size: 16px;
}

.contact-form label {
	display: block;
}

.contact-form input {
	width: 250px;
}

.contact-form input#nume {
	width: 250px;
}

.contact-form input#button {
	width: 150px;
}

.highlight {
	font-weight: bold;
	color: #c00;
}

.admin-menu ul {
	list-style-type: none;
}

.admin-menu ul li {
	width: 250px;

}

.admin-menu ul li a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	padding: 5px;
	margin-bottom: 1px;
	background-color: #fff;
	color: #900;
}

.admin-menu ul li a:hover {
	color: #fff;
	background-color: #900;
}

