/***** Global Settings *****/
 
html, body {
	border:0;
	margin:0;
	padding:0;
	width: 100%;
}
a:link {
	color: #900;
}
a:visited {
	color: #C30;
}
a:hover {
	color: #938965;
	text-decoration: underline;
}
.editStringLink {
 
	font-family: "Lucida Sans Unicode", "Lucida Sans";
	font-size: 9px;
	color: #990000;
	background-color: #EAEAEA;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: none;
	display: inline;
	height: auto;
	width: auto;
}

 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../img/backg.jpg);
	background-repeat: repeat;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}
 
h1 {
	letter-spacing:-1px;
	visibility: visible;
	font-size: 22px;
	font-family: "Franklin Gothic Medium Cond";
	margin: 0px;
	padding: 0px;
	color: #753626;
}
 
h2 {
	letter-spacing:-1px;
	display: block;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
 
h3 {
	font-size: 10px;
}
 
ul, ol {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
}
li {
}

 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
text-decoration:none;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
}
 
textarea {
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table tr td {
padding:2px;
}
 
/***** Wrapper *****/
 
#wrap {
width:960px;
margin:0 auto;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
#banner #menu img {
	position: relative;
	bottom: 80px;
	margin-left: 15px;
}
@charset "utf-8";

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	float: left;
	position: relative;
	padding-right: 1em;
	padding-left: 1em;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 2em;
	left: 0;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#content {
	clear: left;
}
#nav .subnav li {
	background-color: #5C2E21;
	padding: 2px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #864431;
}
#nav .subnav li:hover {
	background-color: #B66249;
}
#nav .subnav a {
	display: block;
}




#container #contentDreapta {
	float: right;
	width: 300px;
	background-image: url(../images/side_gradient.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 64px;
	padding-left: 10px;
}
#container #contentDreapta h2    {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	font-style: italic;
	color: #413330;
}
#container #contentDreapta h3 {
	font-family: Candara, "Trebuchet MS";
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #FFFFFF;
}

body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #452017;
	background-color: #F4F1E0;
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Cambria, Georgia;
	font-size: 12px;
	height: 100%;
}
.twoColFixRtHdr #container #contentDreapta .contentBox {
	background-color: #F4F1E0;
	border: 1px solid #E8E2D2;
	padding: 10px;
	margin-top: 10px;
	display: block;
	clear: both;
}

html {
	height: 100%;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #container {
	width: 920px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	height: 100%;
} 
.twoColFixRtHdr {
	height: 100%;
}
.twoColFixRtHdr #header {
	height: 170px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-image: url(images/side_gradient.jpg);
	background-repeat: repeat-y;
	background-position: left center;
	height: 100%;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixRtHdr #footer {
	padding: 15px;
	background-color: #DED8BC;
	height: 2em;
	margin-top: 1em;
	margin-bottom: 2em;
} 
#mainContent {
	float: left;
	width: 575px;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E3DCB3;
}

.twoColFixRtHdr #footer p {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.twoColFixRtHdr #container #footer ul li a {
	color: #5E3023;
	text-decoration: none;
	font-size: 10px;
	letter-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.twoColFixRtHdr #container #footer ul li {
	margin-right: 15px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #container #header #menu {
	text-align: center;
	padding-top: 112px;
}
.twoColFixRtHdr #container #header #menu ul li a {
	color: #F4F1E0;
	font-family: Candara, "Trebuchet MS";
	text-decoration: none;
	font-size: 11px;
	letter-spacing: 1px;
	margin-left: 6px;
	text-transform: uppercase;
}
#menu ul li a:hover {
	color: #B25836;
	position: relative;
	left: 1px;
	top: 1px;
}

.twoColFixRtHdr #container #sidebar1 .sidebar-box {
	background-color: #F4F1E0;
	border: 1px solid #E0D8A9;
	padding: 15px;
}
#contactForm .form-class {
	font-family: "Lucida Sans Unicode", "Lucida Sans";
	font-size: 11px;
	background-color: #F4F1E0;
	width: 300px;
	padding: 5px;
	border: 1px solid #D5CCA8;
	color: #9D9139;
}
#contactForm .submitButton {
	font-family: Corbel, Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #703723;
	padding: 7px;
}

#contactForm .form-class:hover {
	background-color: #FAF9F1;
	border-top-color: #C1B580;
	border-right-color: #C1B580;
	border-bottom-color: #C1B580;
	border-left-color: #C1B580;
}
#contactForm .form-class:focus {
	color: #333333;
	background-color: #FFFFFF;
}
.contentBox h3 a {
	color: #A05830;
	font-size: 13px;
}
#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position:absolute;
	top: 0;
	border: 0 solid;
	text-align:left;
	z-index:10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position:relative;
	background-color: #FFF;
	height:100%;
}

#MB_header {
	margin:0;
	height: 28px;
}

#MB_content {
	padding: 6px .75em;
	overflow:auto;
}

#MB_caption {
	font: bold 85% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em 0 .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display:block;
	position:absolute;
	right:5px;
	top:4px;
	padding:2px 3px;
	font-weight:bold;
	text-decoration:none;
	font-size:24px;
}
#MB_close:hover {
	background:transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_window {
	background-color:#EFEFEF;
	color:#000;
}
#MB_content {
}
#MB_content a {
}
#MB_header {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
}
#MB_caption { color:#000 }
#MB_close { color:#777 }
#MB_close:hover { color:#000 }.highslide {
	cursor: url(js/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
}
.highslide:hover img {
	border-top-color: #91AA6A;
	border-right-color: #91AA6A;
	border-bottom-color: #91AA6A;
	border-left-color: #91AA6A;
}
.highslide-wrapper {
	background-color: #101010;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border: 5px solid white;
	border-top: none;
	padding: 5px;
	background-color: #FFF;
	color: #82282F;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(js/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(js/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}



/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
