/** body **/
  body
  {
  	background:url(../images/body_bg.jpg) repeat-x;
    margin: 0;
    padding: 0;
	color:#636363; 
	font-size: 100%; 
  }

  #page
  {
	  font-family:Arial, Helvetica, sans-serif;
	  font-size:.68em;
    line-height: 1.25em; 
  }

  #page-inner
  {
  }

/* html elements */
 pre, code
  {
    font-size: 1.1em; /* Monospace fonts can be hard to read */
    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
  }

/** headings **/
  h1
  {
    font-size: 2em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 0.5em;
  	color: #901E78;
  }

  h2
  {
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0.667em; /* Equivalent to 1em in the page's base font: 1 / 1.5 = 0.667em */
    margin-bottom: 0.667em;
  	color: #901E78;
  }

  h3
  {
    font-size: 1.3em;
    line-height: 1.3em;
    margin-top: 0.769em; /* Equivalent to 1em in the page's base font: 1 / 1.3 = 0.769 */
    margin-bottom: 0.769em;
  	color: #901E78;
  }

  h4, h5, h6
  {
    font-size: 1.1em;
    line-height: 1.3em;
    margin-top: 0.909em; /* Equivalent to 1em in the page's base font: 1 / 1.1 = 0.909 */
    margin-bottom: 0.909em;
  	color: #901E78;
  }

/** block-level elements **/
  p, ul, ol, dl, pre, table, fieldset, blockquote
  {
    margin: 1em 0;
  }

/** lists **/
  /* standardize list item indentation */
  ul, ol
  {
    margin-left: 0;
    padding-left: 2em;
  }

  ul ul, ul ol,
  ol ol, ol ul,
  .block ul ul, .block ul ol,
  .block ol ol, .block ol ul,
  {
    margin: 0;
  }

  li
  {
    margin: 0;
    padding: 0;
  }

  ul          { list-style-type: disc; }
  ul ul       { list-style-type: circle; }
  ul ul ul    { list-style-type: square; }
  ul ul ul ul { list-style-type: circle; }
  ol          { list-style-type: decimal; }
  ol ol       { list-style-type: lower-alpha; }
  ol ol ol    { list-style-type: decimal; }

  dt
  {
    margin: 0;
    padding: 0;
  }

  dd
  {
    margin: 0 0 0 2em;
    padding: 0;
  }

/** links **/
  a:link
  {
  }

  a:visited
  {
  }

  a:hover,
  a:focus
  {
  }

  a:active
  {
  }

/** images **/
  img
  {
    border: 0;
  }

/** horizontal rules **/
  hr
  {
    height: 1px;
    color: 1px solid #999;
  }

/** forms **/



/** header **/
  #header
  {
	background:url(../images/header_bg.jpg) no-repeat top left;
  }

  #header-inner
  {
	position:relative;
  }
  #header ul.navbar {
	  position:absolute;
	  right: 10px;
	  top:20px;
	  margin:0;
	  padding:0;
  }
  #header ul.navbar li {
  display:block;
  float:left;
  padding: 0 8px;
  border-right:1px solid #fff;
  text-transform:uppercase;
  font-size:1em;
  height:20px;
  line-height:20px;
  }
  #header ul.navbar li.last {
  border: none;
  }
  #header ul.navbar li a:link, #header ul.navbar li a:visited {
  color: #fff;
  text-decoration:none;
  }
  #header ul.navbar li a:hover, #header ul.navbar li a:active,  #header ul.navbar li.active a {
  text-decoration:underline;
  }

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  }

  #logo /* Wrapper for logo */
  {
    margin: 0 10px 0 0;
    padding: 0;
  }

  #logo-image /* The actual logo image */
  {
  }

  h1#site-name, div#site-name /* The name of the website */
  {
	float:left;
	height:85px;
	margin-top:50px;
	margin-left:8px;
	width:548px;
	margin-bottom:0;
  }

  #site-name a
  {
	display:block;
	height:78px;
	margin-left:30px;
	text-indent:-999999px;
  }
	
/** main (container for everything else) **/
  #main
  {
	background:url(../images/main_bg.png) repeat-y center;
  }

  #main-inner
  {
  background: url(../images/main_bg_top.jpg) no-repeat top left;
  }
#main .header-img {
	text-align:center;
	}
/** content **/
  #content
  {
  margin-top:20px;
  margin-bottom:20px;
  }
  #content a:link, #content a:visited
  {
  font-weight: bold;
  text-decoration:underline;
  color:#636363;
  }
  #content a:hover
  {
  text-decoration:none;
  }
  #content p, ul li {
  	font-size: 12px;
  }
#content h1 {
	background:url(../images/content_h2_underline.png) no-repeat left bottom;
	padding-bottom:12px;
	padding-left:10px;
	margin:0 0 0.667em 0;
}	
  #content h2
  {
  	background:url(../images/content_h2_underline.png) no-repeat left bottom;
 	padding-bottom:12px;
	padding-left:10px;
 	margin:0 0 0.667em 0;
	color:#901E78;
	font-size:1.55em;
  }
  


  h1.title, /* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {
    margin: 0;
  }
  .help /* Help text on a page */
  {
    margin: 1em 0 1em 10px;
  }
  #content-area /* Wrapper for the actual page content */
  {
  }
  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }
  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }
  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

/** sidebar-left **/
  #sidebar-left
  {
  margin-top:20px;
  margin-bottom:20px;
  }
  
  #sidebar-left h2
  {
  background:url(../images/sidebar_h2_underline.png) no-repeat left bottom;
  padding: 0 5px 15px;
  margin:0 ;
  font-family: Helvetica, Arial, sans-serif;
  font-size:1.35em;
  font-weight:bold;
  border-bottom:1px solid #fff;
  }
  #sidebar-left ul
  {
  list-style:none;
  padding:0;
  margin:0;
  line-height:1.5em;
  }
	
	
  #sidebar-left ul li ul {
		display:none;
	}
  #sidebar-left ul li.opened ul
  {
	display:block;
  }
  
  #sidebar-left ul li ul li
  {
	font-size: 11px;
  }
	
  #sidebar-left ul li
  {
  background:url(../images/bullet.gif) no-repeat 5px 5px;
  padding-left: 20px;
  font-size: 12px;
  }
  #sidebar-left ul li a:link, #sidebar-left ul li a:visited
  {
  text-decoration: none;
  color:#636363;
  }
   #sidebar-left ul li a:hover, #sidebar-left ul li a:active
  {
  text-decoration: underline;
  color:#901E78;
  }
  #sidebar-left ul li.active a
  {
	  color:#901E78;
  }
   #sidebar-left ul.bullet-grey li
  {
  background:url(../images/bullet_grey.gif) no-repeat 10px;
  }

/** footer **/
  #footer
  {
	  position:relative;
  }
  
  
  
  
  #footer ul {
	  position:absolute;
	  right: 10px;
	  top:20px;
	  margin:0;
	  padding:0;
  }
  #footer ul li {
  display:block;
  float:left;
  padding: 0 8px;
  border-right:1px solid #fff;
  text-transform:uppercase;
  font-size:1em;
  height:20px;
  line-height:20px;
  }
  #footer ul li.last {
  border: none;
  }
  #footer ul li a:link, #footer ul li a:visited {
  color: #fff;
  text-decoration:none;
  }
  #footer ul li a:hover, #footer ul li a:active, #footer ul li.active a {
  text-decoration:underline;
  }
  
  
  
  #footer p {
	  margin:0 20px;
  }
  #footer .credit-logo
  {
  margin: 30px 0;
  }
  #footer-inner
  {
  background: url(../images/footer_bg_top.png) no-repeat;
  height:60px;
  line-height:60px;
  }
/** blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 1em;
  }

  
/** Miscellaneous styles **/

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

/** forms **/
	form#suscribe {
	margin-left:10px;
	margin-bottom:50px;
	}
	.form-alerts {
		color:#C00;
		margin-bottom:20px;
	}
	.form-alerts p {
		margin-bottom:5px;
	}
	.form-alerts ul{
		font-style:italic;
		margin:0
	}

  .form-field, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .error input, /* Highlight the form elements that caused a form submission error */
  .error textarea,
  .error select
  {
		background:#FFECEC;
		border: #FF9799 1px solid !important;
  }
  .error label {
	  color:#C00
  }

  .form-field label /* The label for a form element */
  {
	float:left;
    font-weight: bold;
	width:180px;
  }
  .form-field label.single-checkbox {
	  margin-left:180px;
  }

  .form-field .form-text 
  {
	width:205px;
	border:#ccc 1px solid;
  }
  
  .form-field .form-select
  {
	width:140px;
  }
	
	.form-field #day, .form-field #month, .form-field #year
  {
	width:70px;
	margin-left:10px;
  }
	
  .form-field label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
  }

  .form-field .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-field, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-field
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }
	
	form#suscribe .form-submit {
	text-align:right;
	margin: 0 0 15px 0;
	}
	form#suscribe .form-submit input {
	background: #636363;
	color:#FFFFFF;
	border:1px solid #636363;
	height:35px;
	padding: 0 10px;
	margin-left:10px;
	font-weight:bold;
	}
	.form-footer {
	font-size:0.9em;
	}
	.invalid input.form-text, .invalid textarea, .invalid select{
	}
/* news, products and more */

.welcome .content{
margin-left:12px;
}
.news .content, .product .content {
margin-left:0;
}
.news .content img, .product .content img {
	margin: 0 15px 5px 10px;
}
.welcome, .news, .product {
margin-bottom:20px;
}
.news, .product {
margin-bottom:13px;
}

.news-interno {
	padding: 0 0 0 175px;
}

.news .content h3 {
font-weight: bold;
font-size: 14px;
}

a.viewmore:link, a.viewmore:visited {
	color:#990066 !important;
	float:right;
	font-size:12px;
	text-decoration:none !important;
	margin-top:3px;
}
a.viewmore:hover {
	text-decoration: underline !important;
}

/* products */ 
.product {
	padding-bottom:15px;
	margin-bottom:20px;
}

.product .content {
	margin-left:10px;
}

.product .images-zoom {
	color:#990066;
	font-size:.9em;
	font-weight:bold;
	margin-bottom:5px;
	display:inline-block;
}
.product .product-img a {
	display:block;
}
.product .product-img img {
	margin:0;
}
.product .product-img {
	float:left;
	margin-right:5px;
}
.product .last {
	margin-right:0px;
}

/* categories */
.category {
}
.cat-product {
	float:left;
	margin: 0 45px 25px 10px;
	width:141px;
}
.cat-product h3 {
	color:#990066;
	font-size:1.2em;
	margin-bottom:5px;
}

/* faq */
.questions {
}
.questions ol{
margin-bottom: 25px;
padding-left:0;
list-style-position:inside;
}
.answers dt {
color: #DCB038;
font-weight:bold;
margin-bottom: 25px;
}
.answers dd {
margin-bottom: 23px;
margin-left:0;
}
.answers dd p {
margin-bottom: 25px;
}
.answers .backtotop a {
font-size:0.9em;
padding-left:12px;
background:url(../images/backtotop.gif) no-repeat left 4px ;
}
.answers .moreinfo {
padding-left:20px;
background:url(../images/mail.gif) no-repeat left 3px;
margin-bottom:50px;
}
