* {margin:0;padding:0}
body {
	padding:0;
	color: #000000;
	background:#fff;
	text-align:center;
	background:url(../images/bg_top.jpg) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
}
a {text-decoration:none;color:#000;}
a:hover {text-decoration:underline;color:#FF3300;}
h1 {
	color:#fff;
	font-size: 100%;
	padding:5px;
	letter-spacing:1px;
}
h1.black {
color:#333; padding-top:10px;
}
h2 {
	color:#333333;
	font-size: 100%;
	padding:5px 0px;
	letter-spacing:1px;
}
a h2 {
	color:#FF6600;
}
#wrapper{
	width:auto;
	min-width:770px;
	max-width:1024px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#outer{
	margin-left:185px;
	margin-right:180px;
	color: #000000;
}
.sub_header {
	height:100px;
}
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100px;
	line-height:100px;	
	overflow:hidden;
}
.logo {margin:15px 0px 0px 5px; border:none;}
#left {
	position:relative;/*ie needs this to show float */
	width:185px;
	float:left;
	margin-left:-184px;/*must be 1px less than width otherwise won't push footer down */
	left:-1px;
}
* html #left {margin-right:-3px;}/* 3px jog*/
* html #outer{/* 3px jog*/
	margin-left:185px;
	margin-right:180px;
}
p {margin-bottom:1em;padding:0 5px}

#right {
	position:relative;/*ie needs this to show float */
	width:180px;
	float:right;
	margin-right:-179px;/*must be 1px less than width otherwise won't push footer down */
	left:1px;
}
* html #right {margin-right:-170px;margin-left:0px}/* stop float drop in ie + 3px jog */

#footer {
	width:100%;
	clear:both;
	line-height:50px;
	border-top:1px solid #000;
	background-color:#ffffcc;
	color: #000000;
	text-align:center;
	position:relative;
}
#clearheader{height:100px;}/*needed to make room for header*/
#centrecontent {float:right;width:99%;position:relative;}
* html #centercontent{width:100%;}

.outerwrap {
float: left;
width: 99%;
}
.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}
/* block design */
.blueblock_header {
	background:url(../images/blue-bg.gif) repeat-x;
	margin:7px 0px 0px 0px;
	height:27px;
}
.blueblock_content {
	border: solid 1px #CCC;
	border-top:none;
	background: #F5F5F5 url(../images/grey-oblice.jpg) repeat-x top;
	padding:10px;
}
.blueblock_content_google {
	border: solid 1px #CCC;
	border-top:none;
	background: #fff;
	padding:10px;
}

.greyblock_header {
	background:url(../images/grey-bg.gif) repeat-x;
	margin:7px 0px 0px 0px;
	height:27px;
}

.green_header {
	background:url(../images/green-bg.gif) repeat-x;
	margin:7px 0px 0px 0px;
	height:27px;
}

.category_header {
	background:url(../images/category-bg.jpg) repeat-x;
	height:34px;
}
.category_header h2 {padding-top:8px;}
.category_content {
	background: #ffffff;
	padding:10px;
	border-bottom:solid 1px #AFBDC1;
	_height:10px;
}
#search_form {
	padding: 15px 0px 0px 0px;
	float:right;
	height:75px;
	color:#FFFFFF;
	background:#000000 url(../images/bg-search.jpg) bottom repeat-x;
	line-height:1px;
}
#search_form input {border:solid 1px #000; padding:2px 0px;}
#search_form .find {background:#333333; border:solid 1px #fff;color:#fff; padding:0px 5px;}
.login {
	font-size:90%;
}
.login .small {vertical-align:bottom;}
.login .textfield {
	margin:3px 0px 5px 0px;
}
.textfield {
	border:solid 1px #9FBAD2;
	background: #F2F6FE;
	width:160px
}
.login .textfield_search {
	border:solid 1px #9FBAD2;
	background: #F2F6FE;
	margin:8px 0px 5px 0px;
	padding:3px;
	width:310px;
	font-weight:bold;
}
.sub_login {margin-top:15px;}
.sub_login a {text-decoration:underline; color:#FF6600;}
.sub_login a:hover {text-decoration:none; color:#000;}

/* category listing */

div.float {
	width:30%;
	float: left;
	padding:5px 5px 5px 0px;
  }
div.float img {
	vertical-align:bottom;
}
div.container {
  text-align:left;
  }
div.spacer {
  clear: both;
  height:1px;
  border-bottom:dotted 1px #CFD8DA;
  font-size:1px;
  }
  
/* contact form */
div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 240px;
  text-align: left;
  } 

/*Paginare */

.pagination{
padding: 2px;
text-align:center;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
margin-right: 5px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #FFFFFF;
background-color: #FF9900;
}

.pagination li.currentpage{
font-weight: bold;
padding: 0 5px;
border: 1px solid navy;
background-color: #2e6ab1;
color: #FFF;
}

.pagination li.disablepage{
padding: 0 5px;
border: 1px solid #929292;
color: #929292;
}

.pagination li.nextpage{
font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 5px;
}

/* container feeds view */
.container_feeds {
	padding: 10px 0px;
}
.container_feeds a:hover {
	text-decoration:none;
}

/* listare articloe meniu */
ul.art_list li {
	list-style-type: none;
	padding:5px 0px;
	border-bottom:dotted 1px #CFD8DA;
	_height:15px;
	background:none;
}

/* for IE7 */
<!--[if lt IE 7]>
body {width:expression( documentElement.clientWidth < 770 ? (documentElement.clientWidth == 0 ? (body.clientWidth < 770 ? "770" : "auto") : "770px") : "auto" );}
#wrapper {width:expression( documentElement.clientWidth > 1024 ? (documentElement.clientWidth == 0 ? (body.clientWidth >1024 ? "1024" : "auto") : "1024px") : "auto" );}
* html #outer, * html #wrapper,* html #centrecontent {height:1%}
<![endif]-->

/*invert direction*/
span.codedirection { 
  unicode-bidi:bidi-override; 
  direction: rtl; 
}

/* google */

.google-skyscraper {
	padding-top:8px;
	text-align:center;
}

.google-links {
	margin-top:8px;
	background:#8BA925;
}

.google_refferer{
	margin-top:8px;
	text-align:center;
}



