@charset "utf-8";
/* CSS Document */

/*-----------------------------------*/
/*----------GENERAL ELEMENTS---------*/
/*-----------------------------------*/

@font-face {
	font-family:Chopin;
	src: url('fonts/ChopinScript_0.otf');
	font-style:normal;
	font-weight:normal;
}

* {
	margin:0; 
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:normal;
}

h1 {
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	height:310px;
}

h2 {
	font-family:Chopin;
	font-weight:lighter;
	font-size:3em;
	color:#5f4438;
}

p {
	margin-bottom:31px;
}

span {
	position:absolute;
	top:-10000px;
	left:-10000px;
	height:0;
}

a:link {
	color:#5F4438;
	text-decoration:underline;
	font-weight:bold;
}

a:link, a:visited {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a:hover, a:visited {
	color:#000000;
}

img {
	border-width:0;
	border-style:none;
}

/*-----------------------------------*/
/*--------CONTAINING ELEMENTS--------*/
/*-----------------------------------*/

#container {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}

#content {
	width:436px;
	margin-left:auto;
	margin-right:auto;
	margin-top:56px;
	margin-bottom:30px;
}

#contact, #footer {
	text-align:center;
}

/*-----------------------------------*/
/*----------GENERAL CLASSES----------*/
/*-----------------------------------*/

.menu {
	width:600px
	list-style-type:none;
	margin-left:202px;
	margin-top:15px;
}

.menu li {
	display:inline;
	padding-left:18px;
	padding-right:18px;
}

.menu a {
	text-decoration:none;
	font-family:Chopin;
	font-weight:lighter;
	font-size:2em;
	color:#000;
}

.menu a:hover {
	color:#5F4438;
}

.price {
	font-size: 1.8em;
	font-weight: bold;
	color:#5F4438;
	text-align: right;
}

.price strong {
	padding: 5px;
}

/*-----------------------------------*/
/*-----------FORM ELEMENTS-----------*/
/*-----------------------------------*/

fieldset {
	border:none;
}

label {
	display:block;
	width:95px;
}

input, textarea {
	margin-bottom:10px;
}

