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

body {
	background:url(../images/gradient_sliver.gif) #fd4403 repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

.border {
	border:1px solid #000;
}

.menus {
	text-decoration:underline;
	display:inline;
	font-weight:bold;
	color:#000;
}

.menus a:link {
	text-decoration:underline;
	font-weight:bold;
	color:#000;
}

.menus a:visited {
	text-decoration:underline;
	font-weight:bold;
	color:#000;
}

.menus a:hover {
	text-decoration:underline;
	font-weight:bold;
	color: #ffd800;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:22px;
	text-align:center;
	color:#000;
	
}

.lighter_font {
	font-weight:lighter;
}

.title1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	font-weight:bold;
	color:#000;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-align:center;
	font-weight:normal;
	color:#000;
	
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	color:#000;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	font-weight:bold;
	color:#000;
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#dd1001;
}

h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

#container {
	background:url(../images/KairosBackground.jpg) no-repeat;
	border: 0px solid #fd2c03;
	width:1024px;
	height:728px;
	position:absolute;
	left:50%;
	margin-left: -512px;
}

#header {
	background:url(../images/header3.png) no-repeat;
	width:1024px;
	height:100px;
	float:left;
		
}

#nav {
	width:1006px; 
	height:24px;
	padding:0px 0px 0px 0px;
	margin-left:12px;
	margin-right:0px;
	float:left;
}

ul{
  margin:0;
  padding:0;
}
ul li{
  margin:0;
  padding:0;
  /*This code here is to removed the bullets of your unordered list.*/
  list-style:none;
}

#horizontal a {
  /*This code will help you control the size of your anchor link.*/
  display:block;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  /*Never forget to define width if your using display:block; for your link.*/
  width:97px;
  /*Default background color of your navigation.*/
  background-color:#fd2c03;
  border:1px solid #000000;
  text-decoration:none;
  color:#000;
  padding:4px 2px 4px 2px;
  /*To control the position of your text inside your anchor link.*/
  text-align:center;
}

#horizontal a:hover {
  background-color:#fdcb01;
  color:#000000;
}

#horizontal a:active {
  background-color:#fdcb01;
  color:#000000;
}

#horizontal a:visited {
	text-decoration:none;
}

#horizontal{
  height:24px;
  width:1002px;
  padding-right:2px;
  padding-bottom:2px;
}
#horizontal ul li{
  /*As you can see guys; I defined float to left for <li></li> so it will be compatible in IE6*/
  float:left;
  /*This margin here is to adjust the spacing in each side of your menu.*/
  margin:1px 4px 1px 4px;
  display: inline;  /* <---Solution for bug IE6 */ 
}
#horizontal ul li a{
  /*Same goes here. Define float to left.*/
  float:left;
  text-decoration:none;
}

li#youarehere a { background-color: #fdcb01; }


.float_left {
	float:left;
}


#content {
	width:1024px;
	height:578px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0px;
	margin-top:0px;
	float:left;
}

#inside-content {
	border:1px solid #000;
	width:980px;
	height:524px;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:lighter;
	color:#000;
	overflow:auto;
	margin:9px 11px 0px 11px;
	padding:0px 10px 10px 10px;
	text-decoration:none;
	float:left;
	display: inline;  /* <---Solution for bug IE6 */ 
}

#inside-content a {text-decoration:underline; color:#990000; font-weight:bold;}
#inside-content a:hover {text-decoration:underline; color:#FFFF00; font-weight:bold;}

#contact {
	width:580px;
	height:85px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:lighter;
	line-height:18px;
	text-align:center;
	margin:5px 0px 10px 190px;
	padding:6px;
}

#einstein {
	width:375px;
	border:1px solid #000;
	margin:0px 0px 0px 20px;
}
#homepageimage {
	width:475px;
	float:left;
	padding:0px 12px 2px 0px;
}

#directions {
	width:400px;
	float:left;
	font-size:14px;
	font-weight:lighter;
	margin:0px 0px 0px 20px;
}

#text-images {
	width:972px;
	height:580px;
	margin:0px 0px 6px 2px;
	overflow:auto;
}

.imagerow {
	width:750px;
	display:inline;
	float:left;
	margin-left:138px;
}

.pic {
	width:100px;
	float:left;
	padding-right:20px;
}

.border {
	border:solid 1px #000;
}

#footer {
	width:600px;
	height:13px;
	background-color:#fd2c03;
	margin:2px 6px 4px 11px;
	padding-left:400px;
	padding-top:0px;
	padding-bottom:0px;
	border:1px solid #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	float:left;
}

#column1 {
	width:680px;
	text-align:center;
	float:left;
	display: inline;  /* <---Solution for bug IE6 */
	margin:0px 0px 0px 148px;
}

.food {
	font-size:18px;
	font-weight:600;
	text-align:center;
}

.extra1 {
	font-size:15px;
	text-align:center;
}

.extra2 {
	font-size:15px;
	text-align:center;
	font-style:italic;
}

.meal {
	font-size:19px;
	font-weight:600;
	text-align:center;
}

.katering1 {
	font-size:15px;
	font-weight:400;
	text-align:center;
}

.breakfast1 {
	font-size:16px;
	font-weight:300;
	text-align:center;
}

.team {
	width:750px;
	float:left;
	display:inline;
	padding:0px 0px 0px 0px;
	margin:0px 100px 0px 100px;
}

.pic_team {
	padding:0px 10px 10px 0px;
	float:left;
}

.meet_team_title {
	font-weight:600;
	font-size:16px;
}

.spacer {
	width:750px;
	height:25px;
	float:left;
}

.team_titles {
	width:750px;
	float:left;
	display:inline;
	margin:0px 100px 0px 100px;
	text-align:center;
}

.gallery_row {
     width:930px;
	 height:100px;
	 float:left;
	 margin-bottom:20px;
}

.picture {
	width:135px;
	margin-right:20px;
	float:left;
}

.spacer {
    width:30px;
	float:left;
}


.review { width:750px; float:left; display:inline; margin:0px 100px 0px 100px; text-align:left; }

.review_title { font-weight:600; font-size:16px; }

#blog {
	width:1020px;
	height:16px;
	text-align:center;
	padding:8px 0px 0px 0px;
	float:left;
}











