@CHARSET "ISO-8859-1";

html{
background: #8c307b; /* Old browsers */
background: -moz-linear-gradient(top, #8c307b 0%, #440b40 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c307b), color-stop(100%,#440b40)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #8c307b 0%,#440b40 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #8c307b 0%,#440b40 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #8c307b 0%,#440b40 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c307b', endColorstr='#440b40',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #8c307b 0%,#440b40 100%); /* W3C */

min-height:100%;

}


body {
	background-repeat: repeat-x;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

img {
	border: 0 none;
}

a:link {
	text-decoration: none;
	color: #fff;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a.list:link {
	color: #4D1B45;
}
a.list:visited {
	color: #4D1B45;
}
a.list:hover {
	color: #4D1B45;
}
a.list:active {
	color: #4D1B45;
}

a.subMenu:link {
	color: #fff;
}
a.subMenu:visited {
	color: #fff;
}
a.subMenu:hover {
	color: #fff;
}
a.subMenu:active {
	color: #fff;
}


a.pink:link {
	color: #F997EC;
}
a.pink:visited {
	color: #F997EC;
}
a.pink:hover {
	color: #F997EC;
}
a.pink:active {
	color: #F997EC;
}

a.gold:link {
	color: #FFFF00;
	text-decoration: none;
}
a.gold:visited {
	color: #FFFF00;
	text-decoration: none;
}
a.gold:hover {
	color: #fff;
	text-decoration: none;
}
a.gold:active {
	color: #FFFF00;
	text-decoration: none;
}

.bold {
	font-weight: bold;
}


h2{
	margin-bottom: 4px;
}

#container{
	position: relative;
	margin:0 auto;
	width: 1000px;
	background-image: url('../../graphics/global/tile.jpg');
}

#main_logo{
	position: absolute;
	z-index: 1000;
}

/* menu row start */
#row1 {
	position: relative;
	height: 118px;
}

#menu {
	position: relative;
	background-image: url('../../graphics/global/bg_menu.png');
	top: 34px;
	height: 55px;
	z-index: 100;
}

a.button {
	display: block;
	height: 55px;
	position: absolute;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

div.button{
	margin-top: 21px;
}

a#button1 {
	left: 275px;
}

div#button1 {
	margin-left: 8px;
}

a#button2 {
	left: 372px;
	width: 110px;
}

div#button2 {
	margin-left: 13px;
}

a#button3 {
	left: 525px;
	width: 85px;
}

div#button3 {
	margin-left: 36px;
}

a#button4 {
	left: 663px;
	width: 116px;
}

div#button4 {
	margin-left: 13px;
}

a#button5 {
	left: 752px;
	width: 98px;
}

div#button5 {
	margin-left: 14px;
}

a#button6 {
	left: 878px;
	width: 92px;
}

div#button6 {
	margin-left: 18px;
}

#liveWithUsSub{
	display: none;
	position: absolute;
	top: 89px;
	left: 690px;
	width: 228px;
	height: 188px;
	z-index: 1000;
	background-image: url('../../graphics/global/menu_box.png');
	color: #fff;
}

#liveList{
	margin: 0;
	padding: 0;
	text-decoration: none;
	margin-top: 8px;
}

.liveListItem{
	display: block;
	text-decoration: none;
	font-size: 14px;
	border-bottom: 1px solid #fff;
	padding: 12px 10px 12px 10px;
}

.liveListItemEnd{
	display: block;
	text-decoration: none;
	font-size: 14px;
	padding: 12px 10px 12px 10px;
}

.blockMe{
	display: block;
}

.allPad10{
	padding: 20px 10px 10px 10px;
}

#openingTimes{
	display: none;
	position: absolute;
	top: 89px;
	left: 310px;
	width: 228px;
	height: 188px;
	z-index: 1000;
	background-image: url('../../graphics/global/menu_box.png');
	color: #fff;
	font-size: 14px;
	line-height: 16px;
}


/* carousel row */
#row2 {
	position: relative;
	height: 301px;
}

#myImageFlow{width: 770px; margin-left:100px; top:-20px;}


#carousel {
	position: relative;
	margin-left: 15px;
	width: 971px;
	height: 309px;
	background:url('../../graphics/global/carousel_back.png') no-repeat;
}

#carousel_list {
	position:absolute;
	top:36px;
	right:20px;
	width: 150px;
	z-index:1000;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4;
	text-align:right;
	color:#c592bc;
}

#carousel_list ul {
	list-style-type: none;
	padding: 0px;
	margin: 3px 0px 0px ;
}

#carousel_list a{	color:#c592bc;}

#carousel_list a:hover{	color:#4f1946;}

/* News Box + Twitter row */
#row3 {
	position: relative;
	height: 239px;
}

#news_box1{
	border: solid 4px #fff;
	-moz-border-radius: 4px; border-radius: 4px; -webkit-border-radius: 4px;
	position: absolute;
	top: 0px;
	left: 6px;
	width: 362px;
	height: 223px;
}

#news_box1_graphic {
	width: 195px;
}

.news_box_item_class {
	display: block;
	position: absolute;
	left: 188px;
	width: 174px;
	height: 74px;
	font-weight: bold;
	font-size: 11px;
}

.news_box_item_padding{
	padding: 14px 10px 10px 20px;
}

#news_box1_item1{
	top: 0px;
}

#news_box1_item2{
	top: 74px;
}

#news_box1_item3{
	top: 148px;
}


#news_box2{
	border: solid 4px #fff;
	-moz-border-radius: 4px; border-radius: 4px; -webkit-border-radius: 4px;
	position: absolute;
	top: 0px;
	left: 384px;
	width: 362px;
	height: 223px;
}

#news_box2_graphic {
	width: 195px;
}

#news_box2_item1{
	top: 0px;
	background-image: url('../../graphics/global/bg_news_item_active.png');
}

#news_box2_item2{
	top: 74px;
}

#news_box2_item3{
	top: 148px;
}

/*
#twitter{
	position: absolute;
	top: -12px;
	left: 760px;
	width: 231px;
	height: 243px;
	background-image: url('../../graphics/global/bg_twitter.png');
}
*/


#twitter_bird{
	position: absolute;
	top: -14px;
	left: 194px;
	z-index: 5;
}

#twitterHolder{
	position: absolute;
	top: 0px;
	left: 760px;
	width: 231px;
}

/* social networking row */
#row4 {
	position: relative;
	height: 48px;
}

#sn1{
	position: absolute;
	top: 4px;
	left: 764px;
	height: 22px;
	line-height: 22px;
}

#sn2{
	position: absolute;
	top: 26px;
	left: 764px;
	height: 22px;
	line-height: 22px;
}

.sn_link_item {
	position: absolute;
	top: 0px;
	left: 30px;
}

/* footer row 1 */

#footer_col4{
	text-align: center;
}

/* footer row 2 */
#footer2{
	text-align: center;
	height: 45px;
}

/* footer row 3 */
#footer3{
	color: #4D1B45;
	text-align: center;
	height: 20px;
	line-height: 20px;
	background-image: url('../../graphics/global/bg_footer.png');
}

#footer3_mid{
	padding: 0 20px 0 20px;
}

form.contact{
	width: 200px;
}

div#contactLinksTop{
	position: absolute;
		top: 7px;
		left: 800px;
}




/* NEW HOMEPAGE
-------------------------------------------------------- */

#header{
	position:relative;
	z-index:10000;
	color:#4f1946;
	height:75px;
}

.mini_menu {
	position:absolute;
	right:0;
	padding:10px 0;
}

.mini_menu p{
	font-size:10px; 
	display:inline-block;
}

.mini_menu a{color:#ac3c98;}

.mini_menu a:hover{color:grey;}

.share{
	position: relative;
	top: 6px;
	display: inline-block;
	width: 154px;
	margin-left: 10px;
}

.link_mail{color:#ac3c98 !important; font-size:1em !important; font-weight:normal !important;}


#bottom_shadow{
	background:url('../../graphics/global/bottom_shadow.png') no-repeat;
	width:990px;
	height:14px;
	z-index:9000;
	position:relative;
}

#full_footer{
	position:relative;
	display:block;
}



/* columns
-------------------------------------------------------- */


#columns{
	position:relative;
	margin:20px 0 20px 14px;
	height:300px;
	color:#4f1946;
}

#columns img{border:1px solid #d3c2d0;}

#columns h1{
	font-size:17px;	
	font-weight:bold; 
	line-height:2;
	position:relative;
	top:0;
	margin-top: 0;
	margin-bottom: 0;
}

#columns p{ font-size:13px; font-weight:bold;}

#column_1{
	position:absolute;
	width:410px; 
	border-right:1px solid #d3c2d0;
	height:300px;
	top:0;
}

.image_1 {
	width:227px;
	text-align:center;
	position:relative;
}

.image_2 {
	width:227px;
	text-align:center;
	position:relative;
	margin-top: 8px;
}

#column_1 ul{
	font-weight:bold;
	font-size: 14px;
	line-height: 1.6;
	color:#c592bc;
	padding: 0px 20px;
	margin: 0px;
	position:absolute;
	left:227px;
	top:43px;
}

#column_1 a{color:#c592bc;}

#column_1 a:hover{color:#4f1946;}


#column_2{
	position: absolute;
	width: 260px;
	height:300px;
	border-right: 1px solid #D3C2D0;
	left: 430px;
	top: 0;
	margin-left: 10px;
}


#column_3{
	position: relative;
}


div#snBox{
	position: absolute;
	width: 238px;
	height: 300px;
	background-color:#8c317c;
	border: 1px solid #4f1946;
	right: 0;
	margin-right: 15px;	
}

div#twitterBG{	background: #8c317c;}


div#facebookBG{	background: white; height: 262px;}

.snBox_link{
	font-weight: bold;
	font-size: 15px;
	padding: 10px 0;
	border-bottom: 1px solid #4F1946;
	padding:10px 0 10px 33px;
}

.snBox_link a{color:#4f1946 !important;}

.snBox_link a:hover{color:white !important;}

.snBox_link:active{color:white !important;}



/* NEW INNER PAGE LAYOUT
-------------------------------------------------------- */

.purple{color:#440B40;}


#page_content{
	position:relative;
	width: 888px;
	margin: 0 auto;
	background-color:#440B40;
	color: white;
	padding: 0 20px 20px 20px;
}

#page_content h1{
	background:url('../../graphics/global/back_title.png') no-repeat;
	height: 38px;
	padding: 10px 15px;
	margin: 0 0 10px -9px;
}

#page_content form a{color:#ac3c98;}

#page_content form a:hover{color:white;}


/* QUESTIONNAIRE
-------------------------------------------------------- */

*:focus{outline: none; -moz-outline-style:none;}

#questionnaire{
	margin-left:25px;
	line-height:3;
	font-size:13px;
	color:#f5c4ec;
}

#questionnaire h2 {
	margin-left:-25px;
	line-height:2;
	color:white;
}

#questionnaire h3 {color:white;}

#questionnaire input{
	margin:10px 0;
	padding:4px 10px;
	color: #ac3c98;
	background: white;
	border: 1px solid #ac3c98;
}
	
#questionnaire select{
	margin:10px 0;
	color: #440B40;
	background: white;
	border: 1px solid #ac3c98;
}

