@charset "utf-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #481C6C;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color:#422659;
	scrollbar-arrow-color:#FFF;
	scrollbar-track-color:none;
	scrollbar-shadow-color:none;
	scrollbar-highlight-color:none;
	scrollbar-3dlight-color:none;
	scrollbar-darkshadow-Color:none;
	background:#05010e url(../images/mainBg.jpg) fixed repeat-x bottom center;
}
ul {
	list-style:none;
	display:block;
	padding:0px;
}

li {
	color:#FFF;
	list-style-image: none;
	list-style-type: none;
	float: left;
}
a:link {
	color: #EC008C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #97005A;
}
a:hover {
	text-decoration: underline;
	color: #EC008C;
}
a:active {
	text-decoration: none;
	color: #EC008C;
}
h1 {
	font-size: 14px;
	color: #240C37;
}
strong {
	color: #240C37;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%; }
.clearfix {display: block;}
/* End hide from IE-mac */

p {
	padding:0px 15px 0px 0px;
}

/*-------------- HEADER ------------------*/
.header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 100px;
	width: 980px;
}
.header img {
	float: left;
}
.header div {
	height: 94px;
	width: 718px;
	display: block;
	left: 14px;
	position: relative;
	float: left;
}

.menu {
	width:900px;
	display:block;
	float:left;
	margin-top: 10px;
}

.menu LI {
	text-decoration:none;
	list-style:none;
	list-style-type:none;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size:11px;
	color: #FFFFFF;
	background-image: url(../images/nav_dividers.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	vertical-align: middle;
	margin: 0px;
	display: block;
	padding: 5px 8px 5px 8px;
	height: 20px;
}

.menu LI a {
	text-decoration:none;
	color:#FFF;
}
.menu LI a:hover{
	color: #EC008C;
	display: block;
}

.line {
	width:100%;
	margin-bottom:5%;
	line-height:1px;
	font-size:1px;
	border-bottom:1px solid #CCC;
}

/******* DROP DOWN MENU *************/


.menu LI .dropmenudiv{
	position:absolute;
	top:0px;
	padding:5px 0px 0px 0px;
	font:normal 11px  Helvetica, Arial, sans-serif;
	margin-left:-12px;
	z-index:110;
	display: none;

	filter: progid:DXImageTransform.Microsoft.Shadow(color=#353535,direction=135,strength=2);
}

.menu LI .dropmenudiv a, .dropmenudiv a:link, .dropmenudiv a:visited, .dropmenudiv a:active{
	width: 100%;
	display: block;
	font-size:11px;
	margin:0px;
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #240C37;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-color: #422659;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #240C37;
	border-left-color: #240C37;
}

.menu LI .dropmenudiv a:hover{
	color: #FFF;
	background-color: #EC008C;

/******* NEWS *************/

}
.news {
	background-image: url(../images/home_bg02.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 400px;
	width: 288px;
	position: relative;
	top: 10px;
	left: 6px;
}

.newsItem {
	display: block;
	height: 315px;
	overflow: auto;
	padding: 10px;
}

/******* HOME PAGE FEATURES *************/
.bg_677 {
	background-image: url(../images/bg_677Middle.png);
	background-repeat: repeat-y;
	width: 675px;
}
.featuresPic {
	border: 1px solid #666666;
	height: 94px;
	width: 195px;
}
.rightpicHome {
	width: 278px;
}


.featuresCopy {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 15px;
}
.featureWrap {
	background-image: url(../images/bg_677Middle.png);
	background-repeat: repeat-y;
}

/******* RIGHTHAND COLUMN *************/
.rightBanners {
	display: block;
	width: 292px;
	margin-left: 5px;
	background-image: url(../images/bg_292Middle.png);
	background-repeat: repeat-y;
}
.rightBanners input {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F4F4F4;
	color: #979797;
	font-size: 11px;
}
.rightColumnPics {
	border:0px;
}
.rightColumnPics img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rightColumnPics div {
	margin-bottom: 6px;
}


.topBorder {
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.bottomBorder {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


/******* FOOTER *************/



.footer {
	font-size: 10px;
	color: #666666;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	vertical-align: bottom;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
.footer div {
	float: right;
	width: 300px;
	text-align: right;
}

/******* INTERFACE STANDARDS *************/
.mainPic {
	height: 230px;
	width: 955px;
	margin-left: 12px;
}

.interfacePic {
	height: 173px;
	width: 251px;
	margin-right: 8px;
	background-image: url(../images/interface_251x173bg.jpg);
	padding-left: 6px;
	padding-top: 6px;
	background-repeat: no-repeat;
	float: left;
}

.thumb {
	width:92px;
	height:72px;
	margin:0px auto;
	background: transparent url(../images/thumbBg.gif) top left no-repeat;
}
.thumb IMG {
	padding:5px;
}

/******* DINING *************/
.dining {
	background-image: url(../images/bg_645Middle.png);
	background-repeat: repeat-y;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.dining h1 {
	font-size: 16px;
	font-weight: bold;
	color: #240C37;
}
.diningForm {
	background-image: url(../images/dining_formbg1.png);
	background-repeat: no-repeat;
	height: 119px;
	width: 278px;
}
.diningForm2 {
	background-image: url(../images/dining_formbg2.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 278px;
}

.diningForm3 {
	background-image: url(../images/dining_formbg3.png);
	background-repeat: no-repeat;
	height: 160px;
	width: 278px;
}

.contactForm2 {
	background-image: url(../images/contact_formbg.png);
	background-repeat: no-repeat;
	height: 141px;
	width: 278px;
}
.sitemapPics {
	height: 150px;
	width: 300px;
	margin-top: 4px;
	background-image: url(../images/sitemap_imgbg.jpg);
	background-repeat: no-repeat;
}
.featureWrap .sitemapPics img {
	padding-top: 6px;
	padding-left: 6px;
}
.sitemapMaps {
	border: 4px solid #F7F7F7;
}
/******* CARNIVALS & EVENTS *************/
.events {
	background-image: url(../images/bg_645Middle.png);
	background-repeat: repeat-y;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.events h1 {
	font-size: 16px;
	color: #240C37;
}
.committeeText {
	padding: 8px;
}

/****** COLOURS ********/

.darkPurple {
	color:#170922;
}

/****** PRODUCT BOX *********/

.productBox {
	width:163px;
}

.productBox .productBoxTop {
	width:163px;
	height:11px;
	background:#FFF url(../images/productBoxTop.gif) top left no-repeat;
}

.productBox .productBoxBottom {
	width:163px;
	height:11px;
	background:#FFF url(../images/productBoxBottom.gif) top left no-repeat;
}

.productBox .productBoxMiddle {
	width:163px;
	background:#FFF url(../images/productBoxMiddle.gif) top left repeat-y;
}

.productBox .productBoxMiddle IMG {
	padding:4px 0px 0px 11px;
	display:block;
	border:0;
}


/****** PRODUCT BOX *********/

.imageBox {
	width:326px;
	float:left
}

.imageBox .imageBoxTop {
	width:316px;
	height:6px;
	line-height:1px;
	font-size:1px;
	background:#FFF url(../images/imageBoxTop.gif) top left no-repeat;
}

.imageBox .imageBoxBottom {
	width:316px;
	height:6px;
	line-height:1px;
	font-size:1px;
	background:#FFF url(../images/imageBoxBottom.gif) top left no-repeat;
}

.imageBox .imageBoxMiddle {
	width:316px;
	background:#FFF url(../images/imageBoxMiddle.gif) top left repeat-y;
}

.imageBox .imageBoxMiddle IMG {
	padding:4px 0px 4px 11px;
	display:block;
	border:0;
}

/*********************************/

textarea {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background:none;
	font-size: 11px;
	color: #979797;
	font-family: Arial, Helvetica, sans-serif;
}

.trialHeading {
	background:#422659;
	padding:3px 10px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center
}

.trialInfo {
	padding:3px;
	border:1px solid #422659;
	text-align:center
}	