﻿/* Global reset */



body {

	padding: 0px;

	margin: 0px;

	font-family: Verdana;

	font-size: 13px;

}



a:focus {

	outline: none;

}



/* Site specific */



#mainWrapper {

	display: block;

	position: relative;

	top: 0px;

	left: 0px;

	width: 100%;

}



#backgroundHome {

	position: absolute;

	width: 100%;

	height: 250px;

	background: transparent url("backgroundHome.jpg") repeat-x;

	z-index:0;

}



#backgroundInfo {

	position: absolute;

	width: 100%;

	height: 250px;

	background: transparent url("backgroundInfo.jpg") repeat-x;

	z-index:0;

}



#backgroundServices {

	position: absolute;

	width: 100%;

	height: 250px;

	background: transparent url("backgroundServices.jpg") repeat-x;

	z-index:0;

}



#backgroundContact {

	position: absolute;

	width: 100%;

	height: 250px;

	background: transparent url("backgroundContact.jpg") repeat-x;

	z-index:0;

}



#container {

	width: 980px;

	margin: 0 auto;

	position: relative;

	left: 0px;

	top: 0px;

	z-index: 999;

}



#navigationDesign {

	position: relative;

	top: 0px;

	left: 0px;

	display: inline-block;

	width: 770px;

	height: 160px;

	padding: 0px;

	margin: 0px;

}



#designHome {

	position: absolute;

	width: 770px;

	height: 160px;

	margin: 0px;

	padding: 0px;

	background: transparent url("designHome.gif") no-repeat;

	z-index: 0;

}



#designInfo {

	position: absolute;

	width: 770px;

	height: 160px;

	margin: 0px;

	padding: 0px;

	background: transparent url("designInfo.gif") no-repeat;

	z-index: 0;

}



#designServices {

	position: absolute;

	width: 770px;

	height: 160px;

	margin: 0px;

	padding: 0px;

	background: transparent url("designServicii.gif") no-repeat;

	z-index: 0;

}



#designContact {

	position: absolute;

	width: 770px;

	height: 160px;

	margin: 0px;

	padding: 0px;

	background: transparent url("designContact.gif") no-repeat;

	z-index: 0;

}



#navigationButtons {

	display: inline-block;

	width: 200px;

	height: 200px;

	margin-bottom: 50px;

}



#navigationButtons a {

	display: block;

	width: 200px;

	height: 50px;

	text-indent: -9999px;

}



#textWrapper {

	background: #ffffff;

	text-align: justify;

	border: 0px #999999 solid;

    -moz-border-radius: 0px;

    -webkit-border-radius: 0px;

    border-radius: 0px;	

    padding: 5px 0px 5px 10px;

    margin-bottom: 10px;

}



#text {

	padding: 0px 5px 0px 0px;

	height: 0px;

	overflow-y: scroll;

}



#contact {

	display: block;

	height: 50px;

	text-align: right;

}



#homeButton {

	background: url("acasa.png");

}





#contactButton {

	background: url("contact.png");

}



#servicesButton {

	background: url("servicii.png");

}



#infoButton {

	background: url("informatii.png");

}



.bold {

	font-weight: bold;

}



.italic {

	font-style: italic;

}
