body{
	padding:0; margin:0;
	background:#000000 url(/images/rockwallbackground.jpg) top center no-repeat;
	font-family: Arial, "MS Trebuchet", sans-serif;
	color: #FFFFFF;
}
img { border:none; }

h1, h2, h3 {
	color:#00CCFF;
	font-weight:normal;
}

a {
	color:#00ADEE;
	text-decoration:none;
}
a.button {
	display:block;
	background: #000000 url(/images/application/btn_bg.jpg) top center no-repeat;
	height: 52px;
	width:202px;
	text-transform:uppercase;
	text-align:center;
	padding-top:5px;
	color:#FFFFFF;
}
a.button:hover{ 
	font-weight:bold; 
	background: #000000 url(/images/application/btn_bg-hover.jpg) top center no-repeat;
}

p { color:#CCC; }

img {border:none;}

.metal {
	color:#CCCCCC;
}

.blue { color:#00CCFF; }
.orange { color:#FF6633 }
#beta{
	position:relative;
	float:left;
	height:0;
}
#wrapper{
	width:950px;
	margin:0 auto;
	padding:0;
	background:#000000;
	border-left:1px solid black;
	border-right:1px solid black;
}
#event-bar{
	clear:both;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	color:#999999;
	padding:5px 10px;
	font-size:12px;
	background: #000000 url(/images/application/event-bg.jpg) left top repeat-x;
	height:auto;
	text-transform:uppercase;
}
#event-bright { color:#E6E6E6; }
/***  back to sale links   ***/
#back{	padding:10px 0; }
.back_to_sale{
	/* background: url(/images/application/back_to_sale_arrow.jpg) repeat-x center left; */
	padding:10px 20px;
	/* color:#E6E6E6; */
}
.back_to_sale:hover{ color: #FFFFFF;}
#content { 
	clear:both;
	width:800px;
	margin:0 auto;
	/* margin-top:35px; */
	line-height:1.5em;
	min-height:575px;
}
#social_networking {
	position:relative;
	top:0px;
	right:-50px;
	height:0;
	float:right;
}
.header { text-indent: -9999em; padding:5px 0;}
#indent {clear:both;}

#hero_container{
	width:947px;
	overflow:hidden;
}

#hero_image{
  margin-bottom:5px;
}
#footer,
#banner_bottom{
	clear:both;
	width:100%;
	padding:40px 0;
	margin:0;
	background: #000000 url(/images/application/foot_top.jpg) top left repeat-x;
}
#foot_logo{
	padding:30px 0;
	height:70px;
	border-right:1px solid #CCCCCC;
}
.social{
	padding:5px;
	padding-left:18px;
}
#tw_small{	background: url(/images/application/tw_small.jpg) center left no-repeat; }
#fb_small{	background: url(/images/application/fb_small.jpg) center left no-repeat; }
#blog_small{ background: url(/images/favicon.jpg) top left no-repeat;}
.foot_block{
	text-align:left;
	float:left;
	width:135px;
	margin-left:10px;
}
.foot_block h4 { 
	color: #CCCCCC; 
	font-weight:normal;
	font-size:14px; 
	margin-bottom:2px; 
}
.foot_block a { 
	display:block;
	margin:3px 0;
	font-size:10px;
	color:#999999;
}
#company.foot_block{
	margin-left:20px;
}
.no-border{ border:none !important; }
#copyright{
	float:left;
	font-size:10px;
	margin-left:165px;
	margin-top:-20px;
	color:#999999;
	width:80%;
}
#invite{
	float:right;
	margin-right:20px !important;
	border:none !important;
	color:#FFFFFF !important;
}
/***  errors   ***/
.fieldWithErrors { 	color:#800000; }
.fieldWithErrors input { border:1px solid #800000; }
#errorExplanation{
	width:550px;
	padding-left:20px;
	margin:10px 0;
}
#errorExplanation ul { list-style:none;}
#errorExplanation ul li {
	margin-bottom:10px;
	line-height:1.5em;
}

/***  NOTICE   ***/
#notice,
#errorExplanation h2 {
	/***  for the non-IE browsers:   ***/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
/* 	border:2px solid #00ADEE;
	color: #FFFFFF;
	background:#505050; */
	padding:15px 10px;
	margin:0 30px;
	/* margin-top:-20px; FIXME this was here for a reason I'm sure */
}

/* Travel Module - Added by Paddy */
.small_text
{
	font-size: 11px;
	letter-spacing: 2px;
	color: #999;
}

.travel_dates_row{
	margin-bottom:15px;
	border-width: 1px; 
	border-style: dashed; 
	border-color: #999;
}

 /***  errors   ***/
.validation-error{
	color:#F00000;
	font-size:12px;
	text-transform: capitalize;
	
} 
