@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../assets/images/gradientBg01.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:fixed;
	white-space:normal;
	padding:0px;
	margin-bottom:10px;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
}

form{
	margin:0px;
}


img{
	border:0px;
}

a{
	outline:none;
}

.defaultDark {
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-size:9pt;
}

.disclaimerTxt{
	font-size:#8pt;
	color:#333;	
}

.defaultSmall {
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-size:8pt;
}

.headerText{font-size:14pt; color:#000;}


#linksStrip{
	width:640px;
	height:60px;
	background-image:url(../assets/images/storeHeadBg.gif);
	margin:auto;
	padding-left:160px;
}

#mainLinks{
	width:640px;
	height:60px;
}

.storeLink a{
	width:160px;
	height:39px;
	display:block;
	text-decoration:none;
	font-size:12pt;
	font-weight:bold;
	color:#333;
	text-align:center;
	padding-top:21px;
	background-image:url(../assets/images/mainLinkOutBg.gif);
	float:left;
}

.storeLink a:hover{
	background-image:url(../assets/images/mainLinkOverBg.gif);
	color:#CCC;
}


.storeLinkOnPage{
	width:160px;
	height:39px;
	text-decoration:none;
	font-size:12pt;
	font-weight:bold;
	color:#CCC;
	text-align:center;
	padding-top:21px;
	background-image:url(../assets/images/mainLinkOverBg.gif);
	float:left;
}

#holdingContainer{
	width:800px;
	height:600px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-400px;
	margin-top:-300px;
}

#holdingContentTop{
	width:375px;
	height:222px;
	background-image:url(../assets/images/holding-page_01.gif);
	padding-left:425px;
	padding-top:180px;
}

#holdingContentBottom{
	width:800px;
	height:198px;
}

#holdingContainerBottomLeft{
	width:400px;
	height:198px;
	float:left;
}

#holdingContainerBottomRight{
	width:400px;
	height:198px;
	float:left;
}

#holdingLogosLeft{
	width:199px;
	height:198px;
	float:left;
}

#holdingLogosRight{
	width:201px;
	height:198px;
	float:left;
}


#storeHeader{
	width:800px;
	height:389px;
	background-image:url(../assets/images/ticketsHeader.gif);
}


#header {
	width:800px;
	height:460px;
	margin:auto;
}

#headerLinksLeft {
	width:615px;
	float:left;	
}

#headerLinksRight {
	width:185px;
	float:left;	
}

#content {
	width:760px;
	margin:auto;
}

#contentDynamic {
	width:700px;
	padding:30px;
	background-image:url(../assets/images/repeatingBg01.gif);
}

#contentSplit {
	width:700px;
	height:300px;
	margin-bottom:45px;
}


#leftColumn {
	width:500px;
	height:300px;
	background-color:#CCC;
	float:left;
}

#leftColumnPic {
	width:250px;
	height:300px;
	float:left;
}

#leftColumnText {
	width:230px;
	height:280px;
	padding:10px;
	text-align:justify;
	float:left;
}

#rightColumn {
	width:200px;
	height:300px;
	float:left;
	background-image:url(../assets/images/cornerCutBg.gif);
	background-repeat: no-repeat;
	background-position:top;
	background-color:#FFF;
}

#addBtn {
	width:190px;
	height:100px;
	margin:auto;
	margin-top:10px;
}

#disclaimer{
	width:800px;
	padding:10px;
	margin:auto;
	text-align:center;
}