@charset "utf-8";

/* CSS pentru site Razvan Stefan */
/* Design: Florin Florea */
/* http://www.florin.reel.ro | decembrie 2009 */

/* ******************************** CULORILE ********************* */
/* portocaliul BB4A00 */

/* *********************************** LAYOUT ********************************** */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-image: url(img/fond.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-position: center top;
	text-align: center;
	background-color: #FFB749;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
	background-image: url(img/fond_pag.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
	width: 960px;
	margin-top: 0px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#sub_header {
	background-attachment: scroll;
	background-image: url(img/sub_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 120px;
	width: 960px;
	text-align: center;
}
#header {
	background-attachment: scroll;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#meniu {
	background-attachment: scroll;
	background-image: url(img/menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	display: block;
}
#pagina {
	height: 100%;
	width: 950px;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#sub_footer {
	background-image: url(img/sub_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#footer {
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	text-align: center;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
}
#continut {
	width:800px; 
	height:100%; 
	text-align:left; 
	margin-left:auto; 
	margin-right:auto;
}
#galerie {
	background-image:url(img/fond_galerie.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:710px;
	height:400px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
#fotos {
	width:630px;
	height:330px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
/* *********************************** FORMATARE TEXT ********************************** */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	color: #BB4A00;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #666666;
/*	font-style: italic; */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	text-indent: 20px;
}
.indice {
	background-position: bottom;
}

#col_st {
	width:390px;
	text-align:left;
	float:left;	
}
#col_dr {
	width:390px;
	text-align:left;
	float:right;	
}
.negru {
	color: #000000;
	line-height: 24px;
	}
.gri {
	color:#333333;
	line-height: 24px;
	}
.porto {
	color:#BB4A00;
	line-height: 24px;
	font-weight: bold;
	}
/* *********************************** MENIU ********************************** */
a {
	text-decoration: none;
}
a.linkul:link, a.linkul:visited {
	color: #BB4A00;
}
a.linkul:hover, a.linkul:active {
	color: #000000;
	font-weight:bold;
}
#meniu a:link, #meniu a:visited {
	color: #000000;
}
#meniu a:hover, #meniu a:active {
	color: #FFFFFF;
}
#footer a:link, #footer a:visited {
	color: #333333;
}
#footer a:hover, #footer a:active {
	color: #FFFFFF;
}

