* {
  margin: 0px;
  padding: 0px;
}

body {
	background-color: #fff;
	color: #333;
	font-size: 80%;
	font-family: verdana, arial, "trebuchet ms", helvetica, sans-serif;
	background-image: url("../pictures/background.png");
	background-repeat: repeat-x;
	text-align: center;
}


/* Layout Styles */
#wrapper {
  color: inherit;
  background-color: inherit;
  width: 776px;
  margin-left: auto; /* Todo: Do cross browser centering */
  margin-right: auto;
  text-align: left;
  background-image: url("../pictures/shadow.png");
  background-repeat: no-repeat;
}

#main_container {
	margin: 10px;
	color: inherit;
	background-color: #fff;
	border: 1px solid #ddd;
}

#left_container {
  width: 180px;
  float: left;
  text-align: left;
}

ul{
	list-style: none;
margin: 0px;
}
#menu ul
{
list-style: none;
margin: 0px;
}

#menu li
{
background: none;
padding: 0px;
font-weight: bold;
}

#menu a
{
	display: block;
	position: relative;
	width: 150px;
	height: 27px;
	margin-bottom: 1px;
	text-decoration: none;
	background: inherit;
	background-image: url('../pictures/bbg0.gif');
	padding-left: 17px;
	padding-top: 11px;
	color: #636363;
	text-transform: capitalize;
	font-size: 13px;
}

#menu {
  padding-left: 7px;
  padding-right: 5px;
}

#menu a:hover
{
background: inherit;
color: #fff;
background-image: url('../pictures/bbg1.gif');
}

#menu a.curent
{
	background: inherit;
	color: #fff;
	cursor: default;
	background-image: url('../pictures/bbg1.gif');
}

.menu_end
{
margin-left: 7px;
margin-right:5px;
height: 20px;
background-image: url('../pictures/a2.gif');
}

.codes
{
margin-left: 7px;
margin-right:5px;
height: 40px;
text-align:right;
}

#right_container {
  width: 550px;
  line-height: 1.5em;
  float: right;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #eeeeee;
}

#footer_bar {
  width: 100%;
  color: #777;
  background-color: #eee;
  background-image: url("../pictures/background.png");
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: block;
  clear: both;
  border-top: 1px solid #ddd;
}

#footer_bar a:link, #footer_bar a:visited {
  color: #888;
  background: inherit;
}

#footer_bar a:hover {
  color: #666;
  background: inherit;
}

/* Custom Styles */
#site_logo {
  font-family: georgia, serif;
  font-size: 180%;
  font-weight: bold;
  padding-top: 15px;
  padding-left: 20px;
  padding-bottom: 15px;
  font-style: italic;
  letter-spacing: 1px;
}


.block {
  color: inherit;
  background-color: #ffffcc;
  border: 1px solid #eeeebb;
  margin-top: 10px;
  margin-left: 7px;
  margin-right: 5px;
  
}

.adresa {
  color: inherit;
  background-color: #ffffcc;
  border: 1px solid #eeeebb;
  margin-top: 10px;
  margin-left: 7px;
  margin-right: 5px;
  padding: 10px;
  
}

.block .inner {
  background: transparent url(../pictures/corner.png) bottom right no-repeat;
  position: relative;
  left: 2px;
  top: 2px;
  padding: 10px;
  
}

blockquote {
  padding: 10px;
  font-size: 90%;
  line-height: normal;
  /*letter-spacing: 1px;*/
  font-style: italic;
  background-color: #f7f7f7;
  color: #666;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 10px solid #dedede;
  border-right: 1px solid #dedede;
  margin: 10px;
  padding-bottom:23px;
}

p {
  padding: 5px;
margin-bottom: 5px;
text-align: justify;
font-size: 95%;
/*line-height: 20px;*/
}


a:link, a:visited{
text-decoration: underline;
color: #93B300;
}

a:hover
{
text-decoration: none;
color: #fff;
background: #D3E378 url('../pictures/bbg1.gif') repeat-x;
}

.important
{
	text-decoration: none;
	color: #fff;
	background: #D3E378 url('../pictures/bbg1.gif') repeat-x top;
}

h1, h2, h3, h4 {
  font-family: georgia, serif;
  display: block;
  border-bottom: 1px solid #eeeeee;
  padding-left: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

h1 {
	font-size: 110%;
	text-align: left;
	padding-left: 25px;
	padding-right: 10px; /*background: #D3E378 url(../pictures/bbg1.gif) repeat-x;*/
	color: inherit;
	background-image: url(../pictures/corner.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

h2 {
  font-size: 130%;
}

h3 {
	font-size: 120%;
	margin-bottom: 15px;
	margin-top: 25px;
}

h4 {
  font-size: 140%;
}

 span{
background: transparent;
color: #85AC1E;
}

#stiri{
	padding-left: 7px;
}

.box ul{
  list-style-image: url('../pictures/x1.gif');  
}

.box li{
	font-size: 10px;
}
.box
{
position: relative;
border: dashed 1px #dadada;
margin-top: 15px;
background: inherit;
color: #AAB165;
width: 550px;

}

.box h2
{
background: inherit;
color: #6C7425;
text-transform: lowercase;
font-weight: normal;
font-size: 18px;
margin-bottom: 5px;

}

.box p
{
font-size: 10px;
line-height: 16px;
margin: 0px;
}

.box_inner
{
border: solid 1px #fff;
padding-left: 25px;
padding-right:10px;
background: #FFFFE9 url('images/a4.gif') repeat-x;
color: inherit;
}

.formDiv{
	position: relative;
}

.contact1{

	float: left;
	width: 150px;
	margin-top: 10px;
}
.contactClearer{
	clear: both;
	height: 1px;
	line-height: 1px;
}

.text_box{
  border: 1px solid #eeeeee;
  color: inherit;
  background-color: #f9f9f9;
  width: 180px;
  padding: 2px;
  margin-top: 5px;
}

.contact2{
float: left;
	width: 120px;
	margin-top: 5px;
	
}

.text_box:hover {
  color: inherit;
  background-color: #ffffcc;
}

.button {
  margin: 5px;
  border: 1px solid #dcdcdc;
  color: inherit;
  background-color: #f9f9f9;
  margin-left: 125px;
  float: left;
margin-top:20px;
}

.reset {
  margin: 5px;
  border: 1px solid #dcdcdc;
  color: inherit;
  background-color: #f9f9f9;
  margin-left: 20px;
  float: left;
  
margin-top:20px;
}
.error{
	color: #990000;
	font-weight: bold;
}

.captioned_image
{
padding-bottom: 15px;
float: left;
margin-right: 17px;
}

.captioned_image div
{
position: absolute;
font-size: 9px;
bottom: 0px;
left: 0px;
}


#smallTopText H1{
	color: /*#D3E378#636363*/#eeeeee;
	 width: 776px;
	 text-align: center;
	font-family: verdana, arial, "trebuchet ms", helvetica, sans-serif;
	font-size: 6px;
	font-style: normal;
	font-weight: lighter;
	 margin-left: auto; /* Todo: Do cross browser centering */
  margin-right: auto;
  background: transparent;
  border: none;
}
.quoteCustomer{
	position: relative;
	float: right;
	margin-right: 20px;
	font-size:80%;
	font-weight: normal;
	font-style: normal;
	text-align: right;
}
.logoSlogan{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-left: 10px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 2px;
	padding-right:1px;
	font-weight: bolder;
	left:-30px;
}
.keywords{
	color: #6C7425; 
}
.smallerPar{
font-size: 90%;
}
.newsPar{
	font-size: 90%;
	text-align: left;
}

.data{
	color: #6C7425;
	font-size: 80%;
}
