/**	Main stylesheet.
*
*	@author Dinu Florin.
*/

/****** Menu start ******/
.Menu #Contact:hover
{
	background:url('../images/menu/menu-over.jpg') -192px 0px no-repeat;
}
.Menu #Servicii:hover
{
	background:url('../images/menu/menu-over.jpg') -122px 0px no-repeat;
}
.Menu #Imagini:hover
{
	background:url('../images/menu/menu-over.jpg') -56px 0px no-repeat;
}
.Menu #Home:hover
{
	background:url('../images/menu/menu-over.jpg') 0px 0px no-repeat;
}

.Menu #Contact
{
	width:61px;
	background:url('../images/menu/menu-normal.jpg') -192px 0px no-repeat;
}
.Menu #Servicii
{
	width:70px;
	background:url('../images/menu/menu-normal.jpg') -122px 0px no-repeat;
}
.Menu #Imagini
{
	width:66px;
	background:url('../images/menu/menu-normal.jpg') -56px 0px no-repeat;
}
.Menu #Home
{
	width:56px;
	background:url('../images/menu/menu-normal.jpg') 0px 0px no-repeat;
}

.Menu li a
{
	padding-top:60px;
	display:block;

}
.Menu li
{
	width:auto;
	height:34px;
	display:block;
	overflow:hidden;
	float:left;
}
.Menu
{
	position:relative;
	/*width:714px;*/
	height:auto;
	height:auto;
	display:block;
	padding-top:149px;
	padding-left:410px;
	list-style:none;
	font-family:"Times New Roman" serif;
	font-size:12px;
	color:#646319;
	overflow:hidden;
}
/** Layout **/
.Text
{
	margin:20px;
}
.Footer
{
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
	clear:both;
	height:auto;
	padding:10px;
	margin-top:10px;
	background-color:#2f1a00;
}
.Content
{
	width:717px;
	height:auto;
	min-height:482px;
	background:url('../images/layout/content-top.jpg') top left no-repeat;
	background-color:#F8F9D9;
	float:left;
}
.ContentRight
{
	width:211px;
	height:401px;
	background:url("../images/layout/content-right.jpg") left no-repeat;
	float:right;
}
.ContentLeft
{
	width:196px;
	height:388px;
	background:url("../images/layout/content-left.jpg") right no-repeat;
	float:left;
}
.Header
{
	width:1124px;
	height:210px;
	background:url("../images/layout/header.jpg") no-repeat top;
	/*margin-top:61px;*/
	margin-top:20px;
	/*background:url('../images/menu/menu-normal.jpg') 492px 120px no-repeat;*/
}
.ContentWrapper
{
	width:1124px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
/** Text **/
h1
{
	font-size:16px;
}
a
{
	color:#226920;
	text-decoration:none;
}
a:focus, a:active
{
	border:none;
	outline:none;
}
a:hover
{
	text-decoration:underline;
}
ol
{
	list-style:decimal inside;
	margin:0px;
	padding:0px;
	border:none;
	margin-bottom:4px;
	margin-top:4px;
}
ul
{
	list-style:inside;
	margin:0px;
	padding:0px;
	border:none;
	margin-bottom:4px;
	margin-top:4px;
}
a, td, tr, th, p
{
	margin:0px;
	padding:0px;
	border:none;
}
p
{
	text-indent:1.3em;
	margin-top:2px;
	margin-bottom:2px;
}
body
{
	background:#F8F9D9 url("../images/layout/bk-gradient.jpg") 0px -41px repeat-x;
}
body, html
{
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", sans-serif;
	font-weight:normal;
	font-size:12px;
	letter-spacing:0px;
	color:#333333;
	text-align:left;
	border:none;
}

/****** sIFR ******/
/* These are standard sIFR styles... do not modify */
.sIFR-hidden {visibility:hidden !important;}

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash h1 {
	/*visibility:hidden;*/
	letter-spacing:0px;
	font-size:18px !important;
}

