/* -------------------------------------------------------------
	Polo Grill
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.0
	Date:			Feb 17, 2006
------------------------------------------------------------- */


/* -------------------------------------------------------------
	Re-defined Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body {
	font: normal 10px/1.6 Verdana, Helvetica, sans-serif;
	color: #fff;
}

body#home {
	background: #000 url(/images/bg_bodyHome.jpg) no-repeat top center;
}

body#interior {
	background: #000 url(/images/bg_bodyInterior.jpg) no-repeat top center;
}

body,
h1, h2, h3, h4, h5, h6,
ul, li,
p,
form, fieldset,
div {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0px;
}

a img {
	border: none;
}

a:link, a:visited {
	color: #808080;
	outline: 0px;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

li {
	list-style-type: none;
	background: url(/images/icon_listArrow.gif) no-repeat 0 8px;
	padding-left: 10px;
	position: relative;
}

table, td {
	border: 0px;
}

h3{
font-size: 1.5em;
font-family: georgia, sarif;
font-weight: bold;
}

h4{
font-size: 1.3em;
font-family: georgia, sarif;
font-weight: bold;
}



/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.rootDiv {
	width: 700px;
	margin: 76px auto 0 auto;
	text-align: center;
}

.indexDiv {
	padding: 7px;
	position: relative;
	width: 686px;
	text-align: left;
}

#home .indexDiv {
	height: 386px;
	overflow: hidden;
}

#interior .indexDiv {
	min-height: 386px;
	background: #000 url(/images/bg_indexBody_interior.jpg) no-repeat 7px 7px;
}

.title, .title a,
#uiList li, #uiList li a {
	display: block;
	overflow: hidden;
	text-indent: -9000px;
}

/* --- element clearing --- */
.indexDivBody:after,
#home .rootDiv .indexDiv:after,
.indexDivFooter .footerLinks:after {
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}



/*	Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*	Body: Content
- - - - - - - - - - - - - -  */

#home .indexDivBody {
	width: 442px;
	float: left;
	clear: none;
}

#interior .indexDivBody {
	min-height: 350px;
	width: 505px;
	padding: 0 86px 25px 95px;
	font-size: 12px;
	line-height: 1.5;
}

#interior .indexDivBody font {
	font-size: 12px;
}

#interior .indexDivBody h2 {
	margin-bottom: 14px;
	font: normal 24px/1.2em Georgia, "Times New Roman", Times, serif;
	color: #808080;
}

#interior .indexDivBody h2 a {
	font-size: 12px;
	display: block;
	float: right;
	margin: -30px 8px 0 0;
}

#interior .indexDivBody p,
#interior .rootDiv .indexDiv .indexDivBody ul,
#interior .indexDivBody ol {
	margin-bottom: 17px;
}



/*	Body: Navigation
- - - - - - - - - - - - - -  */

/* --- home --- */

#brand, #brand a {
	width: 200px;
	height: 28px;
}

#brand {
	background: url(/images/logo_poloGrill.gif) no-repeat top left;
	margin-top: 16px;
}

#messaging {
	width: 499px;
	height: 36px;
	margin: 22px auto;
	clear: both;
	border: 3px solid #2a2a2a;
	background: url(/images/img_messaging01.jpg) no-repeat;
	text-indent: -9000em;
	overflow: hidden;
}

#home .uiDiv {
	width: 204px;
	margin-left: 23px;
	float: left;
}

#home #uiList {
	width: 179px;
	height: 171px;
	margin: 19px 0 7px 0;
	padding: 15px 0 0 25px;
	background: url(/images/bg_uiHome.jpg) no-repeat top left;
	display: block;
}

#home #uiList li {
	padding: 0;
	line-height: 10px;
	position: relative;
}

#home #uiList li a {
	background-position: top left;
	background-repeat: no-repeat;
	padding: 7px 0;
	height: 10px;
}

#ui_home a {
	background-image: url(/images/uiHome_home.gif);
	width: 41px;
}

#ui_about a {
	background-image: url(/images/uiHome_about.gif);
	width: 131px;
}

#ui_menu a {
	background-image: url(/images/uiHome_menu.gif);
	width: 112px;
}

#ui_events a {
	background-image: url(/images/uiHome_events.gif);
	width: 110px;
}

#ui_catering a {
	background-image: url(/images/uiHome_catering.gif);
	width: 70px;
}

#ui_contact a {
	background-image: url(/images/uiHome_contact.gif);
	width: 66px;
}


/* --- interior --- */

#interior #brand {
	margin: 23px auto;
	padding: 1px 0;
}

#interior .uiDiv {
	width: 100%;
	height: 23px;
	clear: both;
	margin: 0 auto;
}

#interior #uiList {
	width: 540px;
	margin-left: 88px;
	padding: 1px 0;
	display: block;
}

#interior #uiList li {
	padding: 0;
	margin-right: 16px;
	position: relative;
	float: left;
	overflow: hidden;
}

#interior #uiList li:hover,
#interior #uiList li.over {
	overflow: visible;
}

#interior #uiList li.first {
	padding-left: 0;
}

#interior #uiList a {
	float: left;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	padding: 0;
	height: 20px;
	line-height: 10px;
}

#interior #uiList a:hover {
	background-color: #3d0d0b;
}

#interior #ui_about a {
	width: 141px;
}

#interior #ui_menu a {
	width: 122px;
}

#interior #ui_events a {
	width: 120px;
}

#interior #ui_catering a {
	width: 80px;
}

/* --- dropdowns --- */

#interior #uiList li:hover,
#interior #uiList li.over {
	overflow: visible;
	background-color: #3d0d0b;
}

#interior #uiList li ul {
	position: absolute;
	z-index: 200;
	width: 206px;
	margin: 0;
	padding: 0;
	top: 20px;
	left: 0;
	background: #270a06;
	border: 3px solid #3d0d0b;
}

#interior #uiList ul li {
	padding: 0;
	margin: 0;
	float: left;
	height: auto;
	width: 206px;
	background: transparent;
}

#interior #uiList ul a:link,
#interior #uiList ul a:visited {
	width: 178px;
	height: auto;
	line-height: 19px;
	font-size: 11px;
	text-decoration: none;
	float: left;
	padding: 0 19px 0 9px;
	margin: 0;
	background: url(/images/bg_drops.gif) no-repeat 9px 0;
	text-indent: 0;
	text-align: left;
	color: #fff;
}

#interior #uiList ul a:hover,
#interior #uiList ul a:active {
	background: #3d0d0b;
}



/* --- reservation link --- */
#reservations {
	width: 202px;
	position: relative;
	display: block;
	margin: 10px auto 0 auto;
}

#interior #reservations {
	margin: 10px 0 0 0;
}

#reservations li {
	display: block;
	width: 100%;
	padding: 0;
}

#reservations li a:link, 
#reservations li a:visited {
	background-color: #000;
	background-image: url(/images/icon_arrowGray.gif);
	background-position: 7px center;
	background-repeat: no-repeat;
	font: bold 10px/1 Verdana, Helvetica, sans-serif;
	border: 1px solid #6d6c6c;
	color: #6d6c6c;
	height: 24px;
	line-height: 24px;
	text-indent: 22px;
	width: 100%;
	display: block;
	text-decoration: none;
}

#reservations li a:hover, 
#reservations li a:active {
	background-color: #3e1d13;
	border: 1px solid #522100;
	color: #fff;
	background-image: url(/images/icon_arrowWhite.gif);
}




/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.footerLinks {
	color: #713e0c;
	clear: both;
	width: 100%;
	margin-top: 11px;
	position: relative;
}

.footerLinks li {
	float: left;
	display: block;
	padding: 0 14px;
	border-left: 1px solid #7f3b00;
	line-height: 12px;
	height: 12px;
}

.footerLinks li#firstLink {
	padding-left: 0;
	border: 0px;
}

.footerLinks li#lastLink {
	padding-right: 0;
}


.indexDivFooter{
position: relative;
}

.indexDivFooter a:link, 
.indexDivFooter a:visited {
	text-decoration: none;
	color: #7f3b00;
}

.indexDivFooter a:hover, 
.indexDivFooter a:active {
	text-decoration: underline;
}

#siteCredit, #copyright {
	color: #522100;
	clear: none;
	width: 350px;
	margin-top: 3px;
	position: relative;
}

#siteCredit {
	float: right;
	text-align: right;
}

#copyright {
	float: left;
	text-align: left;
}

#siteCredit a:link, 
#siteCredit a:visited {
	color: #522100;
	text-decoration: underline;
}

#siteCredit a:hover, 
#siteCredit a:active {
	text-decoration: none;
}

/* --- eNewsletter --- */
#home .eNewsletter {
	height: 80px;
        width: 250px;
	display: block;
	position: absolute;
        text-align: center;
        left: 230px;
        top: 50px;
}
#home .eNewsletter fieldset{
width: 250px;
text-align: center;
}

#home .eNewsletter label {
	width: 250px;
	clear: both;
	text-align: left;
	color: #808080;
}

#home .eNewsletter input {
	float: left;
	display: block;
	clear: none;
	margin-top: 4px;
}

#home .eNewsletter #theEmail {
	margin-right: 7px;
        margin-left: 23px;
	width: 132px;
	display: inline;
}

#interior .eNewsletter {
	width: 493px;
	padding: 15px 0 14px 14px;
	height: 18px;
	background: url(/images/bg_newsletter.gif) repeat-x top left;
	margin: 9px 0 0 94px;
}

#interior .eNewsletter label, 
#interior .eNewsletter input {
	float: left;
	display: inline;
}

#interior .eNewsletter label {
	margin-right: 13px;
}

#interior .eNewsletter input {
	width: 164px;
	margin-right: 8px;
	background: #080808;
}

.inputClass {
	border: 1px solid #494848;
}

#interior .eNewsletter input#submitButton {
	border: 0px;
	width: 61px;
	height: 18px;
}

#interior .indexDivFooter {
	height: 40px;
	margin-top: 65px;
}


/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.inputClass {
	font: normal 10px/1.6 Verdana, Helvetica, sans-serif;
	padding: 2px 0 0 0;
	height: 14px;
	text-indent: 8px;
	line-height: 16px;
	border: 1px solid #494848;
	color: #aaa;
	background: #000;
}





/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.vcard {
	display: none;
}

/* -------------------------------------------------------------
	NEW 2009 STYLES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#home #cookbookButton, #home #reservationButton{
display: block;
width: 202px;
height: 50px;
text-indent: -999em;
margin-bottom: 10px;
background: url(/images/homepageButtons.png) repeat-x top left;
}
#home #cookbookButton:hover{
background-position: right top;
}
#home #reservationButton{
background-position: left bottom;
}
#home #reservationButton:hover{
background-position: right bottom;
}

#reservationTab{
position: absolute;
display: block;
height: 202px;
width: 48px;
left: -48px;
text-indent: -999em;
margin-bottom: 10px;
background: url(/images/reservationsTab.png) repeat-x top left;
}
#reservationTab:hover{
background-position: -49px top;
}