/* CSS Document */
html, body {
	font: 76% Arial, Helvetica, sans-serif;
	color: #505152;
	background: #C2C8CC url(../images/global/bg.jpg) repeat-x left top;
    }
span {
    display: none;
    }

/*p {
	font-size: 1.2em;
	line-height: 1.3em;
}	*/
a {
	text-decoration: none;
	/*color: #61699E;*/
	color: #505152;
	}
	
a:hover {
	text-decoration: underline;
}
h1{
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0.7em;
	text-transform: uppercase;
	color: #374048;
	font-style: italic;
}
h2{
	font-size: 1.4em;
	/*font-weight: bold;*/
	margin-bottom: 0.7em;	
}
/* ------ Global ------*/
			
label{
	font-size: 1.2em;
	line-height: 1.2em;
}
input, select, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #505152;
}
option{
	padding-left: 5px;
}
optgroup{
	font-style: normal;
	font-weight: bold;
}
.fields{
	width: 240px;
	border:1px solid #B0BBC8;
	padding: 2px 0;
}
.date{
	border:1px solid #B0BBC8;
	padding: 2px;
}
.textArea{
	width:100%;
	border:1px solid #B0BBC8;
}
.imgFloatRight{
	margin-bottom: 5px;
	margin-left: 10px;
	float: right;
}
.clear{
	clear:both;
	font-size: 0px;
}
.small{ font-size:1em; }
/* -------------------------- Footer --------------------------  */
	
#footerCentered{
	color: #4F575E;
	font-size: 0.9em;
	padding:10px 0;
	}
#footerCentered a {
	color: #4F575E;
	text-decoration: none;
}	
#footerCentered ul{
	list-style-type: none;
	display: inline;
}	
#footerCentered li{
	display: inline;
}
#footerCentered ul a {
	color: #4F575E;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	padding-right:10px;
}	
#footerCentered ul b a {
	color: #000000;
}	


/* -------------------------- Menu --------------------------  */
#nav{
	background:  #262B30 url(../images/global/nav_bg.gif) repeat-x;
	height:26px;
}
#nav ul{
	list-style-type: none;
	display: inline;
}
#nav li{
	display: inline;
}
#nav p{
	float:left;
	color: #6575A3;
}
#nav a{
	display: block;
	float:left;
	height: 26px;
}

#nav a.home  {
	background: url(../images/nav/off/home.jpg) no-repeat;
	width: 64px;
}
#nav a:hover.home  {
	background: url(../images/nav/over/home.jpg) no-repeat;
	font-weight: normal;
}
#nav b a.home, #nav b a:hover.home {
	background: url(../images/nav/on/home.jpg) no-repeat;
	font-weight: normal;
}

#nav a.services  {
	background: url(../images/nav/off/services.jpg) no-repeat;
	width: 84px;
}
#nav a:hover.services  {
	background: url(../images/nav/over/services.jpg) no-repeat;
	font-weight: normal;
}
#nav b a.services, #nav b a:hover.services {
	background: url(../images/nav/on/services.jpg) no-repeat;
	font-weight: normal;
}

#nav a.hospitality  {
	background: url(../images/nav/off/hospitality.jpg) no-repeat;
	width: 160px;
}
#nav a:hover.hospitality  {
	background: url(../images/nav/over/hospitality.jpg) no-repeat;
	font-weight: normal;
}
#nav b a.hospitality, #nav b a:hover.hospitality {
	background: url(../images/nav/on/hospitality.jpg) no-repeat;
	font-weight: normal;
}

#nav a.celebrities  {
	background: url(../images/nav/off/celebrities.jpg) no-repeat;
	width: 158px;
}
#nav a:hover.celebrities  {
	background: url(../images/nav/over/celebrities.jpg) no-repeat;
	font-weight: normal;
}
#nav b a.celebrities, #nav b a:hover.celebrities {
	background: url(../images/nav/on/celebrities.jpg) no-repeat;
	font-weight: normal;
}

#nav a.news {
	background: url(../images/nav/off/news.jpg) no-repeat;
	width: 64px;
}
#nav a:hover.news {
	background: url(../images/nav/over/news.jpg) no-repeat;
}
#nav b a.news, #nav b a:hover.news  {
	background: url(../images/nav/on/news.jpg) no-repeat;
}

#nav a.gallery  {
	background: url(../images/nav/off/gallery.jpg) no-repeat;
	width: 79px;
}
#nav a:hover.gallery  {
	background: url(../images/nav/over/gallery.jpg) no-repeat;
	font-weight: normal;
}
#nav b a.gallery, #nav b a:hover.gallery {
	background: url(../images/nav/on/gallery.jpg) no-repeat;
	font-weight: normal;
}

#nav a.partners  {
	background: url(../images/nav/off/partners.jpg) no-repeat;
	width: 88px;
}
#nav a:hover.partners  {
	background: url(../images/nav/over/partners.jpg) no-repeat;
	font-weight: normal;
}
#nav b a.partners, #nav b a:hover.partners {
	background: url(../images/nav/on/partners.jpg) no-repeat;
	font-weight: normal;
}

#nav a.contact  {
	background: url(../images/nav/off/contact.jpg) no-repeat;
	width: 100px;
}
#nav a:hover.contact  {
	background: url(../images/nav/over/contact.jpg) no-repeat;
	font-weight: normal;
}
#nav b a.contact, #nav b a:hover.contact {
	background: url(../images/nav/on/contact.jpg) no-repeat;
	font-weight: normal;
}


/* -------------------------- Content --------------------------  */

#content {
	padding:30px 0;
	background: #F8F8F9 url(../images/global/content-bg.jpg) repeat-x top;
}
#content p {
	font-size: 1.2em;
	line-height: 1.4em;
	padding-bottom: 1.4em;
}
#content ul{
	font-size: 1.2em;
	/*margin-left:1em;*/
}
#content ul li{
	margin-bottom: 0.3em;
}
.bullet{
	margin-left:1em;
}	
#content .default {
	margin-bottom: 10px;
	background: url(../images/contact/bg.gif) repeat-y left top;
	/*font-size:1.2em;*/
}
.contactLeft{
	width: 423px;	
	padding: 1px 20px 10px;
	float: left;
	}
.contactRight{
	width: 308px;
	float: right;
	padding: 1px 20px 120px;
	background: url(../images/contact/pic.jpg) no-repeat left bottom;
	}
h1.email{
	height:16px;
	width:165px;
	background: url(../images/contact/contact_email-us.gif) no-repeat left center;
}
h1.details{
	height:16px;
	width:165px;
	background: url(../images/contact/contact_details.gif) no-repeat left center;
}
/* HOME */

#vignettes{
	text-align:center;
	background: #E9EAEC url(../images/home/vignette_bg.jpg) repeat-x;
}

#bannerHome{
	font-size: 1.4em;
	color: #FFFFFF;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height:390px;
}

#bannerHome #text{
	padding:50px 0 0;
	width:395px;
	float:left;
	
}

#bannerHome #text a{
	font-style: italic;
	text-transform: uppercase;
	color: #FFFFFF; 
	}
/* NEWS */
#content .news {
	margin-bottom: 10px;
	background-image: url(../images/news/bg.gif);
	background-repeat: repeat-y;
	font-size:1em;
}
.news h2{
	font-size:1.6em;
}
.news #mainText h1{
	font-size:1.8em;
	margin: 0;
	padding: 0;
	font-style: normal;
	text-transform: none;
	font-weight: normal;
	padding-bottom:10px;
}
.news .text{
margin-top:5px;
}
.news .text h1{
	margin: 0;
	padding:0;
	font-size:1.4em;
}
.news .left{
	float: left;
	width: 365px;
	margin: 0 40px 10px 20px;
}
.news .right{
	float: left;
	width: 365px;
	/*margin: 0 20px 10px 0;*/
}
.news .newsBox{
	width: 100%;
	margin: 0 0 10px 0;
	clear:both;
}
.news .text{
	float: left;
	width: 235px;
	padding: 0 0 0 10px;
}
.alpha-shadow {
  float: left;
  background: url(../images/news/shadow.gif) no-repeat right bottom;
  /*margin: 0 0 0 10px !important;
  margin: 0 0 0 5px;*/
}

.alpha-shadow div {
  background: url(../images/news/shadow2.png) no-repeat left top !important;
  background: url(../images/news/shadow2.gif) no-repeat left top;
  padding: 0px 5px 5px 0px;
}

.alpha-shadow img {
  border: 4px solid #fff;
}
.more{
	height: 10px;
	width: 75px;
	background: url(../images/news/more.gif) no-repeat left center;
	display:block;
	margin-top:5px;
}
.news #mainPic{
	float: left;
	width: 300px;
	margin: 0 20px 20px;
	font-style: italic;
	font-weight: bold;
}
.news #mainText{
	float: left;
	width: 415px;
	margin: 5px 0 10px 20px;
}
.newsBox .alpha-shadow{margin-bottom:10px;}

#mainText h2{
	font-weight: normal;
	color:#505152;	
}
.link{
	background-image: url(../images/global/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 15px;
	display:block;
	font-weight: bold;
}

/* Sporting Celeb */
.celeb{
	margin-bottom: 0px;
	background: url(../images/celebrities/bg.gif) repeat-y left top;
}
.threeCols{ 
	width: 229px; 
	padding: 1px 20px 10px;
	float: left;
	}
	
.threeCols ul{
	font-size: 1.3em;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
.threeCols li{
	list-style-type: none;
	margin: 0 0 0.3em;
}
h1#local{
	height:14px;
	width:210px;
	background: url(../images/celebrities/local_header.jpg) no-repeat left center;
}
h1#international{
	height:14px;
	width:205px;
	background: url(../images/celebrities/international_players_heade.jpg) no-repeat left center;
}
h1#greats{
	height:14px;
	width:205px;
	background: url(../images/celebrities/sporting_greats_header.jpg) no-repeat left center;
}

/* Sporting Celeb Profile */

.celebProfile{
	margin-bottom: 10px;
	background: url(../images/celebrities/bg3.gif) repeat-y left top;
}
.celebProfile .col1{ 
	width: 455px; 
	float: left;
	padding-left:20px;
	padding-right:20px;
	}
.noBullet{
	list-style-type: none;
}	
	
/*.celebProfile .col1{ 
	width: 365px; 
	float: left;
	padding-left:20px;
	padding-right:20px;
	}*/
.celebProfile .col2{ 
	width: 280px; 
	float: left;
	padding-left:15px;
	padding-right:20px;
	}
.celebProfile .col2 p{
	margin:0 0 0.5em;
	padding:0 0 0 0;
}
/*.celebProfile .col2{ 
	width: 200px; 
	float: left;
	padding-left:15px;
	padding-right:20px;
	}*/
/*.celebProfile .col3{ 
	width: 160px; 
	float: left;
	margin-left:15px;
	}*/

h1#profile{
	height:14px;
	width:210px;
	background: url(../images/celebrities/profile.jpg) no-repeat left center;
}
h1#stats{
	height:14px;
	width:205px;
	background: url(../images/celebrities/statistics.jpg) no-repeat left center;
}
h1#available{
	height:14px;
	width:140px;
	background: url(../images/celebrities/available.jpg) no-repeat left center;
}

/* Services */
.twoColsLeft{
	width: 423px;	
	padding: 1px 20px 10px;
	float: left;
	}
.twoColsRight{
	width: 300px;
	float: right;
	margin: 1px 20px 10px;
	}
.twoColsServices{
	width: 300px;
	float: left;
	margin: 1px 20px 10px;
	}
h1.standardsPackages{
	height:16px;
	width:210px;
	background: url(../images/services/packages_header.gif) no-repeat left center;
}	

.black {
	background-color: #000000;
}
.grey{
	background-color: #3C454C;
}

h1.bookingForm{
	height:16px;
	width:210px;
	background: url(../images/services/booking_form.gif) no-repeat left center;
}	

.servicesBullet{float:left;width:35px; clear:both;}
.servicesText{float:left;width:370px }

.packages {
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color:#343434;
}

/* Gallery */
.gallery{
	/*margin-bottom: 10px;*/
	background: url(../images/news/bg.gif) repeat-y left top;
}
.galleryView{
	/*margin-bottom: 10px;*/
	background: url(../images/gallery/bg.gif) repeat-y left top;
}
.galleryList{ 
	float:left;
	padding:0 0 0 20px;
	}
.galleryList h1, .galleryList p{ 
	clear:left;
	}
.galleryList p{
	font-weight: bold;	
	}
.gallery h1{
	margin: 0;
	padding:0;
}
.gallery .alpha-shadow{
	margin-bottom:10px;
}
.galleryView .left{
	float: left;
	width: 525px;
	padding: 0 20px;
}
.galleryView .fixedHeight{
	height:420px;
}
.galleryView .right{
	float: left;
	width: 220px;
	margin:5px 0 0 15px;
	/*margin: 0 20px 10px 0;*/
}
#flashScroller{
padding:10px 0 0 0;}
#scroller {
	list-style-type: none;
	margin: 0;
	clear:both;
}
#scroller li{
	list-style-type: none;
	display:inline;
}

/* Partners */
.partners{
	background: url(../images/partners/bg.gif) repeat-y left top;
}
.partners .left{
	float:left;
	width:530px;
	padding: 0 20px;
}
.partners .text{
	margin-top:5px;
}
.partners .box{
	padding: 5px 0 5px;
}
.partners h1 {
	margin:0;
	padding:0;
}
.partners .left .alpha-shadow{
	margin-right:10px;
}
.partners .right{
	float:left;
	width:200px;
	margin-left:20px;
}
.partners .right .alpha-shadow{
	margin-bottom:10px;
}

/* Hospitality */

.hospitality, .hospitalityView{
	background: url(../images/hospitality/bg.gif) repeat-y left top;
}
.hospitality .left ,.hospitalityView .left{
	float:left;
	width:520px;
	padding: 0 20px;
}
.hospitality .right, .hospitalityView .right{
	float:left;
	width:175px;
	margin-left:20px;
}
.hospitality .left .event{
	background:#FFFFFF url(../images/hospitality/eventBG.jpg) repeat-y;
	width:525px;
	border:1px solid #E1E1E1;
	margin-bottom:10px;
	padding: 5px 0;
}
.hospitality .image{
	float:left;
	padding: 0 5px;
}
.hospitality .text{
	margin:5px 0 0 1px;
	float:left;
	width:360px;
	
}
.hospitality h1 {
	margin:0;
	padding:0;
}
.hospitality .text p {
	margin:0;
	padding:0 0 0;
}
.hospitality .text a.more{
	float:left;
	margin:0;
	padding:0;
	background: url(../images/hospitality/more.jpg) no-repeat;
	height: 10px;
	width: 75px;
	display:block;
}
.hospitality .text a.review{
	float:left;
	display:block;
	margin:0;
	padding:0;
	background: url(../images/hospitality/review.jpg) no-repeat;
	height: 10px;
	width: 75px;
}
.hospitality .strip{
	background-color:#F78027;
	height:20px;
	width:373px;
	float:left;
	/*margin-right:5px;*/
}
/*.hospitality .box{
padding: 5px 0 5px;
	background-color:#FFFFFF;
	
}*/

.hospitalityView .bigbox{
	margin: 0 5px 5px;
	background-color:#FFFFFF;
	width:520px;
	border: 1px solid #E1E1E1;
}
.hospitalityView .bigbox img{
	margin:5px 0 0 5px;
}

.hospitalityView .strip{
	background-color:#F78027;
	height:20px;
	width:510px;
	margin:5px;
}
.hospitalityView .text{
	margin-top:5px;
	/*width:500px;*/
	margin-left:8px;
}



/*.hospitalityView .eventbig{
	border:none;
}*/




.strip h1 {
	margin:0;
	padding:3px 0px 0px 5px;
	color:#FFFFFF;
	float:left;
	font-style:normal;
}
.strip h2 {
	color:#FFFFFF;
	float:right;
	padding:3px 6px 0px 0px;
	margin:0;
	font-size:1.2em;
	font-weight:normal;
}
.hospitality h3, .hospitalityView h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.hospitalityView ul {
	margin-left:15px;
	margin-top:5px;
}

/*.hospitality .left .alpha-shadow{
}

.hospitality .right .alpha-shadow{
	margin-bottom:10px;
}*/
.hospitality .fields, .hospitalityView .fields{
	width: 150px;
	border:1px solid #B0BBC8;
	padding: 2px 0;
}
