body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #231f20;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #efefef;
}
.thrColAbsHdr #fullcontainer { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 969px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #231f20;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #c32026;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
input {
	border: none;
	color: #efefef;
	background: #231f20;
	font-size: 10px;
	padding: 0;
	margin: 0;
}

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
.foodlist {
	color: #efefef;
	font-size: 96%;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 4px;
	margin-top: -2px;
	margin-bottom: -6px;
	vertical-align:middle;
}
.foodlist p {
	color: #efefef;
	font-size: 96%;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 4px;
	margin-top: -2px;
	margin-bottom: -6px;
	vertical-align:middle;
}
.foodlist a{
	color: #ffffff;
	display:block;
	width: 90%;
	padding-left: 8px;
	vertical-align:middle;
}
.foodlist a:hover{
	color: #ffffff;
	background-color:#c32026;
	padding-left: 8px;
}
#foodlist2 {
	color: #efefef;
	font-size: 96%;
	padding-top: 0px;
	padding-bottom: 4px;
	margin-top: -2px;
	margin-bottom: -6px;
	vertical-align:middle;
}
#foodlist2 p {
	color: #efefef;
	font-size: 96%;
	padding-top: 0px;
	padding-left: 4px;
	padding-bottom: 4px;
	margin-top: -2px;
	margin-bottom: -6px;
	vertical-align:middle;
}
#foodlist2 a{
	color: #ffffff;
	display:block;
	width: 90%;
	padding-left: 2px;
	vertical-align:middle;
}
#foodlist2 a:hover{
	color: #ffffff;
	padding-left: 2px;
	background-color:#c32026;
}
.thrColAbsHdr #header { 
	height: 160px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: #231f20; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header .toppadding {
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 10px; /* was 39 */
	width: 969px;
}
#header .midarea {
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 82px;
	float: left;
	width: 729px;
}
#header .opening {
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #efefef;
	margin-left: 50px;
	font-size: 20px;
	font-weight: bold;
  margin-top:25px;
}
#header .searchbox{
	padding: 0px;
	margin-top: 20px;
}

#header .searchinput{
	padding: 0px;
	background-image: url(../images/searchbox_bkg.gif);
	background-repeat: no-repeat;
	background-position: left -3px;
	height: 24px;
	width: 180px;
}
#header .opening a{
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #efefef;
	text-decoration:none;

}
#header .opening a:hover{
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#c32026;
	text-decoration:none;

}
.opening-times {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}
.opening-times h4{
	color: #000;
	font-size: 15px;
}
#header .logo {
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 82px;
	float: right;
	width: 240px;
}

#header .menubkg {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	width: 969px;
	height: 35px;
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #231F20;
	background-image: url(../images/menu_bkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}
#header .trcmenu {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	width: 919px;
	height: 24px;
	padding-left: 50px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #efefef;
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 131px;
	height: 324px;
	left: 0;
	width: 324px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #231f20; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
.thrColAbsHdr #sidebar1a {
	position: absolute;
	top: 131px;
	height: 484px;
	left: 0;
	width: 324px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #231f20; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
.thrColAbsHdr #sidebar1b {
	position: absolute;
	top: 131px;
	height: 324px;
	left: 0;
	width: 324px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #231f20; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}

.thrColAbsHdr #sidebar2 {
	position: absolute;
	height: 324px;
	top: 131px;
	right: 0;
	width: 324px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #231f20; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
.thrColAbsHdr #mainContent { 
	margin: -29px 324px 0px 324px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 324px;
}
.thrColAbsHdr #mainContent2 {
	height: 485px;
	top: 111px;
	margin-left: 324px;
	margin-top: -29px;
	width: 644px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #231f20; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	text-align: left;
  overflow:hidden;
}
.thrColAbsHdr #mainContent3 {
	height: 483px;
	top: 111px;
	margin-left: 324px;
	margin-top: -29px;
	width: 644px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	text-align: left;
}
.thrColAbsHdr #mainContent3 .left{
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	color: #000000;
	text-align: left;
}
.thrColAbsHdr #mainContent3 .right{
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	color: #000000;
	text-align: left;
}
.thrColAbsHdr #mainContent3 .rightcontent h4{
	font-size: 26px;
	margin-left: 0px;
	padding-bottom: 2px;
	width: 275px;
	color: #000000;
	border-bottom: 1px solid #000;
	text-align: left;
}
.thrColAbsHdr #mainContent3 .rightcontent {
	padding: 0;
	width: 301px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
}
.thrColAbsHdr #mainContent3 .righttext {
	padding-left: 12px;
	width: 284px;
	color: #000000;
}
.thrColAbsHdr #mainContent3 .righttext a{
	color: #007bc8;
	text-decoration:none;
}
.thrColAbsHdr #mainContent3 .righttext a:hover{
	color: #000000;
	text-decoration:none;
}
.thrColAbsHdr #mainContent3 .rightcontent img{
	margin-top: -28px;
}


.thrColAbsHdr #mainContent5 {
	height: 483px;
	top: 111px;
	margin-left: 324px;
	margin-top: -29px;
	width: 644px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #231f20; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	text-align: left;
}
.thrColAbsHdr #mainContent5 .left{
	padding: 0px;
	color: #efefef;
	text-align: left;
	/* border-bottom: 1px solid #c32026; */
}
.thrColAbsHdr #mainContent5 .right{
	padding: 0px;
	color: #efefef;
	text-align: left;
}
.thrColAbsHdr #mainContent5 .rightcontent h4{
	font-size: 26px;
	margin-left: 14px;
	padding-bottom: 2px;
	width: 275px;
	border-bottom: 1px solid #efefef;
	text-align: left;
}
.thrColAbsHdr #mainContent5 .rightcontent {
	padding: 0;
	width: 301px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #efefef;
	
}
.thrColAbsHdr #mainContent5 .righttext {
	padding-left: 12px;
	width: 284px;
	color: #efefef;
}
.thrColAbsHdr #mainContent5 .righttext a{
	color: #007bc8;
	text-decoration:none;
}
.thrColAbsHdr #mainContent5 .righttext a:hover{
	color: #fff;
	text-decoration:none;
}
.thrColAbsHdr #mainContent5 .rightcontent img{
	margin-top: -28px;
}

.thrColAbsHdr #mainContent6 {
	height: 323px;
	top: 111px;
	margin-left: 324px;
	margin-top: -29px;
	width: 644px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #231f20; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	text-align: left;
	border-bottom: 1px solid #c32026;
}
.thrColAbsHdr #mainContent6 .left{
	padding: 0px;
	color: #efefef;
	text-align: left;
	/* border-bottom: 1px solid #c32026; */
}
.thrColAbsHdr #mainContent6 .right{
	padding: 0px;
	color: #efefef;
	text-align: left;
}
.thrColAbsHdr #mainContent6 .rightcontent h4{
	font-size: 16px;
	margin-bottom: -12px;
	width: 275px;
	border-bottom: 1px solid #efefef;
	text-align: left;
}
.thrColAbsHdr #mainContent6 .rightcontent h3{
	font-size: 18px;
	padding-bottom: 2px;
	margin-top: -5px;
	text-align: left;
}
.thrColAbsHdr #mainContent6 .rightcontent {
	padding: 0;
	width: 300px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #efefef;
}
.thrColAbsHdr #mainContent6 .righttext {
	padding-left: 12px;
	width: 284px;
	color: #efefef;
}
.thrColAbsHdr #mainContent6 .rightcontent a{
	color: #c32026;
	text-decoration:none;
}
.thrColAbsHdr #mainContent6 .rightcontent a:hover{
	color: #fff;
	text-decoration:none;
}
.thrColAbsHdr #mainContent6 .righttext a{
	color: #007bc8;
	text-decoration:none;
}
.thrColAbsHdr #mainContent6 .righttext a:hover{
	color: #fff;
	text-decoration:none;
}
.thrColAbsHdr #mainContent6 .rightcontent img{
	margin-top: 0px;
	border: none;
	width: 250px;
}
.thrColAbsHdr #mainContent6 .formbox {
 background-color: #333;
 border: 1px solid #666;
 color: #fff;
}
.thrColAbsHdr #mainContent6 .formbox2 {
 background-color: #333;
 border: 1px solid #666;
 padding: 4px;
 font-size: 14px;
 color: #fff;
 cursor: hand;
}
.thrColAbsHdr #mainContent6 form{
	color: #fff;
	border: 1px
}

.thrColAbsHdr #mainContent6 .rightcontent submit{
	color: #fff;
	background-color: #333;
}
.thrColAbsHdr #mainContent6 .rightcontent2 h3{
	font-size: 18px;
	padding-bottom: 2px;
	margin-top: -5px;
	text-align: left;
}
.thrColAbsHdr #mainContent6 .rightcontent2 {
	padding: 0;
	width: 300px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #efefef;
}
.thrColAbsHdr #mainContent6 .rightcontent2 a{
	color: #c32026;
	text-decoration:none;
}
.thrColAbsHdr #mainContent6 .rightcontent2 a:hover{
	color: #fff;
	text-decoration:none;
}
.thrColAbsHdr #mainContent6 .rightcontent2 img{
	margin-top: 0px;
	border: none;
	width: 250px;
}
.thrColAbsHdr #mainContent7 {
	height: 323px;
	top: 111px;
	margin-left: 324px;
	margin-top: -29px;
	width: 634px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #231f20; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	text-align: left;
	border-bottom: 1px solid #c32026;
}
.thrColAbsHdr #mainContent7 .left{
	padding: 0px;
	color: #efefef;
	text-align: left;
	/* border-bottom: 1px solid #c32026; */
}
.thrColAbsHdr #mainContent7 .right{
	padding: 0px;
	color: #efefef;
	text-align: left;
}
#mainContent7 .rightcontent h4{
	font-size: 16px;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #efefef;
	text-align: left;
}
#mainContent7 .rightcontent h3{
	font-size: 18px;
	padding-bottom: 2px;
	margin-top: -5px;
	text-align: left;
}
.thrColAbsHdr #mainContent7 .rightcontent {
	padding: 0;
	width: 604px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #efefef;
}
#mainContent7 .rightcontent a{
	color: #c32026;
	text-decoration:none;
}
#mainContent7 .rightcontent a:hover{
	color: #FFF;
	text-decoration:none;
}
#mainContent7 .rightcontent input{
	color: #fff;
	background-colour: #333;
}
.thrColAbsHdr #mainContent7 .righttext {
	padding-left: 12px;
	width: 284px;
	color: #efefef;
}
.thrColAbsHdr #mainContent7 .righttext a{
	color: #007bc8;
	text-decoration:none;
}
.thrColAbsHdr #mainContent7 .righttext a:hover{
	color: #fff;
	text-decoration:none;
}
.thrColAbsHdr #mainContent7 .rightcontent img{
	margin-top: 0px;
	border: none;
	width: 250px;
}


.thrColAbsHdr #heading {
	margin-top: 180px;
}
.thrColAbsHdr #heading3 {
	margin-top: 86px;
}
.slide {
	font-size: 11px;
	background-color:#FFFFFF;
	color: #333;
	width: 800px;
	height: 600px;
	padding: 0;
	margin: 0;
}
.slide a{
	color: #333;
	text-decoration:none;
	padding: 0;
	margin: 0;

}
.slide a:hover{
	color: #c32026;
	text-decoration:none;
	padding: 0;
	margin: 0;

}
.thrColAbsHdr #mainContent4 {
	height: 635px;
	top: 111px;
	margin-left: 324px;
	margin-top: -29px;
	width: 644px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #231f20; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	text-align: left;
}
.content{
	color: #efefef;
	font-size: 12pt;
	padding: 0px;
	text-align: left;
}
.content input, textarea, option{
	background-color: #efefef;
	font-size: 10pt;
	padding: 0px;
	color: #333;
	text-align: left;
}
.content a{
	color:#c32026;
	text-decoration:none;
}
.content a:hover{
	color:#ffffff;
	text-decoration:none;
}
.content h4{
	color: #efefef;
	font-size: 16pt;
	padding: 0px;
	text-align: left;
}
.thrColAbsHdr #heading2 {
	margin-top: 0px;
}
.lhs-menu {
	color: #efefef;
	font-size: 16px;
	font-weight:bold;
	margin-left: 34px;
}
.lhs-menu ul{
	color: #efefef;
	list-style:none;
	display:block;
	margin-top: 20px;
	margin-left: 30px;
}
.lhs-menu li,a{
	color: #efefef;
	text-decoration:none;
	padding-top: 6px;
}
.lhs-menu a:hover{
	color: #c32026;
	text-decoration:none;
	padding-top: 6px;
}
.red_btn {
	display: block;
	font-size: 12px;
	width: 220px;
	text-align:center;
	margin-top: 16px;
	color: #efefef;
	background-color: #c32026;
  overflow:hidden;
}
.red_btn a{
	vertical-align:middle;
	margin-top: 0px;
	padding-bottom: 8px;
	color: #efefef;
	background-color: #c32026;
	text-decoration: none;
}
.red_btn a:hover {
	color: #FFF;
	background-color: #000;
	text-decoration: none;
}
#footer {
	padding: 0px;
	margin: 0px;
	width: 969px;
	height: 103px;
	background-color: #231f20;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: right top;
  clear:both;
} 
#footer img {
  border:0;
}

#footer2 {
	position:absolute;
	top: 616px;
	float: right;
	padding: 0px;
	margin: 0px;
	width: 969px;
	height: 103px;
	background-color: #231f20;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.copyright { 
	font-size: 12px;
	color: #828386;
	padding: 0 0 0 50px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#231f20;
	width: 919px;
} 
.copyright a{ 
	text-decoration: none;
	color: #828386;
}
.copyright a:hover{ 
	text-decoration: none;
	color: #abacb0;
}
.copyright p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.mbmenu{
  display:none;
}
.rootVoices{
	padding:0px;
	padding-bottom:0;
	padding-top:1px;
	margin-left: 50px;
	color: #666666;
}
.rootVoices span.rootVoice {
	vertical-align:middle;
	background-color:transparent;
	width:120px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #efefef;
	line-height:12px;
	cursor: hand;
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-top-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}

.rootVoices span.rootVoice.selected{
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	color:#c32026;
	cursor: pointer;
}

.rootVoices.vertical {
	width:140px;
}
.rootVoices.vertical td.rootVoice{
	-moz-border-radius:8px 0px 0 8px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:8px;

}

.menuShadow{
	padding:2px;
	padding-bottom:0px;
	left:-2px;
	top:110px;
}

/**/

.menuContainer {
    color: #efefef;
	margin-top:10px;
	text-align:left;
	border:1px solid #c32026;
}
.me {
	color: #efefef;
	padding:0px; 
	text-align:left;
	font-size: 14px;
	text-decoration:none;
}
.me a{
	color: #efefef;
	text-decoration:none;
	cursor: pointer;
}
.me a:hover{
	color: #efefef;
	background-image: url(../images/trans2.png);
	background-repeat: repeat;
	background-position: left top;
	text-decoration:none;
	cursor: pointer;
}
.menuContainer .line{
	width:100%;
	padding: 4px;
	background-image: url(../images/trans.png);
	background-repeat: repeat;
	background-position: left top;
		border-bottom:1px solid #c32026;
}
.menuContainer .line a:hover{
	width:100%;
	color: #ffffff;
	cursor: pointer;
}
.menuContainer .line.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-bottom:1px solid #c32026;
}
.menuContainer .line.title a{
	font-size:14px;
		cursor: pointer;
}
.menuContainer div.a{
	text-decoration:none;
	color: #efefef;
		cursor: pointer;
	background-color:#c32026;
}
.menuContainer span.voice{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:7px;
	color: #efefef;
}
.menuContainer .separator{
	border-bottom: 1px solid #c32026;
	height:1px;
	
}
.menuContainer span.img{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	color: #c3c3c3;
	background-color:transparent;
	width:24px;
	padding:5px;
}
.menuContainer span.img img{
	width:20px;
}
.menuContainer .textBox{
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #green
	color: #c3c3c3;
}
.menuContainer .selected{
	background-image:url("../images/trans2.png")
}
.menuContainer .selected span a{
	color:#000;
		cursor: hand;
}
.menuContainer .disabled span, .menuContainer .disabled span a {
	color: #cccccc;
		cursor: hand;
}
.menuContainer .subMenuOpener{
	background-image:url("../images/menuArrow_w.gif");
	background-repeat:no-repeat;
	background-position:right;
}
.menuContainer .selected .subMenuOpener{
	background-image:url("../images/menuArrow.gif");
	background-repeat:no-repeat;
	background-position:right;
}
.pics { height: 324px; width: 324px; padding:0; margin:0; overflow: hidden }
.pics img { height: 324px; width: 324px; padding: 0px; top:0; left:0 }
.pics img {
	-moz-border-radius: 0px; -webkit-border-radius: 0px;
}
.pics2 { height: 221px; width: 289px; padding:0; margin:0; overflow: hidden }
.pics2 img { height: 221px; width: 289px; padding: 0px; top:0; left:0 }
.pics2 img {
	-moz-border-radius: 0px; -webkit-border-radius: 0px;
}
.pics3 { height: 536px; width: 800px; padding:0; margin:0; overflow: hidden }
.pics3 img { height: 536px; width: 800px; padding: 0px; top:0; left:0 }
.pics3 img {
	-moz-border-radius: 0px; -webkit-border-radius: 0px;
}
.pics4 { height: 200px; width: 250px; padding:0; margin:0; overflow: hidden }
.pics4 img { height: 200px; width: 250px; padding: 10px 0px 0px 0px; top:0; left:0 }
.pics4 img {
	-moz-border-radius: 0px; -webkit-border-radius: 0px;
}
.lefttext {
	padding-left: 24px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	background-color:#FFFFFF;
}
.lefttext input{
	margin-left: -2px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	background-color:#FFFFFF;
}
.lefttext a{
	color: #c32026;
	text-decoration:none;
}
.lefttext a:hover{
	color: #000;
	text-decoration:none;
}
.lefttext2 {
	padding: 5px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
}
.lefttext2 input{
	margin-left: -2px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	background-color:#FFFFFF;
}
.lefttext2 a{
	background-color: #c32026;
	text-decoration:none;
	color: #efefef;
}
.lefttext2 a:hover{
	background-color: #c32026;
	text-decoration:none;
	color: #ffffff;
	font-weight: bold;
}
.articles {
	padding-left: 24px;
	width: 320px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	background-color:#231f20;
}
.articles input{
	margin-left: -2px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	background-color:#231f20;
}
.articles a{
	color: #efefef;
	border-bottom: 1px solid #c32026;
	padding-bottom: 2px;
	text-decoration:none;
	display: block;
	width: 300px;
}
.articles a:hover{
	color: #c32026;
	text-decoration:none;
}
.articles h4{
	color: #efefef;
	font-size: 14pt;
	padding: 0px;
	text-align: left;
}
div.whiteOverlay { background: url("../images/jqmBG.gif") white; }
div.jqDrag {cursor: move;}

/* jqmModal dialog CSS courtesy of;
	Brice Burgess <bhb@iceburg.net> */

div.jqmDialog {
	display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -400px;
	width: 870px;

	overflow: hidden;
	font-family:verdana,tahoma,helvetica;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.jqmDialog {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


/* [[[ Title / Top Classes ]]] */
div.jqmdTC { 
	background: #231f20;
	color: #efefef;
	padding: 7px 22px 5px 5px;
	font-family:"sans serif",verdana,tahoma,helvetica;
	font-weight: bold;
	* zoom: 1;
}
div.jqmdTL { background:  url(images/sprite.gif) no-repeat 0px -41px; padding-left: 3px;}
div.jqmdTR { background: url(dialog/sprite.gif) no-repeat right 0px; padding-right: 3px; * zoom: 1;}


/* [[[ Body / Message Classes ]]] */
.full-border img{
	border-top-width: 10px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #231f20;
	border-right-color: #231f20;
	border-left-color: #231f20;
}
div.jqmdBL { background: url(dialog/bl.gif) no-repeat left bottom; padding-left: 7px; }
div.jqmdBR { background: url(dialog/br.gif) no-repeat right bottom; padding-right: 7px; * zoom: 1 }

div.jqmdMSG { color: #231f20; }


/* [[[ Button classes ]]] */
input.jqmdX {
	position: absolute;
	right: 7px;
	top: 4px;
	padding: 0 0 0 0px;
	height: 19px;
	width: 0px;
	background: url("../images/close.gif") no-repeat top left;
	overflow: hidden;
}
input.jqmdXFocus {background-position: bottom left; outline: none;}

div.jqmdBC button, div.jqmdBC input[type="submit"] {
	margin: 8px 10px 4px 10px;
	color: #efefef;
	background-color: #231f20;
	cursor: pointer;
}

div.jqmDialog input:focus, div.jqmDialog input.iefocus { background-color: #231f20; }

ul#stores-filter{ margin: 6px;; padding: 5px; line-height: 22px; }
ul#stores-filter li{ display: inline; font-size: 12px;}
ul#stores-filter a{ padding: 6px 6px 6px 6px; color: #efefef; font-weight: bold; text-decoration: none; }
ul#stores-filter a:hover, ul#stores-filter a.current{ color: #c32026; }
ul#stores-filter a.current{ background-color: #c32026;  color: #ffffff;}

ul#stores-list{ margin: 20px 0 0 0; padding: 0; list-style: none; }
ul#stores-list li{ display: block; float: left; margin-right: 18px; overflow: hidden; }
ul#stores-list li a{ margin-right: 6px; display: block; overflow: hidden; color: #efefef; padding: 2px 4px 2px 4px;}
ul#stores-list li a:hover{ display: block; overflow: hidden; background-color: #c32026;  color: #ffffff; }
ul#stores-list li p{ font-size: 12px; line-height: 15px; color: #AAA; }
.stores-box {
	padding: 10px;
}
:focus { outline: 0; }


/* Layout */
.fboundingBox{  }

/* Content */

#fcontent{ padding: 0px 0; }

/* Content - Portfolio Listing */

ul#stores-filter2{ padding: 0px 0px 6px 50px; margin-top: 0px; line-height: 19px; }
ul#stores-filter2 li{ font-size: 12px; list-style:none;}
ul#stores-filter2 a{ padding: 2px 2px 2px 2px; color: #efefef; font-weight: bold; text-decoration: none; }
ul#stores-filter2 a:hover, ul#stores-filter a.current{ color: #c32026; }
ul#stores-filter2 a.current{ background-color: #c32026;  color: #ffffff;}

ul#stores-list2 { list-style: none; }
ul#stores-list2 li{ overflow: hidden; }
ul#stores-list2 li a{  float: left;display: block;overflow: hidden; width: 300px;  margin-right: 10px;color: #efefef; padding: 4px 4px 4px 4px;}
ul#stores-list2 li a:hover{  overflow: hidden; background-color: #c32026;  color: #ffffff; }
ul#stores-list2 li p{ overflow: hidden;  float: left; font-size: 14px; line-height: 17px; color: #AAA; margin-bottom: -5px;}

.spacer1 {
padding-right: 230px; padding-left: 42px;
}
.spacer2 {
padding-right: 40px;
}
.spacer3 {
padding-right: 32px;
}
#s1 a, #s2 a, #s3 a {
padding:0;
margin:0;
}
#s1 a img, #s2 a img, #s3 a img {
border:0;
}
.thrColAbsHdr #promoContent {
  width:969px; 
  height:525px;
  overflow:hidden;
	margin: -29px 0 -10px 0; 
	padding: 0px;
	min-height: 350px;
}
.thrColAbsHdr #promoContent #promoInner {
  float:right; 
  margin:25px 100px 0;
  font-size:12px;
	text-align:center;
}
.thrColAbsHdr #promoContent #promoInner table {
  padding: 10px 0;
}
.thrColAbsHdr #promoContent #promoInner td {
  padding: 0px 10px 5px 10px;
  vertical-align:middle;
}
.thrColAbsHdr #promoContent #promoInner div.top {
  padding:0;
  margin:0;
	background: transparent url(/trc/images/dash.gif) repeat-x 100% 0%;
}
.thrColAbsHdr #promoContent #promoInner div.bottom {
  padding:0;
  margin:0;
	background: transparent url(/trc/images/dash.gif) repeat-x 0% 100%;
}
.thrColAbsHdr #promoContent #promoInner tr.has_help td {
  margin:0;
}
.thrColAbsHdr #promoContent #promoInner .optin {
  font-size:11px;
  padding-top:5px;
}
.thrColAbsHdr #promoContent #promoInner .optin div {
  padding-top:5px;
}
.thrColAbsHdr #promoContent #promoInner input {
  font-size:12px;
  height:16px;
  padding:2px;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:15px;
  vertical-align:middle;
  margin-bottom:3px;
}
.thrColAbsHdr #promoContent #promoInner input.wide {
  width: 343px;
}
.thrColAbsHdr #promoContent #promoInner input.medium {
  width: 148px;
}
.thrColAbsHdr #promoContent #promoInner input.narrow {
  width: 20px;
  margin-left:5px;
}
.thrColAbsHdr #promoContent #promoInner input.button {
  height:20px;
  background: #A27C41;
  padding:0 10px 1px 10px;
  margin: 5px 0;
}
