@charset "utf-8";
body {
	margin: 0px 0px 0px 0px;
	padding:0px!important; /*this padding hack fixes things */
	padding:0px 0px 0px 1px;
	text-align: center;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(http://www.chicken-curry.org.uk/images/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #333;
}
p {
	margin-top:0px;
}
form {
	margin:0px;
}
.textlink {
	color:#3F0;
}
.textlink:hover {
	color:#900;
	background-color:#FC0;
}
.nohl:hover {
	background-color:transparent;
}
#InnerContainer {
	width: 960px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}
#Column1 {
	width: 820px;
	height: 580px;
	float: left;
	background-image: url(http://www.chicken-curry.org.uk/images/mainimage.jpg);
}
#Column1b {
	width: 818px;
	height: 140px;
	padding: 1px;
	float: left;
	background-color: #000;
}
#Column1b img {
	border:1px solid #000;
}
#Column1b img:hover {
	border:1px solid #FC0;
}
#Column2 {
	width: 140px;
	height: 580px;
	float: right;
}
#BuyColumn1 {
	width: 140px;
	height: 115px;
	float: left;
	text-align: center;
}
#BuyColumn2 {
	width: 140px;
	height: 115px;
	margin-right: 160px;
	float: left;
	text-align: center;	
}
#FloatingText1 {
	position:absolute;
	width:450px;
	height:517px;
	z-index:1;
	text-align:left;
	float:left;
	left: 14px;
	top: 60px;
}
#FloatingText2 {
	position:absolute;
	font-size:12px;
	font-weight:bold;
	width:487px;
	height:424px;
	z-index:2;
	text-align:right;
	float:left;
	left: 322px;
	top: 54px;
}
#FloatingText2New {
	position:absolute;
	font-size:12px;
	font-weight:bold;
	width:458px;
	height:424px;
	z-index:2;
	text-align:right;
	float:left;
	left: 331px;
	top: 54px;
}
#FloatingText3 {
	position:absolute;
	font-size:12px;
	font-weight:bold;
	width:227px;
	height:66px;
	z-index:2;
	text-align:right;
	float:left;
	left: 582px;
	top: 472px;
}
.XLargeYellow {
	color:#FF0;
	font-weight:bold;
	font-size: 28px;
	line-height: 26px;
}
.MediumWhite {
	font-size: 16px;
	color: #FFF;
}
.LargeWhite {
	font-size: 24px;
	color: #FFF;
}

.XXLargeBlack {
	color:#000;
	font-weight:bolder;
	font-size: 76px;
	line-height: 72px;
}
.XXLargeWhite {
	color:#FFF;
	font-weight:bolder;
	font-size: 58px;
	line-height: 50px;
}
.XSmlWhite {
	font-size: 9px;
	color: #FFF;
}
#dhtmltooltip{
position: absolute;
left: -300px;
text-align:left;
border: 1px solid black;
color:#000;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

