@charset "UTF-8";
/* CSS Document */

/* Style sheet for The Garden Gift Box

	General tags
	Layout
	Text
	Links

/* General
----------------------------------------------- */

body { 
	margin: 0;
	background-image: url(../background_images/home_bg.jpg);
	background-repeat: repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
p { 
	margin: 0;
	}
	
img {
	border: 0;
	}	


/* Layout
----------------------------------------------- */

#container {
  width: expression(document.body.clientWidth < 962? "960px" :  
document.body.clientWidth > 1102? "1100px" : "auto");
	}
	
#container {
	max-width:1100px;
	min-width:960px;
    margin-top:17px; 
	} 

/*#mainCont { 
     margin-top: 47px; 
     }
*/

#leftCol {
	width: 190px;
	height: 220px;	
	float:left;
	margin-top: 60px;
	} 
	
#centreCol {
	width: auto;
	margin-left: 190px; 
	margin-right: 450px;
	}  
	
#rightCol {
	width: 450px;
	float: right;
	} 	

#logo {
	text-align: center;
	}
	
#centreColSpacer {
	height: 60px;
	width: auto;
	}

#pageNav{
	width:426px;
	height: 60px;
	}	
	
#orderLine {
	text-align: left;
	float:right;
	color:#666666;
	}		
	
#smallLogo {
	width: 100px;
	height: 140px;
	margin-left: 70px
	}	
	
#navCont {
	margin-left: 70px
	}	

.endIcon {
	text-align: center;
	border-left: 1px #999 solid;
	border-right: 1px #999 solid;
	margin-right: 22px;
	padding-top: 18px;
	}
	
.insetBox {
	width: 160px;
	background: #666;
	margin: 0 8px 0 12px;
	padding: 8px;
	color: #fff;
	font: normal 12px/15px Verdana, Arial, san-serif;
	float: left;
	}	

#footer {
	margin: 90px 22px 20px 0;
	}		

#home p{
	color: #333333;
	width: 280px
	}
	
#home {
	text-align: center;
	width: auto;
	}
	
td {
	padding: 4px 40px 4px 6px;
	}
.tint {
	background: #e6e6e6;
	}		

/* Cat layout
----------------------------------------------- */

.tn {
	width:142px;
	height:216px;
	float:left;
	}
	
.tnWide {
	width:284px;
	height:216px;
	float:left;
	}
		
	
.tnCont {
	width: 450px;
	height:216px;
	}	

.item {
	width:284px;
	height:432px;
	float:left;
	}
	
.itemDetail{
	width:132px;
	height:432px;
	float:left;
	}	
	
.wideItem {
	width:426px;
	height:216px;
	}
	
.wideItemDetail{
	width:268px;
	height:216px;
	padding-right: 158px;
	clear:both;
	}	
	
.squareItem {
	width:426px;
	height:322px;
	}
	
.squareItemDetail {
	width:213px;
	height:110px;
	float:left;
	}
.midItem {
	width:426px;
	height:245px;
	}
	
.midItemDetail {
	width:213px;
	height:187px;
	float:left;
	}
.smallTnRow{
	width:432px;
	height:107px;
	}
.smallTn{
	height:107px;
	width:107px;
	float:left;
	}		
				
	
.openClose {
	width: 416px;
	height: 30px;
	clear:both;
	}	
	
.dinnerCont {
	width:432px;
	height:402px;
	}	
	
.dinnerCol1 {
	width:321px;
	height:432px;
	float:left;
	}	
	
.dinnerCol2 {
	width:107px;
	height:432px;
	float:left;
	}	
		
		
.linkRules p{
	padding: 8px 0;
	margin: 8px 0;
	}	
	
	
/* Text
----------------------------------------------- */



#centreCol p {
	font-size: 13px;
	line-height: 18px;
	padding: 0 12px 12px 12px;
	margin: 0 22px 0 0;
	color: #666;
	border-left: 1px #999 solid;
	border-right: 1px #999 solid;
	}
	
#centreCol #table {
	font-size: 13px;
	line-height: 18px;
	padding: 0 12px 12px 12px;
	margin: 0 22px 0 0;
	color: #666;
	border-left: 1px #999 solid;
	border-right: 1px #999 solid;
	}	
	
#rightCol p, .dinnerCont p {
	font-size: 12px;
	line-height: 16px;
	color: #333;
	}
	
#rightCol p em, .dinnerCont p em{
	color:#666;
	font-style:normal;
	}	
	
h3 {
	font-weight:normal;
	margin: 0 0 18px 0;
	color: #666;
	}	

#footer {
	font: normal 10px/24px Verdana, Arial, san-serif;
	color: #999;
	text-align:center;
	}
	
#pageNav p{
	color:#999;
	font-size: 11px;
	}		

a.pageLink{
	color:#333;
	}	
	
h4 a {
	color:#333333;
	text-decoration:none;
	font-size: 14px;
	font-weight:normal;
	}
h4 a:hover {
	color:#000000;
	}			



/* Links
----------------------------------------------- */

#centreCol p a:link, #centreCol p a:visited { 
	text-decoration: none;
	color: #666;
	padding-bottom: 1px;
	border-bottom: 1px #ccc solid;
	}

#centreCol p a:hover { 
	text-decoration: none;
	color: #000
	}

#rightCol p a:link, #rightCol p a:visited { 
	text-decoration: none;
	color: #999;
	}

#rightCol p a:hover { 
	text-decoration: none;
	color: #000;
	}



#footer a:link, #footer a:hover, #footer a:visited{ 
	text-decoration: none;
	color: #999;
	}

/* Lists
----------------------------------------------- */

ul {
	font: normal 13px/18px Verdana, Arial, san-serif;
	padding: 0 12px 0 28px;
	margin:  0 22px 0 0;
	color: #666;
	border-left: 1px #999 solid;
	border-right: 1px #999 solid;
	}
li {
	list-style:none;
	padding-bottom: 8px;
	padding-left: 10px;
	background-image: url(../gen_images/bullet_point.gif);
	background-repeat: no-repeat; 
	background-position: 0 5px;
	}


/* Order form
----------------------------------------------- */	

#orderForm {
	background-color:#e3ebf4;
	padding: 10px;
	}
	
.formRow {
	width: 412px;
	height: 30px;
	}
	
.formColone {
	width: 132px;
	height: 30px;
	float:left;
	}
	
.formColTwo {
	width: 280px;
	height:30px;
	float:left;
	}	
	
.orderForm p {
	font-size: 0.7em;
	line-height: 1.4em;
	}
	
.orderForm a:link, .orderForm a:visited  {
	color: #fff;
	text-decoration:none;
	}	
	
.orderForm td {
	vertical-align:top;
	padding: 6px 0;
	border-bottom: 1px solid #fff;
	background-color: #e3ebf4;
	}		
td.top {
	background-color:#9dbada;
	color: #fff;
	}
/*.orderForm textfield {
	height: 12px;
	width: 18px;
	}
*/	

h3 a, h3 a:visited {
	text-decoration:none;
	color:#739cca;
	padding-left:10px;
	background-image:url(../gen_images/order-arrow.gif);
	background-repeat:no-repeat;
	background-position: 0 3px;
	font-size: 80%;
	display:block;
	width: 90px;
	float:left;
	}
	
h3 a:hover {
	color:#333;
	background-image:url(../gen_images/order-arrow_over.gif);
	}
.orderMenuRow {
	height: 30px;
	}	
	
	
#formLayer1, #formLayer2, #formLayer3, #formLayer4, #formLayer5, #formLayer6, #formLayer7, #formLayer8 {
	padding-bottom: 10px;
	display:none;
	width: 412px;
	}	

/* Layers
----------------------------------------------- 
*/

#layer1, #layer2, #layer3, #layer4, #layer5, #layer6, #layer7, #layer8, #layer9, #layer10, #layer11, #layer12, #layer13, #layer14, #layer15, #layer16, #layer17  {
	height: 442px;
	width: 450px;
	}

#layer1 {
	display:visible;
	}
#layer2, #layer3, #layer4, #layer5, #layer6, #layer7, #layer8, #layer9, #layer10, #layer11, #layer12, #layer13, #layer14, #layer15, #layer16, #layer17   {
	display:none;
	}
A.linkmenu:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #7C7B7B;
	text-decoration:none;
}
A.linkmenu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}
A.linkmenu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #7C7B7B;
	text-decoration:none;
}
A.linkmenu2:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
}
A.linkmenu2:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #7C7B7B;
}
A.linkmenu2:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
}
.menublack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
}
.titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: lighter;
}
.tandc {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: lighter;
}
#centreCol_events {
	width: auto;
	margin-left: 190px;
	margin-right: 100px;
}
.events_dates {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: lighter;
	color: #000000;
	line-height: 18px;
}
.events_titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
}
.events_copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
.imagepad {
	padding-right: 8px;
	padding-bottom: 15px;
}
.red {
	color: #FF0000;
}
.events_times {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: lighter;
	color: #000000;
	line-height: 16px;
}
