﻿/* ---------------------------------------------------------------- **
** Generic
** ---------------------------------------------------------------- */
html { font-size: 76%; }
body {
	background: #8c2c00 url(../img/bgg.jpg) repeat left top;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #b4b4b4;
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* headers */
h2, h3, h4, h5, h6 { 
	color: #7e8901; 
	margin: 0; 
	font-weight: normal;
	/*font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	}
h2 { font-size: 1.6em; margin: 0 0 15px; padding-bottom: 5px; border-bottom: 1px solid #B47C3C; }
h3 { color:#e86a2d;font-size: 1.4em; margin:0 0 10px; }
h4 { font-size: 1.2em; margin: 0 0 10px; }
h5 { font-size: 1em; margin: 0 0 5px; }	
h6 { font-size: 1em; margin: 0 0 0; }

/* text */
p { margin: 15px 0; }
acronym { cursor: help; }
pre, code, blockquote { 
	margin: 15px 0; 
	border: 1px dashed #ddd; 
	padding: 15px; 
	display: block; 
	background: #fff url(../img/grey_grad_.jpg) repeat-x 0 -130px; 
	color: #666; 
	}
blockquote { 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; border: 1px solid #ddd; 
	padding: 0 15px 0 15px;
	background-color: #eee;
	min-height: 60px; 
	}
* html blockquote { height: 60px; }	
p
{
	margin:0 0 5px 0;
}
/* links */
a { text-decoration: none; color: #B22D00; outline: none;}
a.more {padding:0 0 0 20px;background: url(../img/more.gif) no-repeat left center }

a:hover { color: #E86A2D; }

/* images */
img {
}
img:hover {
}

a img {}
a:hover img {}
img.right { margin: 0 0 20px 20px; }
img.left { margin: 0 20px 20px 0; }

/* lists */
ul, ol, dl { margin: 10px 0 10px 20px; padding: 0; }
ul { list-style-type: disc; }
ul ul, ol ol { margin-top: 0; margin-bottom: 0; }
ol { margin-left: 20px; }
dl { margin-left: 0; }
dl dt { font-weight: bold; margin-top: 5px; }
dl dd { margin: 0; }
dl dt, li { color: #b22d00; }
li span { color: #b4b4b4; }

/* tables */
table { margin: 0 0 5px 0; border-collapse: collapse; }
table th, 
table td { padding: none; text-align: left; }
table thead th { 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	background-color: #ffbb00; 
	color: #fff; 
	font-weight: normal; 
	font-size: 1.1em;
	border: 1px solid #ffbb00;
	}
table tbody th { background-color: #ddd; }
table tbody th, 
table tbody td { border:none; }


/* horizontal rule */
hr { border: 0; height: 1px; background-color: #ddd; color: #ddd; margin: 30px 0 0; }

/* classes */
.left { float: left; }
.right {float: right; }
.hide { display: none; }

/* list of links */
ul.links { list-style-type: none; margin-left: 0; }
ul.links li { margin: 5px 0; }

/* list of images */
ul.images { margin-left: -15px; margin-bottom: 0; padding: 15px 0 0; list-style-type: none; height: 1%; width: 104%; }
* html ul.images { width: 100%; }
ul.images:after { content: "."; clear: both; display: block; visibility: hidden; height: 0; }
ul.images li { float: left; margin: 0; padding: 0 0 15px 15px; }
ul.images li img { vertical-align: middle; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/
#container {
	margin: 20px auto;
	width: 960px;
	/*border:1px #E86A2D solid;*/
	background-color:#f4e7bd;
	color:#464646;
	}
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header {
	background: url(../img/header.jpg) no-repeat center top; 
	width:960px;
	height:200px;
	margin:0 auto;
	position:relative;
	}
#header a {
	position:absolute;
	display:block;
	width:318px;
	height:82px;
	left:45px;
	top:105px;
	}
/*------------------------------------------------------------*
**  Body
**------------------------------------------------------------*/	
#body { padding:20px 20px 10px 20px; background-color:#f4e7bd;width:920px;text-align:left; }
/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
ul#nav {
	background: url(../img/bgMenu.jpg) no-repeat center top;
	margin: 0 0 0 0;
	padding:0 0 0 230px;
	list-style-type: none;
	height: 1%;
	width:;
	height:30px;
	border-bottom:10px solid #b47c3c;
	}
ul#nav:after {	
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	}
ul#nav li {
	width: 100px;
	float: left; 
	margin:0 2px 0 2px;
	font-size: 1.1em;
	background: transparent url(../img/navOn.png) no-repeat 50% 100%;
	}	
ul#nav li.selected a {
	background: transparent url(../img/navOn.png) no-repeat 50% 100%;
	}	

ul#nav li a {
	display: block; 
	background: transparent url(../img/nav.png) no-repeat 50% 100%;
	padding: 5px 0;
	color: #F4E7BD;
	text-decoration: none;
	position: relative;	
	} 	
ul#nav li a:hover { color: #fff;background-color: transparent; background-image: none; }
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content div { min-height: 200px; }
* html #content div { height: 200px; }
#content div:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
#content div div { padding: 0; min-height: 0; }
* html #content div div { height: 1%; }

#content #main { padding: 0 0 0 10px; }
#content #sub { padding: 0 10px 0 0; }

#content #main { width: 450px; float: right;} 
#content #sub { width: 450px; float: left;}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#content div iFrame{ border:5px solid #B47C3C; }

#footer { 
	background:#8c2c00 url(../img/bgFooter.jpg) no-repeat center top; 
	width:920px;
	margin:0 auto;
	padding:26px 20px 10px 20px;
	font-size: 0.9em;
	color: #401400;
	}	
#footer p{
	margin:10px 0 0 0;
	}	
#footer a{
	color:#ee7e1f;
	}	
#footer:after {
	content: ".";
	clear: both;
	visibility: hidden;
	display: block;
	height: 0;
	}
/*------------------------------------------------------------*/
/*Contact ----------- */
#content div .contact { background:url(../img/bgContact.jpg) no-repeat right top; }

#frmSendEmail {
	width:698px;
	padding-top:10px;
}
#frmSendEmail p
{
	width:100%;
	overflow:hidden;
	margin-bottom:5px;
}
#frmSendEmail label
{
	float:left;
}
#frmSendEmail .stdLabel
{
	width:100px;
}
.innerLabel
{
	padding:0 10px;
	text-align:center;
}
#frmSendEmail input,
#frmSendEmail textarea
{
	float:left;
	border:1px solid #CCC;
	padding:2px;
}
#frmSendEmail input:focus,
#frmSendEmail input:hover,
#frmSendEmail textarea:focus,
#frmSendEmail textarea:hover{
	border-color:#E86A2D;
}
.txtNormal
{
	width:245px;
}
.txtFull
{
	width:592px;
}
.txtSmall
{
	width:157px;
}
#chkAlowSendEmail
{
	border:none;
	margin-left:100px;
}
#frmSendEmail #btnTrimite,
#frmSendEmail #btnAnuleaza
{
	margin:0 10px 0 100px;
	background:url(../img/button.png) no-repeat left center;
	border:none;
	width:98px;
	padding:5px 0;
	cursor:pointer;
	color:#FFF;
}
#frmSendEmail #btnCancella {
	margin:0;
}
#frmSendEmail #btnTrimite:hover,
#frmSendEmail #btnAnuleaza:hover {
	color:#F4E7BD;
}
label.error
{
	float:left;
	clear:left;
	background:url(../img/arrow_top.png) no-repeat left center;
	padding-left:20px;
	margin-left:100px;
	color:#ff0000;
}
#frmSendEmail input.error,
#frmSendEmail textarea.error
{
	border:1px solid #E86A2D;
	background-color:#ffcbcb;
}

/* Contact END-------- */
.clear {
	clear:both;
}
.floatRight {
	float:right;
}
/* Gallery BEGIN-------- */
.gallery
{
/*	float:left;
	width:920px;
	height:146px;
*/}

.gallery a
{
	float:left;
	margin:0 20px 20px 0;
	width:168px;
	height:131px;
}
.gallery a.last
{
	margin:0 0 20px 0;
}

.gallery a img
{
	border:5px solid #B47C3C;
	padding:5px;
	width:148px;
	height:111px;
	float:left;
}
.galleryLink a
{
	display:block;
	width:450px;
	height:95px;
}
.galleryLink a img
{
	border:none;
}

/* Gallery END-------- */
