
body {
	background: url(../images/body_bkgd.jpg) no-repeat top center #000;
	margin:0;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
}

/* -------------------------------------------------------------------------------------
TYPEOGRAPHY
-----------------------------------------------------------------------------------------*/
h1{
	font-size: 12px;
	font-weight:bold;
	color: #FFCC00;
}

p{

	font-size: 11px;
	line-height:14px;
	color: #FFFFFF;
}


a:hover {
	color: #FFCC00;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #FFCC00;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}

/* -------------------------------------------------------------------------------------
CLEARFIX
-----------------------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/* -------------------------------------------------------------------------------------
LAYOUT
-----------------------------------------------------------------------------------------*/
#wrapper{
	width:930px;
	margin:0 auto;
	background:url(../images/header.jpg) no-repeat top left #000;
	text-align:left;
}

/* -------------------------------------------------------------------------------------
NAVIGATION
-----------------------------------------------------------------------------------------*/
#nav{
	padding-top:113px;
	margin-left:35px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
}

#nav a{color: #FFFFFF;}
#nav a:hover{color: #FFCC00;}

#nav .menu-address {
	font-size: 10px;
	font-weight: bold;
	color: #e8e3e3;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#banner{
	margin:11px 30px 20px 30px;
}

/* -------------------------------------------------------------------------------------
LEFT COLUMN
-----------------------------------------------------------------------------------------*/
#left-column{
	float:left;
	width:205px;
	margin-left:30px;
}

#left-column a{
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
}

#left-column a:hover{
	color: #FFCC00;
}
	

/* -------------------------------------------------------------------------------------
CONTENT
-----------------------------------------------------------------------------------------*/
#content{
	width:665px;
	float:left;
}


/* -------------------------------------------------------------------------------------
FOOTER
-----------------------------------------------------------------------------------------*/
#footer{
	clear:both;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding:30px;
	font-weight:bold;
}

#footer a{
	color:#FFF;	
}

#footer a:hover{
	color: #FFCC00;
}


/* -------------------------------------------------------------------------------------
TABLE STYLES
-----------------------------------------------------------------------------------------*/
table{ 
	margin: 10px 0 20px 0;
	border:1px solid #5c5149; 
	
	width:100%;
	border-collapse:collapse;
	background:#483b32;
 }
  
 
 thead th{
 	background:#d2c280;
	color:#000;
	font-weight:bold;
 }
 
 tfoot th, tfoot td{
 	background:#6a5a4f;
	color:#000;
 }
 
 
th,td{
	padding:7px;
	font-size:12px;
	vertical-align:top;
	color:#f1e5dd;
	font-family:Georgia, "Times New Roman", Times, serif;
}



th      { padding-top:8px; font-weight:bold; }

.oddrow{
	background:#4d4138;
}

td.total, th.total {
	background-color:#D2C280;
	
}

label{
	font-weight:bold;
}

/* -------------------------------------------------------------------------------------
FORM STYLES
-----------------------------------------------------------------------------------------*/

.textField, .textArea, .dropDown, .fileField, .textField-short{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:240px;
	border:1px solid #bebebe;
	background-color:#FFF;
	color:#000;
	padding:4px;
	vertical-align:middle;
}

.qty{
	width:40px;	
}

.dropDown{
	width:250px;
}

input.submit{
	border:1px solid #8b7a4e;
	padding: 4px 4px 4px 4px;
	background-color: #e3d0a3;
	color: #443b25;
	font-size:1.1em;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin:3px 120px 0px 20px;
	overflow: visible;
	float:right;
	
	-moz-border-radius: 4px; /* Mozilla Browsers */
	-webkit-border-radius: 5px; /* Webkit Browsers */
}

/* -------------------------------------------------------------------------------------
HEADER
-----------------------------------------------------------------------------------------*/
#basket-link{
	display:block;
	background:#690102;
	border:1px solid #560001;
	padding:7px 7px 7px 4px;;
	margin:0 20px 10px 0;
}

#header{
	background:#433526;
	padding:5px;
	margin-bottom:10px;
}

.event-holder{
	background:#4d4138;
	margin:0px 0 10px 0;
	padding:7px;
}

.event-holder h2{
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFF;
	margin:0 0 20px 0;
	padding:0;
}

.event-holder p{
	font-size: 12px;
	color:#fce9bd;
}

.event-holder p span{
	color: #FFCC00;
}



.event-holder p a{
	text-decoration:underline;
	color:#FFF;
}


.event-holder img{
	float:right;
	margin:0 0 7px 20px;
}

.event-holder p.gig-content{
	color:#fff;
	display:none;
	width:450px;
}

.event-holder p.gig-content-full{
	color:#fff;
	width:450px;
}


.add-basket{
	background:#6a5a4f;
	padding:5px;
	clear:right;
	margin:25px 0 0 0;
	font-size:11px;
}

input.basket-button{
	border:1px solid #8b7a4e;
	padding: 4px 4px 4px 4px;
	background-color: #e3d0a3;
	color: #443b25;
	font-size:1.1em;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin:3px 120px 0px 5px;
	overflow: visible;
	
	-moz-border-radius: 4px; /* Mozilla Browsers */
	-webkit-border-radius: 5px; /* Webkit Browsers */
}

/* -------------------------------------------------------------------------------------
BASKET
-----------------------------------------------------------------------------------------*/
.cbox_messagebox_info{
	background-color:#efdd91;
	border:1px solid #cab45c;
	padding:0px;
}

.cbox_messagebox_info p{
	color:#000;
	padding:2px 0 2px 6px;
}

