
* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFEF5 url(images/img01.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: black;
}

h1, h2, h3 {
	color: #FF5500;
}

h1 {
}

h2 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 1.2em;
}

h3 {
	margin-bottom: 1.5em;
	text-transform: uppercase;
	font-size: .8em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
}

p {
}

blockquote {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 1em solid #F08F02;
	font-style: italic;
}

ul, ol {
	margin-left: 3em;
}

ul {
}

ul li {
}

ol {
}

ol li {
}

pre, code {
}

pre {
}

code {
}

a:link {
	color: blue;
}

a:hover {
	text-decoration: none;
}

a:visited {
}


.image-left {
	float: left;
	width : 50%;
	display : inline;
}

.image-right {
	float: right;
	width : 50%;
	display : inline;

}

.image-left a img {
	border : #FFFFCC inset;
	display : inline;
	width : 80%;
	margin-bottom : 1em;
}

.image-right a img {
	border : #FFFFCC inset;
	display : inline;
	width : 80%;
	margin-bottom : 1em;
}

img {
	width : 50%;
	margin-left: 1em;
}

input, textarea, select {
}

input {
}

textarea {
}

select {
}

/* Header */

#header {
	height: 15em;
	padding: 0 0 0 17em;
	background: url(images/img02.jpg) no-repeat;

}

#skip { 
	color : white;
}

/* Logo */

#logo {
	height: 15em;
	padding: 9em 0 0 3em;
	background: url(-images/img03.jpg) no-repeat;
	text-transform: lowercase;
}

#logo span {
	letter-spacing: -.1em;
	font-style: italic;
	font-size: 3em;
}

#logo span a {
	color: #FF4400;
}

#lingua {
	margin-top : 0em;
	text-align : center;
}

#lingua img {
	height : 1.5em;
	width : 1.5em;
	border : none;
	display : inline;
}

#logo a {
	text-decoration: none;
}

/* Wrapper */

#wrapper {
	margin-right: 7em;
	background: url(images/img05.jpg) repeat-y 17em 0;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 17em;
}

/* Content */

#content {
	margin-left: 17em;
	padding: 2em;
}

/* Menu */

#menu {
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	height: 2em;
	padding: 0.6em 0 0 2em;
	background: url(images/img04.jpg) repeat-x;
	text-decoration: none;
	font-size: 1.4em;
	font-style: italic;
	color: blue;
}

#menu a:hover {
	color: #F08F02;
}


/* Testimonial */

#testimonial {
	padding: 2em;
}

#testimonial blockquote {
	margin-left: 0;
}

/* Welcome */

#welcome {
}

/* Footer */

#footer {
	padding: 2em 1em;
	background: #CCCCFF;
	color: black;
	border-top : #6666cc solid 0.1em;
}

#footer hr {
	display: none;
}

#footer p {
	margin: 0;
	font-size: .8em;
}

#footer p img {
	width : 7em;
	border : none;
}

#footer a {
	color: blue;
}


