/**
 * This stylesheet is used by all microsites and overridden in the site's own style.css.
 */

a#myaccount:hover {
	cursor: pointer;
}
a#myaccount h1 {
	background-color: #f00;
}

.redblocktext {
	padding: 0 3px;
	color: #fff !important;
	background-color: #f00 !important;
}

#shop-menu a.shopbutton {
	margin-left: 0px;
}

h1.freeformat, h2.freeformat {
	display: inline !important;
	width: auto !important;
}



body {
	margin-top: 0px;
}

ul {
	margin-top: 0px;
	padding-top: 0px;
}

table {
	border: none;
	border-collapse: collapse;
}

td {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 1000px;
}

#mainmenu {
	height: 56px;
}

#header {
	width: 1000px;
	height: 300px;
}


#mainmenu {
	margin-top: 220px;
	width: 95%;
}
#mainmenu td {
	padding: 0px 1px;
	text-align: center;
/*	width: 8px; */
}

#mainmenu td.space {
	width: 140px;
}

#mainmenu td a {
	font-family: "Arial Black";
	text-decoration: none;
	font-size: 16px;
}

#mainmenu td a:hover {
}

.mainmenu-divider {
	font-weight: bold;
}


#leftborder {
	width: 42px; 
	background-repeat: repeat-y; 
/*	background-attachment: relative; */
	background-position: left top;
}

#rightborder {
	width: 40px; 
	background-repeat: repeat-y; 
/*	background-attachment: relative; */
	background-position: right top;
}

#footer {
	width: 1000px;
	height: 111px;
}

#footer td {
	text-align: right;
	padding-right: 10px;
}

#footer td, #footer td a {
	font-family: "Arial";
	text-decoration: none;
	font-size: 12px;
}



#content * {
	font-family: "Arial";
	font-size: 12px;
}

#content p {
	margin-left: 8px;
	text-decoration: none;
}

#content a {
	text-decoration: none;
}

#content a:hover {
}

#content a img {
	border: none;
}


#content h1, #content h2, #content h3 {
	width: 225px;
	font-family: "Arial";
	font-weight: bold;
	font-size: 16px;
	padding: 4px 8px;
	margin: 0px;
}

#content-left {
	width: 225px;
}

#content-left a {
	text-decoration: none;
}

#content-left h1 {
	padding: 4px 0px;
	width: 220px;
}

#content-spacer {
	width: 5px;
}

#content-centre {
	width: 600px;
/*	padding-left: 8px; */
}

#content-centre p {
	width: 600px;
}

#content-centre h1 {
	font-size: 16px;
	padding: 7px 8px;
	width: 225px;
}

#content-container {
	width: 920px;
}

.divider {
	line-height: 7px;
}

#signupform p {
	margin: 8px 0px;
	padding: 0px;
	width: 400px;
}

#signupform p input {
	margin: 0px;
	padding: 0px;
}

.missing-field input, .missing-field select {
	border: 1px solid #f00;
}

a#myaccount h1 {
}

#gallery-images td img {
	margin: 5px !important;
}

.band-moreinfo:hover { /* Used on 360 signup page */
	cursor:pointer;
}
