@CHARSET "ISO-8859-1";
/***************************************************************
*** Main Styles
***************************************************************/
* {
   padding:0;
   margin:0;
}

body{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
    height:100%;
    background-color: #E6E5D3;
    margin:0;
    background-image: url('bckgrnd_tile.jpg');
    background-repeat: repeat-x;
}


A {
    text-decoration:none;
    color:#339900;
}

A:hover {
    text-decoration:underline;
}

p{
	margin:5px 0px 10px;
}

img{
	border:0;
}

h1{
	font-size:16px;
	margin:5px 0px;
}

h2{
	font-size:12px;
	color:#663300;
}

h5{
	font-size:8px;
	color:#339900;
}

ul{
	padding-left:12px;
}
ol{
	padding-left:12px;
}

input {
	/*border: solid 1px #C9C8C3;*/
	font-size:10px;
}

select {
	border: solid 1px #C9C8C3;
	font-size: 12px;
}
option {
	padding: 0 5px 0 3px;
}

#sitecontainer {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 924px;
}

/* float clearing for IE6 */
* html .footerRow,
* html #footerInfo{
	height: 1%;
	overflow: visible;
}

/* float clearing for IE7 */
*+html  .footerRow,
*+html #footerInfo{
	min-height: 1%;
}

/* float clearing for everyone else */
.footerRow:after,
#footerInfo:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/***************************************************************
*** Header Styles
**************************************************************/
#header {
	position:relative;
	background-image: url(bckgrnd_logo.jpg);
	background-repeat: no-repeat;
	background-color:#D6D5C3;
	min-height:114px;
	height: auto !important;
	height:114px;
	border-bottom: solid 4px #FFF;
}

#home{
	position:absolute;
	top:15px;
	left:30px;
	height:70px;
	width:180px;
	text-decoration:none;
}

#home i{
	visibility:hidden;
}

#findrubios {
	position: absolute;
	z-index: 20;
	top: 29px;
	left:251px;
	border: dotted 1px #BFB29F;
	padding: 5px 29px 6px 6px;
	height: 36px;
	vertical-align:middle;
}

#locgo{
	margin-top: 3px;
}

#loczip {
	min-height:11px;
	height: auto !important;
	height:11px;
	width: 78px;
	font-size:9px;
	border: solid 1px #C9C8C3;
	margin-right:4px;
	margin-top: -2px;
}

#locset {
	min-height:11px;
	height: auto !important;
	height:11px;
	width: 130px;
	font-size:1em;
	border: solid 1px #C9C8C3;
}

#topnav {
	position:absolute;
	z-index: 10;
	left:688px;
	top:46px;
}

.bug {
	padding-right:1px;
}

#header IMG{
	border:0;
	vertical-align:middle;
}

#header_main_nav {
	/*position: absolute;
	z-index: 10;
	top: 101px;
	left: 0px;
	width:924px;
	background-color: #78C33C;
	min-height:29px;
	height: auto !important;
	height:29px;*/
	margin-top: 7px;
	background: transparent url('../images/nav/RUB_primary_nav_sprite.gif') top left no-repeat;
	height:15px;
	text-indent: -9999px;
}

#header_main_container{
	/*position:absolute;
	top:8px;
	left:16px;*/
	position: absolute;
	z-index: 10;
	top: 101px;
	left: 0px;
	width:924px;
	background: #78C33C;
	min-height:29px;
	height: auto !important;
	height:29px;
}

#header_main_nav img{
	/*padding-right:13px;*/
}

#header_main_nav li {
	position: absolute;
	top: 8px;
}
#header_main_nav li, #header_main_nav a {
	display: block;
	height: 15px;
	outline: none;
}
#menu_nav { width:50px; left:22px; }
#menu_nav a:hover, #menu_nav.active { 
	background: transparent url('../images/nav/RUB_primary_nav_sprite.gif') -22px -15px no-repeat; 
}
/*#orderonline_nav { width:126px; left:80px; }
#orderonline_nav a:hover, #orderonline_nav.active { 
	background: transparent url('../images/nav/RUB_primary_nav_sprite.gif') -80px -15px no-repeat; 
}*/
#catering_nav { width:85px;	left:90px; }
#catering_nav a:hover, #catering_nav.active {
	background: transparent url('../images/nav/RUB_primary_nav_sprite.gif') -90px -15px no-repeat; 
}
#locations_nav { width:99px; left:193px; }
#locations_nav a:hover, #locations_nav.active{ 
	background: transparent url('../images/nav/RUB_primary_nav_sprite.gif') -193px -15px no-repeat; 
}
#giftcards_nav { width:109px; left:305px; }
#giftcards_nav a:hover, #giftcards_nav.active{ 
	background: transparent url('../images/nav/RUB_primary_nav_sprite.gif') -305px -15px no-repeat; 
}
#beachclub_nav { width:100px; left:442px; }
#beachclub_nav a:hover, #beachclub_nav.active{ 
	background: transparent url('../images/nav/RUB_primary_nav_sprite.gif') -442px -15px no-repeat; 
}
#fundraisers_nav { width:115px;	left:568px;}
#fundraisers_nav a:hover, #fundraisers_nav.active{ 
	background: transparent url('../images/nav/RUB_primary_nav_sprite.gif') -568px -15px no-repeat; 
}
#socialresp_nav { width:195px;	left:705px;}
#socialresp_nav a:hover, #socialresp_nav.active{ 
	background: transparent url('../images/nav/RUB_primary_nav_sprite.gif') -705px -15px no-repeat; 
}

/***************************************************************
*** Common Page Styles
***************************************************************/
#pageContent{
	margin-top:24px;
}

.sub_page_content{
	border: solid #FFFFFF 12px;
	padding:5px;
	clear:both;
}

.content_container{
	position: relative;
	background-color:#FFFFFF;
	padding:10px 12px;
}

#sub_nav{
	position:relative;
	float:left;
	width:200px;
}
#sub_nav .spacer{
	padding-bottom:2px;
	margin-bottom:5px;
}
#sub_nav .line{
	border-bottom: dotted 1px #BFB29F;
}
#sub_nav .indent{
	padding-left:6px;
}

.sub_main_content{
	margin-left: 220px;
	min-height:250px;
}

.formfield{
	margin-top:4px;
	margin-bottom:4px;
}

/***************************************************************
*** Home page styles
***************************************************************/
#homeContent{
	margin-top:12px;
}

#home_promo_section{
	position:relative;
	margin-left:-3px;
}

#home_promo1{
	position:absolute;
	z-index: 10;
	top:5px;
	left:8px;
	border:0;
}

#home_promo1_link{
	z-index: 20;
	position:absolute;
	top: 123px;
	left:73px;
	width: 84px;
	text-decoration:none;
}

#home_promo1_link i{
	visibility:hidden;
}

#home_promo2{
	position:absolute;
	z-index: 10;
	top:5px;
	left:472px;
	border:0;
}

#home_promo3{
	position:absolute;
	z-index: 10;
	top:5px;
	left:704px;
}

/***************************************************************
*** Menu Page Styles
***************************************************************/
#menucontainer{
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;

}

/***************************************************************
*** Locations Page Styles
***************************************************************/

#locations .newloc{
	cursor:pointer;
}

#locations .Box1 {
	padding:5px;
	background-color:#FFFFFF;
}

#locations .Box2 {
	padding-left:10px;
	padding-top:10px;
	padding-bottom:3px;
	background-color:#FFFFFF;
}

#locations .Box3 {
	padding-left:10px;
	background-color:#FFFFFF;
}

#locations .Box3 ul {
	padding-left:3px;
	list-style:none;
}

.green {
	color:#339900;
}

#locations .redBox{
	float:left;
	padding:5px 5px 5px 5px;
	background-color:#B4141E;
	height:10px;
	width:8px;
	text-valign:middle;
	text-align:center;
	font-family:Arial;
	font-size:8px;
	color:#FFFFFF;
	position:relative;
	top:13px;
}

#locations .h2{
	font-size:12px;
	color:#000000;
}

#locations .locatorServiceBy{
	clear:both;
	float:right;
	padding-top:5px;
	width:200px;
}

#locations .findLink{
	float:left;
	clear:both;
	width:200px;
	position:relative;
	top:-13px;
	left:3px;
}

#locations .findBtn{
	float:left;
	padding-left:12px;
	width:68px;
	position:relative;
	top:-5px;
}

#locations .directionsBtn{
	padding-top:10px;
	width:154px;
}

#locations .locatorImage{
	float:right;
	clear:none;
	align:right;
}

#locations .topDiv{
	height:365px;
	background-color:#FFFFFF;
	clear:none;
}

#locations .pDiv{
	padding-top:8px;
}

#locations .tableHead{
	padding-left:8px;
	padding-top:20px;
	padding-bottom:10px;
}

#locations .tablePad{
	padding-top:10px;
}

#locations .tableBar{
	background-color:#FCC02C;
}

#locations .altCell{
	background-color:#F4F2EB;
}

#locations .firstCell{
	padding-left:10px;
	padding-top:5px;
	line-height:1.25;
}

#locations .milesFirstCell{
	padding-left:10px;
	padding-top:5px;
	line-height:1.25;
	float:left;
}

#locations .milesCell{
	padding:20px;
}

#locations .cell{
	padding-top:5px;
	line-height:1.25;
}

#locations .FL-L{
	float:left;
}

#locations .FLL-CN{
	float:left;
	clear:none;
}

#locations a{
	text-decoration:none;
}


/***************************************************************
*** Beach Club Page Styles
***************************************************************/
#beachclub #main_content{
	position:relative;
}
#beachclub{
	font-size:11px;
	line-height: 1.5em;
}
#beachclub .form_container{
	width:520px;
	border-top:solid 5px #E6E5D3;
	/*border-bottom:solid 5px #E6E5D3;*/
	padding: 10px 0 25px 10px;
}

#beachclub input{
	font-size:11px;
}

#beachclubupdate {
	padding-left:15px;
}
#beachclubupdate .label{
	float:left;
	width:160px;
}

/***************************************************************
*** Rubio's Cards page styles
***************************************************************/
#rubioscards label{
	float:left;
	width:120px;
}
#rubioscards fieldset{
	width:45%;
	padding:15px;
}
#rubioscards .row{
	margin:4px;
}
#rubioscards #fancylist{
	color:#663300;
	margin-left:12px;
	font-weight:bold;
	font-size: 11px;
	list-style: disc url(utility_nav_bug.gif);
}
#rubioscards #fancylist li{
	vertical-align: middle;
	margin-bottom:4px;
}
#rubioscards #cart {
	text-align: center;
	font-weight: bold;
}
#rubioscards #cart tr {
	height:30px;
}
#rubioscards #cart th {
	color:red;
}
#rubioscards .hr {
	border-bottom:5px solid #E6E5D3;
	padding-bottom:5px;
	margin:10px 0;
}
/***************************************************************
*** Community page styles
***************************************************************/

#community .event{
	margin-top:30px;

}
#community .eventdate{
	color: #FF9900;
	margin:5px 0;
}

#community .eventlogo{
	float:right;
	clear:right;
}
#community.event p{
	width: 410px;
}
#community h1{
	color: #B4141E;
	font-weight:bold;
	font-size: 11px;
}
#community #sub_sub_nav{
	display:none;

}

/***************************************************************
*** Comments Page Styles
***************************************************************/
#phonecontact,#snailmail{
	display: none;
}

#emailform .label{
	float:left;
	width:100px;
}

#locationhere .label{
	float:left;
	width:40px;
}

#comments .errormsg{
	color:#FF0000;
}

/***************************************************************
*** Sitemap Styles
***************************************************************/
#sitemap .content_container {
	padding:20px; 
	padding-bottom:150px;
	background: #fff url(sitemap_bg_image.gif) no-repeat; 
	background-position: 200px 80px;
}
#sitemap_header {
	padding-bottom: 15px; 
	margin-bottom:20px; 
	border-bottom: 1px dashed #E6E5D3;
}
#sitemap #links {
	margin-left:45px;
	margin-top:10px;
}
#sitemap #links img {
	margin:5px 0;
}
#sitemap ul {
	list-style-image: url(green_bullet.gif);
	margin-left: 15px;
}

/***************************************************************
*** Fun Stuff Page Styles
***************************************************************/
.funstuff {
	width:890px;
	background-color: #fff;
	background-repeat: no-repeat;
}

/***************************************************************
*** Company Page Styles
***************************************************************/
.red {
	color:#B21C25;
	font-weight: bold;
}

/***************************************************************
*** Rubios Cards Admin Styles
***************************************************************/

#rcards_cardlist img{
	vertical-align:top;
}

/***************************************************************
*** Nutrition Calculator Styles
***************************************************************/
#nutritioncalc{
	color: #AF8D5C;
	height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
	border-top: 1px dashed #AF8D5C;
	border-bottom: 1px dashed #AF8D5C;
}
#nutritioncalc .itemname {
	font-weight: bold;
	text-align: right;
	padding-right:10px;
}
#nutritioncalc td {
	border-bottom: 1px dotted #ccc;
	padding:2px 2px;
	text-align:center;
}
#nutritionprint{
	float:right; 
	width:95px;
	margin-left:5px;
	padding:8px 15px; 
	border: 5px solid #E6E5D3;
}
#nutritionprint a{
	color: black;
}
#nutritioncalc .calc-group{
	font-weight:bold;
	color: #B12;
	font-size: 11px;
	height:26px;
	text-align:left;
}
#calcsubmit{
	width:164px;
	padding:5px;
	margin-top:10px;
	float: right;
	border: 5px solid #E9E5D9;
}
.even {
	background-color: #E6E5D3;
}
.odd {
	background-color: #F6F9F2;
}
.disclaimer{
	color: #AF8D5C;
	font-size:9px;
}

/***************************************************************
*** Fundraiser Styles
***************************************************************/
#fundraisers {
	line-height: 1.5em;
}
#fundraisers .section{
	margin-bottom:20px;
}
#fundraisers ol li{
	margin-bottom:10px;
}
#fundraisers .list{
	width:30%;
	float:left;
	padding-left:15px;
}
#fundraisers #fancylist{
	margin-left:5px;
	list-style: disc outside url(green_bullet.gif);
}
#fundraisers #fancylist li{
	margin-bottom:10px;
}
#fundraisers .label{
	float:left;
	width:380px;
	display:block;
}
#fundraisers .label p{
	padding-right:20px;
}
#fundraisers .group{
	padding: 20px;
	border-bottom:5px solid #ccc;
}
#fundraisers .row{
	clear:both;
	margin-bottom:5px;
}
#fundraiser_submission tr{
	vertical-align: top;
}
/***************************************************************
*** Footer Styles
***************************************************************/
#footercontent {
	position:relative;
	width: 890px;
	margin-top:20px;
	color: #977D62;
	font-size:.953em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-left:15px;
	letter-spacing: -.3px;
}

#footercontent A:link, #footercontent A:visited,#footercontent A:active {
	color: #977D62;
}

#footer .input {
	height: 13px;
	width: 122px;
	font-size:9px;
	border: solid 1px #C9C8C3;
	margin-left:8px;
	margin-right:3px;
}

.footerRowLeft{
	float:left;
	margin-top:5px;
}

.footerRowLeft A{
	padding-right:6px;
	padding-left: 6px;
}

.footerRowRight{
	position:relative;
	float:right;
	padding-top:3px;
}

.footerRowRight A{
	position:relative;
	padding-right:6px;
	padding-left: 6px;
}

#footerInfo{
	border-top: dotted 1px #BFB29F;
	padding-top:1px;
	margin-top:3px;
	margin-left:5px;
}


.formerror {
	color:red;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { height:1%;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

