@charset "utf-8";
/* CSS Document */

/***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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/******************************************************/

/***FONTS**********************************************/

@font-face 
{	 
	font-family: 'Custom';

    src: url('fonts/roboto/Roboto-Regular-webfont.eot');
    src:url('fonts/roboto/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto/Roboto-Regular-webfont.woff') format('woff'),
         url('fonts/roboto/Roboto-Regular-webfont.ttf') format('truetype'),
		 url('fonts/roboto/Roboto-Regular-webfont.svg#Custom') format('svg');
	font-weight:normal;
    font-style: normal;	 
}

/***GENERAL********************************************/

*
{
	background-repeat:no-repeat;
	font-weight:normal;
	text-decoration:none;
	color:inherit;
}

body
{
	background-color:#d9d94e;
	font-family:Custom, Arial, Helvetica, sans-serif;
	color:#a6412a;
	text-align:center;
}

#page 
{
	width:100%;
	min-width: 1000px;
	position:relative;
	overflow:hidden;
}
	strong,
	span
	{
		font-weight:normal;
		color:#f39200;
	}

#wrapper
{
	margin:0 auto;
	position:relative;
	padding:40px 0;
	width:980px;
}
	.lama
	{
		width:609px;height:462px;
		position:absolute;
		top:215px;
	}
		.lama.left
		{
			background-image:url("backgrounds/left-lama.png");
			left:-409px;
		}
		.lama.right
		{
			background-image:url("backgrounds/right-lama.png");
			right:-409px;
		}
	.stripe
	{
		height:24px;
		background-repeat:repeat-x;
	}
		.stripe.top
		{
			margin-bottom:34px;
			background-image:url("backgrounds/top-stripe.png");
		}
		.stripe.bottom
		{
			background-image:url("backgrounds/bottom-stripe.png");
			margin-bottom:32px;
		}
	#restaurantMenu
	{
		position:absolute;
		display:block;
		right:237px;top:306px;
	}
	#logo
	{
		width:578px;
		display:block;
		margin:0 auto;
		margin-bottom:24px;
	}
	.mainTitle
	{
		text-align:center;
		font-size:27px;
		letter-spacing:8px;
		word-spacing:5px;
		margin-bottom:59px;
	}
	.map
	{
		margin:0 auto 45px 96px;
		display:block;
		width:454px;
	}
		.map img
		{
			display:block;
		}
	.coordinates
	{
		font-size:20px;
		line-height:31px;
		margin-bottom:14px;
	}
		.coordinates span
		{
			font-size:27px;
		}
		.coordinates .bullet
		{
			display:inline-block;
			width:29px;height:22px;
			background-image:url("pictos/bullet.png");
			margin:0 4px;

			*zoom:1;
			*display:inline;
		}

	.openings
	{
		font-size:27px;
		margin-bottom:74px;
	}
	.copyright
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
	}
		.copyright strong
		{
			font-weight:bold;
		}