/*
Client: Canyon Restaurant
Author:  j.Bernard
URL:  http://www.fleeangrybear.com
Date:  August '10
*/


	/* --- Common Elements
-------------------------------------------------------*/

* { margin: 0; padding: 0; }

body {
	background: #f3ebe0;
	overflow: hidden;
	outline: none;
}

body, input, select {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 12px;
	color: #414042;
}

h1 {
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #f15d22;
}

h2 {
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

p { margin-bottom: 1em; }

ul, ol { 
	list-style: none;
}

img {
	vertical-align: bottom;
	border: 0;
	}

fieldset { }

table { border-collapse: collapse; }

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

a:link {
	color: #f15d22;
	outline: none;
}

a:hover {
	color: #000;
}

a:visited {
	color: #414042;
}

a:active {
	color: #414042;
}


/* --- General Classes
-------------------------------------------------------*/

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* --- flashcontent
-------------------------------------------------------*/

#flashcontent {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 100%;
	outline: none;
}

	#flashcontent .no_flash .logo {
		height: 56px;
		width: 198px;
		background: url(../img/canyon_logo.png) no-repeat 0 0;
	}
	
	#flashcontent .no_flash .redirect {
		position: relative;
		top: 30px;
	}
