@charset "utf-8";
/* CSS Document */
BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	margin:0px;
	padding:0px;
}


a {
	color: #EEEEEE;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a.grayLink {
	color: #999999;
	text-decoration: none;
	font-weight:bold;
}
a.grayLink:hover {
	color: #323232;
	text-decoration: none;
}

.border {
	border: 1px solid #DE803B;
}

.huge {
	font-size:48px;
}

.continue {
	background-color:#b31f17;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin:50px;
	padding:5px;
	font-size:18px;
	cursor:pointer;
}

.continue2 {
	background-color:#b31f17;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin:2px;
	padding:5px;
	font-size:18px;
	cursor:pointer;
}

.menuCategory {
	font-size:14px;
	font-weight:bold;
}

.largeMessage { color:#B31F17; font-weight:bold; font-size:24px; text-align:center; }
.message { color:#3cd100; font-weight:bold; }
.warning { color:#b31f17; font-weight:bold; }
.note { color:#b31f17; font-weight:bold; }
.title { font-size:13px; }

#pages {
	width:100%;
	text-align:right;
	background-color:#1B1B1B;
	font-size:17px;
font-weight:bold;
padding-bottom:0px;
height:20px;
text-align:center
}

#pages .numbers {
	color:#FFFFFF;

padding-left:3px;
padding-right:3px;
}

#pages a:hover {
font-weight:bold;
background-color:#FFFFFF;
color:#b31f17;
}

#debugInfo {
	float:right;
}

.formLabel {
	font-weight:bold;
}

.formLabelRequired {
	font-weight:bold;
	background-image:url(../images/required.gif);
	background-repeat:no-repeat;
	background-position:left 6px;
	padding-left:7px;
}


.formLabelOLD {
	width:100px;
	text-align:right;
	float:left;
	padding:5px 0px 0px 0px;
	margin:5px 3px;
}

.formElement {
	vertical-align:middle;
	width:150px;
	text-align:left;
	float:left;
	margin:5px 3px;
}

.clear {
	clear:both;
}


/* old styles */


.mainhdr { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #4E755F;
}

.menuprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #4E755F;
	line-height: 18px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.white {
	color: #FFFFFF;
}
.gray {
	color:#999999;;
}
.bold {
	font-weight: bold;
}
.i {
	font-style: italic;	
}

.border {
	border: 1px solid #DE803B;
}
.uppercase {
	text-transform: uppercase;
}

#main {
	width:1004px;
	min-height:630px;
	margin:0 auto;
	background-color:#000000;
}

#main #container {
	margin:10px;
	padding:0 40px;
}

#main #container H1 { 
	background-image:url(../images/section_tile.gif);
	background-repeat:repeat-x;
	padding:13px 40px;
	margin:0 -40px;
	width:100.8%;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 19px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.heading { 
	background-image:url(../images/section_tile.gif);
	background-repeat:repeat-x;
	padding:13px 40px;
	margin:0 -40px;
	width:100.8%;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

#main #container H2 { 
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	margin:10px 0 10px 0;
}

#header {
	background-image:url(../images/hdr_tile.gif);
	background-repeat:repeat-x;
}
#header #container{
	width:1004px;
	margin:0 auto;
	padding:0px;
}

#footer{
	text-align:center;
	background-image:url(../images/ftr_tile.gif);
	background-repeat:repeat-x;
}

#footer #container {
	height:68px;
	font-size:10px;
	width:1004px;
	margin:0 auto;
	padding:15px 0;
}

#cart {
	background-image:url(../images/cart_ico.gif);
	background-repeat:no-repeat;
	background-position:left center;
	float:right;
	height:20px;
	padding:5px 4px 0 25px;
	cursor:pointer;
}
#account {
	text-align:right;
	float:right;
	height:20px;
	padding:5px 4px 0 15px;
	cursor:pointer;
}

#nav {
	float:left;
	width:834px;
	margin:33px 0 0 30px;
	text-align:center;
}

#navusf {
	float:left;
	width:800px;
	margin:33px 0 0 30px;
	text-align:center;
}

/* to stretch the container div to contain floated list */ 
#nav:after {
	content: ".";
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

#nav ul{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	font-size: 0.8em;
}

#nav ul#imageNav{
	float:right;
}

#nav ul li { 
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	font-size:12px;
	display: block;
	width: 100%;
	padding: 0.5em 2em;
	border-width: 1px;
	border-color: #777 #7b7b7b #606060 #4e4e4e;
	border-style: solid;
	color: #FFF;
	text-decoration: none;
	background:none;
width: auto;		
}

#nav ul li.disabled span{
	font-size:12px;
	display: block;
	width: 100%;
	padding: 0.5em 2em;
	border-width: 1px;
	border-color: #777 #7b7b7b #606060 #4e4e4e;
	border-style: solid;
	color: #999;
	text-decoration: none;
	background:none;
	cursor:default;
	text-align:center;	
width: auto;	
}


#nav ul#imageNav li a {
	background:#660000;
}

#nav>ul li.disabled { width: auto; }

#nav>ul li a { width: auto; }

#nav ul li#active a{
	border-color: #ffe #aaab9c #ccc #fff;
	background: #999;
}

#nav ul li a:hover, #nav ul li#active a:hover{
	background: #999;
	border-color: #ffe #aaab9c #ccc #fff;
}

.thumbTD {
	text-align:center;
	vertical-align:middle;
	padding-bottom:20px;
}

.thumbTD IMG {
	border:1px solid #4a4a4a;
}

.folder {
	background-image:url(../images/icon_folder.jpg);
	background-repeat:no-repeat;
	width:163px;
	height:134px;
	margin:0 auto;
}
.folderTitle {
	background-image:url(../images/icon_folder_reflection.jpg);
	background-repeat:no-repeat;
	width:163px;
	margin:0 auto;
	font-size:14px;
	font-weight:bold;
}

.redBtn {
	background-color:#b31f17;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-transform:uppercase;
	margin:10px;
	cursor:pointer;
}

.redBtn2 {
	background-color:#b31f17;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-transform:uppercase;
	margin:4px;
	cursor:pointer;
	padding: 1px;	
}

.grayBtn {
	background-color:#666666;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-transform:uppercase;
	margin:10px;
	cursor:pointer;
}

UL.FAQ {
	margin:0 10px;
	padding:0;
	list-style:none;
}

UL.imageBrowse {
	margin-left:20px;
}
UL.imageBrowse LI {
	padding-left:0px;
}

UL.menuBrowse {
	margin-left:20px;
}
UL.menuBrowse LI {
	padding-left:0px;
}

A.lightbox IMG {
	border:0;
}

.swatch {
	border:1px solid #4a4a4a;
	width:50px;
	height:50px;
	float:left;
	margin-right:5px;
}

.swatchSM {
	border:1px solid #4a4a4a;
	width:50px;
	height:50px;
	float:left;
	margin-right:5px;
}

.invalid {
	border:solid 2px red;
}

/* fudds stuff */
TABLE.menu {
	width:700px;
}

.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px 10px;
	height: 300px;
	color:#FFFFFF;
	background-color:#252525;
}

.AccordionPanelContent FORM {
	margin:0px;
}

.AccordionPanelContent .lightrow {
	background-color:#eeecdd;
}
.AccordionPanelContent .darkrow {
	background-color:#dcdac9;
}

.AccordionPanelTab {
	background-image:url(../images/nav_accord_blue_plus.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 4px 25px;
	text-transform:uppercase;
	font-family:Trebuchet, Verdana, Helvetica, Sans-Serif;
}

.AccordionPanelOpen .AccordionPanelTab {
	background-image:url(../images/nav_accord_red_minus.jpg);
	font-weight:bold;
}

.AccordionPanelTabHover {
	color: #FFFFFF;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #FFFFFF;
}

.AccordionFocused .AccordionPanelTab {
	background-color: #508fc8;
}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #005AAB;
	font-weight:bold;
}

.menuItemName, .menuItemNameReadOnly {
	width:580px;
	background-color:#FFFFFF;
	color:#000000;
	border:solid 1px #666666;
}
.menuItemDesc, .menuItemDescReadOnly {
	width:580px;
	height:30px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	border:solid 1px #666666;
}
	.menuItemNameReadOnlyLight, .menuItemNameReadOnlyDark {
		border:none;
		color:#000000;
		font-weight:bold;
		background-image:url(../images/required.gif);
		background-repeat:no-repeat;
		background-position:left 3px;
		padding-left:7px;
	}
	
	.menuItemNameReadOnlyLight {
		background-color:#eeecdd;
	}

.menuItemPrice {
	width:80px;
	background-color:#FFFFFF;
	color:#000000;
	border:solid 1px #666666;
}
.menuItemUnit {
	width:40px;
	background-color:#FFFFFF;
	color:#000000;
	border:solid 1px #666666;	
}

.menuCategoryHeader {
	background-color: #508fc8;	
	border-top: solid 1px #333333;
	border-bottom: solid 1px #666666;
	margin: 0px;
	padding: 5px;
	text-transform:uppercase;
	font-family:Trebuchet, Verdana, Helvetica, Sans-Serif;
	background-color: #005AAB;	
	font-weight:bold;
}


.review .lightrow {
	background-color:#111111;
}
.review .darkrow {
	background-color:#272727;
}

.coupon {
	padding:10px;
	text-align:center;
	width:283px;
}
.couponPadding {
	background-color:#eeecdd;
	text-align:center;
	padding:3px;
}
.couponBorder {
	border:dashed 3px #666666;
	padding:5px;
	text-align:center;
	min-height:100px;
	color:#000000;
}
