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

/* G-Dawgs stylesheet - ©2008 www.kaigadesign.com */

/* Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:  Eurostile, Arial, Helvetica, Sans-Serif;
	background-color: #EAEAEA;
	color: #333;
	text-align: center;
	}

#page {
	background-color: EAEAEA;	
	text-align: left;
	}

#content {
	font-size: 1.4em;
	line-height: 1.4em;	
	}

.bold {
	font-weight: bold;
	font-family: Eurostile, Arial, Helvetica, sans-serif;
	}
	
.italics {
	font-style: italic;
	}

.menutext {
	font-size: 12px;
	}
	
.menuprice {
	font-size: 12px;
	color: #F32837;
	font-weight: bold;
	}
	
.ul {
	text-decoration: underline;
}
	
.smalltext {
	font-size: 10px;
	}
	
.tracking {
	letter-spacing: -0.3px;
	}	
	
.spaced {
	word-spacing: 20px;
	}

/* End Typography & Colors */

/*Structure*/

#header {

	margin: 0 auto;
	width: 900px;
	clear: both;
	background: url("images/header.gif") no-repeat top;
	height: 44px;
		
}

#logoheader {
	margin: 0 auto;
	background: url("images/logoheader.jpg") no-repeat;
	width: 650px;
	height: 135px;
	padding: 0px, 0px, 5px, 0px;
}

#flashmovie {
	text-align: left;
	position: relative;
	left: -5px;
	background-color: #FFF;
	width: 650px;
	height: 255px;
	margin-right:auto;
	margin-left:auto;	
			
	}

#fancymenu {
	width: 650px;
	margin-left: 110px;
	padding: 0px 20px 30px 20px;
}

#container {
	text-align: left;
	position: relative;
	background-color: #FFF;
	width: 900px;
	margin-right:auto;
	margin-left:auto;	
	background: url("images/columngrey.gif") repeat-y center;
		
}

#content {
	width: 650px;
	margin-left: 110px;
	padding: 0px 20px 30px 20px;
	
}

#menu {
	padding: 10px 0px 0px 0px;

}

#sotd {
	background: url("images/sotd1.jpg") no-repeat;
	float: right;
	padding: 40px 17px 0px 20px;
	margin-left: 20px;
	width: 120px;
	height: 154px;
	
}

#shortcuts {
	padding: 12px 0px 0px 2.5px;
	margin-left: 0px;
	width: 648px;
	height: 50px;
	
}


#classics {
	margin-left: 30px;

}


#specials {
	margin-left: 30px;

}

#breads {
	margin-left: 30px;

}

#fillings {
	margin-left: 30px;

}

#soup {
	margin-left: 30px;

}

#cakes {
	margin-left: 30px;

}

#crisps {
	margin-left: 30px;

}

#misc {
	margin-left: 30px;

}

#drinks {
	margin-left: 30px;

}

#catering {
	margin-left: 30px;

}

#map {
	float: left;
	padding: 20px 20px 10px 0px;
	width: 350px;
	height: 350px;
}


#footer {
	clear:both;
	margin: 0 auto;
	width: 900px;
	clear: both;
	background: url("images/footergrey.gif") no-repeat bottom;
	height: 80px;
		
}

#kaiga {

    position: relative;
	bottom: 20px;
		
}



/*End Structure*/