* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  outline: none;
  color: #ff8712;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

body {
  font-size: 75%;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #222;
  background: url(../img/body_bg_01.gif) repeat-x left top;  
}

#body {
  width: 100%;
  float: left;
  background: url(../img/body_bg_02.jpg) repeat-x left bottom;
}

#pagewrapper {
  width: 1000px;
  margin: 0 auto;
}

#header {
  height: 219px;
  /*float: left;*/
  background: url(../img/header_02.jpg) no-repeat right top; 
}

#header h1 a {
  height: 219px;
  width: 338px;
  display: block;
  text-indent: -9999px;
  float: left;
  background: url(../img/header_01.jpg) no-repeat left top; 
}

#main_menu {
  margin-left: 70px;
  display: inline;
  float: left; 
}

#main_menu a {
  width: 186px;
  height: 189px;
  margin: 0 2px;
  display: block;
  float: left;
  text-indent: -9999px;
}

#main_menu #b1 {
  background: url(../img/btn_01.png) no-repeat left top;
}

#main_menu #b1:hover {
  background: url(../img/btn_01_h.png) no-repeat left top;
}

#main_menu #b2 {
  background: url(../img/btn_02.png) no-repeat left top;
}

#main_menu #b2:hover {
  background: url(../img/btn_02_h.png) no-repeat left top;
}

#submenu {
  width: 49px;
  height: 65px;
  margin: 108px 0 0 73px;
  float: left;
  background: url(../img/btn_03.png) no-repeat left top;
}

#submenu a {
  width: 28px;
  height: 25px;
  margin-left: 10px;
  float: left;
  text-indent: -9999px;
}


#content {
  padding: 22px 20px 0 20px;
  float: left;
  background: url(../img/content.jpg) no-repeat left top;  
}

#sidebar {
  /*width: 280px;*/
  /*padding: 55px 40px 0 20px;*/
  float: left;
  /*display: inline;*/
  background: url(../img/sidebar.png) no-repeat right top;
}

#sidebar_foot {
  width: 280px;
  padding: 55px 40px 0 20px;
  float: left;
  display: inline;
  background: url(../img/sidebar_foot.png) no-repeat right bottom;  
}

#main {
  width: 620px;
  float: left;
  display: inline;
  background: url(../img/main.jpg) no-repeat right top;
}

#footer {
  height: 373px;
  padding: 0 20px;
  clear: both;
}

#footer p {
  width: 100%;
  padding: 5px 0;
  float: left;
  font-size: 90%;
  font-weight: bold;
  text-align: center;
  color: #444;
  background: #ff8712;
}

#footer p a {
  text-decoration: none;
  color: #444;
}

h2 {
  padding: 35px 20px 30px 0;
  font-size: 40px;  
  font-weight: normal;
  line-height: 40px;
  text-align: right;
  color: #555;
}

#content h3 {
  padding: 12px 0;
  font-size: 22px;
  font-weight: normal;
  line-height: 22px;
  color: #454545;
}

#content p {
  font-size: 130%;
  line-height: 150%;
}

#content ul {
  padding-left: 10px;
  list-style: none;
  font-size: 130%;
  line-height: 150%;
}

#footer_box_l,
#footer_box_r {
  height: 328px;
  width: 445px;
  padding: 22px 0 0 35px;
  float: left;
  display: inline;
}

#footer_box_l {
  background: url(../img/footer_box_l.jpg) no-repeat left top;
}

#footer_box_r {
  background: url(../img/footer_box_r.jpg) no-repeat left top;
}

#footer_box_l h3,
#footer_box_r h3 {
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
  color: #ff8712;
}

#footer_box_r h3 {
  color: #000;
}

#footer_box_l ul {
  padding: 30px 35px 5px 5px;
  float: left;  
  list-style: none;
  line-height: 150%;
}

#footer_box_r ul {
  padding: 30px 35px 5px 5px;
  float: left;  
  font-size: 100%;
  list-style: none;
  line-height: 200%;
  color: #ccc;
}

#footer_box_r ul span {
  font-size: 200%;
}

#footer_box_l a {
  text-decoration: none;
  color: #d5700e;
}

#footer_box_l a:hover {
  text-decoration: underline;
}

.submenu_active {
  font-weight: bold;
  color: #555;
}

/********************/
/**** PORTFOLIO *****/
.list_item {
  width: 100%;
  padding: 10px 0;
  float: left;
  background: url(../img/item_bg.gif) repeat-x left bottom;
}

.list_item img {
  padding: 10px;
  float: left;
  border: 1px solid #f0f0f0;
}

.list_item2 {
  padding-left: 50px;
}

.list_item2 a {
  width: 220px;
  height: 150px;
  margin: 10px;
  padding: 10px;
  display: block;
  float: left;
  border: 1px solid #f0f0f0;
}


.list_item h4 {
  margin: 0 0 10px 250px;
  font-size: 140%;
  line-height: 140%;
  color: #ff8712;
}

.list_item p {
  font-size: 100%;
  font-weight: normal;
  color: #333;
  margin-left: 250px;  
}

.list_item p em {
  font-size: 80%; 
  font-style: normal;
  font-weight: normal;
  color: #555;
}

.list_item .online_link {
  padding: 20px 20px 0 0;
  font-size: 90%;  
  text-align: right;
}

.list_item .online_link a {
  font-size: 90%;
}

.list_item p span {
  padding-top: 20px;
  display: block;
  font-size: 70%;
  font-weight: normal;
  color: #555;
}

.list_item p span strong {
  font-size: 130%;
}

hr {
  height: 1px;
  border: 0;
  width: 100%;
  background: url(../img/item_bg.gif) repeat-x left bottom;
}

/**********************************************/
/* forms */
form {
  width: 370px;
  padding-left: 30px;
}

form p {
  padding-top: 5px;
}

p input,
p textarea {
  width: 500px;
  padding: 2px 0;
  display: block;
  border: 1px solid #ccc;
  background: #f0f0f0;
}

label.error {
	display: none;
  font-size: 90%;
  color: #990000;
}

p input.error,
p textarea.error { 
  border: 1px solid #d2a2a2;
}


.oferta_box p {
  padding: 0 15px 0 10px;  
}


.clear {
  height:0;
  font-size: 0;
  clear: both;
}