/* --------------------------glob-met.ro stylesheet---------------------- */
/* ----------- standart  html tag reset ----------------  */
* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
}

/* ------------  standart html tag definition -----------  */

body {
	background: #E0DFE3 url(img/patternGlobMet.png);
	font-family: Tahoma, Times, "Times New Roman", serif;
}

/* ---------------- Page elements ---------------------  */

#container {
	margin: 10px auto;
	width: 800px;
}

/* ----------- header -------------*/

#header-wrapper {
	height: 130px;
	width: 759px;
	display: block;
	overflow: hidden;
	background: #fff;
	padding: 15px 20px;
	border: 2px solid #5cadff;
}

#header {
	height: 130px;
	width: 170px;
	float: left;
	padding: 0 0 0 20px;	
}

#header h1 {
	font-size: 19pt;
	color: #0268f1;
}

#header h2 {
	color: #666;
	font-size: 8pt;
	position: relative;
	padding: 0 0 0 15px;
}

#header b {
	color: #666;
}

/* ----------- Main Menu -------------*/

#mainMenu {
	float: right;
	height: 110px;
	width: auto;

}

#mainMenu li {
	width: auto;
	list-style: none;
	float: left;
}

#mainMenu a#globmet {
	background: url(img/globmet.jpg) no-repeat;
}

#mainMenu a#produse {
	background: url(img/produse.jpg) no-repeat;
}

#mainMenu a#menuContact {
	background: url(img/contact.jpg) no-repeat;
}

#mainMenu a
 { 
	display: block;
	height: 76px;
	width: 150px;
	float: left;
	margin: 35px 16px 0 0;
	border-top: 7px solid #fff;
	text-align: center;
	text-decoration: none;
	font-size: 14pt;
	text-transform: uppercase;
	font-family:Tahoma,Georgia, "Times New Roman", Times, serif;
	color: #666666;
	padding: 48px 0 0 0;
}

#mainMenu a:hover {
	display: block;
	border-top: 7px solid #5cadff;
	color: #5cadff;
}

#mainMenu a.active {
	text-decoration:underline;
}

/* ----------- main -------------*/

#main-wrapper {
	background: #fff;
	display: block;
	clear: both;
	width: 800px;
	margin: 15px 0 0 0;
	overflow: hidden;
	border: 2px solid #5cadff;	
}

#main {
	display: block;
	padding: 10px;
	width: 780px;
}

#content {
	width: 760px;
	border: 2px solid #ccc;
	padding: 10px;
	clear: both;
	overflow: hidden;
}

/* ----------- Produse -------------*/

h2.titlu-categorie {
	background: #ebebeb;
	font-size: 15pt;
	margin: 0 0 10px 0;
	height: 35px;
	line-height: 35px;
	padding: 0 0 0 15px;
	border: 1px solid #666664;
	
}

table.produse {
	width: auto;
	margin: 0 auto;
}

table.produse img {
	border: 1px solid #fffff1;
}

td.img-produse {
	border: 1px solid #042755;
}

td.title-produse {
	background: #ebeaea;
	text-align: center;
	border-right: 1px solid #042754;
	border-bottom: 1px solid #042754;
	border-left: 1px solid #042754;
	font-size: 10pt;
	font-weight: bold;
	height: 30px;
	line-height: 30px;

}

h1.galerie {
	width: 350px;
	background: #ccccc2;
	height: 30px;
	line-height: 30px;
	font-size: 15pt;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
}



/* ----------- Contact -------------*/

#formWrapper {
	float: left;
	width: auto;
}

div#formbox {
	float: left;
	width: 195px;
	padding: 0 0 0 15px;
}

div#formMesage {
	float: left;
	width: 300px;
	width: auto;
	padding: 0 0 0 10px;
}


.text-area {
	width: 300px;
	height: 200px;
	padding: 5px;
	overflow: auto;
	
}

.inputbox {
	width: 160px;
	height: 20px;
	line-height: 18px;
	font-size: 10pt;
	padding: 0 10px 0 10px;

}

.inputbtn {
	width: auto;
	background: #a4d1ff;
	border: 1px solid #000000;

}

form h3 {
	font-size: 10pt;
	padding: 0 0 3px 0;
}

#contact {
	float: right;
	width: 180px;
	padding: 10px;
	margin: 20px 0 0 10px;
	font-size: 10pt;
}

#contact h1 {
	font-size: 13pt;
	text-align: center;
	margin: 0 0 5px 0;
}

.img-products {
	margin: 0 0 0 15px;
	
}

div.text {
	background: #eee;
	padding: 15px 10px;
	margin: 0 10px 0 0;
	float: right;
	width: 350px;
	border: 1px solid #ccc;
	font-size: 10pt;
	text-align: justify;
}

#content li {
	list-style: inside;
}

#content table.carmangerii {
	float: left;
	width: 240px;
}

a.pdf:link,
a.pdf:visited,
a.pdf:active {
	text-decoration: none;
	color:#0099FF;
	display: block;
	height: 25px;
	background: #eee;
	line-height: 25px;
	width: 50%;
	margin: 10px 0 0 0;
}

a.pdf:hover {
	text-decoration: underline;
}

/* ----------- Slideshow -------------*/

#slideshow {
	position:relative;
	height: 320px;
}
#slideshow div {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	/*opacity:0.0;*/
	background-color: #FFF;
}
#slideshow div.active {
	z-index:10;
/*	opacity:1.0;*/
}
#slideshow div.last-active {
	z-index:9;
}
#slideshow div img {
	display: block;
	border:  10px solid #fff;
}


/* ----------- footer -------------*/

#footer {
	clear: both;
	height: 200px;
	margin: 20px auto 0;
	display: block;
	color: #ccc;
	background: #666665;
	border: 2px solid #5cadff;; 
	width: 800px;	
}

#link-wrapper {
	padding: 10px 0 0 0;
	
	height: 130px;

}

#link-wrapper dl {
	float: left;
	width: auto;
	margin-left: 20px;
	padding:0 30px 0 20px;
	height: 120px;
	border-right: 2px solid #fff;
	display: block;
	
}

#link-wrapper dt {
	font-weight: bold;
	font-size: 14px;
}

#link-wrapper dl.noborder {
	border-right: none;
}

#footer-nav {
	clear: both;
	padding: 20px 0 0 30px;
}

#footer-nav li {
	float: left;
	list-style: none;
	display: block;
	width: auto;
	padding:0 10px;
}

#footer h3 {
	font-size: 10pt;
	float: right;
	padding: 0 15px 0 0;
	width: auto;
}

#footer a:link,
#footer a:visited,
#footer a:active {
	color: #fffff3;
	text-decoration: none;
	font-weight: bold;
	font-size:9pt;
}

#footer a:hover {
	text-decoration: underline;
}


#logitask {
	width: 800px;
	height: 50px;
	margin: 10px auto;
	
}


#validare {
	width:800px;
	height: 30px;
	text-align:right;
	line-height:25px;
	font-size:8pt;
}

#validare a:link,
#validare a:visited,
#validare a:active {
	color: #5cadff;
	text-decoration: none;
	font-weight: bold;
	font-size:7pt;
}
#validare a:hover {
	text-decoration: underline;
	color:#FFFFFF;
	font-size:7pt;
	
}

.xhtml {
	position: relative;
	left: -100px;
	top: -34px;
}

/* custom classes */

.white {
	color: #fffff2;
}

.blue {
	color:#5cadf1;
}

.black {
	color: #000;
}

.bgForm {
	background: #ebeaeb;
}

.borderContact {
	border: 1px solid #ccccc1;
}
