/****************************************************
front end development: Razvan Pavel
copyright 2fresh
****************************************************/

/****************************************************
begin resets & clear
****************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
strong{
	font-weight: bold;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear:after {
	clear: both;
	content: ".";
	display: block;
	height:0;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}
/****************************************************
begin basic structure & type
****************************************************/
body {
    background: url(images/bg-body.png) top left repeat-x;
    color: #515259;
    font: normal 12px/14px Helvetica, Arial, Sans-serif;
}
#wrap {
    margin: 0 auto;
    padding: 36px 0 30px 0;
    width: 902px;
}
h1 {
    color: #040d48;
    font: bold 24px Helvetica, Arial, Sans-serif;
    letter-spacing: -1px;
    line-height: 24px;
}
h2 {
    color: #040d48;
    font: bold 24px Helvetica, Arial, Sans-serif;
    letter-spacing: -1px;
    line-height: 24px;
}
h3 {
    color: #040d48;
    font: bold 15px Helvetica, Arial, Sans-serif;
    line-height: 15px;
    letter-spacing: -0.5px;
}
h4 {
    font: bold 12px/16px Helvetica, Arial, Sans-serif;
}
p {
    color: #515259;
    font-size: 12px;
    line-height: 16px;
}
a, a:link, a:active, a:visited {
    color: #006bbc;
    text-decoration: none;
}
a:hover {
    color: #040d48;
}
a.read-more, a.read-more:link, a.read-more:active, a.read-more:visited {
    background: url(images/bullet.a.png) center right no-repeat;
    display: block;
    float: left;
    font-size: 13px;
    padding: 0 12px 0 0;
    text-decoration: none;
}
.last {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}
.no-display {
    display: none !important;
}
/****************************************************
begin branding
****************************************************/
ul.header-links {
    margin: 0 0 18px 181px;
}
ul.header-links li {
    border-right: 1px dotted #8596BE;
    margin: 0 11px 0 0;
	float: left;
}
ul.header-links li a, ul.header-links li a:link, ul.header-links li a:active, ul.header-links li a:visited {
	color: #D5D7DE;
	display: block;
	font-size: 10px;
	line-height: 9px;
	padding: 2px 11px 0 17px;
	text-decoration: none;
}
ul.header-links li a:hover {
    color: #fff;
    background-position: bottom left !important;
}
a.home, a.home:link a.home:active, a.home:visited {
    background: url(images/icon-home.gif) top left no-repeat;
}
a.recommend, a.recommend:link, a.recommend:active, a.recommend:visited {
    background: url(images/icon-recommend.gif) top left no-repeat;
}
a.sitemap, a.sitemap:link, a.sitemap:active, a.sitemap:visited {
    background: url(images/icon-sitemap.gif) top left no-repeat;
    padding: 2px 11px 0 23px !important;
}
a#logo, a#logo:link, a#logo:active, a#logo:visited {
    background: url(images/logo.png) top left no-repeat;
    display: block;
    height: 71px;
    margin: 0 0 21px 0;
    text-indent: -9999px;
    width: 559px;
}
ul#main_nav {
    background: url(images/bg-main_nav.gif) top left no-repeat;
    float: left;
    margin: 0 0 0 181px;
    padding: 0 15px;
    width: 694px;
}
ul#main_nav li {
    float: left;
    height: 14px;
    padding: 13px 0 14px 17px;
}
ul#main_nav li a, ul#main_nav li a:link, ul#main_nav li a:active, ul#main_nav li a:visited {
    border-right: 1px dotted #8596BE;
    color: #D5D7DE;
    display: block;
    font-size: 15px;
    line-height: 14px;
    padding: 0 18px 0 0;
    text-decoration: none;
}
ul#main_nav li a:hover {
    color: #fff;
}
ul#main_nav li.last {
    padding: 13px 0 14px 18px !important;
}
ul#main_nav li.last a {
    border-right: none;
}
ul#main_nav li.selected {
    background: url(images/main-nav-selected.gif) bottom center no-repeat;
}
ul#main_nav li.selected a, ul#main_nav li.selected a:link, ul#main_nav li.selected a:active, ul#main_nav li.selected a:visited {
    color: #fff;
}
input.search {
    background: url(images/bg-search.gif) 0 0 no-repeat;
    border: none;
    color: #515259;
    font: normal 12px Helvetica, Arial, sans-serif;
    height: 19px;
    padding: 4px 0 0 24px;
    width: 157px;
}

/****************************************************
begin content structure
****************************************************/
div#branding {
    padding: 0 0 30px 0;
}
div#main {
    background: url(images/bg-corners-top-content.png) #fff top left no-repeat;
    padding: 13px 0 0 0;
}
div.content-bottom {
    background: url(images/bg-content-bottom.png) bottom left no-repeat;
    padding: 0 25px 0 25px;
}
div.content {
    padding: 0 20px 0 0;
    width: 548px;
}
div.sidebar {
    float: right;
    width: 265px;
}
ul#breadcrumbs {
    margin: 0 0 14px 22px;
}
ul#breadcrumbs li {
    float: left;
}
ul#breadcrumbs li a, ul#breadcrumbs li a:link, ul#breadcrumbs li a:active, ul#breadcrumbs li a:visited {
    background: url(images/bullet.png) center left no-repeat;
    color: #040d48;
    display: block;
    font-size: 11px;
    line-height: 10px;
    padding: 0 6px 0 11px;
    text-decoration: none;
}
ul#breadcrumbs li a:hover {
    color: #006bbc;
}
ul#breadcrumbs li a.home, ul#breadcrumbs li a.home:link, ul#breadcrumbs li a.home:active, ul#breadcrumbs li a.home:visited {
    background: url(images/icon-home-2.png) top left no-repeat;
    padding: 0 6px 0 14px;
}
ul#breadcrumbs li.last {
    background: url(images/bullet.png) center left no-repeat;
    font-size: 11px;
    line-height: 10px;
    padding: 0 6px 0 11px !important;
}
/****************************************************
begin home page and general content
****************************************************/
#home h1 {
    background: url(images/h1.home2.jpg) top left no-repeat;
    font-size: 15px;
    font-weight: normal;
    height: 183px;
    line-height: 19px;
    letter-spacing: 0;
    margin: 0 0 10px 0;
    padding: 37px 280px 0 20px;
    position: relative;
    right: 17px;
    width: 286px;
}
#home h1 strong {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 12px 0;
}
#home h1 span{
	display: block;
	width: 245px;
}
#home h1 span em {
    font-weight: bold;
    font-style: normal;
}
#home h2 {
    font: bold 14px/16px Helvetica, Arial, Sans-serif;
    float: left;
    margin: 20px 0 5px 0;
    letter-spacing: 0;
    width: 100%;
}
#home h2 a , #home h2 a:link, #home h2 a:active, #home h2 a:visited {
    color: #040d48;
}
#home h2 a:hover {
    color: #006bbc;
}
#home a.home, #home a.home:link, #home a.home:active, #home a.home:visited {
    background: url(images/bullet.ul.gif) top right no-repeat;
    color: #040d48;
    margin: 4px 0 0 0;
}
#home a.home:hover {
    color: #006bbc;
}
div.list h2 {
    font: bold 14px/16px Helvetica, Arial, Sans-serif;
    margin: 20px 0 5px 0;
    letter-spacing: 0;
}
div.list ul.news li {
    margin: 0 0 2px 0;
}
div.list ul.news li a {
    display: inline;
}
div.list a.read-more {
    margin: 10px 0 0 0;
}
/****************************************************
begin content page
****************************************************/
div.content h1 {
    margin: 30px 0 5px 0;
}
#content em {
    font-style: italic;
}
#content strong {
    font-weight: bold;
}
#content ul li {
    list-style: disc inside;
    margin: 0 0 2px 0;
}
#content ol li {
    list-style: numeric inside;
    margin: 0 0 5px 0;
}
#content p {
    margin: 0 0 20px 0;
}
#content div.list h2 {
    margin: 0 0 5px 0;
}
#content div.list ul li {
    list-style: none inside;
}
/****************************************************
begin browse page
****************************************************/
div.browse-meta {
    padding: 8px 0;
}
div.browse-meta strong {
    font-weight: bold;
}
ul.numbers li {
    float: left;
    margin: 0 0 0 2px;
}
ul.numbers li a, ul.numbers li a:link, ul.numbers li a:active, ul.numbers li a:visited {
    border: 1px solid #c4d9e9;
    display: block;
    float: left;
    padding: 3px 5px;
}
ul.numbers li.selected a, ul.numbers li.selected a:link, ul.numbers li.selected a:active, ul.numbers li.selected a:visited {
    color: #040D48;
}
ol.browse {
    border-bottom: 1px solid #c4d9e9;
    border-top: 1px solid #c4d9e9;
    padding: 15px 0 0 0;
}
ol.browse li {
    margin: 0 0 20px 0;
}
ol.browse h2 {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
}
ol.browse h2 a, ol.browse h2 a:link, ol.browse h2 a:active, ol.browse h2 a:visited {
    color: #040d48;
}
ol.browse h2 a:hover {
    color: #006bbc;
}
ol.browse a.read-more {
    background: url(images/bullet.ul.gif) top right no-repeat;
}
div#folder h1 {
    border-bottom: 1px solid #c4d9e9;
    padding: 0 0 16px 0;
    margin: 30px 0 26px 0;
}
div.faq p{
	font-size: 14px;
	margin: 15px 0 0 0;
}
div.faq ul {
	margin: 5px 0 5px 0;
}
div.faq ul li {
	margin: 0 0 0 25px;
	list-style-type: disc;
	line-height:16px;
}

table.folder {
    color: #040d48;
}
table.folder th {
    border-bottom: 1px solid #c4d9e9;
    font: bold 14px/18px Helvetica, Arial, Sans-serif;
    vertical-align: middle;
    padding: 0 0 5px 0;
}
table.folder td {
    border-bottom: 1px solid #c4d9e9;
    font-size: 12px;
    padding: 8px 0;
    vertical-align: middle;
}
a.disabled{
	color: #040d48 !important;
}
a.prev {
    background: url(images/a.prev.gif) #fff 3px center no-repeat;
    padding: 2px 5px 3px 14px !important;
}
a.next {
    background: url(images/a.next.gif) #fff right center no-repeat;
    padding: 2px 14px 3px 5px !important;
}


/****************************************************
begin sidebar 
****************************************************/
div.sidebar h2 {
    margin: 0 0 12px 0;
}
div.sidebar div.desc {
    border-bottom: 1px solid #c4d9e9;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}
div.folder {
    border-bottom: 1px solid #c4d9e9;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}
div.folder input.text {
    background: url(images/input.dosar.gif) top left no-repeat;
    border: none;
    font: normal 13px Helvetica, Arial, Sans-serif;
    height: 20px;
    padding: 5px 0 0 10px;
    width: 183px;
}
div.folder button.button {
    background: url(images/button.dosar.jpg) top right no-repeat;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font: bold 12px Helvetica, Arial, Sans-serif ;
    height: 23px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 67px;
}
div.folder p {
    position: relative;
    margin: 0 0 15px 0;
}
button.button span {
    background: url(images/button.button.gif) top left no-repeat;
    color: #fff;
    display: block;
    font: normal 12px Helvetica, Arial, Sans-serif ;
    height: 23px;
    line-height: 23px;
    padding: 0 7px 0 20px;
}
ul.news {
    float: left;
    width: 100%;
}
ul.news li {
    background: url(images/bullet.ul.gif) top left no-repeat;
    margin: 0 0 4px 0;
    padding: 0 0 0 12px;
}
ul.news li a, ul.news li a:link, ul.news li a:active, ul.news li a:visited {
    display: block;
    font-size: 12px;
    line-height: 16px;
}
div.lists {
    border-bottom:1px solid #C4D9E9;
    margin:0 0 20px;
    padding:0 0 20px;
}
div.lists ul li a, div.lists ul li a:link, div.lists ul li a:active, div.lists ul li a:visited {
    color: #040d48;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
}
div.lists ul li a:hover {
    color: #006bbc;    
}

/****************************************************
form contact
****************************************************/
.formRegister ul { margin:0; padding:0;}
.formRegister ul li { margin:0 0 0px 0; } 
.formRegister fieldset { border:0; padding:0; margin:0;}
.formRegister fieldset label { padding:0; margin:0;}
.formRegister fieldset label em { color: #5099d1;}
.formRegister fieldset div { padding:0px 0 5px 0;}
.formRegister fieldset div input { width:253px; border:0; height:22px; padding:5px 0 1px 10px; font-size:13px; margin:5px 0; background: url(images/input_img.gif) no-repeat left center; }
.formRegister fieldset div input#subiect { width:533px; border:0; height:22px; padding:5px 0 1px 10px; font-size:13px; margin:5px 0; background: url(images/subiect_input.gif) no-repeat left center; }
.formRegister fieldset div textarea { border:1px solid #c4d9e9; font-size:13px; margin: 5px 0 0 0; }
.formRegister fieldset div textarea { width:533px;}
.formRegister fieldset div textarea#mesaj { border: 0; font-size: 13px; margin: 5px 0 0 0; background: url(images/textarea_bg.gif) no-repeat left center; width: 533px; height: 145px; padding: 10px 0 0 10px;}
.formRegister fieldset.is_float { float:left; }
.formRegister fieldset.is_float { padding:0 14px 0 0;}
.formRegister fieldset.no_padding { padding:0;}

input.button { background: url(images/btn_trimite.gif) no-repeat left center; height:23px; width:70px; border:0; cursor: pointer;}

p.spaced{
	padding: 0 0 8px 0;
}

.red{
	color: #5099d1;
}

/****************************************************
begin footer & copy
****************************************************/
div.footer {
    border-top: 1px solid #c4d9e9;
    float: left;
    margin: 23px 0 0 0;
    padding: 26px 0 30px 0;
    width: 100%;
}
div.footer div.info {
    line-height: 1.2;
    text-align: right;
    width: 335px;
}
div.footer ul {
    width: 500px;
    margin: 0 0 3px 0;
}
div.footer ul li {
    display: inline;
    margin: 0 7px 0 0;
}
div.footer ul.footer-links li a, div.footer ul.footer-links li a:link, div.footer ul.footer-links li a:active, div.footer ul.footer-links li a:visited {
    color: #040d48;
    font: bold 14px/16px Helvetica, Arial, Sans-serif;
}
div.footer ul.footer-links li a:hover {
    color: #006bbc;
}
#copyright {
    margin: 10px 0 0 0;
}
#copyright p {
    text-align: center;
}

.msg {
	padding:10px;
	padding-left:15px;
	margin: 15px 0;
}
.msg.warning{
	border:2px solid #B8E2FB; background-color:#E8F6FF;	
}
.msg.error{
	border:2px solid #FFAEAE; background-color:#FEEBEB;
}
.msg.done{
	border:2px solid #BBDF8D; background-color:#EAF7D9;	
}

.ui-dialog{
	font:12px/14px Helvetica,Arial,Sans-serif !important;
}
.ui-widget-content {
	border: 0 !important;
}

.ui-widget-header{
	background-image: none !important;
	background-color: none !important;
	border: 0 !important;
}
.ui-dialog-titlebar{
	background: none !important;
}
.ui-dialog-title{
	font-size: 20px !important;
	color: #09216b !important;
}
.ui-dialog-content{
	margin: 10px 0 0 0;
	padding: 25px 0 0 0;
	border-top:1px solid #d4d4d4 !important;
	border-bottom:1px solid #d4d4d4 !important;
}
.ui-corner-all{
	 -moz-border-radius: 15px !important; 
	 -webkit-border-radius: 15px !important;
}
.ui-state-default{
	background-image: none !important;
	background-color: #09216b !important;
	border: 0 !important;
}
.ui-state-hover{
	color: #fff !important;
	background-image: none !important;
	background-color: #09216b !important;
	border: 0 !important;
}

.adress{
	margin-bottom: 15px;
}
.adress .left{
	float: left;
}
.adress .right{
	float: right;	
}


