/*================================================================
Title: El Fenix Site CSS
Created: 01.12.08 - v1.5
Modified: 01.16.09 - v1.7
Designed By: Colossal
Website: http://www.colossal.net
Copyright © 2010 Colossal Creative Group, LLC
================================================================*/
#histroy {
	margin-left: -50px;
	}
* {
	margin:0;
	padding:0;
	outline:none;
	}

body {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	background: #ffffff url(../images/html_bg.gif) 0 0 repeat-x;
	line-height:18px;
	}
p {
	color: #000;
	margin: 0 0 18px 0;
	}
h1 {}
h2 {
	color:#d9c688;
	font-size:34px;
	margin:0 0 10px 0;
	font-family: Helvetica, Arial, sans-serif;
	line-height:28px;
	letter-spacing: 2px;
	}
h3 {
	color:#9a894b;
	font-size:16px;
	margin:20px 0 6px 0;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	}
h4 {
	color:#9a894b;
	font-size:12px;
	margin:0 0 6px 0;
	font-weight:normal;
	}
a:link, a:visited {
	color: #bb040d;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: underline;
	}
	
ul {
	}
li {
		
	}

/* 
--------------------------------------------------------------------------
Main CSS
--------------------------------------------------------------------------
*/
#colossal {
	width:837px;
	margin: 0 auto;
	}
#wrapper {
	border:3px solid #bdaa60;
	background:#eee8d0;
	text-align:left;
	}
#header {
	height:175px;
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	position:relative;
	width:831px;
	z-index:101;
	}

#badge {
	position:absolute;
	left:347px;
	top:112px;
	z-index:1;
	zoom:1;
	}
#logo {
	height:108px;
	margin: 0 0 0 291px;
	float:left;
	}
#newsletter {
	float:right;
	padding:8px 10px 0 0;
	}
#newsletter label, #newsletter input #newsletter textarea {
	vertical-align:middle;
	float:left;
	color:#c2b9a8;
	}
#newsletter .input_newsletter {
	background:#f6f2e2 url(../images/newsletter_bg.gif) 0 0 no-repeat;
	border:none;
	width:144px;
	height:18px;
	padding: 4px 0 2px 8px;
	overflow:hidden;
	}

/* 
--------------------------------------------------------------------------
Homepage Gallery CSS (note: This CSS affects the galhome page used to try out Jquery Cycle)
--------------------------------------------------------------------------
*/

.gallery {
	margin:0px -0px -1px 0;
	height:471px;
	display:block;
	}
	
.gallery a img {
	width:831px;
	}
	
.galleryControl {
	position:absolute;
	z-index:100;
	width:835px;
	margin:-45px 0px 0 -25px;
	}
	
.galleryControl a {
	text-indent:-9999px;
	height:20px;
	width:20px;
	background:#d9cd9a;
	margin:0 5px 0 0;
	display:block;
	float:right;
	}
	
.galleryControl a.activeSlide {
	background:#fff;
	float:right;
	}


/* 
--------------------------------------------------------------------------
Global Nav CSS
--------------------------------------------------------------------------
*/

#glbnav {
	height:28px;
	margin: 147px 0 0 0!important;
	position:absolute;
	z-index:0;
	left:0;
	}
#glbnav li {
	float:left;
	display:block;
	margin:0;
	padding:0;
	}
#glbnav ul {
	margin:0;
	padding:0;
	}
#glbnav a {
	height:28px;
	float:left;
	display:block;
	text-indent:-999px;
	overflow:hidden;
	}
#glbnav a:hover {
	
	}
#nav0 {
	background: url(../images/glbnav_bg.png);
	width:69px;
	}
.current {
	background-position: 0 -28px;
	}
	
a#nav0:hover {
	background-position: 0 -28px;
	}
#nav1 {
	background: url(../images/glbnav_bg.png) -69px 0;
	width:117px;
	}
a#nav1:hover {
	background-position: -69px -28px;
	}
#nav2 {
	background: url(../images/glbnav_bg.png) -186px 0;
	width:69px;
	}
a#nav2:hover {
	background-position: -186px -28px;
	}
#nav3 {
	background: url(../images/glbnav_bg.png) -255px 0;
	width:92px;
	}
a#nav3:hover {
	background-position: -255px -28px;
	}
#nav4 {
	background: url(../images/glbnav_bg.png) -347px 0;
	width:86px;
	}
a#nav4:hover {
	background-position: -347px -28px;
	}
#nav5 {
	background: url(../images/glbnav_bg.png) -433px 0;
	width:102px;
	}
a#nav5:hover {
	background-position: -433px -28px;
	}
#nav6 {
	background: url(../images/glbnav_bg.png) -535px 0;
	width:149px;
	}
a#nav6:hover {
	background-position: -535px -28px;
	}

body.location #nav1 {
	background-position: -69px -28px;
	}
body.store #nav2 {
	background-position: -186px -28px;
	}
body.specials #nav3 {
	background-position: -255px -28px;
	}
body.history #nav4 {
	background-position: -347px -28px;
	}
body.catering #nav5 {
	background-position: -433px -28px;
	}
body.private_events #nav6 {
	background-position: -535px -28px;
	}
body.menu #nav0 {
	background-position: 0 -28px;
	}


/* 
--------------------------------------------------------------------------
Content CSS
--------------------------------------------------------------------------
*/
#container {
	min-height:300px;
	height:100%!important;
	height:300px;	
	}
body.sub #container {
	padding:40px 25px 40px 25px;
	}
body.sub #container .content {
	background: #fefdfc url(../images/subcontent_bg.gif) bottom left repeat-x;
	padding: 10px 30px;
	margin-top: 10px;
	min-height:400px;
	}
body.sub #container .content_specials {
	padding: 10px 30px;
	margin-top: 10px;
	min-height:400px;
	}

body.blog #container, body.single #container, body.archive #container, body.search  #container {
	padding:40px 25px 40px 25px;
	}
body.blog #container .content, body.single #container .content, body.archive #container .content, body.search  #container .content {
	background: #fbfaf6 url(../images/subcontent_bg.gif) bottom left repeat-x;
	padding: 30px 30px 30px 0;
	border:7px solid #fff;
	}


body.location #container {
	padding:40px 25px 40px 25px;
	}
body.location #container .content {
	background: transparent ;
	padding:0;
	}


body.store #container {
	padding:40px 25px 40px 25px;
	}
body.store #container .content {
	background: #fbfaf7;
	border:7px solid #FFF;
	padding:0;
	}
body.cart #container .content {
	background: #FFF;
	border:7px solid #FFF;
	padding:0;
	}

#content {
	background: #eee8d0 url(../images/content_bg.gif) top left repeat-x;
	padding: 25px 25px 10px 25px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 5px 0 0 0;
	}

.section_downup {
	background: #fbfaf4 url(../images/section_downup.gif) 0 0 repeat-x;
	width:347px;
	float:left;
	padding:20px 0 5px 0;
	}
.section_downup h3 {
	padding: 10px 0 5px 20px;	
	}
.section_downup p {
	padding: 0 0 5px 20px;	
	}
.section_updown {
	background: #fefefc url(../images/section_updown.gif) bottom left repeat-x;
	width:341px;
	float:left;
	margin: 0 0 0 10px;
	padding:14px 16px 20px 16px;
	}
form .error input {
	border:1px solid #5B0508;
	}
form .error label {
	color:#5B0508;
	}
#contactForm .row {
	display:block;
	clear:both;
	}
#contactForm .row2 {
	display:block;
	clear:both;
	}
#contactForm .row div {
	float:left;
	width:170px;
	}
#contactForm .row2 div {
	float:left;
	width:270px;
	}
#contactForm .row label {
	display:block;
	font-size:12px;
	}
#contactForm .row2 label {
	display:block;
	font-size:12px;
	}
#contactForm .row input {
	display:block;
	width:160px;
	margin: 0 0 5px 0;
	height:23px;
	background: url(../images/input_bg.jpg) 0 0 no-repeat;
	border-top:1px solid #c3c0b3;
	border-right:1px solid #e2decf;
	border-bottom:1px solid #ebe8d8;
	border-left:1px solid #d3d0c2;
	}
#contactForm .row2 input {
	display:block;
	width:260px;
	margin: 0 0 5px 0;
	height:23px;
	background: url(../images/input_bg.jpg) 0 0 no-repeat;
	border-top:1px solid #c3c0b3;
	border-right:1px solid #e2decf;
	border-bottom:1px solid #ebe8d8;
	border-left:1px solid #d3d0c2;
	}
#contactForm .row select {
	display:block;
	width:160px;
	height:25px;
	background: url(../images/input_bg.jpg) 0 0 no-repeat;
	border-top:1px solid #c3c0b3;
	border-right:1px solid #e2decf;
	border-bottom:1px solid #ebe8d8;
	border-left:1px solid #d3d0c2;
	margin: 0 0 5px 0;
	}
#contactForm .row2 select {
	display:block;
	width:260px;
	height:25px;
	background: url(../images/input_bg.jpg) 0 0 no-repeat;
	border-top:1px solid #c3c0b3;
	border-right:1px solid #e2decf;
	border-bottom:1px solid #ebe8d8;
	border-left:1px solid #d3d0c2;
	margin: 0 0 5px 0;
	}

#contactForm .row textarea {
	display:block;
	width:330px;
	height:115px;
	background: url(../images/input_bg.jpg) 0 0 no-repeat;
	border-top:1px solid #c3c0b3;
	border-right:1px solid #e2decf;
	border-bottom:1px solid #ebe8d8;
	border-left:1px solid #d3d0c2;
	margin: 0 0 5px 0;
	}
#contactForm .row2 textarea {
	display:block;
	width:430px;
	height:115px;
	background: url(../images/input_bg.jpg) 0 0 no-repeat;
	border-top:1px solid #c3c0b3;
	border-right:1px solid #e2decf;
	border-bottom:1px solid #ebe8d8;
	border-left:1px solid #d3d0c2;
	margin: 0 0 5px 0;
	}
#contactForm .submit {
	display:block;
	padding:10px 0;
	}
#contactForm .formnote {
	font-size:10px;
	line-height:14px;
	}

#shoppingcart {
	float:right;
	width:154px;
	text-align:right;
	font-style:italic;
	color:#9a894b;
	padding-top: 5px;
	font-size:13px;
	}
#shoppingcart a {
	color:#9a894b;
	}
#shoppingnav {
	float:right;
	padding-top: 5px;
	}
#shoppingnav li {
	list-style:none;
	float:left;
	}
#shoppingnav a:link, #shoppingnav a:visited {
	display:block;
	float:left;
	padding: 0 8px;
	text-align:center;
	color:#d9c687;
	font-size:16px;
	}
#shoppingnav a:hover, #shoppingnav a:active {
	color:#9a894b;
	}
#shoppingnav a.current {
	font-weight:bold;
	color:#9a894b;
	}
.product_listing {
	clear:both;
	border-bottom:1px solid #bda961;
	color:#9b894b;
	}
.product_listing .pimage {
	width:212px;
	float:left;
	padding-bottom:8px;
	}
.product_listing .ptext {
	float:left;
	width:460px;
	padding-top:35px;
	}
.product_listing .ptext .padd {
	float:right;
	width:168px;
	}
.product_listing h3 {
	float:left;
	margin: 0 0 0 0;
	padding: 0 15px 3px 0;
	}
.product_listing .price {
	float:left;
	font-size:18px;
	color:9b894b;
	}
.product_listing .pdetail {
	clear:left;
	padding: 0 0 12px 0;
	color:9b894b;
	}
.product_listing .pdetail span {
	padding: 0 0 0 12px;
	}
.product_listing .pdesc {
	border-top:1px solid #b2a35c;
	padding: 10px 0;
	clear:both;
	color:9b894b;
	}
.product_listing input {
	vertical-align:middle;
	}

.product_listing .inputqty {
	width:30px;
	height:23px;
	background: url(../images/input_bg.jpg) 0 0 no-repeat;
	border-top:1px solid #c3c0b3;
	border-right:1px solid #e2decf;
	border-bottom:1px solid #ebe8d8;
	border-left:1px solid #d3d0c2;
	vertical-align:middle;
	text-align:center;
	}
.plast {
	border:none;	
	}

#locationsmap {
	margin: 0 0 0 -23px;	
	}

.locations h3, .locations2 h3 {
	font-size:13px;
	color:#4A4945;
	text-transform:uppercase;
	}
a.locations, a.locations2 {
	width:140px;
	padding: 8px 20px 8px 20px;
	float:left;
	height:156px;
	font-size:11px;
	color:#9e8c44;
	line-height:16px;
	cursor:pointer;
	display:block;
	text-decoration:none;
	}
a.locations:hover {
	background:#f7f4e9;	
	}
.locations_detail .loc_image {
	float:left;	
	}
.locations_detail .locations_text {
	float:right;
	width:275px;
	font-size:14px;
	color:#8a782e;
	}
.locations_detail .locations_text h3 {
	color:#4a4945;
	}

/* 
--------------------------------------------------------------------------
Comments CSS
--------------------------------------------------------------------------
*/

#container .content_comments {
	background: #ffffff;
	padding: 5px 5px 5px 0;
	border:7px solid #fff;
	margin:20px 0 0 0;
	}
	
#reviews h3 {
	text-align:center;
	padding:15px 0 15px 0;
	}

#reviews {
	margin:750px 0 0 0;
	display:block;
	}
	
#main_form {
	width:480px;
	float:right;
	background:url(../images/comments_watermark.jpg) no-repeat bottom;
	margin:0;
	padding:0;
	}
	
#side_banner {
	width:208px;
	float:left;
	background: url(../images/comments_sidebannerbg.jpg) repeat-y;
	min-height: 750px;
	margin:0;
	padding:0;
	border:none;
	outline:none;
	margin:-5px 0 -5px 0;
	padding:0 0 0px 0;
	}

#side_banner img {
	padding:250px 0 0 0;
	}
	
.comment_block {
	background: #ffffff;
	width:700px;
	padding:5px 0 5px 0;
	float:right;
	border: 2px solid #f7f5ea;
	}

.comment_reviews {
	background: #ffffff;
	width:700px;
	padding:5px 0 5px 0;
	float:right;
	border: 2px solid #f7f5ea;
	height:75px;
	margin:0 0 10px 0;
	}
	
.comment_reviews p {
	padding:20px 10px 0 10px;
	}

#reviews .comment_reviews h3 {
	font-size:12px;
	text-align:left;
	padding:0 0 0 10px;
	margin:-14px 0 0 0;
	text-transform: none;
	}
	
.divider {
	padding:15px 0 15px 0;
	}
	
	
.content_comments #contactForm .row2{
	}
	
.content_comments #contactForm .row2 label {
	float:left;
	}
	
.content_comments #contactForm .row2 #date #Date {
	float:left;
	width:65px;
	margin:0 0 0 5px;
	}
	
.content_comments #contactForm .row2 #date #Time {
	float:right;
	width:65px;
	margin:0px -115px 0 0;
	}

.content_comments #contactForm .row2 #date .time {
	float:right;
	margin:0 -45px 0 0;
	}

.row2 p {
	padding:30px 0 0 0;
	}
	
.row2 p.rating {
	margin: -10px 0px 0px 0px;
	padding:0 0 0 175px;
	letter-spacing:8px;
	}
	
.row2 #loc .location {
	float:left;
	}
	
.row2 #loc #Location {
	float:left;
	margin:0 0 0 5px;
	width:124px;
	}

.row2 .server {
	float:left;
	padding:0 0px 0 0px;
	width:80px;
	margin:0 0 0 0;
	}
	
.row2 .response {
	padding:10px 0 0 0;
	}
	
.row2 .name {
	float:left;
	}
	
.row2 #server {
	float:left;
	margin:0 0 0 200px;
	width:24px;
	position:absolute;
	}
	
.row2 #food {
	float:left;
	}
	
.row2 #radio label {
	float:left;
	margin:10px 0 0 0;
	}
	
.row2 #radio input {
	float:left;
	width:15px;
	margin:0 0 0 11px;
	}
	
.row2 #custom_exp {
	padding-top:15px;
	}
	
.row2 #customer_experience {
	float:left;
	}
	
.row2 #response {
	float:left;
	margin:6px 0 0 25px;
	}
	
.row2 #response p {
	float:left;
	margin:-28px 0 0 0;
	}
	
.row2 #response input {
	width:15px;
	float:left;
	margin-right:10px;
	margin-left:8px;
	padding:0;
	}
	
.row2 .checkbox {
	float:right;
	width:400px;
	margin:-23px 0 0 30px;
	}
	
.radio_group {
	float:right;
	margin:-19px 0px 0 160px;
	}

/* 
--------------------------------------------------------------------------
Pop up box CSS
--------------------------------------------------------------------------
*/


table {
	border-collapse:separate;
	border-spacing:0pt;
	}
caption, th, td {
	font-weight:normal;
	text-align:left;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
	}
blockquote, q {
	quotes:"" "";
	}
a {
	cursor: pointer;
	text-decoration:none;
}
br.both {
	clear:both;
	}
#backgroundPopup {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
	}
#popupContact {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:384px;
	width:408px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
	}
#popupContact h1 {
	text-align:left;
	color:#6FA5FD;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
	}
#popupContactClose {
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
	}











/* 
--------------------------------------------------------------------------
Footer CSS
--------------------------------------------------------------------------
*/
#footer {
	height:69px;
	background: #9e8c44 url(../images/footer_bg.jpg) 0 0 no-repeat;
	position:relative;
	font-size:9px;
	text-transform:uppercase;
	}
#footer a:link, #footer a:visited {
	color: #000000;
	text-decoration: none;
	}
#footer a:hover, #footer a:active {
	text-decoration: underline;
	}
#footer .ficons {
	position:absolute;
	left:8px;
	top:25px;
	}
#footer .fsince {
	position:absolute;
	left:358px;
	top:0;
	}
#footer .fnav {
	position:absolute;
	right:14px;
	top:47px;
	font-size:9px;
	font-weight:bold;
	}
#subfooter {
	font-family:Helvetica, Arial, sans-serif;
	color:#000;
	text-transform:uppercase;
	}
#subfooter .copy {
	font-size:8px;
	padding: 10px 0 0 0;
	}
#subfooter .legal {
	font-size:9px;
	padding: 0 0 10px 0;
	}
#subfooter .legal a {
	color: #000;
	}

/* 
--------------------------------------------------------------------------
Common CSS
--------------------------------------------------------------------------
*/

.dumbCrossFade {
	width:441px;
	height:308px;
	display:block;
	cursor:pointer;
	border:none;
	position:relative;
	overflow:hidden;
	float:left;
}
.dumbCrossFade .dumbItem {
	display:none;
	position:absolute;
	top:0;
	left:0;
	border:none;
	behavior: url(http://elfenix.com.previewdns.com/library/js/iepngfix.htc);
}
.dumbCrossFade .dumbItem img {
	border:none;
	behavior: url(http://elfenix.com.previewdns.com/library/js/iepngfix.htc);
}
.dumbCrossFade * {
	border:none;
	text-decoration:none;
}








/* 
--------------------------------------------------------------------------
Common CSS
--------------------------------------------------------------------------
*/

img {
	border:0;
	}
.imgLeft {
	float: left;
	margin: 0 15px 20px 0px;
	}
.imgRight {
	float: right;
	margin: 0 0 20px 15px;
	}
.clear {
	clear:both;
	}
.left {
	float:left;
	}
.right {
	float:right;
	}
.icon:hover {
	/* border:1px solid #666666; */
	}
.icon img {
	/* opacity:0.2; 
	filter:alpha(opacity=20); */
	}
/* .icon img:hover {
	opacity:1;
	filter:alpha(opacity=100);
	} */



