
table.register {width:500px;}


#middle-col .colpic { margin-bottom: 650px; }
#middle-col .pics2 .colpic { margin-bottom: 0px; margin-left: 30px; }
#middle-col .pics-middle img { display:block; margin:0; }

#middle-col .frame { 
	width:187px;
	background: url(../images/interface/pic-frame-bg.jpg) left top no-repeat;
	padding:40px 4px 0 4px;
}

table .button { float:left; padding: 2px 0 0 5px;  }


#content .tour-outer {
	margin: 0 20px 28px 28px;
	padding:4px;	
	width:319px;
	background: #CC9933 url(../images/interface/vt-bg.gif) left top no-repeat;
}

#content .tour-inner {
	margin: 0 !important;
	width:319px;
	height:239px;
}





/* CSS Document */

/************************************************/
/*                                              */
/* CSS Developed by Purple Monkey Studios, Inc. */
/*                                              */
/*        www.purplemonkeystudios.com           */
/*            Author: Andrew Boyce              */
/*       E-mail: andrew@purplem	onkey.com        */
/*                                              */
/*       last modified: 09-16-2007     		*/
/*        last modified by: Andrew Boyce        */
/*                                              */
/************************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Change base font for site here */
	font-size: 11px; /* this is the base font size from which font-sizes are calculated */
	color: #ababab; /* safety-net font color for un-marked content */
	background: #884500 url(../images/interface/background.jpg) center top no-repeat; /* background for body */
}
a {
	color: #c49e31; /* Default link color */
	text-decoration: underline; /* edit for link treatments */
}
a:hover {
	color: #ffd457; /* Default link over-state color */
	text-decorat	ion: underline; /* edit for link over-state treatments */
}


select { font-size:0.9em; } 

/********************************/
/* Footer Section 		*/
/********************************/

#foot {
	background: transparent; /* footer background treatment */
}
#foot p { /* footer text styles */
	color: #cf8e0a;
	font-size: .82em;
}	
#foot a { /* footer link styles */
	color: #cf8e0a;
	text-decoration: none;
}
#foot a:hover { /* footer link rollover styles*/
	text-decoration: underline;
}

/********************************/
/* Top Links			*/
/********************************/

#lettuce-links ul { /* Defaults for label */
	color: #cf8e0a;
	font-size: 1em;
}
#lettuce-links ul li a { /* lettuce link stlyes */
	color: #ffd457;
	text-decoration: none;
	text-transform: uppercase;
}
#lettuce-links ul li a:hover { /* lettuce link rollover styles */
	color: #ffefbc;
	text-decoration: underline;
}



/********************************/
/* Side Navigation		*/
/********************************/

#nav {
	background: #505050 url(../images/interface/nav_background.jpg) left top repeat-x; /* Navigation column background treatment */
}
#nav ul li a { /* navigation styles */
	color: #ffffff;
	font-family: Georgia;
	font-size: 1.09em;
	padding-top: 5px;
	padding-left: 18px;
	text-decoration: none;
}
#nav ul li a:hover { /* navigation rollover styles */
	padding-top: 5px;
	padding-left: 18px;
	color: #e3be52;
}
#nav ul li.selected a { /* navigation selected state */
	background: #252525;
	padding-top: 4px;
	padding-left: 18px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #e3be52;
}
#nav ul li.selected ul li a { /* over-ride */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: none;
	color: #ffffff;
	border: none;
}
#nav ul li.selected ul li.selected a { /* over-ride */
	background: none;
	color: #ffd457;
}

#nav ul li.selected ul li a:hover {
	color: #ffd457;
	border: none;
	background: none;
}
#nav ul li ul {
	/*border-bottom: 1px solid #a41b21;*/
}
#nav ul li ul li a {
	border-bottom: none;
}




#nav .selection { margin: 0 0 20px 18px; }

#nav div.newsletter { margin:20px 10px 0 18px; }

#nav table.newsletter { width: 100%; border-collapse: collapse; }
#nav table.newsletter td { padding: 7px 5px 7px 7px; border: 1px solid #808080; background: #505050; }
#nav table.newsletter th  {
	font-size:.92em; 
	font-weight:normal; 
	text-transform: uppercase; 
	color: #cccccc;  
	border:1px solid #808080; 
	padding: 4px 2px 4px 7px; 
	background-color: #333333; 
}

table .input { float:left; }

#nav table.newsletter input { width:98px; font-size:11px; } 




/********************************/
/* Content/Middle Area 		*/
/********************************/

#content ul li a, #middle-col ul li a { text-decoration: none; color: #c49e31;}
#content ul li a:hover, #middle-col ul li a:hover { text-decoration: underline; color: #c49e31;}





/********************************/
/* Content Area 		*/
/********************************/

#content {
	background: #000000; /* content column background treatment */
}


#content .articles { margin:0; }


#content p { font-size: 1em; }
#content a, #middle-col a { text-decoration: underline; }
#content a:hover, #middle-col a:hover { text-decoration: underline; }




#content div.article { line-height:1.4em;  padding:0 0 35px 28px;}
#content div.article ul {	
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#content div.article p { padding:0; margin:0; }


#content ul {
	list-style: disc;
	padding: 0;
	margin: 5px 0px 5px 17px !important;
}
#content ul li {
	padding: 0px 0px 15px 0px;
	margin:0;
}


#content div.event { padding:0; margin:0 30px 25px 30px; clear:both; }
#content table.event { border-collapse: collapse; width: 100%; }
#content table.event td.text { padding: 2px 0 0 0; line-height:1.5em; }
#content table.event td.thumb { padding: 0 15px 0 0; width:111px; }
#content table.event td.thumb img { border:1px solid #5b4711; }
	

#content .back-to {
	border-top: 1px solid #000000;
	display: block;
	text-transform: uppercase;
	text-align:right;
	margin: 10px 30px 0 30px;
	padding-top:3px;
	clear:both;
}

#content .top {
	display: block;
	margin: 7px 0 0 0;
	clear:both;
}


#content .links { padding-left:2px; text-align:left; }
#content .links a { display:block; padding-top:3px; text-align:left; text-decoration: none; }
#content .links a:hover { text-decoration: underline; }
#content iframe { padding:0; border:0;}

#content div.text { padding-bottom:15px; margin:0 28px 0 28px; line-height:1.5em; }
#content div.text p { padding:0; margin:0; } 

#content div.text-nomargin { padding-bottom:15px; margin:0; line-height:1.5em; }
#content div.text-nomargin p { padding:0; margin:0; } 

#content div.menu { padding-bottom:40px; margin:0 28px 0 28px; line-height:1.5em;}

#content .box { 
	background: #c6c4bd;
	border: 1px solid #ffffff;
	margin:0;
	padding:20px 28px 20px 28px; 
}


#content .home-left { padding:0 0 0 28px !important; width:245px;  float:left; }
#content .home-right { padding:0 28px 0 0 !important; width:210px;  float:right;}


#content div.articles p { padding:0; margin:0; }


#content table.data { padding:0;  width:100%;}
#content table.data td { padding:0 0 8px 0;  width:100%;}
#content div.section { margin:0 30px 15px 28px; }




#content .highlight-chef {
	background: #000000 url(../images/interface/About_ChefGabino_img.jpg) right bottom no-repeat;
	border: 1px solid #5b4711;
	margin: 0 28px 20px 28px;
	padding-bottom: 35px;
}
#content .chef-side{
	margin: 0 0 0 20px !important;
	padding: 0 !important;
	width: 265px;
}

#content .highlight {
	background: #000000 url(../images/interface/HighlighBox_img.jpg) right bottom no-repeat;
	border: 1px solid #5b4711;
	margin: 0 28px 0 28px;
	padding: 0 0 28px 0;
}

#content div.highlight p, #content .highlight h2, #content .highlight h3, #content .highlight h4, #content .highlight h5, #content .highlight h6 {
	margin-left: 28px !important;
	margin-right: 28px !important;
}


#content .inner { margin: 30px 28px 0 28px; }




/********************************/
/* Middle Column		*/
/********************************/
#middle-col {
	background: #000000; /* middle column background treatment */
}

#middle-col .text { margin: 0 28px 12px 28px; padding:0; line-height:135%; }
#middle-col .text img { display:block; margin-bottom:7px; }
#middle-col .text-top { margin: 45px 28px 30px 28px; padding:0; line-height:135%; }
#middle-col .text p { padding:0; }

#middle-col .text-divider { 
	margin: 20px 28px 20px 28px; 
	padding:25px 0 20px 0; 
	line-height:135%;
	border-bottom: 1px solid #A29F98;
	border-top: 1px solid #A29F98;
}



#middle-col p { padding:0 0 15px 0; margin:0; }

#middle-col .links { margin: 0 15px 0 28px; }
#middle-col .links h2 { margin: 0 0 6px 0; } 
#middle-col .links h3 { margin: 0 0 10px 0; } 
#middle-col .links ul  { margin: 0 15px 15px 0; padding: 0; list-style-type: none;} 
#middle-col .links ul li { margin: 0; padding: 0 0 4px 0; }

#middle-col .links-default { margin: 0 15px 10px 28px; }
#middle-col .links-default ul  { margin: 0 15px 20px 0; padding: 0; list-style-type: none;} 
#middle-col .links-default ul li { margin: 0; padding: 0 0 4px 0; } 


#middle-col .events { margin: 0 15px 0 28px; }
#middle-col .events h2 { margin: 25px 15px 15px 0; } 
#middle-col .events ul  { margin: 0 15px 20px 0; padding: 0; list-style-type: none; } 
#middle-col .events ul li { margin: 0; padding: 0 0 15px 0; } 


#middle-col .frames { margin-left:28px;  }
#middle-col .frames img { display:block; padding:5px; background-color:#f1e8b5; border: 1px solid #b7ad69; margin-bottom:40px;}


#middle-col .pics-top {  margin-left:0px; margin-top:0px; }
#middle-col .pics-top img { display:block; margin-bottom:20px;}


#middle-col .pics {  margin-left:15px; margin-top:60px; }
#middle-col .pics img { display:block; margin-bottom:25px;}

#middle-col .teasers p {padding:0; }
#middle-col .teasers { margin:0 0 25px 0; line-height:150%; }
#middle-col .teasers img { display:block; margin-bottom:5px; margin-top:15px; }
#middle-col .teasers ul { margin:4px 0 0 0; padding:0; list-style-type:disc;}
#middle-col .teasers ul li { margin-left:14px; padding: 0 0 0 2px; }

#middle-col .events p {padding:0; }
#middle-col .events { margin:0 0 25px 0; line-height:150%; }
#middle-col .events img { display:block; margin-bottom:5px; margin-top:15px; border:1px solid #5b4711;}
#middle-col .events ul { margin:4px 0 0 0; padding:0; list-style-type:disc;}
#middle-col .events ul li { margin-left:14px; padding: 0 0 0 2px; }

#middle-col .teaser { margin: 0 0 40px 28px; }

#middle-col .spacer { display:block; height:57px; width:100%; }




#middle-col .box-out { margin: 0 0 20px 28px; width: 207px; }
#middle-col div.box-out img { display:block; margin:0; border:0; padding:0; }
#middle-col .box-out .box-in { 
	margin:0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #c6c4bd;
}
#middle-col .box-out .box-in .text { margin: 5px 25px 15px 25px; }

#middle-col .box { 
	margin: 0 0 20px 28px; 
	padding:0; 
	line-height:135%;
	border: 1px solid #fff;
	width: 205px;
	background: #c6c4bd;
}
#middle-col .box .text { margin: 5px 18px 15px 18px;  }


#middle-col .text-divider2 { 
	margin: 20px 28px 20px 28px; 
	padding:25px 0 20px 0; 
	line-height:135%;
	border-top: 1px solid #A29F98;
}

#middle-col .pics-middle {  margin-left:28px; margin-top:150px; }



/********************************/
/* Header Tags			*/
/********************************/

.head {
	overflow: visible;
	margin-bottom: 15px;
	background: transparent url(../images/content/Section-H1_line.jpg) left 26px no-repeat;
	height: 32px;
	margin-left:28px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.64em;
	color: #ccab45;
	font-weight: normal;
	background: #000000 url(../images/interface/H1_bar.jpg) center top no-repeat;
	border: 1px solid #000000;
	text-align: center;
	padding: 14px 0 15px 0;
	width: 468px;
	margin: 0 0 35px 0 !important;
}	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.64em;
	color: #ccab45;
	margin-top: 25px;
}
h3 {
	font-weight: bold;
	font-size: 1em;
	color: #fff;
	margin:0 0 4px 0;
	padding:0;
}
h4 {
	font-weight: normal;
	font-size: 1em;
	color: #ddd;
	margin:0 0 3px 0;
	padding:0;
}
h5 {
	font-size: 1em;
	font-weight: normal;
	color: #ababab;
	text-transform: uppercase;
	margin:0 0 3px 0;
	padding:0;
}
h6 {
	font-size: 1em;
	font-weight: normal;
	color: #ababab;
	text-transform: uppercase;
	margin:0 0 3px 0;
}
	
/* Flash Text */
.head h1 {
	color: #7b7670;
	font-size: 26px;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	text-transform: uppercase;
	background: none;
	border: none;
	text-align: left;
	font-weight: normal;
	height: 31px;
}

/********************************/
/* Flash Text			*/
/********************************/
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

#interior-banner .sIFR-hasFlash h1 {
	visibility: hidden;
}


/********************************/
/* Tables			*/
/********************************/



table.content {
	background: #000000;
	border: none;
	border-collapse: collapse;
	width:100%;
}
table.content td {
	border: none;
	font-size: 1em;
	padding: 3px 4px 3px 5px;
}
table.content th {
	border: none;
	font-size: 1em;
	padding: 3px 4px 3px 5px;
	background: #5b4711;
	color: #ccab45;
	font-weight: bold;
	text-transform: uppercase;
}
table.content td.second-row {
	background-color: #1e1d1b;
}

table.basic { border-collapse: collapse; margin-bottom:0px; }
table.basic td { padding: 2px 8px 2px 0px; color:white; }


table.register h1 { margin:0 0 0 0; }
table.register h2 { margin:0 0 15px 0; }
table.register td { padding:0 6px 6px 0; }
table.register td.label { width:40%; font-weight:bold; margin-top:3px;}
table.register td.input { width:60%;}
table.register .nowrap { white-space: nowrap; }
table.register .format { font-weight:normal; }
table.register .star { color:#af1d23; }
table.register .submit { padding: 15px 0 0 0; }
table.register .divider { 
	margin: 15px 0 20px 0; 
	border-bottom: 1px solid #A29F98;
	display:block;
	width:375px;
}




/********************************/
/* ETC...			*/
/********************************/



#content div.article-nomargin { line-height:1.4em;  padding:0 0 35px 28px;}
#content div.article-nomargin ul {	
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#content div.article-nomargin p { padding:0; margin:0; }


.home-left, .home-right {
	margin: 0 !important;
	width: 50%;
	font-size: 1em;
}	




