/* @override 
	http://papyrus-et-mamilaine.local/stylesheets/papyrus.css
	http://papyrus-et-mamilaine.com/stylesheets/papyrus.css
*/

/* @group CSS RESET */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group General */

.hide{
	display: none;
}


body{
	background-color: #b3a27d;
	font-family: Georgia;
	font-size: 14px;
}

h1{
	font-size: 25px;
	text-align: center;
	margin-bottom: 20px;
}

h2{
  font-weight:bold;
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px;
	margin-top:15px;
}

a{
	text-decoration: none;
	color: #000;
		
}

a:hover{
	text-decoration: underline;		
}

#menu{
	margin:20px;
}

.emphase{
	font-weight: bold;
}
.smallMenu{
	position: relative;
	margin: 20px auto 20px auto;
	width: 600px;
	
}

p{
	margin: 10px 10px;
	font-size: 14px;
	text-align: justify;
	line-height: 19px;
}

#footer{
	text-align: center;
	position:absolute;
	font-size: 10px;
	bottom: 10px;
	margin-bottom: 5px;
	width: 100%;
}

.price{
	font-size: 16px;
	font-weight: bold;
}
/* @end */

/* @group Pages
 */

/* @group SmallMenu
 */
.apple{
  z-index:100;
}

#people{
  margin:40px 0px 0px 50px;
}

#old{
  margin:40px 0px 0px 60px;  
}

#smallMenu{
	position: relative;
	margin: 20px auto 20px auto;
	width: 960px;
}

#smallMenu .welcome .apple{
	position: absolute;
	left: 70px;
	top: 67px;
}

#smallMenu .welcome .menuElement{
	position: absolute;
	left: 02px;
	top: 96px;
}

#smallMenu .product .apple{
	position: absolute;
	left: 212px;
	top: 63px;
}

#smallMenu .product .menuElement{
	position: absolute;
	left: 233px;
	top: 102px;
}

#smallMenu .price .apple{
	position: absolute;
	left: 49px;
	top: 143px;
}

#smallMenu .price .menuElement{
	position: absolute;
	left: 0px;
	top: 169px;
}

#smallMenu .contact .apple{
	position: absolute;
	left: 202px;
	top: 149px;
}

#smallMenu .contact .menuElement{
	position: absolute;
	left: 167px;
	top: 172px;
}

#contact.smallMenu table{
	margin-left: 100px;
}


#leaveMessage{
  text-align:center;
 
}

.peopleDescription{
	margin-left: 100px;
}

/* @end */

/* @group Welcome
 */


#tree{
	position: relative;
	margin: 40px auto 20px auto;
	width: 504px;
}

#tree .welcome .apple{
	position: absolute;
	left: 129px;
	top: 107px;
}

#tree .welcome .menuElement{
	position: absolute;
	left: 0px;
	top: 170px;
}

#tree .product .apple{
	position: absolute;
	left: 400px;
	top: 103px;
}

#tree .product .menuElement{
	position: absolute;
	left: 413px;
	top: 176px;
}

#tree .price .apple{
	position: absolute;
	left: 60px;
	top: 268px;
}

#tree .price .menuElement{
	position: absolute;
	left: 68px;
	top: 331px;
}

#tree .contact .apple{
	position: absolute;
	left: 376px;
	top: 285px;
}

#tree .contact .menuElement{
	position: absolute;
	left: 376px;
	top: 334px;
}



/* @end */

/* @group Contact */
#contact table{
	padding: 5px 0px;
}

#contact table td{
	padding: 5px;

}

#contact td.link{
	padding-left: 30px;
}


/* @end */



/* @end */
