/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Website:  	Italiano's Restaurant						 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *		
 * Author(s):  		 	 *
 * 															 *
 * 															 *
 * 															 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ 
 
 /*	GENERAL		--------------------------------------------*/
 
html, body, div, span, applet, object, iframe, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
}

body {	
	background: #bb5b0e url(../images/body.jpg) repeat-x left top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

a {
	color: #73a1be;
	font-weight: 700;
	outline: 0;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}

textarea {
	overflow: auto;
}

h1, h2, h3, h4, h5, h6 {
	color: #9e2d09;
	font-family: Georgia;
	font-weight: 400;
	line-height: 1em;
}

h1 {
	font-size: 1.83em;
	margin-top: 0;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

.sup, .sub {
	font-size: 0.7em;
	position: relative;
	vertical-align: 0;
}

.sup {
	bottom: 1ex;
}

.sub {
	top: 0.8ex;
}

fieldset {
	margin: 1em 0;
}

fieldset label {
	display: block;
}

fieldset input, fieldset textarea {
	border: 1px solid #CCC;
	padding: 2px;
}

.submit {
	background-color: #dcb354;
	border: 0;
	color: #FFF;
	cursor: pointer;
	display: block;
	font-weight: 700;
	padding: 5px;
}

#first-column img {
	border: 1px solid #CCC;
	padding: 5px;
}

/* 	TOOLBOX CSS 	--------------------------------------------*/

.float-right {
	float: right;
}
	img.float-right {
		margin: 0 0 1em 1em;
	}

.float-left {
	float: left;
}
	img.float-left {
		margin: 0 1em 1em 0;
	}

.clearboth {
	clear: both;
}

/*	PAGE STRUCTURAL ELEMENTS --------------------------------------------*/

#container_wrapper {
	/*background: #ab460e url(../images/body.jpg) no-repeat left top;*/
	margin: 0 auto;
	padding: 0;
	padding-top: 32px;
	width: 1024px;
}

#outer_container {
	background: transparent url(../images/white-container-bg.png) repeat-y left top;
	margin: 0 auto;
	padding-top: 15px;
	position: relative;
	width: 926px;
}

#outer_container_bottom {
	background: transparent url(../images/white-container-bottom.png) no-repeat left top;
	height: 65px;
	margin: 0 auto;
	width: 926px;
}

#inner_container {
	
	margin: 0 auto;
	width: 826px;
}

#header {
	background: transparent url(../images/top-region.jpg) no-repeat left top;
	height: 81px;
}

#banner {
	background: transparent url(../images/banner.jpg) no-repeat left top;
	color: #FFF;
	float: left;
	position: relative;
	height: 299px;
	width: 100%;
}

#main {
	background: transparent url(../images/main-bg-body.jpg) repeat-y left top;
	color: #2d2d2d;
	display: inline;
	float: left;
	font-size: 1.2em;
	line-height: 1.5em;
	min-height: 341px;
	width: 100%;
}

#main-top {
	background: transparent url(../images/main-bg-top.jpg) no-repeat left top;
	clear: both;
	height: 41px;
}

#main-bottom {
	background: transparent url(../images/main-bg-bottom.jpg) no-repeat left top;
	clear: both;
	height: 34px;
}

#first-column {
	margin-right: 10px;
	padding: 0 10px 0 14px;
	width: 598px;
}

#left-column {
	width: 160px;
}

#center-column {
	background: transparent url(../images/content-bg.jpg) no-repeat left top;
	margin: 0 20px 0 17px;
	padding: 10px;
	width: 513px;
}

#right-column {
	padding-right: 10px;
}

/*	HEADER */

#global-nav {
	display: inline;
	float: right;
	font-size: 1.1em;
	list-style: none;
	margin: 0.5em 0 0.5em 0;
}
	#global-nav li {
		background: transparent url(../images/global-nav-divider.gif) no-repeat scroll left 1px;
		float: left;
	}
	#global-nav li.first {
		background: transparent;
	}
	#global-nav li.first, #global-nav li.last {
		margin: 0;
		padding: 0;
	}
		#global-nav li a {
			margin: 0 0.5em 0 0.75em;
			text-decoration: none;
			text-transform: lowercase;
		}
			#global-nav li a:hover {
				text-decoration: underline;
			}
		#global-nav li.first a {
			margin-left: 0;
		}
		#global-nav li.last a {
			margin-right: 0;
		}

#logo {
	display: inline;
	float: left;
	outline: 0;
	margin-top: 10px;
}
	#logo img {
		border: 0;
	}
	
#phoneNumber {
	background: transparent url(../images/phone-number.jpg) no-repeat left top;
	clear: right;
	display: inline;
	float: right;
	font-family: Georgia;
	font-size: 1.6em;
	font-weight: 700;
	height: 29px;
	line-height: 29px;
	margin: 6px 0 0 0;
	padding: 0;
	text-align: right;
	width: 295px;
}
	#phoneNumber span {
		padding: 0 1em 0 0;
	}
#hours {
	bottom: 45px;
	font-size: 0.8em;
	left: 210px;
	position: absolute;
}
	#hours strong {
		font-size: 1.1em;
	}
#newsletter {
	background-color: #585100;
	clear: both;
	color: #FFF;
	float: left;
	height: 39px;
	padding-left: 14px;
	width: 812px;
}
	#newsletter p {
		display: inline;
		float: left;
		font-size: 1.2em;
		line-height: 39px;
		margin: 0 1em 0 0;
		padding: 0;
	}
	#news-form {
		display: inline;
		float: left;
	}
		#news-form input {
			background-color: #dedccc;
			border: 0;
			color: #666;
		}
	#news-form .submit {
		background-color: #dcb354;
		border: 0;
		color: #FFF;
		display: inline;
		padding: 1px 5px;
	}
/*	PRIMARY NAVIGATION --------------------------------------------*/
	
#primary-nav-wrap {
	background: transparent url(../images/primary-nav-bar.gif) repeat-x left top;
}	
	
#primary-nav-bar {
	height: 35px;
	width: 960px;
}

#primary-nav {
	background: transparent url(../images/primary-nav.jpg) no-repeat left top;
	height: 35px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1000;
}
	#primary-nav li {
		display: inline;
		float: left;
	}
	
		#primary-nav li.first a {
			background: transparent url(../images/primary-nav-home.jpg) repeat-x right top;
			height: 35px;
			margin-left: 1px;
			padding: 0;
			text-indent: -999em;
			width: 48px;
		}

	#primary-nav li.last {
		border-right: 0;
	}
		#primary-nav li a {
			color: #585100;
			display: block;
			font-size: 1.16em;
			font-weight: 400;
			height: 35px;
			line-height: 35px;
			margin: 0;
			padding: 0 15px;
			text-align: center;
			white-space: nowrap;
			z-index: 1000;
		}
		#primary-nav li a:hover {
			background-color: #a23c0c;
			color: #fff;
			text-decoration: none;
		}	
		
#primary-nav li:hover ul, #primary-nav li.sfhover ul {
	display: block;
}

#primary-nav ul {
	display: none;
	list-style: none;
	padding: 0;
	position: absolute;
	text-align: left;
	
	z-index: 1000;
}
	#primary-nav ul li {
		float: none;
	}
		#primary-nav ul li a {
			background-color: #a23c0c;			
			border-top: 1px solid #c48466;
			color: #FFF;
			display: block;
			font-weight: 400;
			height: auto;
			line-height: normal;
			margin: 0;
			padding: 0.4em 1em;
			text-align: left;			
			white-space: nowrap;
			width: 100%;
		}
		#primary-nav ul li a:hover {
			background-color: #585100;
		}
	#primary-nav :hover > a {
		background-color: #a23c0c;
		color: #FFF;
	}
						
/* AJAXSEARCH FORM   ---------------------------------------*/

#search {
	color: #fff;
	display: inline;
	float: right;
	height: 32px;
	padding: 0;
}
	#search fieldset {
		margin: 0;
	}
	#ajaxSearch_input {
		color: #b0b0b0;
		position: relative;
		top: 7px;
		width: 145px;
	}
	#ajaxSearch_submit {
		background: transparent url(../images/internal-search-submit.jpg) no-repeat left top;
		border: 0;
		color: #FFF;
		cursor: pointer;
		font-size: 0;
		height: 21px;
		line-height: 0;
		padding: 0;
		position: relative;
		text-indent: -9999px;
		top: 3px;
		width: 20px;
	}
	

/* !search results ============================== */

.ajaxSearch_result {
	/*font-size: 1.2em;*/
	border-bottom: 1px solid #a6a3a9;
}
	.ajaxSearch_result p {
		/*font-size: .9em;*/
	}
.ajaxSearch_resultLink {
	display: block;
	padding: 3px 0;
	font-size: 1.3em;
}
.ajaxSearch_resultsInfo {
	display: block;
	border-bottom: 1px solid #636363;
}
.ajaxSearch_resultDescription {
	margin: 0;
	padding: 0;
	font-style: italic;
}
.ajaxSearch_highlight {
	background: #FFFF00;
}

/* BREADCRUMBS   -------------------------------------------*/

#main-top {
	color: #72b4dd;
	font-size: 1.2em;
	padding: 0 10px 0 14px;
}

.B_crumbBox {
	display: block;
	padding-top: 10px;
}
/*
	#breadcrumbs a {
		text-decoration: none;
	}
		#breadcrumbs a:hover {
			text-decoration: underline;
		}
		*/
.B_lastCrumb {
	color: #666;
}

/* 	LEFT NAVIGATION 	--------------------------------------------*/
#left-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
	#left-nav li {
		border-bottom: 1px solid #e5e5e5;
		padding: 0.5em 0;
	}
	#left-nav a {
		color: #989898;
		display: block;
		padding: 0 5px 0 15px;
		text-decoration: none;
	}
		#left-nav li a:hover {
			text-decoration: underline;
		}
	#left-nav-region h3 {
		margin: 0;
		padding: 0;
	}
	#left-nav-region h3 a {
		background: transparent url(../images/left-nav-header.gif) no-repeat left top;
		color: #63acd9;
		display: block;
		height: 36px;
		line-height: 36px;
		padding: 0 0 0 10px;
		text-decoration: none;
		width: 150px;
	}
	#left-nav li.current a {
		color: #333;
	}
	
/* RIGHT COLUMN   --------------------------------------------*/

.fb-top {
	background: transparent url(../images/fb-top.png) no-repeat left top;
	height: 31px;
	width: 177px;
}

.fb-container {
	background: transparent url(../images/fb-cont-bg.png) repeat-y left top;
	padding-bottom: 10px;
}

.fb-cont-top {
	background: transparent url(../images/fb-cont-top.png) repeat-y left top;
	height: 5px;
}

.fb-bottom {
	background: transparent url(../images/fb-bottom.png) no-repeat left top;
	height: 31px;
	width: 177px;
}

.fb-cont-bottom {
	background: transparent url(../images/fb-cont-bottom.png) repeat-y left top;
	height: 10px;
}

.fb-content {
	border: 1px solid #d6d5d2;
	color: #666;
	margin: 0 9px 0 12px;
	padding: 5px 5px 5px 6px;
}
	.fb-content h3 {
		font-size: 1.2em;
	}
	
/* QUICK FORM    ---------------------------------------------*/

#quick-contact {
	color: #666;
	margin-bottom: 1em;
	width: 148px;
}
	
	#quick-contact textarea, #quick-contact fieldset input {
		width: 143px;
	}

/* HOMEPAGE		 --------------------------------------------*/
#menu-links {
	background: transparent url(../images/menu-links.jpg) no-repeat left top;
	height: 91px;
	list-style: none;
	margin: 0;
	padding: 8px 8px 8px 9px;
}
	#menu-links li a {
		background-color: red;
		display: inline;
		float: left;
		height: 90px;
		margin-right: 14px;
		text-indent: -999em;
		width: 260px;
	}
	#menu-links li a:hover {
		opacity: 0.9;
	}
	#menu-links li.last a {
		margin-right: 0;
	}
	#lunch_menu {
		background: transparent url(../images/lunch-menu.jpg) no-repeat left top;
	}
	#dinner_menu {
		background: transparent url(../images/dinner-menu.jpg) no-repeat left top;
	}
	#catering_menu {
		background: transparent url(../images/catering-menu.jpg) no-repeat left top;
	}

/* CONTENT 		--------------------------------------------*/

.image-box {
	display: inline;
	float: right;
	margin: 0 0 0.5em 0;
	text-align: center;
}
	.image-box.left {
		float: left;
		margin-right: 1em;
	}
 	.image-box img {
 		display: block;
 	}
.menu-list {
	list-style: none;
}

/*	FOOTER 		--------------------------------------------*/		
#footer {
	background: transparent url(../images/footer-bg.jpg) no-repeat left top;
	color: #333;
	font-size: 1.1em;
	height: 51px;
	padding: 10px 2em;
}

#co-name{
	color: #9e2d09;
}

#footer p {
	margin: 0;
	padding: 0;
}

.footer-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
	.footer-nav li {
		background: transparent url(../images/footer-nav-divider.gif) no-repeat left 1px;
		display: inline;
		padding: 0 0.5em 0 0.75em;
	}
	.footer-nav li.first {
		background: none;
		padding-left: 0;
	}
		.footer-nav li a {
			color: #333;
			font-weight: 400;
		}
		.footer-nav li a:hover {
			color: #3d97cf;
			text-decoration: none;
		}
	
/* 2009 - 2010 (c) | ez-css.org
 * ez.css ::  version 1.2 :: 01182010
 *
 * This styles sheet caters for IE 5 browsers. 
 * With this styles sheet, use the snippets from http://www.ez-css.org/layouts 
*/

/*
 * auto-centering in IE 5
 * we reset this value in the next rule so content is left aligned. 
 */
 
body {text-align: center;}

/* 
 * This wrapper, first child of body, is used to wrap "ez-css" modules. 
 * It will auto-center if it is given a width smaller than the width of the viewport.
 * Position relative is used to create a stacking context from the start (to prevent z-index issues). 
 */

.ez-mw {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position :relative;
	z-index: 1;
	text-align: left;
}

/*
 * to make sure modules clear previous containers
 */

.ez-wr {clear: left;}

/*
 * this is the clearfix metod
 * we rely on this to contain floats in "stand-alone" modules 
 */
 
.ez-wr:after,
.ez-box:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
}

/*
 * hacks for IE 5 (Win and Mac)
 * (min-height is the "hasLayout" trigger used for IE7)
 */
 
.ez-wr,.ez-box,.ez-last {display: inline-block;min-height: 0;}    
/* hides from IE-mac \*/  
* html .ez-wr,
* html .ez-box,
* html .ez-last {height: 1%;}  
.ez-wr,.ez-box,.ez-last {display: block;}  
/* end hide from IE-mac */

/*
 * the last DIV in the HTML flow (a column) must create a new block-formatting context.
 * by default, we rely on "overflow:hidden", but if this creates an issue with your design, then try one of these classes instead: 
 * ez-oa
 * ez-dt 
 * ez-it
 * ez-tc
 * ez-ib
 */
 
.ez-oh {
	overflow: hidden;
}

* html .ez-oh {
	overflow: visible;
}

.ez-oa {
	overflow: auto;
}
.ez-dt {
	display: table;
}

.ez-it {
	display: inline-table;
}
.ez-tc {
	display: table-cell;
}

.ez-ib {
	display: inline-block;
}

/* 
 * DIVs to be columns
 * we float them left or right depending on module or layout
 * the negative margin is used to fix a IE6 bug (3px jog).
 */
.ez-fl {
	float: left;
}

* html .ez-fl {
	margin-right: -3px;
}

.ez-fr {
	float: right;
}

* html .ez-fr {
	margin-left: -3px;
}

/*
 * every floated column in a module or layout need a width
 * here we have 5 default values: 1/4, 1/3, 1/2, 2/3 and 3/4
 */

.ez-25 {width: 25%;}
.ez-33 {width: 33.33%;}
.ez-50 {width: 50%;}
.ez-66 {width: 66.66%;}
.ez-75 {width: 75%;}

/* 
 * the following classes are used to make columns that are sibblings overlap by 1 pixel (to vertically align 1 pixel borders between containers)
 * for this to work, this class must be applied to the following elements: 
 * - column 1 of Module 2A, 
 * - column 2 of Module 3A,
 * - column 1 of Module 3B, 
 * - column 3 of Module 4A, 
 * - column 1 of Module 4B, 
 * - column 1 in column 1 of Module 4B, 
 * - column 2 in column 1 of Module 4B 
 */
 
.ez-negmr {
	margin-right: -1px;
}

* html .ez-negmr {
	margin-right:-4px;
}

/*
 * (star html hack is used here because of the cascade, to override "* html .ez-fl")
 * same as above, but for these elements:
 * - column 1 of Module 3A,
 * - column 1 of Module 4A,
 * - column 2 of Module 4A 
 */
 
* html .ez-negmx,
.ez-negmx {
	margin-right: -1px;
}

/* 
 * same as above, but for these elements:
 * - column 1 of Module 2B,
 * - column 2 of Module 3B 
 */
 
.ez-negml {
	margin-left: -1px; 
}

* html .ez-negml {
	margin-left:-4px;
}