/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #EAC99A url(images/img01.jpg);
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #A38560;
}

h1, h2, h3 {
	font-weight: normal;
	color: #B27217;
}

h1 {
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p, blockquote, ul, ol {
	margin-bottom: 2em;
	line-height: 180%;
}

p {
}

blockquote {
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(images/img06.gif) no-repeat left center;
}

ol {
	margin-left: 3em;
}

ol li {
}

pre, code {
}

pre {
}

code {
}

a {
	color: #D65601;
}

a:hover {
	text-decoration: none;
}

a:visited {
}

img {
	margin: 0;
	padding: 0;
}

input, textarea, select {
}

input {
}

textarea {
}

select {
}

.bg {
	background: url(images/img02.jpg) repeat-x;
	height:320px;
}

/* Header */

#header {
	width: 720px;
	height: 70px;
	margin: 0 auto;
	padding-top: 40px;
}

/* Logo */

#logo {
	float: left;
}

#logo h1 {
	margin: 0;
	font-size: 2em;
}

#logo h2 {
	margin: 0;
	padding-left: .1em;
	font-size: 1em;
	font-weight: bold;
}

#logo a {
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding-top: 2.35em;
	list-style: none;
}

#menu li {
	display: inline;
	padding-left: 2em;
	background: none;
}

#menu a {
	text-decoration: none;
	letter-spacing: -1px;
	color: #FFFFFF;
}

#menu a:hover {
}

/* Wrapper */

#wrapper {
	width: 760px;
	margin: 0 auto;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
	background: url(images/img04.jpg) repeat-y;
}

#sidebar .title {
	margin: 0;
	padding: 20px 20px 0 20px;
	background: url(images/img03.jpg) no-repeat;
}

#sidebar .content {
	padding: 20px 20px 0px 20px;
}

#sidebar .bottom {
	height: 33px;
	background: url(images/img05.jpg) repeat-x left bottom;
}
.content img {
	margin: 0 0 3px 10px;
}

/* Content */

#content {
	float: right;
	width: 500px;
}

/* Splash */

#splash {
	text-align: center;
	background: url(images/img09.jpg) repeat-y;
}

#splash .top {
	padding: 20px 20px 16px 20px;
	background: url(images/img08.jpg) no-repeat;
}

#splash .bottom {
	height: 33px;
	background: url(images/img05.jpg) repeat-x left bottom;
}

/* Welcome */

.maincontent {
	margin:2em 0;
	line-height: 180%;
}

#welcome {
	padding: 0 20px;
}

/* Samples */

.samples {
	padding: 20px;
	background: url(images/img05.jpg) repeat-x;
}

/* Footer */

#footer {
	margin:50px 0 0 0;
}

#footer p {
	font-size: 10px;
}

.searchform .formfield{
	width: 130px;
	margin: 10px 5px 0px 0px;
	background-color:#FCFCFC;
	border:1px solid #DEDDDD;
	color:#333;
	height: 20px;
}
form {
	margin:15px;
}
	
.formbutton {
	display:block;
	vertical-align:top;
	font: bold 12px Arial, Sans-serif; 
	height: 20px;
	margin: 2px 5px 2px 0px;
	padding-left:5px;
	padding-right:5px;
	background-color:#eeeeee;
	border:1px solid #A1A1A1;
	color:#353535;
}
.formbutton:hover {
	background-color:#efefef;
	border:1px solid #c5c5c5;
	color:#353535;
}

.formfield {
	background-color:#FCFCFC;
	border:1px solid #afafaf;
	padding:1px;
}

.formfield:focus {
	background-color:#ffffff;
	border:1px solid #000000;
	padding:1px;
}

#nucleus_lf_pwd {
	width:100px;
	font-size:10px;
	margin:2px;
}

#nucleus_lf_name {
	width:100px;
	font-size:10px;
	margin:2px;
}

#nucleus_lf_shared {
	margin:2px;
}

#nucleus_cf_body {
	width:300px;
}

#nucleus_cf_remember {
	margin:0px 3px 2px 0px;
}
* html #nucleus_cf_remember {
	margin:0px 3px -2px -3px;
}
#nucleus_cf_name, #nucleus_cf_mail {
    width: 300px;
    margin-right: 105px;
}

.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield {
    width: 300px;
    margin-right: 105px;
    margin-bottom:3px;
}

#nucleus_cf_name, #nucleus_cf_mail, #nucleus_cf_email, #nucleus_cf_verif, #nucleus_mmf_frommail {
    width: 300px;
}

.commentform .formfield, .commentform .formbutton, .loginform .formbutton, .mailform .formfield {
	display: block;
}

.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield {
    width: 300px;
    margin-right: 105px;
    margin-bottom:3px;
}

.mailform {
	font-size:11px;
	font-family:Verdana;
}

.loginform {
	padding:3px;
}

.error {
	color: red;
	font-weight: bold;
}

.pageswitch {
	margin:20px 0px 15px 115px;
	padding:3px;
	font-family: verdana, arial, sans-serif;
	color: #666666;
}