html, body  {
    width: 100%;
	height:100%;
    min-height: 100%;
	max-height:100%;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align:left;
	overflow:hidden;
	margin:0; padding:0;
}


*,*:after,*:before{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0;margin:0
	}

* {margin:0; padding:0; }

#menu-wrapper,
#menu-wrapper_allow-scroll {
    width: 100%;
	height:100%;
    min-height: 100%;
	max-height:100%;
	margin:0%;

    width: 100%;
	height:94%;
    min-height: 94%;
	max-height:94%;
	margin:0%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; // This is where the magic happens
}

#top-scroll {
	width:100%;
	height:4.5%;
	background:url(../images/trans-repeater_90.png) repeat;
position:fixed !important;
position:absolute;
top:0;
right:0;
left:0;
	}

#bottom-scroll {
	width:100%;
	height:4.5%;
	background:url(../images/trans-repeater_90.png) repeat;
position:fixed !important;
position:absolute;
bottom:0;
right:0;
left:0;
}

#top-scroll h1 {
color:#FB0004;
margin-top:.2%;
font-size:3vh;
}
#bottom-scroll h1 {
color:#FB0004;
margin-top:.15%;
margin-bottom:.5%;
font-size:3vh;
}

#widget h1, #widget h2,
#widget h3, #widget h4, 
#widget h5, #widget h6 {
	color:#000;
margin-top:.15%;
margin-bottom:.75%;
}
#widget h1 {
font-size:3vh;
}
#widget h2 {
font-size:2.6vh;
}
#widget h3 {
font-size:2.4vh;
}
#widget h4 {
font-size:2.2vh;
}
#widget h5 {
font-size:2vh;
}
#widget h6 {
font-size:1.9vh;
}
#widget p {
font-size:1.6vh;
}

#widget-content {
	width:100%;
	margin:0;
	padding:0;
	background:none;
}

#widget-content img {
	max-width:inherit;
	overflow:hidden;
}


.column {
	float:left;
	width:23%;
	margin-left:.75%;
	margin-left:.75%;
	padding:.5%;
	margin-top:.5%;
	background:#fff;
	height:100%;
	max-height:100%;
	  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; // This is where the magic happens
}

.column,
.column-transparent {
	position:fixed !important;
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
}


.column-transparent {
	float:left;
	width:23%;
	margin-left:.75%;
	margin-left:.75%;
	padding:.5%;
	margin-top:.5%;
	background:none;
}

.inside-column { /* not being used - removed */
}

#one, #one_scroll-top, #one_scroll-bottom,
#two, #two_scroll-top, #two_scroll-bottom,
#three, #three_scroll-top, #three_scroll-bottom,
#four, #four_scroll-top, #four_scroll-bottom {
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
overflow:hidden;
}

#one, #two, #three, #four {
height:97.5%;
max-height:97.5%;
}



.item-wrapper {
	width:97%;
	margin-left:1.5%;
	margin-right:1.5%;
	clear:both;
	padding-bottom:1%;
	margin-bottom:2%;
	border-bottom: solid 1px #C4C4C4;
}


.last-item-wrapper {
	width:97%;
	margin-left:1.5%;
	margin-right:1.5%;
	clear:both;
	padding-bottom:1%;
	margin-bottom:2%;
}


	
.category-title {
	font-size:1.9vh;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding:7px; 
	font-weight:bold; 
		border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
    border: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	color:#fff;
	background: #e9050d;
	padding:1.5% 2% 1.5% 2%;
	margin-bottom:1%;
	clear:both;
}

.category-description p {
	font-size:2vh;
	margin-bottom:1.5%;
	white-space:normal;
  overflow:visible;
  text-overflow:inherit;
}

.item-description {
	clear:left;
	width:74%;
	text-align:left;
	white-space:normal;
  overflow:visible;
  text-overflow:inherit;
}

.item-description p {
	font-family: 'BenchNine', sans-serif;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.6vh;
	line-height:1.1em;
	font-weight:normal;
}


.item-title {
	float:left;
	font-size:2vh;
	width:auto;
	max-width:60%;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	white-space:normal;
  overflow:visible;
  text-overflow:inherit;
}


.item-pricing {
	float:right;
	width:36%;
	max-width:36%;
	text-align:right;
	margin-bottom:1%;
		font-size:2vh;
	color:#F00;
}

.item-price {
	display:inline-block;
	text-align:right;
	margin-right:1.5%;
	margin-top:0;
	padding-top:0;
	margin-left:.5em;
}

.item-size {
	display:inline-block;
	color:#000;
	font-weight:normal;
	with:70%;
	min-width:70%;
	max-width:70%;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
vertical-align:text-bottom;
}


#item-size-title-wrapper {
	float:right;
	width:100%;
	padding-left:45%;
	border-bottom:solid 1px #000;
margin-bottom:1.5%;
padding-bottom:.5%;
}

.item-size-title {
	display:inline-block;
	float:right;
	text-align:right;
	width:auto;
	width:19%;
max-width:19%;
min-width:19%;
overflow:hidden;
font-size:75%;
margin-left:.5%;
margin-right:.5%;
font-size:1.7vh;
}


.item-pricing-multi-price { 
	float:right;
	width:55%;
	max-width:55%;
	text-align:right;
	color:#F00;
	margin-bottom:.5%;
	font-size:2vh;
}


.item-size-price {
	display:inline-block;
	float:right;
	text-align:right;
	width:auto;
	width:19%;
max-width:19%;
min-width:19%;
overflow:hidden;
clear:none;
font-weight:bold;
margin-left:.5%;
margin-right:.5%;
font-size:2vh;
}


/* WIDGETS */

#widget, #widget-no-padding {
	margin-bottom:2%;
}

#widget-content {
	padding:2%;
	white-space:normal;
  overflow: auto;
  text-overflow:inherit;
}


#widget img,
#widget-no-padding img {
	width:100%;
	min-width:100%;
	max-width:100%;
	overflow:hidden;
}


#specials-wrapper { 
-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	padding: 10px;
	margin-bottom:5px;
	text-align:center;
	/*background:url(../images/divider.png) no-repeat center bottom; */
	border-bottom: solid 2px #000;
  }
.specials-title {
	font-weight:bold;
	font-size: 2.3em;
	color:#000066;
	text-align:center;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
#specials-wrapper p {
color:#000;
margin-left:0px;
text-align:center;
margin-bottom:4px;
}

