html{height:100%;}
body{background:url('../media/template/mocheta.jpg') repeat top left;margin:0;padding:0;height:100%;}
#wrap{min-height:100%;position:relative;}
img{border:0;}
#nume{position:absolute;top:5px;left:110px;z-index:9;}
#left-top{position:relative;top:0;left:0;z-index:4;}
#right-top1{position:absolute;top:30px;right:0;z-index:1;}
#right-top2{position:absolute;top:30px;right:0;z-index:2;}
#right-top3{position:absolute;top:30px;right:0;z-index:3;}
#menuContainer{position:absolute;top:10px;right:0;z-index:9;}
#contentContainer{position:relative;top:-35px;left:0;margin:0;padding-left:20px;padding-bottom:110px;width:665px;color:#444;font-family:"Trebuchet MS","Lucida Sans Unicode",Tahoma,"Times New Roman",Arial,sans-serif;font-size:.85em;z-index:9;clear:both;}
#contentContainer h3{color:#222;font-size:1.5em;}
#contentContainer a,#contentContainer a:visited{color:#1464a5;text-decoration:none;}
#contentContainer a:hover{color:#000;}
.portofoliu td{vertical-align:top;font-size:.8em;padding-top:8px;padding-bottom:10px;border-bottom:1px solid #999;}
.portofoliu td a{font-size:1.2em;}
#footer{position:absolute;clear:both;bottom:0;width:100%;height:110px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;background:url('../media/template/wall.jpg') repeat-x bottom left;z-index:0;}
#footer2{position:absolute;width:450px;bottom:85px;margin-left:-225px;left:50%;text-align:center;font-family:"Trebuchet MS","Lucida Sans Unicode",Tahoma,"Times New Roman",Arial,sans-serif;font-size:.8em;color:#444;z-index:3;}
#footer3{position:absolute;bottom:30px;right:0;width:140px;z-index:1;}
#footer3a{background:url('../media/template/window.png') no-repeat;width:519px;height:105px;position:absolute;margin-left:-259px;bottom:0;left:50%;z-index:5;}
.textfield:hover,.email:hover,.textarea:hover,.captcha:hover,.textfield:focus,.email:focus,.textarea:focus,.captcha:focus{background-color:#fff;color:#341310;}/* CSS MENU UPPER MOST for ATRIPTOROMANIA */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.navContainer {
	position: relative;
	width: 100%;
	display: block;
	clear: both;
	margin-top: 6%;
	bbackground-color: #000000;
	bborder-top: 2px solid #3F3F3F;
	bborder-bottom: 2px solid #3F3F3F;
	height: 70px;
	z-index: 8;
}

.navLogo {
    position: absolute;
    top: 20px;
    margin: 1px 0 0 -30px;
    bbackground-color: #000000;
    z-index: 9;
}
                    
/* TOP MENU FORMATING
~~~~~~~~~~~~~~~~~~~~  */
ul.menu, li.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* Header menu */	 
#header_menu {
	position: relative;
	margin: 0 auto;
}
#header_menu li {
	line-height: normal;
}
#header_menu a {
    text-decoration:none;
}

ul#header_menu {
	z-index: 5;
}

#nav {
    position: absolute;
    top: 5px;
    right: 0;
    width: 400px;
    height: 35px;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", Tahoma, "Times New Roman", Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #666666;
    z-index: 5;
}
#nav ul {
	padding: 5px 0 0 0;
}
#nav ul li {
    float: left;
    padding: 0 30px 0 0;
    list-style: none;
}
#nav ul li a {
        display: block;
        padding: 2px 0 5px 0;
        color: #666666;
        font-weight: bold;
        text-transform: uppercase;
}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {
	color: #000000;
	text-decoration: none;
}
#nav li a:active, #nav ul li a.active {
	color: #222222;
}

/* Current page Customisations*/
#nav li.menu-current a {
	color: #000000;
}

#nav li.menu-current a {
	font-weight: bold;
}

#nav ul li.menu-parent a {

}

#nav li.menu-parent a {
	color: #000000;
}

#nav li.menu-current a:active {
    color: #000000;
}

#nav li.menu-sibling a:active {
    color: #000000;
}

/* 2nd Child menu */
#nav .menu li ul {
	position: absolute;
	width: 12em;
	margin: 0;
	display: none;
	text-transform: none;
	bborder: 1px solid #cccc99;
	bborder-top: 0;
	font-size: 100%;
}
#nav .menu li ul li {
	width: 12em;
	text-align: left;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}
#nav .menu li ul a {
	width: 11.5em;
	padding: .6em .1em .6em .4em;
	color: #222222;
	border: 0;
}

/* 2nd Child link hover */
#nav .menu li ul a:hover {
	color: #111842;
	bbackground: #AA0000;
	border: 0;
}
/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {
	display: block;
}
#nav .menu li ul ul {
	display: none;
}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {
	display: none;
}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {
	display: block;
}
/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a {
	width: 11.5em;
	padding: .6em .1em .6em .4em;
	background: #AA0000;
	color: #666622;
}
/* Positioning the Pop-out Drops */
#nav li {
	position: relative;
}
#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}
/* end menu */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {
	visibility:hidden;
	display:none;
} /* hides from normal css enabled browsers */
/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important {
	font-weight:bold;
	color:#f00;
}

/* ========================================================================================= */
/* LEFT MENU FORMATING
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#avmenu {
position: relative;
clear: left;
float: left;
width: 140px;
padding-top: 10px;
font-family: Arial,Georgia,Verdana,serif;
font-size: 14px;
z-index: 9;
}

#avmenu ul {
list-style:none;
width:135px;
margin:0;
padding:0;
}

#avmenu li {
margin-bottom:3px;
}

#avmenu li a {
text-transform: lowercase;
font-style: italic;
color: #AAAAAA;
display: block;
padding: 3px 0 3px 7px;
}

#avmenu li a:hover, #avmenu li a.current {
color: #E67618;
background-color: #333333;
border-left: 5px solid #E67618;
}

#avmenu ul ul {
margin:4px 0 4px 10px;
width:140px;
}

#avmenu ul ul a {
margin: 0;
padding: 4px 0 0 10px;
}

#avmenu .current li a {
color: #E67618;
}

#avmenu .current li a:hover {
color: #E67618;
bbackground-color:#FFFFFF;
text-decoration: none;
}

#avmenu li.menu-current a {
color: #E67618;
font-weight: bold;
}

#avmenu li.menu-current a:hover {
color: #E67618;
bbackground-color:#FFFFFF;
border:0;
cursor:default;
text-decoration: none;
}

#avmenu li.menu-sibling a {
color: #AAAAAA;
}

#avmenu li.menu-sibling a:hover {
color: #E67618;
background-color: #333333;
text-decoration: none;
padding-left: 2px;
}

#avmenu li.menu-child a {
color: #AAAAAA;
}

#avmenu li.menu-child a:hover {
color: #E67618;
background-color: #333333;
padding-left: 2px;
}                                                                                                                                                                                                              #avmenu ul li.menu-parent a {
