/* 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,dd,dl,dt,li,ol,ul,fieldset,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;font-weight:inherit;font-style:inherit;font-family:inherit;text-align:left;vertical-align:baseline;text-decoration:none;}
table{border-collapse:collapse;border-spacing:0;}
q:before,q:after,blockquote:before,blockquote:after{content:"";}
img{border: 0;}
/* EO RESET */

body
{
	background: #f6f1c9 url("../img/bg.jpg") repeat-x top center;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3
{
	font-family: Calluna, Georgia, "Times New Roman", Times, sans-serif;
}

a { font-weight: bold; color: #ff1212; }
a:hover {color: #630000; }

/* MAIN LAYOUT */

div.clear-both
{
	clear: both;
}

div#frame
{
	width: 960px;
	margin: 15px auto;
}

div#top
{
	margin-top: 65px;
	height: 100px;
	width: 960px;
	background: transparent url("../img/ornament.png") no-repeat bottom center;
}

	div#logo
	{
		width: 295px;
		float: left;
	}
	
		h2.pitopalvelu
		{
			text-align: right;
			text-transform: uppercase;
			color: #ff1212;
			margin-top: -20px;
		}
		
	div#menu
	{
		float: right;
	}
		
		div#menu ul
		{
			margin-top: 25px;
			list-style-type: none;
			font-family: Calluna, Georgia, "Times New Roman", Times, sans-serif;
			font-size: 18px;
		}
		
		div#menu ul li
		{
			float: left;
			display: block;
			margin-left: 15px;
		}
		
		div#menu ul li a
		{
			color: #000;
			font-weight: normal;
		}
		
		div#menu ul li a:hover,
		div#menu ul li.selected a,
		div#menu ul li.ancestor a
		{
			color: #ff1212;
		}
		
		
div#submenu
{
	width: 960px;
	/*background: transparent url("../img/ornament.png") no-repeat bottom center;*/
	padding-bottom: 25px;
	border-bottom: 2px solid #c9c19e;
}
	div#submenu ul.menu
	{
		list-style: none;
	}
	
	div#submenu ul.menu li
	{
		float: left;
		margin: 2px 10px 0 5px;
	}
	
	div#submenu ul.menu li a
	{
		color: #000;
		font-size: 12px;
		font-weight: bold;
	}
	
	div#submenu ul.menu li.selected a,
	div#submenu ul.menu li a:hover
	{
		color: #ff1212;
	}

	div#submenu ul.menu li span.divider
	{
		letter-spacing: -1px;
	}

div#highlight
{
	margin-top: 25px;
	width: 956px;
	height: 257px;
	border: 2px solid #c9c19e;
}

	div.picture
	{
		background: transparent url("../img/bore.jpg") repeat-x top center;
		width: 658px;
		height: 257px;
		float: left;
	}
	
		div.picture h2
		{
			width: 618px;
			padding: 10px;
			background: transparent url("../img/white.png") top right;
			margin: 206px 10px 10px 10px;
			font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		}
	
	div#restaurants
	{
		background: transparent url("../img/buttons_bg.jpg") repeat-x top right;
		width: 298px;
		height: 257px;
		float: right;
	}
		
		div#restaurants ul
		{
			margin: 52px 0 0 10px;
			list-style-type: none;
			width: 280px;
		}
		
		div#restaurants ul li
		{
			background: #fff6cc url("../img/button.png") no-repeat top right;
			height: 53px;
			margin-bottom: 20px;
		}
		
		div#restaurants ul li a
		{
			width: 232px;
			height: 38px;
			display: block;
			padding: 15px 0 0 48px;
			font-size: 16px;
			color: #262315;
			font-weight: normal;
		}
			
div#content
{
	width: 960px;
	margin-top: 15px;
}
		
	div.column
	{
		margin: 15px 0;
		width: 465px;
		float: right;
	}
	
	div.left
	{
		padding-right: 10px;
		border-right: 2px solid #c9c19e;
		float: left;
	}
	
	div#content p
	{
		margin: 10px 0;
	}
	
	div#content strong
	{
		font-weight: bold;
	}
	
	div#content ul,
	div#content ol
	{
		margin: 10px 10px 10px 30px;
	}

	div#content blockquote
	{
		margin: 10px 10px 10px 40px;
		font-style: italic;
		color: #887f56;
	}
	
	div#content pre
	{
		margin: 10px;
	}
	
	div#content div.thumbnail
	{
		float: left;
		margin: 20px 20px 15px 20px;
	}
	
	div#content div.thumbnail img
	{
		border: 1px solid #a69e79;
		padding: 5px;
		background-color: #fff;
	}
	
	div#content div.photo-gallery h2
	{
		margin: 20px 20px 5px 20px;
	}
	
	div#content div.photo-gallery div.gallery-photo
	{
		margin: 0 20px 10px 20px;
	}
	
		
div#footer
{
	background: transparent url("../img/ornament.png") no-repeat top center;
	padding-top: 20px;
	width: 960px;
}

	div#footer p
	{
		text-align: center;
		color: #5d5841;
	}
	
	div#footer p.andersvisual
	{
		color: #a69e79;
		padding-top: 5px;
	}
	
	div#footer a
	{
		color: #a69e79;
		text-decoration: none;
	}

/* EO MAIN LAYOUT */


/* FORMS */

/* FORMS */


/* TYPE */

em
{
	font-style: italic;
}

/* EO TYPE */
