/* ----- Quorn screen stylesheet ------------ */
/* ----- Fuse Digital 2009 ------------------ */
/* ----- enjoy. ----------------------------- */

/*
	
	----- Colours -----
	
	Cream: #FFFCD9
	Ligth Cream: #FFFEEF
	Light Orange: #FFD862
	Dark Orange: #F57B20
	Grey: #6a6a6a
	
	
	----- Site Dimensions -----
	
	Width: 960px

*/

* {
	margin: 0; /* global reset of margin and padding */
	padding: 0;
	outline: none;
}

/* ----- Tags ----------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
body, html{
	width: 100%;
	height: 100%;	
}
body {
	background: #FFFCD9;
	text-align: center; /* centre in IE */
	font: 12px Trebuchet MS, Arial, sans-serif;
	line-height:16px;
	color: #444444;
}
ul {
	list-style: none; /* no bullets on lists by default */
}
a {
	color: #942414;
	text-decoration:underline;
}
a:hover {
	color: #ee6500;
	
	
}
a img {
	border: none;
}
h1,h2,h3,h4{
	margin:0px;
	font: 12px Trebuchet MS, Arial, sans-serif;
}

/* ----- Universal Styles ----------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
.hide {
	display: none;
}
.clear {
	display:block;
	clear: both;
	margin:0;
	padding:0;
}


.left {
	float: left;

}
.inline{
	display:inline;
}
.right {
	float: right;

}

.gapH15{
	height:5px;
}

.gapH10{
	height:10px;
}

.gapH15{
	height:15px;
}
.gapH15{
	height:15px;
}
.gapH25{
	height:25px;
}

.reset-margin{
	margin:0;
}
ol{
	margin:0px 0px 0px 23px;

}
ol dl  {
	font-weight:bold;
}

ol dl li dt{
	margin:0px 0px 5px 0px;
	font-weight:normal;
}

.content ul{

}

.content ul li{
	padding:1px 0px 2px 15px;
	background:url(/images/bullet.jpg) no-repeat left top;
	color:#a33038;
}
/* ----- Containers ----------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#site {
	position: relative;
	width: 960px;
	margin: 22px auto 18px auto;
	text-align: left;
	background:#FFFEEF;
}
#container {
	width:960px;
	margin:0 auto;
}
#site-lang {
	width: 960px;
	float:left;
	position: relative;
	margin:18px auto 0 auto;
	background:#FFFEEF;
	text-align:left;
}
#main {
	margin:15px 15px 15px 15px;
}
#main-language {
	padding:30px 20px 35px 35px;
	background:url(/images/language-selection/background.jpg) no-repeat top;
}

#main-nopad {
	margin:0px 15px 15px 15px;

}
#main-bigpad {
	margin:40px 15px 15px 15px;

}

/* ----- Masthead ------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#masthead {
	position:relative;
	background:url(/images/nav/nav_back.jpg) repeat-x;
	height:52px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#quorn-logo {
	position: absolute;
	left: -31px;
	top: -26px;
	display: block;
	width: 193px;
	height: 135px;
	text-indent: -1000em;
	background: url(/images/logopngbig.png) 0 0 no-repeat !important;
	background: url(/images/logogifbig.gif) 0 0 no-repeat;
}

#quorn-logo-old {
	position: absolute;
	left: -35px;
	top: -31px;
	display: block;
	width: 220px;
	height: 119px;
	text-indent: -1000em;
	background: url(/images/old-logopng.png) 0 0 no-repeat !important;
	background: url(/images/old-logogif.gif) 0 0 no-repeat;
}
#hero{
	padding:0 0 0 0;
	margin:0px;	
	/*background:url(../images/dividers/hero_border.png) 0 100% no-repeat !important;
	background:url(../images/dividers/hero_border.gif) 0 100% no-repeat;*/
}
#hero.alt {
	margin:10px 0 0 0;
}
#hero .hero-text{
	display:none;
}



/* ----- Global Navigation ----- */
/* ------------------------------------------------------------ */

#global-nav{
	float:right;
	text-align: right;
}

#global-nav li {
	/*display: inline;*/
	float: left;
	margin:0px;
	height:47px;
}
#global-nav li a{
	display: block !important;
	display:inline;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 1.33em "Avante Garde", Helvetica, Arial, sans-serif;
	letter-spacing: -0.5px;
	height:20px;
	background-image: url(/images/nav/navBack.jpg);
	padding:20px 13px 7px 13px !important;
	padding:20px 13px 15px 13px;
	margin:0px;
	line-height:20px !important;
	line-height:54px;
	cursor:pointer;
}
#global-nav li a.current:hover, #global-nav li a.current{
	background-position:  100% 47px;
	color:#FC7F25;
}

#global-nav li a:hover, #global-nav li:hover a{
	background-position:  100% 47px;
	color:#FC7F25;
}


/* ----- Footer ----------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

/* ----- Global Footer ----- */
/* ------------------------------------------------------------ */
#footer {
	background:url(/images/footer-line.jpg) no-repeat top center;
	padding:20px 20px 30px 20px;	
	height:1%;
	float:left;
	width:920px;
}
#global-footer {
	margin:0 0 -30px 0;
	padding:0;
}
#global-footer li {
	float:left;
	display:inline;
	margin:0px 20px 0px 0px;
	position:relative;
}

#global-footer li a{
	color:#6a6a6a;
	text-decoration:none;
}
#global-footer li a:hover{
	color:#ff6600;
}

#global-footer #copyright{
	display:inline;
	float:right;
	margin:0px 0px 0px 0px;	
}

/* ----- Footer Pop Menu Controlls ----- */
/* ------------------------------------------------------------ */

/*
#sub-menu:hover #footer-menu
{
	
	display:block;
}

*/
/* ----- Footer Pop Menu Layout ----- */
/* ------------------------------------------------------------ */

#footer-menu{
	z-index:500;
	position:absolute;
	width:160px;
	bottom:13px;
	left:-35px;
	display:none;
	/* visibility:hidden; */
}

#footer-menu-top{
	background:url(/images/country-popup/top.png) no-repeat !important;
	background:url(/images/country-popup/top.gif) no-repeat;
	height:26px;
	display:block;
	
}

#footer-menu-bottom{
	background:url(/images/country-popup/bottom.png) no-repeat !important;
	background:url(/images/country-popup/bottom.gif) no-repeat;
	height:25px;
	display:block;
}

#footer-menu-content{
	background:url(/images/country-popup/middle.png) repeat-y !important;
	background:url(/images/country-popup/middle.gif) repeat-y;
	padding:0px 28px 10px 28px;
	display:block;
}

#footer-menu-content li{
	float:none;
	display:list-item;
	margin:0px 0px 0px 0px;
}

#footer-menu-content a:link,#footer-menu-content a{
	color:#942414;
	text-decoration:none;
}

#footer-menu-content a:hover{
	color:#ff6600;
	text-decoration:underline;
	
}

/* ----- Columns ----------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

/* ----- Range Columns ----- */
/* ------------------------------------------------------------ */
.col-left{
	float:left;
	display:inline;	
}
.col-right{
	float:right;
	display:inline;
}
.col-725{
	width:725px;
}
.col-640{
	width:640px;
}
#site-lang #main-language .col-615 {
	margin-bottom:-20px;
}
.col-615{
	width:615px;
}
.col-540{
	width:540px;	
}
.col-516{
	width:510px;	
}
.col-470{
	width:480px;
}
.col-445{
	width:445px;
}
.col-400{
	width:400px;
}
.col-370{
	width:370px;	
}
.col-340{
	width:340px;	
}
.col-270{
	width:270px;	
}
.col-250{
	width:250px;	
}
.col-196{
	width:196px;	
}
.col-130{
	width:130px;	
}
.col-290 {
	width:290px;
	margin-right:20px;
}


.col-110{
	width:110px;	
}




/* -----Rules ----- */
/* ------------------------------------------------------------ */
.hr-370{
	margin:15px 0px;
	width:370px;
	display:block;
	height:9px;
	background:url(/images/win/hr-370.jpg) no-repeat;
	clear:both;
}
.hr-516{
	margin:8px 0px 8px 0px;
	width:516px;
	display:block;
	height:9px;
	background:url(/images/products/hr-516.jpg) no-repeat;
	clear:both;
}
.contact-form .hr-620 {
	margin:0 0 25px 0;
}
.hr-620{
	margin:8px 0px 8px 0px;
	width:620px;
	display:block;
	height:14px;
	background:url(/images/list-page/range-rule.jpg) no-repeat;
	clear:both;
}
.hr-718{
	margin:8px 0px 8px 0px;
	width:718px;
	display:block;
	height:9px;
	background:url(/images/about/footer.jpg) no-repeat;
	clear:both;
}
/* ----- Language Page Components ----------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

.flag{
	margin:0px 4px 5px 0px;
	padding:5px;
	float:left;
	width:191px;
}

.flag .fg-image{
	width:87px;
	height:62px;
	float:left;	
}
.flag .fg-text{
	width:98px;
	height:56px;
	float:left;	
	margin:0px 0px 0px 5px;
	padding:8px 0px 0px 0px;
	line-height:1.15em;
}

.flag .fg-text a{
	text-decoration:none;
	
	}
	
.flag .fg-text a:hover{
	text-decoration:underline;

}
	
/* ----- Home Page Components ----------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

/* ----- Quick Panes ----- */
/* ------------------------------------------------------------ */

.home-pane{
	float:left;
	width:290px;
	height:371px;
	position:relative;
	display:inline;
	margin:0px 30px 0px 0px;
}


.home-red{
	background:url(/images/home/red-pane-back.jpg) left bottom no-repeat;

}
.home-yellow{
	background:url(/images/home/yellow-pane-back.jpg) left bottom no-repeat;

}
.home-green{
	background:url(/images/home/green-pane-back.jpg) left bottom no-repeat;

}
.home-end{
	margin:0px 0px 0px 0px;
	display:inline;
	float:right;
}

.home-pane .over-image{
	position:absolute;
	width:290px;
	height:214px;
	display:block;

}

.home-red .over-image{
	background:url(/images/home/red-overlay.png) no-repeat !important;
	background:none;
}

.home-green .over-image{
	background:url(/images/home/green-overlay.png) no-repeat !important;
	background:none;
}

.home-yellow .over-image{
	background:url(/images/home/yellow-overlay.png ) no-repeat !important;
	background:none;
}

.home-pane .content-area{
	height:97px;
	overflow:hidden;
	padding:10px 17px 0px 17px;
	
}

.home-pane .button-area{
	float:right;
	margin:0px 17px 0px 17px;
	display:inline;
	
}

.home-pane .content-area p{
	color:#FFFFFF;
}

/* ----- Blog Pane ----- */
/* ------------------------------------------------------------ */
.blog-preview-pane{
	margin:0px 0px 0px 0px;
	background:#ffdfba url(/images/home/blog-bottom.jpg) no-repeat bottom;
	position:relative;
}
.blog-preview-pane .blog-top{
	height:1%;
}

.blog-preview-pane .blog-content{
	margin:17px 0px 20px 125px;
	width:500px;
	float:left;
	display:inline;
	}
	
.blog-preview-pane .blog-button-area{
	margin:12px 12px 20px 20px;
	width:250px;
	float:right;
}

/* ----- Ovals ----- */
/* ------------------------------------------------------------ */


.oval-122w{
	width:122px;
	height:87px;
	position:absolute;
	top:-13px;
	left:-15px;	
	text-decoration:none;
	text-transform:uppercase;
	z-index:10;
	display:block;
}

.oval-122w h4{
	display:block;
	margin:20px 10px 10px 10px;
	text-align:center;
	font-size:1.5em;
	line-height:1;
	color:#FFFFFF;
	text-decoration:none;
}
.oval-122w  a{
	text-decoration:none;
	color:#FFFFFF;
}

.oval-122w  a:hover{
	text-decoration:none;
}

.oval-yellow .oval-122w {
	background:url(/images/ovals/yellow.png) !important;
	background:url(/images/ovals/yellow.gif);
}
.oval-purple .oval-122w {
	background:url(/images/ovals/purple.png) 0 0 no-repeat !important;
	background:url(/images/ovals/purple.gif) 0 0 no-repeat;
}
.oval-red .oval-122w {
	background:url(/images/ovals/red.png) !important;
	background:url(/images/ovals/red.gif);
}

.oval-green .oval-122w {
	background:url(/images/ovals/green.png) !important;
	background:url(/images/ovals/green.gif);
}
.oval-cream .oval-122w {
	background:url(/images/ovals/cream.png) !important;
	background:url(/images/ovals/cream.gif);
}

/* -----Right Search and Info Column ----------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

.search {
	margin:0px 0px 15px;
}
.recipes{
	background:#a33038 url(/images/list-page/recipie-search-top.gif) top no-repeat;
}
.contact{
	background:#F98A37 url(/images/contact/pane-top.jpg) top no-repeat;
}
.win{
	background:#825596 url(/images/win/pane-top.jpg) top no-repeat;
}
.about{
	background:#FEBC23 url(/images/about/about-top.jpg) top no-repeat;
}

.range{
	background:#62BC6D url(/images/list-page/product-search-top.gif) top no-repeat;
}

.blog{
	background:#46B6C0 url(/images/blog/blog-top.jpg) top no-repeat;
}
.range .ps-bottom{
	background:url(/images/list-page/product-search-bottom.gif) bottom no-repeat;
}

.recipes .ps-bottom{
	background:url(/images/list-page/recipie-search-bottom.gif) bottom no-repeat;
}
.contact .ps-bottom{
	background:url(/images/contact/pane-bottom.jpg) bottom no-repeat;
}
.about .ps-bottom{
	background:url(/images/about/about-bottom.jpg) bottom no-repeat;
}
.win .ps-bottom{
	background:url(/images/win/pane-bottom.jpg) bottom no-repeat;
}
.comp.ps-box{
	background:#a32f38 url(/images/win/pane_red.jpg) 0 100% no-repeat;
	padding:15px 15px 55px 15px !important;
	padding:15px 15px 215px 15px;
	margin-bottom:20px;
	color:#fff;
}
.comp.ps-box span a {
	color:#fff;
}
.blog .ps-bottom{
	background:url(/images/blog/blog-bottom.jpg) bottom no-repeat;
}
.blog .ps-bottom{
	background:url(/images/blog/blog-bottom.jpg) bottom no-repeat;
}

.search .ps-main-image{
	padding:10px 10px 0px 10px;
}
.search .ps-header{
	padding:20px 15px 0px 15px;
	height:1%;
}
.search .ps-main{
	padding:1px 8px 15px 8px;
	height:1%;
}

select.ls-comp {
	float:left;
	height:25px;
}
.search .widget{
	background:#a1e6aa;
	margin:10px 0px 0px 0px;
	padding:10px;	
	height:1%;
}
.search.range .ps-over-box.sub ul  {
	clear:both;
}
.ps-over-box.sub.rec {
	width:235px !important;
	width:250px;
}
.ps-over-box.sub ul {
	width:250px;
	clear:both;
}
.ps-over-box.sub ul li {
	width:115px;
	margin-right:8px; 
	display:inline; 
	float:left;
}
.ps-over-box p {
	margin-bottom:10px;
}
.search.range .ps-over-box.sub ul li {
	float:left;
	width:110px;
}
.search .ps-over-box{
	background:#a1e6aa;
	margin:10px 0px 0px 0px;
	padding:10px;	
	height:1%;
}
.search .ps-over-box.sub {
	margin:10px 0 0 0;
}
.search.about .ps-over-box table p {
	margin:0 0 0 0;
	padding:0;
}
.recipes .ps-over-box{
	background:#f0b7bb;
	}
.contact .ps-over-box{
	background:#ffdfba;
	}
.blog .ps-over-box{
	background:#b7eaef;	
	}
	
.blog .widget{
	background:#b7eaef;	
	}
.about .ps-over-box{
	background:#fee4a7;
	}
.win .ps-over-box{
	background:#DBCEE0;
	}
.search .ps-col{
	width:100px;
}
.search .ps-item
{
	width:100px;
	margin:0px 10px 2px 0px;
	display:block;
	float:left;
}
.search a{
	text-decoration:none;
	color: #942414;
}

.search a:hover{	
	color:#ee7100;
	
}

.contact .ps-over-box a{
	color:#220000;
}

.contact .ps-over-box a:hover{
	color:#ee7100;
}

.search .fm-input{
	border:2px #ffa946 solid;
	padding:0;
	width:152px;
	height:18px;
}

.search .ps-header label {
	width:160px;
	display:block;
	margin:2px 0px 0px 0px;
	float:left;	
}	

.search .ps-header label span{
	display:none;
}
	
.search .fm-submit{
	display:block;
	float:left;
}	


/* -----  Intro ----- */
/* ------------------------------------------------------------ */
.range-into{
	padding:0px 10px 0px 10px;
}
.range-products{
	padding:15px 0px 0px 0px;
	height:1%;
}
.range-products ul li{
	display:inline;
}
.range-products .rp-item{
	margin: 3px 10px 10px 0px;
	width:307px;
	height:126px;
	float:left;	
	display:inline;
	background:url(/images/list-page/range-item.gif) no-repeat top;
	padding:0px;
	text-decoration:none;
	cursor:pointer;
}

.range-products .rp-item:hover{
	background:url(/images/list-page/range-item.gif) no-repeat bottom;
	color:#942414;
}

.range-products .rp-image{
	width:105px;
	height:105px;
	padding:2px;
	background:url(/images/list-page/range-item-image.gif) no-repeat;
	float:left;
	display:inline;
	margin:9px 0px 0px 9px;
	position:relative;
}

.product-list .rp-image{
	width:105px;
	height:105px;
	padding:2px;
	float:left;
	background:none;
	display:inline;
	margin:9px 0px 0px 9px;
	position:relative;
}

.rp-item:hover .rp-image{
	background:url(/images/list-page/range-item-image.gif) no-repeat;
}

.range-products .rp-image img{
	border:none;
}
.range-products .rp-image .rp-new{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:65px;
	height:55px;
	background:url(/images/list-page/new.png) no-repeat !important;
	background:url(/images/list-page/new.gif) no-repeat;
}

.range-products .rp-content{
	width:170px;
	height:109px;
	overflow:hidden;
	margin:10px 0px 0px 10px;
	display:block;
	float:left;
	display:inline;
}

.range-products .rp-content strong{
	display:block;
}

.rp-footer{
	background:url(/images/list-page/footer-range.jpg) no-repeat;
	height:35px;
	padding:11px 20px 0px 20px;
}
.rp-footer.long {
	background:url(/images/list-page/footer-range-long.jpg) no-repeat;
	height:41px;
}
.rp-footer.long p {
	font-size:1.1em;
}
/* ----- Product and Recipie Detail Page ----------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
.image-pane{
	margin:45px 0px 0px 0px;
}
.pbig-image{
	margin:0px 0px 20px 0px;
}
.related-product-box
{
	position:relative;
	background:url(/images/products/related-product-back.jpg) no-repeat top left;
	padding:15px;	
}
.related-product-box img{

}
.related-product-box .rp-image-holder{
	width:220px;
}
.related-product-box .rp-link{
	margin:10px 0px 10px 0px;
	text-align:center;	
	
}
.col-250.right .related-box {
	margin-top:-32px;
	margin-left:-14px;
	position:relative;
	z-index:0;
}
.related-box{
	padding:15px 10px 10px 10px;
	float:left;
	background:#feebcf url(/images/list-page/related-grad.jpg) no-repeat top;
}

.related-box .related-item{
	margin:0px 0px 10px 0px;
	display:block;
	cursor:pointer;
	}
	
.related-box .related-item img{
	border:#ffa946 solid 2px;
	height:61px;
	width:61px;
	margin:0px 10px 0px 0px;
	float:left;
	
	}
	
.related-box .related-item .ri-text{
	float:left;
	width:145px;
	padding:15px 0px 0px 0px;	
}
.recipe-image{
	margin:47px 0px 20px 5px;
	border:solid 2px #FEDA68;
	width:370px;
	height:313px;
	overflow:hidden;
}

.ingredients{
	background:url(/images/products/ingredients-detail.jpg) no-repeat #FFEAA7;
	padding:30px 30px 1px 30px;
	margin:0px 0px 0px 5px;
	width:313px;
	height:1%;
	color:#942414;
}
.ingredients p strong {
	color:#942414;
}
.ingredients-bottom{
	width:391px;
	height:67px;
	background:url(/images/products/ingredients-footer.jpg) no-repeat;

}
.ingredients li{
	color:#942414;
	margin:0px 0px 1px 0px;
	}

.recipe-info{
	color:#FFFFFF;
	background:#a32f38 url(/images/products/recipie-timings-top.jpg) no-repeat top;
	width:510px;


}

.recipe-info .recipe-info-bottom{
	color:#FFFFFF;
	background:url(/images/products/recipie-timings-bottom.jpg) no-repeat bottom;
	width:490px;

	padding:15px 10px 10px 10px !important;
	padding:15px 10px 0px 10px;
	margin:0px 0px 0px 0px;	
}


.recipe-info .rp-left{
	float:left;
	width:250px;
	text-align:right;
	padding:0px 15px 0px 0px;
	border-right:1px solid #C88282;	
}

.recipe-info .rp-right{
	float:right;
	width:210px;
}

.p-content{
	margin:5px 0px 10px 0px;
}

.p-buy{
	margin:5px 0px 60px 0px;	
}

.did-you-know{
	height:110px;
	position:relative;
}

.did-you-know-holder{
	color:#FFFFFF;
	position:absolute;
	background:url(/images/products/did-you-know.png) no-repeat !important;
	background:url(/images/products/did-you-know.gif) no-repeat;
	top:-70px;
	left:22px;
	width:193px;
	height:140px;
	padding:40px 30px 0px 40px;
	text-align:center;
	/*background-image: url(/images/overlays/520_bg.gif);*/
}

.coupon{

	/*height:100px;
	width:490px;*/
}

/* ----- Info Pane ----------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

#info-pane{
	padding:15px 0px 0px 0px;	
}
#info-pane .share-link{
	display:inline;
	margin:0px 5px 0px 0px;
	float:left;
	
}
#info-pane .share-link span{
	background:url(/images/infopane/plus.jpg)  top no-repeat;
	display:block;
	width:15px;
	height:15px;
	float:left;
	margin:0px 4px 0px 0px;
}

#info-pane .store-link{
	display:inline;
	margin:0px 5px 0px 5px;
	float:left;
	
}

#info-pane .store-link span{
	background:url(/images/infopane/magnify.jpg)  top no-repeat;
	display:block;
	width:15px;
	height:15px;
	float:left;
	margin:0px 4px 0px 5px;
}



#info-pane .print-link{
	
	padding:0px 0px 0px 20px;
	display:inline;
	margin:0px 10px 0px 0px;
	float:left;

}
#info-pane .print-link span{
	background:url(/images/infopane/print-logo.gif)  top no-repeat;
	display:block;
	width:15px;
	height:15px;
	float:left;
	margin:0px 4px 0px 0px;
}

#info-pane .print-link:hover span{
	background:url(/images/infopane/print-logo.gif) bottom no-repeat !important;
	background:url(/images/infopane/print-logo.gif) 0px -15px no-repeat;
}

#info-pane .back-link{
	width:124px;
	margin:-8px 0px 0px 0px;
	display:inline;
	float:right;

}
/* ----- About Pages ----------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

/* -----sub menu ----- */
/* ------------------------------------------------------------ */
.about-sub-menu{
	background:#A33038 url(/images/about/menu-back.jpg) no-repeat;
	padding:26px 13px 20px 13px;
	width:150px;	
}
.about-sub-menu ul{}
.about-sub-menu ul li{
	background:url(/images/about/bullet.jpg) no-repeat left 3px;
	padding:0px 0px 8px 15px;
}
.about-sub-menu ul li a.current {
	color:#ee7100;
}

/* -----quotes ----- */
/* ------------------------------------------------------------ */
.quotes{
	margin:10px 15px 20px 0px;
}
.quote1{
	background:url(/images/about/quote1.jpg) no-repeat left top;
	padding:5px 0px 5px 47px;

}
.quote2{
	background:url(/images/about/quote2.jpg) no-repeat right top;
	padding:0px 47px 0px 0px;
}

.quote-footer{
	background:url(/images/about/quote-footer.jpg) no-repeat top left;
	padding:9px;
	margin:30px 0px 0px 0px;
}


/* ----- Blog Pages ----------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */


.blog-item{
	margin:20px 0px 0px 0px;
}
.blog-item .orange.sub {
	margin-bottom:20px;
}
.blog-item img {
	display:block;
	float:left;
	margin:0 15px 15px 0;
}
.blog-item .footer{
	padding:15px 15px 10px 15px;
	margin:15px 0px 0px 0px;
	background:url(/images/blog/blog-item-footer.jpg);
}

.twitter-text{
	width:120px;
	float:left;
	margin:8px 0px 0px 10px;
}

.blog-comments{
	
}

.blog-comments .comment{
	margin:10px 0px 5px 0px;
}

.blog-comments .cmt-title{
	
}
#postnavigation {
	float:right;
	margin:-22px 10px 0 0;
}	

/* -----Forms ----------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */


form{
	margin:0;
	padding:0;
}
INPUT, TEXTAREA, SELECT{
	padding:1px;
	font: 12px Trebuchet MS, Arial, sans-serif;
}
.form-element input, .form-element textarea, .form-element2 select {
	float:left;
	
	}
.imgerror img{
	float:left;
	margin:2px 0 0 10px;
}
span.invalid {
	background: url(/images/icons/form_warning.gif) 0 0 no-repeat;
	width:20px;
	height:20px;
	float:left;
	margin:2px 0 0 10px;
}
p.error {
	background: url(/images/icons/form_warning.gif) 0 0 no-repeat;
	width:20px;
	height:20px;
	float:left;
	margin:2px 0 0 10px;
}
p.warning {
	color:#ff0000;
	font-weight:bold;
	font-size:1.1em;
	margin:-22px 0 0 140px;
}
p.warning.alt {
	margin:-22px 0 0 120px;
}
p.error.short {
	margin:2px 0 0 5px;
}
.form-element select {
	height:25px;
}
.frm-error
{
	height: 20px;
	width: 20px;
	display:block;
	float:right;
	background: url(/images/icons/cross.png) no-repeat !important;
	background: url(/images/icons/cross.gif) no-repeat;
}

.radio-list td{
	padding: 2px 0px 2px 0px;	
}

.radio-list input{
	margin: 0px 8px 0px 0px;	
}
/* ----- Blog Form  ----------------------------------------------------------------------- */

.blog-form{
	margin:15px 0px 15px 0px;
}
.blog-form .form-element{
	margin:9px 0px 0px 0px;
	font-size:1.0166em;
	height:1%;
}
.blog-form .form-element2{
	margin:12px 0px 0px 0px;
}

.blog-form .cf-textarea{
   border:solid 1px #FF9900;
   width:450px;
}

.blog-form .cf-text{
   border:solid 1px #FF9900;
   width:390px;
}

/* ----- Comment Form  ----------------------------------------------------------------------- */

.commentForm .form-element label {
	margin-bottom:10px;
	display:block;
	padding-bottom:20px;
}

.commentForm .form-element textarea {
	margin-bottom:20px;
}
.commentForm .form-element input {
	width:300px;
	float:left;
}
.form-element input#cbNotify {
	margin-right:10px;
}
.commentForm .form-element input.comment-sub {
	width:85px;
	height:28px;
	border:none;
	cursor:pointer;
	margin:10px 0;
	background:url(/images/buttons/send_btn.gif) 0 0 no-repeat;
	text-indent:-10000px;
}
.commentForm .form-element p.opt {
	float:left;
}

/* ----- Win Page ----------------------------------------------------------------------- */

.win-title{
	margin:30px 0px 0px 0px;
}

.detail-form {
	margin:15px 9px 15px 1px;
}
.detail-form .form-element{
	margin:8px 0px 0px 0px;
	font-size:1.0166em;
	height:1%;
}
#site .detail-form select {
	z-index:0;
	position:relative;
	font-size:0.98em;
}
.detail-form .fw-text
{
	border:solid 1px #B2B2B2;
	padding:1px;
	width:320px;
}
.check-text{
	padding:0px 0px 0px 6px;
}

/* ----- Contact Page ----------------------------------------------------------------------- */


.contact-form{
	margin:15px 10px 15px 10px;

}
.contact-form .form-element{
	margin:5px 0px 0px 0px;
	font-size:1.0166em;
	height:1%;
}



.contact-form .form-element2{
	margin:9px 0px 0px 0px;
}

.contact-form .cf-textarea{
   border:solid 1px #FF9900;
   width:450px;
}

.contact-form .cf-text{
   border:solid 1px #FF9900;
   width:390px;

}

/* ----- Link Boxes ----------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

/* ----- main link box ----- */
/* ------------------------------------------------------------ */

.link-box{
	height:29px;
	display:block;
	cursor:pointer;
	float:right;
}
.link-box-start{
	height:29px;
	display:block;	
}
.link-box-end{
	height:29px;
	display:block;
}
.link-box-end-arrow {
	height:29px;
	display:block;
	margin:0 0 0 0;
}
.link-box .inner{
	margin:0px 10px 0px 10px;
	padding:6px 0px 0px 0px;
	display:block;
}
.link-box .inner-alt {
	margin:0px 18px 0px 10px;
	padding:6px 0px 0px 0px;
	display:block;
}

/* ----- red link box ----- */
/* ------------------------------------------------------------ */

.link-box-red{
	background:url(/images/link_buttons/red-but-2.gif) repeat-x top;
}

.link-box-red .link-box-start{
	background:url(/images/link_buttons/red-but-1.gif) no-repeat left top;
}

.link-box-red .link-box-end{
	background:url(/images/link_buttons/red-but-3.gif) no-repeat right top;
}

.link-box-red:hover{
	background:url(/images/link_buttons/red-but-2.gif) repeat-x bottom;
}

.link-box-red:hover .link-box-start{
	background:url(/images/link_buttons/red-but-1.gif) no-repeat left bottom;
}

.link-box-red:hover .link-box-end{
	background:url(/images/link_buttons/red-but-3.gif) no-repeat right bottom;
}


/* ----- green link box ----- */
/* ------------------------------------------------------------ */

.link-box-green{
	background:url(/images/link_buttons/green-but-2.jpg) repeat-x top;
}

.link-box-green .link-box-start{
	background:url(/images/link_buttons/green-but-1.jpg) no-repeat left top;
}

.link-box-green .link-box-end{
	background:url(/images/link_buttons/green-but-3.jpg) no-repeat right top;
}

.link-box-green:hover{
	background:url(/images/link_buttons/green-but-2.jpg) repeat-x bottom;
}

.link-box-green:hover .link-box-start{
	background:url(/images/link_buttons/green-but-1.jpg) no-repeat left bottom;
}

.link-box-green:hover .link-box-end{
	background:url(/images/link_buttons/green-but-3.jpg) no-repeat right bottom;
}


/* ----- yellow link box ----- */
/* ------------------------------------------------------------ */


.link-box-yellow{
	background:url(/images/link_buttons/yellow-but-2.jpg) repeat-x top;
}

.link-box-yellow .link-box-start{
	background:url(/images/link_buttons/yellow-but-1.jpg) no-repeat left top;
}

.link-box-yellow .link-box-end{
	background:url(/images/link_buttons/yellow-but-3.jpg) no-repeat right top;
}

.link-box-yellow:hover{
	background:url(/images/link_buttons/yellow-but-2.jpg) repeat-x bottom;
}

.link-box-yellow:hover .link-box-start{
	background:url(/images/link_buttons/yellow-but-1.jpg) no-repeat left bottom;
}

.link-box-yellow:hover .link-box-end{
	background:url(/images/link_buttons/yellow-but-3.jpg) no-repeat right bottom;
}

/* ----- purple link box ----- */
/* ------------------------------------------------------------ */


.link-box-purple{
	background:url(/images/link_buttons/purple_but_2.jpg) repeat-x top;
}

.link-box-purple .link-box-start{
	background:url(/images/link_buttons/purple_but_1.jpg) no-repeat left top;
}

.link-box-purple .link-box-end{
	background:url(/images/link_buttons/purple_but_3.jpg) no-repeat right top;
}

.link-box-purple:hover{
	background:url(/images/link_buttons/purple_but_2.jpg) repeat-x bottom;
}

.link-box-purple:hover .link-box-start{
	background:url(/images/link_buttons/purple_but_1.jpg) no-repeat left bottom;
}

.link-box-purple:hover .link-box-end{
	background:url(/images/link_buttons/purple_but_3.jpg) no-repeat right bottom;
}

/* ----- cream link box ----- */
/* ------------------------------------------------------------ */


.link-box-cream{
	background:url(/images/link_buttons/cream-but-2.jpg) repeat-x top;
}

.link-box-cream .link-box-start{
	background:url(/images/link_buttons/cream-but-1.jpg) no-repeat left top;
}

.link-box-cream .link-box-end{
	background:url(/images/link_buttons/cream-but-3.jpg) no-repeat right top;
}

.link-box-cream .link-box-end-arrow{
	background:url(/images/link_buttons/cream-but-4.jpg) no-repeat right top;
}
.link-box-cream:hover .link-box-end-arrow{
	background:url(/images/link_buttons/cream-but-4.jpg) no-repeat right bottom;
}

.link-box-cream:hover{
	background:url(/images/link_buttons/cream-but-2.jpg) repeat-x bottom;
}

.link-box-cream:hover .link-box-start{
	background:url(/images/link_buttons/cream-but-1.jpg) no-repeat left bottom;
}

.link-box-cream:hover .link-box-end{
	background:url(/images/link_buttons/cream-but-3.jpg) no-repeat right bottom;
}



/* -----SWF Typography ----------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}


.sIFR-hasFlash H1 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 26px;
	margin:1px 0px 1px 0px;

}
.sIFR-hasFlash .h1{
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 22px;
	font-weight:bold;
}
.sIFR-hasFlash .f2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 14px;
	padding:0px 0px 0px 2px;
}
.sIFR-hasFlash .ps-header h2 {
	visibility: hidden;
	letter-spacing: 0px;
	font-size: 16px;
	padding:1px 0px 1px 2px;
	margin:0px 0px 7px 0px;

}
.sIFR-hasFlash .ps-header.blog h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 30px;
	padding:0px 0px 0 2px;
	margin:0px 0px 0 28px;
}
.sIFR-hasFlash H3 {
	visibility: hidden;
	letter-spacing: -3px;
	font-size:14px;
	margin:0px 5px 6px 0px;
}

/*.sIFR-hasFlash .oval-122w h4{	
	display:none;
}*/


a cufontext, a:hover cufontext,cufontext, cufontext:hover,li cufontext, li cufontext:hover{
	display:none;
	visibility: hidden;

}

/* ----- Typography ----------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
h1 {
	margin: 0px 0px 2px 0px;
	font-size: 2.33em; /* 12*2.5=26 */
	color: #942414;
	line-height: 1.1em;
}
h2.h1 {
	margin: 0px 0px 8px 0px;
	font-size: 1.66em; /* 12*1.66=20 */
	color:#ee7100;
	line-height: 1.1em;
}
h2.h1-orange {
	margin-top:-15px;
	font-size: 1.66em; /* 12*1.66=20 */
}
h2.h1-overlay {
	margin: 0px 0px 8px 0px;
	font-size: 1.66em; /* 12*1.66=20 */
	color:#ee7100;
	line-height: 1.1em;
}
h2.error {
	font-size:1.45em;
}
h1.alt {
	margin-bottom: 24px;
}

h2 {
	font-size:1.166em ; /* 12*1.166=14 */
	color:#ee7100;
	font-weight:bold;
	margin-bottom: 10px;
}

h2 a {

}
h2 a:hover {

}

h2.boxtitle{
	font-size:1.66em; 
	color:#FFFFFF;
	text-transform:uppercase;
	margin-bottom: 9px;
}
h2.boxtitle.rss {
	padding:5px 0 20px 100px;
	font-size:1em;
	margin-left:-30px;
}
p.rss-icon {
	width:60px;
	height:43px;
	background:url(/images/icons/rss.gif) 0 0 no-repeat;
	float:left;
	position:absolute;
	top:10px;
	left:-20px;
}
.ps-header.blog {
	position:relative;
}
h3{
	margin-bottom: 8px;
	font-size:1.33em ; /* 12*1.364=16 */
	color:#ee7100;
	font-weight:bold;
}
h3.alt {
	margin-top:20px;
}
h4{
	margin-bottom: 8px;
	font-size:1.33em ; /* 12*1.364=16 */
	color:#ee7100;
	font-weight:bold;
}
h3.item{
	margin-bottom: 4px;
	font-size:1.166em ; /* 12*1.166=14 */
	color: #942414;
	font-weight:bold;
}
h3.caps{
	text-transform:uppercase;
}
.content p {
	margin-bottom: 5px;
}

a .p{
	color: #444444;
}
a strong.title{
	font-size:1.166em ; /* 12*1.166=14 */

}

.lang{
	/*font-size:1.166em ; /* 12*1.166=14 */
	font-size:1.25em ; /* 12*1.364=16 */
}
p.item{
	line-height:1.2em;
}

p.intro{
	font-size:1.166em ; /* 12*1.166=14 */
}

.content img {
	margin: 0;
	border:none;
}


.col-725 .content ul {
	margin-bottom:10px;
}	
.col-725 .content ul li{
	color:#444444;
	background:url(/images/bullet.jpg) 0 5px no-repeat ;
}
.comp.ps-box h2 {
	background:url(/images/win/uk_comp_title.gif) 0 0 no-repeat;
	width:221px;
	height:130px;
	text-indent:-10000px;
	margin-bottom:20px;
}
.comp.ps-box p {
	/*font-size:1.23em;*/
	color:#fff;
	margin-bottom:10px;
}

/* ----- colors ----- */
/* ------------------------------------------------------------ */

.green{
	color:#009649;
}
.white{
	color:#FFFFFF;
}
.ligh-orange{
	color:#f57b20;
}
.orange{
 color:#ee7100;
}

.red{
	color:#a33038;
}
.blue{
	color:#00808c
}
.purple{
	color:#815595;
}
/* ----- custom fonts ----- */
/* ------------------------------------------------------------ */

.link-box{
	cursor:pointer;
	font-size:1.166em ; /* 12*1.666=14 */
	text-transform: uppercase;
	color:#FFFFFF;
	text-decoration:none;
	text-align:right;
	font-weight:bold;
}

.link-box:hover{
	color:#FFFFFF;
	text-decoration:none;
}

.blog-preview-pane .blog-content a {
	color:#e86605;
	font-size: 1.166em; /* 12*1.666=14 */
	font-style:italic;
	text-decoration:none;	
}
.blog-preview-pane .blog-content ul {
	position: relative;
	height: 58px;
}
.blog-preview-pane .blog-content li {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.about-sub-menu a {
	color:#FFFFFF;
	text-decoration:none;
	font-size: 1.166em; /* 12*1.666=14 */
	font-weight:600;
}

.about-sub-menu a:hover, .about-sub-menu .current{
	color:#ee7100;
}
.blog-items h2{
	font-size: 1.5em; /* 12*1.5=18 */
	margin:0;
}
.blog-item h2 {
	margin:0;
	font-size:1.5em;
}
.blog-item h2 a {
	text-decoration:none;
}
.blog-item h2 a:hover {
	text-decoration:underline;
	color:#a33038;
}
.blog-items h2 a{
	text-decoration:none;
	color:#a33038;
}
.blog-items .credits{
	 color:#ee7100;
	 margin:0px 0px 8px 0px;
	 font-weight:bold;
}
.blog-comments .cmt-title{
	 color:#a33038;
	 margin:0px 0px 0px 0px;
	 font-weight:bold;	 
}
.blog-comments .cmt-title span{
	color:#ee7100;
}
 
 
/* ----- Overlays ------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#overlay {
	position:fixed !important;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 500;
	width: 100%;
	height: 100%;	
	background-color:none;
}
.overlay {
	position: relative;
	width: 710px;
	margin: 50px auto 0 auto;
	padding: 9px;
	text-align: left;
}
.overlay .top {
	width: 706px;
	height: 53px;
	background:url(/images/overlay/back-top.png) 0 0 no-repeat !important;
	background:url(/images/overlay/back-top.gif) 0 0 no-repeat;
}
.overlay .bottom {
	width: 706px;
	height: 46px;
	background:url(/images/overlay/back-bottom.png) 0 0 no-repeat !important;
	background:url(/images/overlay/back-bottom.gif) 0 0 no-repeat;
}
.overlay .content {
	float: left;
	padding: 2px 60px 15px 60px;
	background:url(/images/overlay/back-mid.png) 0 100% repeat-y !important;
	background:url(/images/overlay/back-mid.gif) 0 100% repeat-y;
}

.overlay .content .mask {
	overflow: auto;
	width: 575px;
	height:400px;
	padding-right: 20px;
	margin:5px 0px 0px 0px;
}
.overlay .content .mask.sub {
	width:575px;
	height:360px;
	overflow:hidden;
}
.overlay .content .mask p {
	margin-bottom:15px;
}
.overlay .content .mask.sub p{
	margin-top:15px;
}
.overlay .content .mask ul {
	margin-bottom:15px;
	font-size:1em;
}
.overlay .content .mask ul li {
	background-position:0 4px;
	padding-bottom:6px;
	color:#444444;
}
.overlay .close {
	position: absolute;
	top: 26px;
	right: 26px;
	z-index: 2;
	width: 61px;
	height: 43px;
}
.overlay .cancel {
	padding-top:5px;
}
.overlay .close a {
	display: block;
	width: 61px;
	height: 43px;
	background:url(/images/overlay/close.gif) 0 0 no-repeat ;
	text-indent: -1000em;

}

/*----- Subscription Form -----*/
/* ------------------------------------------------------------ */

.subscribe {
	width:575px;

}
.subscribe table {
	width:470px;
	float:left;
	margin:0 0 20px 30px;
}
.subscribe table th, .subscribe table td {
	font-weight:normal;
	padding-bottom:15px;
}
.subscribe table input {
	margin:0 10px 0 0;
	width:240px;
	float:left;
}
span.error {
	padding:0;
	margin:0 0 0 10px;
	width:21px;
	height:20px;
	float:left;
	background: url(/images/icons/form_warning.gif) 0 0 no-repeat;
	display:block;
}

span.fixed {
	position: absolute;
}
.subscribe input.ps-submit {
	width:85px;
}
.subscribe input.opt {
	width:15px;
	margin:0 5px 0 100px;
}
.error-descrip {
	color:#ff0000;
	font-weight:bold;
	background: url(/images/icons/form_warning.gif) 0 0 no-repeat;
	padding:0 0 5px 30px;
	margin: 5px !important;
}
.ok-descrip {
	color:#000000;
	font-weight:bold;
	padding:0 0 5px 0;
	margin: 5px !important;
}

/*----- Share Overlay -----*/
/* ------------------------------------------------------------ */

.overlay .content-share {
	float: left;
	padding: 2px 60px 15px 60px;
	background:url(/images/overlay/back-mid.png) 0 100% repeat-y !important;
	background:url(/images/overlay/back-mid.gif) 0 100% repeat-y;
}
#ovl .content-share .mask {
	overflow:auto;
	width: 575px;
	height:50px;
	padding-right: 20px;
	margin:20px 0px 0px 0px;
}

.content-share ul {
	background:none;
	list-style: none;
}
.content-share ul li {
	background:none;
	margin:0px 0px 6px 0px;
	display:inline;

}

.content-share ul li a {
	display: block;
	padding: 10px 0 10px 36px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	
	float: left;
	display:inline;
}
.content-share #delicious a {
	width:75px;
	padding-right: 10px;
	background-image: url(../images/icons/delicious.gif);
}
.content-share #facebook a {
	width:65px;
	padding-right: 10px;
	background-image: url(../images/icons/facebook.gif);
}
.content-share #twitter a {
	width:65px;
	padding-right: 10px;
	background-image: url(../images/icons/twitter.gif);
}
.content-share #digg a {
	padding-right: 10px;
	width:45px;
	background-image: url(../images/icons/digg.gif);
}
.content-share #stumbleupon a {
	width:65px;
	background-image: url(../images/icons/stumbleupon.gif);
}
/*----- Definition Lists -----*/
/* ------------------------------------------------------------ */
.toggle {

}
.toggle dl{
	float: left;
	width: 445px;
	margin:10px 0px 25px 0px;
}
.toggle-wide dl {
	float: left;
	width: 725px;
	margin:10px 0px 25px 0px;
}
.toggle dl dt {
	clear: both;
	float: left;
	width: 400px;
	margin-bottom: 10px;
	padding: 6px 10px 7px 30px;
	background:url(/images/about/slide.jpg) top no-repeat;
	color:#a33038;
	font-size: 1.166em; /* 11*1.091=12 */
	font-weight: bold;
}
.toggle-wide dl dt 
{
	background:url(/images/about/slide-wide2.jpg) top left no-repeat;
	width: 690px;
	margin:0 0 10px 0; 
	padding:5px 0 5px 25px; 
	float:left;
	border-bottom:solid 2px #ee9247;
}
.toggle dl dt.hover {
	 color:#ee7100;

}
.toggle dl dt.open {	
	background-position: top right;
	color:#a33038;
}
.toggle dl dd {
	display: none;
	clear: both;
	float: left;
	width: 400px;
	padding: 0px 20px 10px 20px;
}
.toggle-wide dl dd {
	display: none;
	clear: both;
	float: left;
	width: 690px;
	padding: 0px 20px 10px 20px;
}

/* tag cloud */
a.tag-1 {
    font-size: 1em;
}
a.tag-2 {
    font-size: 1.25em;
}
a.tag-3 {
    font-size: 1.5em;
}
a.tag-4 {
    font-size: 1.75em;
}
a.tag-5 {
    font-size: 2em;
}

/* ----- UK Homepage Styles ------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

#uk-home-banner {
	width:710px;
	float:left;
}
.blog-title {
	background:url(../images/icons/blog_title.gif) 0 0 no-repeat;
	width:107px;
	height:77px;
	position:relative;
	z-index:99;
	margin:-90px 0 10px -20px !important;
	margin:-90px 0 18px -20px;
	text-indent:-10000px;
}
.News-title {
	background:url(../images/icons/blog_title_News.gif) 0 0 no-repeat;
	width:107px;
	height:77px;
	position:relative;
	z-index:99;
	margin:-90px 0 10px -20px !important;
	margin:-90px 0 18px -20px;
	text-indent:-10000px;
}
#blog-sect {
	width:234px;
	float:right;
	position:relative;
	height:310px;
}
#blog-sect .top {
	width:234px;
	height:16px;
	background:url(../images/panels/blog_panel_top.gif) 0 0 no-repeat;
	float:right;	
}
#blog-sect .bottom {
	width:210px;
	height:215px;
	padding:80px 12px 0 12px;
	background:url(../images/panels/blog_panel_bottom.gif) 0 100% no-repeat;
	float:right;	
}
#blog-sect ul {
	float:left;
	width:210px;
}
#blog-sect ul li {
	clear:left;
	padding:0 0 8px 25px;
	background:url(../images/icons/dot.gif) 0 2px no-repeat;
}
#blog-sect ul li a {
	color:#e86605;
	font-size:1.1em;
}
#blog-sect ul li a:hover {
	text-decoration:none;
}
#blog-sect p.button {
	float:left;
	margin:20px 0 0 0;
}
.home-pane-short{
	float:left;
	width:219px;
	height:359px;
	position:relative;
	display:inline;
	margin:0px 18px 0 0px;
}
.home-pane-short.home-red-short{
	background:url(/images/home/red_pane_back_short.jpg) left bottom no-repeat;
}
.home-pane-short.home-yellow-short{
	background:url(/images/home/yellow_pane_back_short.jpg) left bottom no-repeat;
}
.home-pane-short.home-purple-short-end{
	background:url(/images/home/purple_pane_back_short.gif) left bottom no-repeat;
	margin:0px 0px 0px 0px;
	display:inline;
	float:left;
}
.home-pane-short.home-green-short{
	background:url(/images/home/green_pane_back_short.gif) left bottom no-repeat;
}
.home-pane-short .home-short{

}
.home-pane-short .over-image{
	position:absolute;
	width:219px;
	height:178px;
	display:block;
}
.home-pane-short.home-red-short .over-image{
	background:url(/images/home/red_overlay_short.png) no-repeat !important;
	background:none;
}
.home-pane-short.home-green-short .over-image{
	background:url(/images/home/green_overlay_short.png) no-repeat !important;
	background:none;
}
.home-pane-short.home-yellow-short .over-image{
	background:url(/images/home/yellow_overlay_short.png) no-repeat !important;
	background:none;
}
.home-pane-short.home-purple-short .over-image{
	background:url(/images/home/purple_overlay_short.png) no-repeat !important;
	background:none;
}
.home-pane-short .content-area{
	height:135px;
	overflow:hidden;
	padding:10px 17px 0px 17px;	
	line-height:1.2em;
}
.home-pane-short .button-area{
	float:left;
	margin:0px 17px 0px 17px !important;
	margin:0 0 0 0;
	padding:0 0 0 0 !important;
	padding:0 9px 0 5px;
	position:absolute;
	width:auto;
	bottom:25px;
	right:-8px;
}
.home-pane-short .content-area p{
	color:#FFFFFF;
}
#section-cont {
	float:left !important;
	float:none;
	padding-top:20px;
	padding-bottom:0px;
}	

/* ----- UK COMPETITION ----------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
.comp{
height:440px;
}
.comp-footer {
	width:725px;
	background:url(../images/panels/comp_footer.gif) 0 100% no-repeat;
	float:left;
	margin:0 0 20px 0;
	padding:10px 15px 15px 190px;
	position:relative;
	clear:both;
}
.comp-footer p.cta {
	background:url(../images/buttons/uk_comp.gif) 0 0 no-repeat;
	width:134px;
	height:94px;
	position:absolute;
	top:-3px;
	left:20px;
}
.comp-footer h2 {
	height:23px;
	margin:0;
	padding:0;
}
.comp-footer p {
	font-size:1.25em;

}

.comp-form {
	width:590px;
	height:480px;
	background:#a32f38;
	color:#fff;
	padding:15px;	
}

.comp-form .warning{
	background:#fff;
	color:#ff0000;
	font-weight:bold;
	padding:5px 8px;
	margin:-10px 0 10px 0;
}

.comp-form .warning p {
	background: url(/images/icons/form_warning.gif) 0 0 no-repeat;
	padding:2px 0 5px 30px;
}
.comp-form span a {
	color:#ffdd88;
	font-weight:bold;
}
.comp-form a {
	color:#fff;
}
.comp-form a:hover, .comp-form span a:hover  {
	text-decoration:none;
}
.comp-form table {
	text-align:left;
	margin:0;
}
.comp-form table.sub {
	margin-top:10px;
}
.comp-form th {
	padding:0 6px 0 0;
	text-align:left;
}
.comp-form h2 {
	font-size:1.23em;
	letter-spacing:5px;
	margin:0;
	padding:0;
}
.comp-form input {
	width:130px;
	height:20px;
	background:#fff;
}
.comp-form input.long {
	width:220px;
	height:20px;
}
.comp-form input.long-alt{
	width:254px;
	height:20px;
}
.comp-form select.long-alt {
	width:240px;
}	
.comp-form input.int {
	width:15px;
	height:15px;
	margin:2px 0 0 3px;
	background:none;
}
.comp-form input.int-alt {
	width:15px;
	height:15px;
	margin:2px 8px;
	background:none;
}
.comp-form select {
	width:100px;
}
.comp-form select.medium {
	width:163px;
}
.comp-form select.tiny {
	width:30px;
}
.comp-form .community input {
	width:15px;
	height:15px;
	margin:0 5px 0 0;
	background:none;
}
.comp-form select.med {
	width:58px;
}
.comp-form select.year {
	width:30px;
}
.comp-form table {
	font-size:1.08em;
	font-weight:bold;
}
.comp-form table th {
	padding:0 5px 8px 10px;
}
.comp-form table td {
	padding:0 0 8px 0;
}
table.collections {
	margin:0;
	padding:0;
}
table.collections.last {
	margin:0 0 10px 0;
	padding:0;
}
table.community {
	margin:10 0 0 0;
	padding-left:0px;
	font-size:1em;
	font-weight:bold;
}
table.community td.col-left {
	/*width:400px;*/
}
table.community input.submition {
	width:122px;
	height:91px;
	float:right;
	display:block;
	position:relative;
	background:none;
	margin:-30px 0 10 20px;
}

/* -----  Cele---- */
/* ------------------------------------------------------------ */

ul#grillspicelist {
   list-style:disc;
   margin:10px;
   padding-left:10px;
   
}
ul#grillspicelist li{
    list-style:disc;
}

.celeb-products, .news-list{
	padding:0px 0px 0px 0px;
	height:1%;
	list-style:none;	
}
.celeb-products ul, .news-list ul{
	list-style:none;
	padding:0px;
	margin:0px;
}

.celeb-products ul li{
	list-style:none;	
	margin:0px 0px 10px 0px;
	clear:both;	
}

.news-list ul li{
	list-style:none;	
	margin:12px 0px 0px 10px;
	padding:0px 0px 5px 0px;
	display:block;
	clear:both;	
}



.celeb-products ul li .recipe{	
	font-weight:bold;
	font-size:1.033em;
}
.celeb-products ul li .quote{
	font-style:italic;
	font-size:1.133em;
	display:block;
	margin:0px 0px 10px 0px;
}
.celeb-products ul li .events{
	display:block;
	margin:0px 0px 10px 0px;
}
.celeb-products ul li .eventtitle{
	display:block;
	font-weight:bold;
	clear:both;
}

.celeb-products .rp-image, .news-list .rp-image{
	width:140px;
	height:140px;
	padding:0px;
	float:left;
	display:inline;
	margin:0px 0px 0px 9px;
	position:relative;
	border:1px solid #CCCCCC;
}

.celeb-products .rp-image-grill{
	width:105px;
	height:105px;
	padding:0px;
	float:left;
	display:inline;
	margin:0px 0px 0px 9px;
	position:relative;
	border:1px solid #CCCCCC;
}
.news-list .rp-image{
	margin:0px 0px 0px 0px;
}
.celeb-products .rp-content , .news-list .rp-content{
	width:470px;
	overflow:hidden;
	margin:0px 0px 10px 10px;
	display:block;
	float:left;
	display:inline;
}

.celeb-products .rp-content .p{
	display:block;
	margin:0px 0px 10px 0px;
}

.celeb-products .rp-content strong{
	font-size:1.33em;
	display:block;
	color:#a33038;
	margin:0px 0px 8px 0px;
}

.celeb-products p#introText{
	width:620px;
}


    .storesearch-table-top
    {
    	background:#815595 url(/images/us-storelocator/table-top.jpg) no-repeat top;
    	clear:both;
    	margin:20px 0px 20px 0px;
    }
    .storesearch-table-bottom
    {
    	background:url(/images/us-storelocator/table-bottom.jpg) no-repeat bottom;
    	padding:5px 10px 5px 10px;
    }	
    .storesearch-table{ 	    
	     width:595px;
	     border:none;
	     margin:0;
	     padding:0; 
    }
    .storesearch-table .header
    {
    	padding:10px 0px 10px 0px;
    	font-size:1.2em;
    	color:#FFFFFF;
    }
    .storesearch-table th 
    {    	
        text-align:left;
	    background:none;
    }
    .storesearch-table tr
    {

    }
    .storesearch-table td {
        padding:6px;
        border:none;
        background:#dbcee1;
    }
    .storesearch-table .pup-spacer
    {
    	height:7px;
    	background:#dbcee1;   	
    }
    
    .storesearch-box
    {
    	background:#815595 url(/images/us-storelocator/search-box.jpg) no-repeat;
    	height:125px;
    	width:247px;
    	padding:12px 14px 12px 14px;
		margin-bottom: 20px;
    }
    
    .storesearch-box .inner
    {
    	padding:8px;
    	background:#dbcee1;
    	height:77px;
    }
    
    .storesearch-box .state-title
    {
    	padding:0px 0px 1px 0px;
    }
    .storesearch-box .zip-title
    {
    	padding:0px 0px 4px 0px;
    }
    .storesearch-box .errormsg
    {
        height:20px;	
    }
    .storesearch-box INPUT, .storesearch-box SELECT
    {
    	margin:0px 0px 0px 0px;
    	float:left;
    	border:solid 2px #ffa946;
    }
    .storesearch-box .storesearch-submit
    {
        margin:-3px 0px 0px 10px;       
        float:left;
    }
    
    .storesearch-noresults,.storesearch-search-again
    {
    	margin:20px 0px 20px 0px;
    }
	
	#video-holder{
		border:solid 2px #EE7100;
		width:520px;
	 }
	 
/* -----  Table Style---- */
/* ------------------------------------------------------------ */	 
	 
table.quorntb {
	border-width: 0px;
	border-spacing: 2px;
	border-style: outset;
	border-color: #999999;
	border-collapse: collapse;
	background-color: rgb(255, 250, 250);
}
table.quorntb th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #999999;
	background-color: #ffcc33;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align:left;
	font-weight: bold;
}
table.quorntb td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #999999;
	background-color: #fffeef;
	text-align:left;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.quorntb td.dark {
	background-color: #f7f5df;
}

.content.static-page {
	padding: 0px 0px 0px 10px;
}

.content.static-page ul{
	margin: 10px 0px 30px 0px; 
}	

.content.static-page ul li{
	color: #333333;
	list-style-position: outside;
	line-height: 14px;
	margin: 0px 0px 2px 0px;
	
	}
	