/****** begin of import ******/

/****** global ******/

@import url(global.css);

/****** end of import ******/


/****** main style ******/
/* -proprety: only on IE */
/* _proprety: only on Safari (supposed)*/

body
{
  font-family: 'Tahoma' , 'Arial', sans-serif;
  width: 100%;
  margin: 0px;
  color: #888888;
  background: #ede8e2 url(../images/backgrounds/body_bg.jpg) top repeat-x;
  z-index: 0;
}

a
{
  color: #769a5a;
}

textarea, select, input
{
  font-family: 'Tahoma' , 'Arial', sans-serif;
  border: 1px #d6d6d6 solid;
  font-size: 11px;
  color: #888888;
}


#main
{
  width: 750px;
  margin: 0px auto;
  background: url(../images/backgrounds/pix_bg.jpg) top left repeat;
}

#left-col
{
  float: left;
  width: 232px;
  padding: 0px 0px 0px 1px;
}

h1
{
  font-family: 'Myriad Pro' , 'Arial', sans-serif;
  font-size: 11px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  display: none;
}

#right-col
{
  float: left;
  width: 472px;
  padding: 0px 25px 0px 20px;
}

#right-col ul li a
{
  color: #888888;
}

#top-nav
{
  clear: both;
  float: right;
  text-align: right;
  margin-top: 95px;
  height: 26px;
}

#top-nav li
{
  display: inline;
  font-size: 10px;
  line-height: 26px;
  text-transform: uppercase;
}

#top-nav li#print-link
{
  vertical-align: middle;
}

#main-nav 
{
  clear: both;
  float: right;
  background: url(../images/backgrounds/line.jpg) top repeat-x;
  height: 30px;
  overflow: hidden;
}

#main-nav li
{
  display: inline;
  font-family: 'Myriad Pro' , 'Arial', sans-serif;
  font-size: 11px;
  line-height: 24px;
  text-transform: uppercase;
}

#right-col ul li.nav-sep
{
  font-size: 12px;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: normal;
}

#content
{
  clear: both;
  background: white url(../images/backgrounds/content_bottom.jpg) bottom repeat-x;
  padding: 20px 25px 75px 25px;
}

h2
{
  color: #769a5a;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
}

p
{
  line-height: 24px;
  margin: 15px 0px 15px 0px;
  text-align: justify;
}

table
{
  line-height: 24px;
  margin: 15px 0px 15px 0px;
  width: 100%;
}

.msg-error, .msg-success
{
  line-height: 20px;
  font-size: 12px;
}

#contact-block
{
  float: left;
  width: 215px;
}

#contact-form
{
  float: left;
  width: 207px;
  position: relative;
  padding-bottom: 200px;
}

#contact-form form
{
  margin: 10px 0px 10px 0px;
}

#contact-form input
{
  height: 17px;
  width: 167px;
  padding-left: 5px;
  padding-top: 3px;
  margin-top: 10px;
}

#contact-form textarea
{
  height: 51px;
  width: 167px;
  padding-left: 5px;
  padding-top: 3px;
  margin-top: 10px;
}

#contact-form input#contact-submit
{
  border: 0px;
  width: 25px;
  height: 19px;
  padding-left: 0px;
  padding-top: 0px;
  margin-left: 5px;
  margin-bottom: 2px;
  vertical-align: bottom;
}

/***************** images ********************/

img#services-img
{
  float: right;
  margin-left: 20px;
}

img#contact-img
{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

/***************** footer style ********************/

#footer
{
  margin: 10px auto;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

#footer a
{
  color: #888888;
}

#footer .signature2
{
  text-decoration: underline;
}

#footer .signature2:hover
{
  text-decoration: none;
}