@charset "utf-8";

/* Normaliser tout */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
ol, ul { list-style: none; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
caption, th { text-align: left; }
q:before, q:after { content: ''; }

/* TAGS: basics */
body {
  border-top: 2px solid #b1f17b;
  background: url(../images/general/bg_body.jpg) repeat-x top;
  
  font: 62.5% Geneva, Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 { font: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; }
h1 {
  color: #f07b05;

  font-size: 180%;
}
h2 {
  color: #f07b05;

  font-size: 160%;
  font-weight: normal;
}
h3 {
  color: #107a2c;
 
  font-size: 125%;
}
h4 {
  color: #107a2c;
  
  font-size: 110%;
  font-weight: normal;
}
h5 {
  color: #000000;

  font-size: 90%;
}
h6 {
  color: #a0a0a0;

  font-size: 80%;
  font-weight: normal;
}
p {
  margin: 0 0 16px 0;
  line-height: 16px;
}
strong, b {
  font-weight: bold;
}
i, em {
  font-style: italic;
}
ol, ul {
  margin: 0 0.2em 1em 1em;
  list-style-position: inside;
}
ol { list-style-type: decimal; }
ul li { 
  padding: 0 0 0 16px;
  
  background: url(../images/icons/list_sub_menu.gif) no-repeat top left;
}



/* FORMS */
.form_listing ul {
}
.form_listing li {
  margin:  0 0 10px 0 !important;
  padding: 0 !important;
  
  background: none;
}

input, select, textarea {
  vertical-align: middle;
  
  color: #054616;
  border-top:    1px solid #86ba2c;
  border-right:  1px solid #0a571f;
  border-bottom: 1px solid #0a571f;
  border-left:   1px solid #86ba2c;
  
  font-family: Geneva, Arial, Helvetica, sans-serif;
}
input.input_newsletter {
  margin: 0 0 5px 0;
  width: 95px;
  
  font-size: 90%;
}
input.input_checkbox, input.input_radio {
  padding: 0 0 0 10px;

  border: none;
}

input.input_button, input.input_reset, input.input_submit {
  padding: 0 10px;

  background: #228c3e;
  color: #ffffff;
  
  font-size: 90%;
}

input.input_submit {
  font-weight: bold;
}



/* GLOBAL ID & CLASS */
#container{
  background: url(../images/general/bg_body.jpg) top repeat-x;
}
.wrapper{
  margin: 0 auto;
  width:  900px;
  text-align: left;
}



/* HEADER */
#header {
  margin: 0 auto;
  width: 900px;
}
#header img {
  float: left;
}
#header_main {
  float: left;
  padding: 10px 22px;
  width: 105px;
  
  color: #2da209;
}
#header_sub {
  float: right;
  margin: 0 auto;
  height: 25px;
  
  font-size: 120%;
}
#header_sub li {
  display: inline;
  padding: 10px;
  margin: 0 0 0 2px;
  background: #b1f17b url(../images/general/bg_header_sub.jpg) no-repeat left bottom;
}
#header_sub a {
  padding: 0 0 5px 22px;
  
  color: #0a571f;
}
#header_sub a:hover, #header_sub a:focus {
  text-decoration: none
}
#header_sub a {
  background: url(../images/icons/btn_top.gif) no-repeat;
}
#header_sub a#link_prescript {
  background: url(../images/icons/btn_prescriptions.jpg) no-repeat;
}
#header_sub a#link_contact_me {
  background: url(../images/icons/btn_contact.jpg) no-repeat;
}
#header_sub a#link_lang {
  background: url(../images/icons/btn_lang.jpg) no-repeat;
}



/* MENU */
#menu {
  clear: both;
  width: 100%;
  height: 40px;
  
  background: url(../images/general/bg_menu.gif) repeat-x;
}
#menu li {
  display: inline;
}
#menu_main {
  width: 900px;
  margin: 0 auto;
}
ul#menu_buttons { margin: 0 auto; }
#menu_main li {
  padding: 30px 0  0 0;
}
ul#menu_buttons li a {
  float: left;
  display: block;
  height: 22px;
  margin: 2px 5px 0 0;
  padding: 16px 8px 0 20px;
  
  font-size: 130%;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
}
ul#menu_buttons a.section_on { background: url(../images/general/bg_btn_over.jpg) no-repeat top right; }
ul#menu_buttons a:link, ul#menu_buttons a:active, ul#menu_buttons a:visited {
  background: url(../images/general/bg_btn.jpg) no-repeat right;
  color: #0a571f;

  text-decoration: none;  
}

ul#menu_buttons a:hover {
  background: url(../images/general/bg_btn_over.jpg) no-repeat top right;
  
  text-decoration: underline;
}



/* CONTENT */
#content {
  float: left;
  margin: 1px 0 0 0;  
  padding: 20px 30px;
  width: 840px;

  background: #ffffff url(../images/general/bg_container.jpg) no-repeat bottom;

  font-size: 120%;
}

/* */

#content_main {
  float: right;
  width: 670px;
}
#content_main img, #content_single img {
  float: right;
  margin: 0 0 20px 20px;
  
  border: 1px solid #0d6424;
}

#content_main_info {
  float: left;
  width: 530px;
}
#content_main_extra {
  float: right;
  width: 120px;
  margin: 0;
}
#content_main_extra img {
  margin: 0;
  border: 0;
}
#content_main_newsletter, #content_main_sub {
  margin: 0 0 1em 0;
  padding: 10px;
  
  border: 1px solid #0d6424;
}
#content_main_newsletter p { margin: 0; }
#content_slogan {
  display: block;
  float: none;  
  margin: -20px 0 0 -24px;
  
  border: none;
}


/*  */
#content_sub {
  float: left;
  width: 152px;
}
#content_sub img { float: none !important; }
#content_sub ul, #content_sub ol, #content_sub div { margin: 0; margin-bottom: 10px !important; }

#content_sub ul { margin: 0; padding: 10px 0 0 0; }
#content_sub li {
  padding: 0 10px 10px 10px;
  
  background: none;
}


#content_sub_menu {
  border: 1px solid #53ad10;
}

#content_sub_menu a {
  display: block;
  padding: 0 0 0 20px;

  background: url(../images/icons/list_sub_menu.gif) no-repeat top left;
  color: #2c451c;
  
  font-size: 110%;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
}


.content_sub_color1 {
  border: 1px solid #53ad10;
}
.content_sub_color1 p, .content_sub_color1 div, .content_sub_color1 ul {
  padding: 10px;
}
.content_sub_color1 h2 {
  padding: 10px;

  color: #ffffff;
  background: #0d6424 url(../images/general/bg_sidebar_dark.jpg) no-repeat bottom;
}



/* FOOTER */
#footer {
  float: left;
  padding: 0 3%;
  width: 94%;
  
  border-top: 1px solid #53ad10;

  background: url(../images/general/bg_footer.gif) no-repeat bottom;
  
  font-size: 110%;
}
#footer h6 {
  margin: 10px 0 0 0;
  padding: 0 0 0 5px;

  border: 1px dotted #e0e0e0;
  
  font-size: 120%;
  font-family: Tahoma, sans-serif;
}
#footer hr {
  height: 8px;
  
  border: none;

  background: #ffffff url(../images/general/hr_footer.jpg) no-repeat scroll center;
}
#footer p { color: #404040; }

#footer_main {
  margin: 10px auto;
  width: 900px;
  
  color: #2da209;
}
#footer_main ul { margin: 0 0 0 20px; }
#footer_main li {
  display: inline;
  margin: 0 15px 0 0;

  line-height: 16px;
  
  background: none;
}

#footer_content {
  padding: 0 30px 20px 30px;
}
#footer_content a { color: #2da209; }

