/** BASIC */

html, body {
	height: 100%;
}

.widetitle, .title {
	padding: 0px 0px 30px 20px;
	background: url(../images/homepage08.jpg) no-repeat left bottom;
}

.widetitle {
	position: relative;
	float: left;
	width: 600px;
	margin-top: -20px;
}

.widecontent {
	padding: 40px 23px 0px 22px;
}

/** HEADER */

#header {
	width: 740px;
	height: 353px;
	margin: 0px auto;
	/* background: url(../images/homepage05.jpg) no-repeat right bottom; */
}


/** LOGO */

#logo {
	float: left;
	width: 290px;
	height: 353px;
	background: url(../images/homepage03.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	display: none;
}

/** MENU */

#menu {
	float: left;
	width: 365px;
	height: 34px;
	padding: 75px 0px 0px 85px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0px 4px 0px 18px;
	background: url(../images/subpage1_01.gif) no-repeat left center;
}

#menu li.first a {
	padding-left: 0px;
	background: none;
}

/** PAGE */

#page {
	width: 620px;
	margin: 0px auto;
	padding: 0px 60px;
}

/** CONTENT */

#content {
	float: right;
	width: 354px;
	padding: 0px 23px 0px 15px;
}

#content .title {
	margin-left: -15px;
	margin-right: -23px;
	padding-left: 15px;
	background-image: url(../images/subpage1_03.gif);
}

.index {
	/* font-size: 1.2em; */
}

.cadre {
  border: 3px double lightgrey;
  margin-bottom: 10px;
  padding: 3px 3px 10px 3px;
  font-size: 1em;
}

.cadre select {
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 1.1em;
}

.layout {
	margin-top: 5px;
}

.layout td.label {
  width: 100px;
  text-decoration: underline;
}

.layout td.secondcol {
  padding-left: 100px;
}

.layout td.value {
  font-weight: bold;
  text-align: center;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 190px;
	padding: 0px 15px 0px 21px;
}

#sidebar .title {
	margin-left: -21px;
	margin-right: -15px;
	padding-left: 21px;
	background-image: url(../images/subpage1_02.gif);
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li {
	margin-bottom: 10px;
}

/** FOOTER */

#footer {
	width: 740px;
	height: 100px;
	margin: 0px auto;
}

#footer p {
	margin: 0px;
	padding: 35px 0px 0px 310px;
}


/** Favorite and demo links  */
a.favorite,a.demo {
	background: transparent url(../images/pickme.png) no-repeat  top left;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: 7px;
	width: 60px;
	text-decoration: none;
}

a.demo {
	background: transparent url(../images/demo.png) no-repeat  top left;
}

/** Error messages */

.error_msg {
	border : 1px solid #c00;
    background : #fee;
    /*padding : 0.5em;*/
    font-weight: bold;	
}

.error {
	color:#5C6666;
	font-style:italic; 
}


#error_help li {
	margin-top: 10px;
}

.success_msg {
	border : 1px solid #D4EBAF;
    background : #EDFCD5;
    padding : 0.5em;
    font-weight: bold;	
}

/** Faq */
.faq {
  background: #ffc;
  padding: 2px 0 2px 0;
}

.faqbold {
  color: #00B2BD;
  font-weight: bold;
  text-decoration: none;
}

  /* =Generic Forms
----------------------------------------------- */
#contactform {
  background:#ffc; 
  margin:.75em 0 1.5em;
  padding:5px 10px 8px;
  }
form table {
  color:#444;
  }
form > table {
  width:100%;
  }
form th {
  text-transform:lowercase;
  white-space:nowrap;
  }
form .group {
  margin:0 0 .75em;
  }
form.filter {
  margin-bottom:1.5em;
  }
input, textarea, select {
  margin:1px 0;
  font:100%/1.2em Monaco,Monospace;
  }
td input, td textarea, td select {
  font-size:130%;
  padding: 2px;
  }
input.text {
  background:#fff;
  border:1px solid #ccc;
  border-color:#aaa #eee #eee #aaa;
  color:#333;
  }
.imgbutton {
  vertical-align:middle;
  }
.unit {
  white-space:nowrap;
  margin-right:.5em;
  }
select {
  border:1px solid #ccc;
  }
form p {
  font-size:85%;
  line-height:1.6em;
  }
form td p {
  font-size:100%;
  }

form div div, form table {
  font-size:100%;
  padding:0;
  border-width:0;
  }
form table td {
  width:100%;
  }
form table td, form table th {
  padding:5px 10px 5px 0;
  border-bottom:1px dotted #ccb;
  font-weight:normal;
  font-size:85%;
  }
form label {
  text-transform:lowercase;
  font-size: 1.3em;
  }
form h2 label {
  text-transform:none;
  }
fieldset {
  border:1px dotted #bba;
  padding:8px 10px;
  margin:1em 0;
  }
fieldset legend {
  padding:0;
  margin:0;
  color:#844;
  }
label em {
  font-style:normal;
  }
form label:hover {
  color:#963;
  cursor:pointer;
  }
form input, form textarea, form select {
  margin:1px 0;
  }
form textarea {
  background:#fff;
  display:block;
  clear:left;
  width:97%;
  border:1px solid #ccc;
  border-color:#ccc #fff #fff #ccc;
  color:#333;
  }
form .error input.text, form .error textarea {
  border-color:#c66 #FFB2B2 #FFB2B2 #c66;
  }
  
/* About form */
.about form, .faq form {
  background:none;
  margin:0;
  padding:0;
  margin-left: 40px;
  float:left;
  }
  
#one {
  background: #FFF url(../images/1.gif) no-repeat top left;
  padding-left: 40px;
  padding-top: 5px;
  padding-bottom: 3px;
  margin-bottom: 10px;
}

#two {
  background: #FFF url(../images/2.gif) no-repeat top left;
  padding-left: 40px;
  padding-top: 5px;
  padding-bottom: 3px;
  margin-bottom: 10px;
}

p#quality {
	margin-left: 40px;
	/* font-size: 1.2em; */
}

.formgo {
	background: #FFF url(../images/rond.png) 30px top no-repeat;
	height: 113px;
	text-align:center;
	padding-top:17px;
}

#paypal_form {display:none}

a#donate {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#778CAA url(../images/coffee.png) no-repeat 20px 15px;
border:1px solid #444444;
display:block;
font-size:1.4em;
height:130px;
line-height:32px;
margin-top:20px;
padding:30px 20px 0 200px;
text-shadow:0 -1px 6px #D4D4D4;	
color:#FFFFFF;
text-decoration:none;
}

a#donate:hover {
text-decoration:underline;
}

#directlink {
color:#999;
visibility:hidden;
font-size:0.8em; text-align:center	
}
