/* CSS Reset
----------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	list-style:none;
}

/* CSS Begin
----------------------------------------------------------------------------------------------------*/
body{ 
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 0.9em;
 	color: #5d5d57;
 	line-height: 1em;
 	min-width: 1000px;
 	text-align: center;
	width: 100%;
	text-align: center;
	background: #f5f9fc;
	
}

#wrap {
	display:table;
	width:100%;
}

/* 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 */

a:hover, a:active, a:focus, a:active {
	outline: none;
	-moz-outline-style: none;
}

/* Header
----------------------------------------------------------------------------------------------------*/
#header {
	height: 316px;
	background:url(../images/portal/header.jpg) top center no-repeat;
}

/* Main
----------------------------------------------------------------------------------------------------*/
#mainwrap {
	border-top: 1px solid #b7b189;
	background: url(../images/mainwrapbg.jpg) top left repeat;
}

#main {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}


p {
	margin: 0 20px 10px 40px;
	width: 400px;
	line-height: 120%;
}

#seattle, #wall {
	width: 485px;
	height: 410px;
	float: left;
	display: inline;
	position: relative;
	top: -149px;
	padding-top: 170px;
}

#wall {
	background: url(../images/portal/wall.jpg) top center no-repeat;
	margin-right: 10px;
}

#seattle {
	background: url(../images/portal/seattle.jpg) top center no-repeat;
	margin-left: 10px;
}


#storeinfo {
	margin: 15px 40px	
}

#info, #opentable {float: left; display: inline; text-align: left; }

#info { margin-right: 20px; width: 200px; }

#opentable { width: 170px;}

h2 {
	color: #E14931;
	font-size: 1.2em;
	margin: 10px;
}

#storeinfo p {margin: 0 10px 10px; width: auto}

#storeinfo a { font-weight: 700 }

a.locationbtn, a.OT_ExtLink {
	display: block;
	color: #FFF;
	text-decoration: none;
	background: #0b7455;
	width: 185px;
	height: 30px;
	line-height: 1.9;
	text-align: center;
	border: 1px solid #0c4836;
	letter-spacing: 1pt;
	float: left;
	display: inline;
	margin: 0 6px
}

a.locationbtn:hover, a.OT_ExtLink:hover {
	background: #E14931;
	border: 1px solid #972a18;
}

/* Footer (non-secure)
----------------------------------------------------------------------------------------------------*/
#footerwrap {
	background: #FFF;
}
#footer {
	width: 1000px;
	margin: 0 auto;
	height: 57px;
	text-align: left;
	font-size: 0.9em;
	position: relative;
}

#copyright {
	float: left;
	margin: 0 0 0 20px;
	padding-top: 20px;
	font-size: 0.9em;
	height: 20px;
}

#credit {
	float: right;
	margin: 20px 40px 0 0;
}


