/* Design by STUDIO7DESIGNS.com
Company:	Nautica X - Opensourcetemplates.org
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group Global Browser Reset */


/* original */
 {

padding:0;

margin:0;

}

h1,h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:20px 0; }

li, dd, blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }
/* @end */

/* @group HTML, Body */
body {
	text-align: center;
	font-size: 1em;
	font-family: Verdana, sans-serif;
}
/* @end */

/* @group Layout */
.line{height:1px; background-color:#dddddd; width:750px; margin-left:auto;margin-right:auto;margin-bottom:15px}
div#outer-wrapper {
	background: url(../images/body-bkg.gif) repeat-y top center;
	
}
div#inner-wrapper {
	background: url(../images/header-bkg.gif) repeat-x;
}
div#inner-wrapper-none {
/*	background: url(../images/header-bkg.gif) repeat-x;*/
}
div#content-wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#logo {
	background: url(../images/logo-box-bkg.gif) no-repeat;
	width: 194px;
	height: 225px;
	margin-top: 4px;
	text-align: center;
}
div#logo img {
	margin-top: 5px;
}
div#sidebar {
	float: left;
	width: 210px;
	display: inline;
}
div#content {
	float: right;
	width: 740px;
	margin-right: 30px;
	display: inline;
}
div#content-inner {
	margin-top: 2px;
	padding: 1px 0;

}
div.content-left {
	padding: 4px;
	width: 218px;
	background-color: #d7d7d7;
	float: left;
	display: inline;
}
div.content-left img {
	border: 1px solid #fff;
}
div.content-left p {
	background-color: #dc3409;
	margin: 4px 0 0 0 !important;
	color: #fff;
	text-align: center;
	font-family: "Times New Roman", serif;
	padding: 2px;
	font-size: 1.3em;
	border: 1px solid #fff;
}
div.content-left p span {
	font-size: .8em;
}
div.content-right {
	float: left;
	margin-left: 20px;
	width: 484px;
	display: inline;
}
div.content-full {

	float:left;

}
.w600{width:700px;}
.w100{width:170px;}
/* @coolblue */
.right {
	width: 560px;
   float: right;
   display: inline;
   padding-right: 15px;
}
.left {
    position: relative;
    width: 150px;
    float: right;
    display: inline;
}
.float-left  { float: left; }
.float-right { float: right; }
/* coolblue@ */

.border{
	float:left;
	padding:1px;
	margin-left:10px;
	border:1px solid #eeeeee;
	}
.header_noutati{ background-color:#00507f; color:#FFFFFF;  padding:3px;	font-size: 1.2em;}

p.end-story-links {
	border-bottom: 4px solid #d1b9b3;
	margin-bottom: 15px !important;
	font-size: .8em;
}
div#footer {
	clear: both;
	border-top: 1px solid #5e534f;
	background-color: #f3f2EA;
	padding: 10px;
}

img.content-img {
	float: left;
	border: 2px solid #ccc;
	margin: 0 10px 10px 0;
}

/* @end */

/*@from coolblue*/
/* header */
#header-wrap {
  float: left;
  height: 150px;
  width: 100%;
  background: url(../images/header-bg7.jpg) repeat-x;
}
#header {
  position: relative;
  margin: 0 auto;
  width: 1000px;
}

#header h1#logo-text { margin: 0; padding: 0; }
#header h1#logo-text a {
/*	position: absolute;*/
	margin: 0; padding: 0 5px 0 0;
	font: bold 44px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	letter-spacing: -4px;
	color: #333366;
	text-decoration: none;

  	/* change the values of top and left to adjust the position of the logo*/
	top: 10px; left: 25px;
}
#header h2#logo-text { font-style: italic; margin: 0; padding: 0; }
#header h2#logo-text a {
/*	position: absolute;*/
	margin: 0; padding: 0 5px 0 200px;
	font: bold 55px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	letter-spacing: -4px;
	color: #330099;
	text-decoration: none;
	font-style: italic;

  	/* change the values of top and left to adjust the position of the logo*/
	top: 10px; left: 25px;*
}
#header p#slogan {
/*	position: absolute;*/
/*	margin: 0; padding:  0 5px 0 0;*/
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.8em;
	font-style: normal;
	letter-spacing: -.5px;
	color: #0d6684;

	/* change the values of top and left to adjust the position */
	top: 70px; left: 30px;
}

p#title {
	margin: 0; padding:  0 0px 20px 0;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 22px;
/*	line-height: 1.8em;*/
	font-style: normal;
	letter-spacing: -.5px;
	color: #0d6684;

	/* change the values of top and left to adjust the position */
	/*top: 70px; left: 30px;*/
}

}
/*from coolblue*/

#lang { background-color: #00567F; width: 175px; color: #FFFFFF; margin: 40px 0 0 0; padding: 20px 0px 10px 20px;}
.bt_lang_1 { 
	background-image: url(../images/lang_1.gif); 
	background-repeat: no-repeat; 
	border: 0px solid #778899; 
	text-align: center; 
	padding-top: 10px; 
	padding-bottom: 0px; 
	padding-left: 0px; 
/*	font: normal normal bold 12px/14px verdana;*/ 
	height: 15px; 
	width: 27px; 
}
.bt_lang_2 { 
	background-image: url(../images/lang_2.gif); 
	background-repeat: no-repeat; 
	border: 0px solid #778899; 
	text-align: center; 
	padding-top: 2px;
	padding-bottom: 0px; 
	padding-left: 0px; 
/*	font: normal normal bold 12px/14px verdana; */
	height: 15px; 
	width: 27px; }


/* @group Nav */
ul#nav {
	margin: 5px 0 12px 0;
	height: 40px;
	line-height: 45px;
	font-size: 1.0em;
/*	font-family: "Times New Roman", serif;*/
	overflow: hidden;
	font-weight:bold;
/*	text-transform: uppercase;*/
}

ul#nav li {
	display: inline;
	list-style-type: none;
	margin: 0 20px 0 0;
	font-weight: bold;	
	color: #00567F
}

ul#nav li a:link, ul#nav li a:visited {
	color: #00567F;
	text-decoration: none;
}
ul#nav li a:hover {
/*	color: #3f3e3a;*/
/*	color: #FDCC0B; */
/*	color: #18EDFE; */
	color:#99CCFF;	
}


ul.side-nav {
	margin: 2px 5px 10px 17px;
/*	border-top: 1px solid #e9e7e7;*/
	font-size: .7em;
	color: #978f7c;

}
ul.side-nav li {
	margin: 0;
	list-style-type: none;
	padding: 1px 0;
}
ul.side-nav li a {
	display: block;
	border-bottom: 1px solid #e9e7e7;
	margin: 0;
	padding: 10px 0 10px 15px;
	background: url(../images/side-nav-bullet.gif) no-repeat 0px 50%;
}
ul.side-nav li a:link, ul.side-nav li a:visited {
	color:#00567F;
	text-decoration: none;
}
ul.side-nav li a:hover {
	background: url(../images/side-nav-bullet-light.gif) no-repeat 5px 50% #f6f5f0;
	color: #000;
}

ul#footer-nav {
	font-family: "Times New Roman", serif;
	font-size: .7em;
	margin: 0 0 10px 0;
}
ul#footer-nav li {
	display: inline;
	margin: 0;
	padding: 0 10px 0 5px;
	border-right: 1px solid #958d83;
}
ul#footer-nav li.last {
	border-right: none;
}
ul#footer-nav li a:link, ul#footer-nav li a:visited {
	color: #5e534f;
	text-decoration: none;
}
ul#footer-nav li a:hover {
	color: #453e3b;
}
/* @end */

/* @group Headings */
h1 {
	margin: 0 0 0 0;
	font-family: "Tahoma";
	font-weight: bold;
	font-size: 1.3em;
	color: #003399;	
/*	color: #305c47;*/
}
h2 {
	margin: 0 0 0 0;
	font-family: "Times New Roman", serif;
	font-weight: lighter;
	font-size: 1.6em;
	color: #003399;
}
h3.dateline {
	font-size: .8em;
	font-weight: lighter;
/*	color: #dc3409;*/
	color: #fa100a;
	margin: 0 0 10px 0;
}
h4 {
	margin-left: 25px;
	margin-right: 10px;
	font-weight: lighter;
	margin-bottom: 10px;
	font-family: "Times New Roman", serif;
	color: #a1a09b;
}
h5 { 
	font-size: 1.2em;
	font-weight: lighter;
/*	color: #dc3409;*/
/*	font-family: "Times New Roman", serif;*/
	color: #4536cd;
	margin: 0 0 1px 0;
}
h6 {
	font-size: 1.0em;
	color: #8d372e;;
	margin: 0 0 0 0;
	font-weight: bold;
}
h6.domeniu {
	font-size: 1.0em;
	color: #e11600;
	margin: -2px 0 0 0;
	font-weight: bold;
}
/* @end */

/* @group Text Styles */
div#content-inner {
	font-size: .75em;
	color:#666;
	line-height: 1.7em;
}
div#content-inner p {
	margin: 10px 0 5px 0;
}
p.intro:first-letter {
	font-size: 1.4em;
	letter-spacing: -1px;
}
p.copyright {
	font-size: .65em;
	font-family: "Times New Roman", serif;
	color: #797069;
	margin: 10px 0;
}
/* @end */

/* @group Lists */
	
/* @end */

/* @group Forms */
form#search-form {
	/*width: 150px;*/
	float: right;
	margin: 4px 0 0 0;
	border-right: 1px solid #736749;
	border-left: 1px solid #736749;
	border-bottom: 1px solid #736749;
}
form#search-form input.txt {
	width: 140px;
	/*border: 1px solid #736749;*/
	/*border-top: 4px solid #635534;*/
	border: none;
	margin: 0;
	padding: 4px;
	background-color: #dbd6c9;
	color: #fff;
}
/* @end */

/* @group Links - link visited hover active */
div#content-inner a:link, div#content-inner a:visited {
	color: #8b7f73;
	text-decoration: none;
	border-bottom: 1px dotted #8b7f73;
}
div#content-inner a:hover {
	color: #706153;
	border-bottom: 1px dotted #706153;
}

p.end-story-links a:link, p.end-story-links a:visited {
	color: #8b7f73;
	text-decoration: none;
	border-bottom: none !important;
}

p.copyright a:link, p.copyright a:visited {
	color: #797069;
	text-decoration: none;
}
p.copyright a:hover {
	color: #453e3b;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

/* Jobble Integration: alex.pele@seonid.com*/
.hidden {
	display: none !important;
}

#jinf-container #jinf {
	position: absolute;
	display: none;
}

#jinf-trigger span {
	color: #8b7f73;
	text-decoration: none;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 1px dotted #8b7f73;
}

.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #8b7f73;
	display: inline-block;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #8b7f73;
	display: inline-block;
}