@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family:Arial,Tahoma,Century gothic, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	background:url(../images/bg.jpg);
	background-attachment:fixed;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

p{
	line-height:1.5em;
	color:#262626;
}

li{
	line-height:1.35em;
	color:#262626;
}

strong{
	font-weight:bold;
}

em{
	font-style:italic;
}

.clear{
	clear:both;
}

.header_wrap{
	height:140px;
	background:url(../images/header_bg.png) repeat-x;
}

.header{
	width:1000px;
	margin:auto;
}

.top{
	height:100px;
}

.sitename{
	background:url(../images/logo.png) no-repeat 14px 18px;
	float:left;
	width:400px;
}

.sitename h1{
	height:80px;
	line-height:80px;
	padding-left:114px;
	padding-top:16px;
	font-size:32px;
}

.sitename h1 a{
	color:#fff;
	text-decoration:none;
	font-family:'BebasNeueRegular';
}

.contactlist{
width:600px;
float:left;

}

.rphone{
float:right;
width:220px;
background:url(../images/phone.png) left center no-repeat;
height:50px;
margin-top:30px;
padding:10px 0px 0px 60px;
color:#eee;
font-size:12px;
font-family:arial;
}

.rphone span{
font-family: 'BebasNeueRegular';
font-size:18px;
padding-bottom:5px;
}

.rphone p{
	color:#eee;
}

.rmail{
float:right;
width:220px;
background:url(../images/email.png) left center no-repeat;
height:50px;
margin-top:30px;
padding:10px 0px 0px 60px;
color:#eee;
font-size:12px;
font-family:arial;
}

.rmail span{
font-family: 'BebasNeueRegular';
font-size:18px;
padding-bottom:5px;
}

#botmenu{
	height:39px;
	margin:0px 0px 0px 0px;
	font-size: 12px;
	overflow:hidden;
	background:#222;
	border-top:1px solid #000;
	border-left:1px solid #000;	
	border-right:1px solid #000;		
}
	
#submenu {
	margin: 0px 0px;
	width:800px;
	padding:0px 10px;
	
}
	
#submenu ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0px;
}
	
#submenu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #999;
	text-shadow:1px 1px 0px #111;
}
	
#submenu li a {
	color: #999;
	display: block;
    margin: 0;
	padding: 13px 10px;
	text-decoration: none;
	position: relative;
	text-shadow:1px 1px 0px #111;
}

#submenu li a:hover, #submenu li a:active, #submenu .current_page_item a  {
	color: #ddd;
	text-shadow:1px 1px 0px #111;
	background:#111;
}
	
#submenu li a.sf-with-ul {
	padding-right: 20px;
}	
	

	
#submenu li li a, #submenu li li a:link, #submenu li li a:visited {
	color: #aaa;
	font-size:11px;
	text-shadow:none;
	width: 148px; 
	font-family: Arial, Tahoma, Verdana;
	margin: 0;
	padding: 0px 10px;
	line-height:35px;
	border-bottom:1px solid #444444;
	border-top:1px solid #2D2623;
	border-left:1px solid #2D2623;
	border-right:1px solid #444444;
	text-transform: none;
	position: relative;
	background:#3B3D3D;
}
	
#submenu ul ul li:first-child{
	border-top:none;

}

#submenu ul ul li:last-child{
	border-bottom:none;

}	
	
#submenu li li:last-child{
	border-bottom:none;
}
		
#submenu li li a:hover, #submenu li li a:active {
	background:#2F3030;
	color: #fff; 
}


#submenu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 5px 0px;
	padding: 5px 5px;
	background:#282828;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#submenu li ul a { 
	width: 150px;
}

#submenu li ul a:hover, #submenu li ul a:active { 
	}

#submenu li ul ul {
	margin: -41px 0 0 179px;
}

#submenu li:hover ul ul, #submenu li:hover ul ul ul, #submenu li.sfHover ul ul, #submenu li.sfHover ul ul ul {
	left: -999em;
}

#submenu li:hover ul, #submenu li li:hover ul, #submenu li li li:hover ul, #submenu li.sfHover ul, #submenu li li.sfHover ul, #submenu li li li.sfHover ul {
	left: auto;
}

#submenu li:hover, #submenu li.sfHover { 
	position: static;
}

#wrapper{
	width:1000px;
	margin:auto;
}

#casing{
width:998px;
border-left:1px solid #ddd;
border-right:1px solid #ddd;
background:#fefefe;
padding:20px 0px;
}

#content{
width:660px;
margin-left:20px;
float:left;
}

#slider{
	margin-bottom: 20px;
    position: relative;
    width: 660px;
	height:200px;
}

ul.bxslider li img{
	width:760px;
	height:180px;
}

#right{
margin-right:20px;
width:280px;
float:right;
}

.squarebanner {
    margin: 0 0 10px;
}
.squarebanner ul {
    list-style-type: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 15px;
}
.squarebanner ul li {
    border: 5px solid #EEEEEE;
    display: inline;
    float: left;
    list-style-type: none;
    margin: 10px 10px 0 0;
	line-height:0;
}
.squarebanner ul li.rbanner {
    margin-right: 0;
}

h3.sidetitl {
    background: none repeat scroll 0 0 #333535;
    color: #FFFFFF;
    font-family: BebasNeueRegular;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 10px 10px 7px;
}

.squarebanner ul li img {
	width:125px;
	height:75px;
}

p.contact_home{
	height:35px;
	padding:5px 0;
	line-height:32px;
	font-weight:600;
}

p.contact_home img{
	width:35px;
	height:35px;
	float:left;
	margin-right:5px;
}

#right h1{
	font-family: BebasNeueRegular;
    font-size: 18px;
    font-weight: 400;
}

.side_contact{
	border: 5px solid #EEEEEE;
	padding:5px;
}

.side_contact p{
	font-size:14px;
}

.side_form{
	border: 5px solid #EEEEEE;
	padding:5px;
}

.side_form p{
	font-size:14px;
	clear:both;
	margin-bottom:4px;
}

.side_form p input{
	width:200px;
	float:right;
}

.side_form p textarea{
	width:254px;
	max-width:254px;
	min-width:254px;
}

.side_form h1{
	text-align:right;
}

.side_form h1 input{
	font:16px 'BebasNeueRegular';
	margin-right:-2px;
}

#bottom {
    background: none repeat scroll 0 0 #222222;
    border-bottom: 1px solid #111111;
    border-left: 1px solid #111111;
    border-right: 1px solid #111111;
    margin: 0 auto;
    width: 998px;
}
.bottomcover {
    background: url("../images/bottom.png") repeat scroll 0 0 transparent;
    margin: 0 auto;
    padding-bottom: 30px;
}
h3.bothead {
    color: #CCCCCC;
    font-family: 'BebasNeueRegular',Arial,Tahoma,Century gothic,sans-serif;
    font-size: 20px;
    font-weight: normal;
    padding: 10px 0;
    text-shadow: 1px 1px 0 #111111;
}
.botwid {
    color: #DDDDDD;
    float: left;
    font-size: 11px;
    list-style: none outside none;
    margin: 20px 10px 0 20px;
    padding-bottom: 30px;
    width: 215px;
}
.botwid ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.botwid li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.botwid ul ul {
    background-repeat: no-repeat;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.botwid ul ul ul {
    border: 0 none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.botwid ul ul ul ul {
    border: 0 none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.botwid ul li {
    clear: left;
    height: 100%;
    line-height: 18px;
    list-style-type: none;
    width: 215px;
}
.botwid ul li a:link, .botwid ul li a:visited {
    border-bottom: 1px dotted #444444;
    color: #777777;
    display: block;
    padding: 5px 0;
    text-decoration: none;
}
.botwid ul li a:hover {
    color: #FFFFFF;
}

.botwid a {
    color: #FFFFFF;
}
.botwid a :hover{
    text-decoration:underscore;
}
.botwid p {
    line-height: 150%;
    margin: 0;
    padding: 7px 0;
	color:#efefef;
}
.botwid table {
    color: #787D7F;
    text-align: center;
    width: 100%;
}
#footer {
    background: url("../images/bottom.png") repeat scroll 0 0 transparent;
    color: #777777;
    font-size: 11px;
    padding: 0 0 30px;
}
#footer a:link, #footer a:visited {
    color: #777777;
}
#footer a:hover {
    color: #777777;
}
.fcred {
    line-height: 16px;
    margin: 0 auto;
    text-align: center;
    width: 1000px;
}

h2.title{
    font-family: 'BebasNeueRegular';
    font-size: 28px;
    font-weight: normal;
    margin: 0;
    padding: 5px 0;
    text-transform: uppercase;
	color:#3A3A3A;
	border-bottom:3px solid #EEEEEE;
}

ul.home_list li{
	background:url(../images/cadastru-check.jpg) no-repeat left center;
	padding:6px 0 6px 80px;
}

.separator{
	width:100%;
	height:2px;
	background-color:#333535;
}

#content p{
	text-indent:1.5em;
}

#hitcounter {
	text-align: center;
}

.rc-anchor{
    margin: 0 !important;
    width: 200px !important;
    height: auto !important;
    }