body {
	background-color: #031428;
	background-image: url(/images/background_repeat.jpg);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
}
#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #031428;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	width: 800px;
	min-height: 500px;
}
#container #navigation, #container #footer {
	background-image: url(/images/navigation_bg.jpg);
	width: 800px;
	height: 49px;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
#container #navigation ul li {
	float: left;
	width: 130px;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	height: 100%;
}
#container #navigation ul li a {
	padding-top: 19px;
	padding-bottom: 11px;
	display: block;
	color: #FFF;
	text-decoration: none;
}
#container #navigation ul li a:hover {
	background-image: url(/images/navigation_bg_hover.jpg);
	background-repeat:repeat-x;
	color: #000;
}
#container #navigation ul li a.active {
	text-decoration: underline overline;
}
#container #navigation ul {
	list-style-type: none;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	height: 100%;
}
#container #header #heading {
	height: 240px;
	margin: 0px;
	padding: 0px;
}
#container #header #heading #title {
	height: 115px;
	width: 470px;
	padding-left: 10px;
	float: left;
	padding-top: 10px;
}
#container #header #heading #title h1 span {
	display: none;
}



#container #header #heading h1 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	margin: 0px;
	background: url(/images/w3l-logo-l.png) no-repeat;
	background-position: left top;
	height: 106px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 140px;
}
#container #header #heading h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 110px;
	margin-top: -65px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: underline;
}
#container #header #heading #title #top_nav ul li {
	list-style-image: url(/images/arrow-yellow.png);
	margin-top: 4px;
	margin-bottom: 4px;
	height: 18px;
}
#container #header #heading #title #top_nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	width: 200px;
	float: left;
}
#container #header #heading #title #top_nav ul li a {
	color: #FFF;
	text-decoration: none;
}
#container #header #heading #title #top_nav ul li a:hover {
	font-size: 18px;
}
#container #header #heading #title #top_nav ul li a.active {
	text-decoration: underline overline;
}

#container #header #heading #findus {
	width: 250px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
#container #header #heading #title #social_networking {
	width: 250px;
	float: left;
	height: 190px;
	margin-top: 10px;
}

#container #header #heading #social_networking ul {
	list-style-type: none;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
#container #header #heading #social_networking ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#container #header #heading #social_networking ul li a {
	width: 250px;
	display: block;
	height: 70px;
}
#container #header #heading #social_networking ul li a span {
	display: none;
}
#container #header #heading #social_networking ul li a#facebook {
	background: url(/images/social/facebook.png) no-repeat;
}
#container #header #heading #social_networking ul li a#bebo {
	background: url(/images/social/bebo.png) no-repeat;
}
#container #header #heading #social_networking ul li a#youtube {
	background: url(/images/social/youtube.png) no-repeat;
}
#container #header #heading #social_networking ul li a:hover {
	background: url(/images/social/facebook.png) no-repeat;
	background-position: 0px 70px;
}

/*
#container #header #events {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}*/
#container #header #findus a.star {
	text-decoration: none;
	background-image: url(/images/star.png);
	display: block;
	float: left;
	height: 150px;
	width: 170px;
	margin-right: 8px;
	margin-left: 8px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 40px;
	padding-right: 40px;
	text-decoration: none;
}
#container #header #findus a:hover {
	text-decoration: underline;
}
#container #header .star h3 {
	margin: 0px;
	margin-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	font-size: 22px;
	display: block;
	padding-left: 15px;
	padding-right: 10px;
	text-align: center;
	text-decoration: none;
}
#container #header .star h3 span {
	font-size: 14px;
	color: #000;
	display: block;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#container #header .star h3 span sup {
	font-size: 10px;
	text-transform: lowercase;
	text-decoration: none;
}
#container #header .star p {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #000000;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	font-weight: bold;
	height: 45px;
	margin: 0px;
	text-align: center;
	text-decoration: none;
}
#container #header .star a {
	text-decoration: none;
}
#container #header #events .event {
	background-image: url(/images/event.png);
	display: block;
	float: left;
	height: 210px;
	width: 250px;
	margin-right: 8px;
	margin-left: 8px;
}
#container #header #events .event h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	font-size: 22px;
	display: block;
	padding-left: 15px;
}
#container #header #events .event h3 span {
	font-size: 14px;
	color: #f1e5b1;
	display: block;
	margin: 0px;
	padding: 0px;
}
#container #header #events .event h3 span sup {
	font-size: 10px;
	text-transform: lowercase;
}
#container #header #events .event p {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #787878;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	font-weight: bold;
	height: 45px;
	margin: 0px;
}
#container #header #events .event a {
	display: block;
	background-image: url(/images/arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	height: 29px;
	color: #FFF;
	font-family: "Arial Black", Gadget, sans-serif;
	text-decoration: none;
	margin-left: 10px;
}
#container #header #events .event a:hover {
	text-decoration: underline;
}

#container #header #events .event img {
	float: right;
}
#container #body #main.event img {
	float: right;
}
#container #body #main.event img {
	float: right;
}

#container #body {
	background-color: #fdfdfd;
	clear: both;
}
#container #body #main {
	background-color: #fdfdfd;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
}
#container #body #main #tour_dates {
	width: 330px;
	text-align:left;
	float: left;
}
#container #body #main #tour_dates ul li h3 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
	margin-top: 2px;	
}
#container #body #main #tour_dates ul li {
	display: block;
	width: 300px;
	list-style-type:none;
}

#container #body #main #showcase {
	width: 425px;
	float: left;
	text-align:center;
}
#container #body #main #showcase div#youtube_options {
	width: 100%;
	height: 20px;	
}
#container #body #main #showcase #thumbnails div.thumbnail {
	width: 120px;
	display: block;
	float: left;
	padding-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 5px;
	text-align:center;
}
#container #body #main #showcase div img {
	float: right;
	margin-left: 10px;
}
#container #body #main #left {
	width: 500px;
	float: left;
}
#container #body #main #left h2,#container #body #main h2 {
	color: #0d2f55;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
#container #body #main #right {
	float: right;
	width: 250px;
}
#container #body #main #right h3 {
	color: #555658;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	text-transform: uppercase;
}
#container #body #main #right .news_preview h4, #container #body #main #article .news_preview h4 {
	font-size: 14px;
	display: block;
	height: 82px;
	margin: 0px;
	padding-top: 5px;
}
#container #body #main #right .news_preview a.picture_link {
	float: left;
	text-decoration:none;	
}
#container #body #main #right .news_preview img, #container #body #main #article .news_preview img {
	border: 1px solid #ededed;
	padding: 2px;
	background-color: #FFF;
	float: left;
	margin: 5px;
}
#container #body #main #right .news_preview a.link, #container #body #main #article .news_preview a {
	width: 102px;
	display: block;
	float: left;
	background-image: url(/images/button.png);
	background-repeat: no-repeat;
	height: 32px;
	color: #FFF;
	font-family: "Arial Black", Gadget, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	padding-left: 13px;
	padding-top: 7px;
}
#container #body #main #right .news_preview {
	height: 133px;
	width: 100%; 
	clear: both;
}
#container #body #main #article .news_preview  {
	height: 150px;
	width: 350px;
	float: left;
}
#container #body #main #right .news_preview a:hover, #container #body #main #article .news_preview a:hover {
	background-image: url(/images/button_hover.png);
	background-repeat: no-repeat;
}
#container #body #main #right .news_preview:hover, #container #body #main #article .news_preview:hover {
	background-color: #CCC;
}

#container #body #main #right .news_preview a:active, #container #body #main #article .news_preview a:active {
	background-image: url(/images/button_press.png);
	background-repeat: no-repeat;
	color: #000000;
}

#container #body #main #right ul, #more_news ul {
	list-style-type: none;	
	margin-left: 0px;
	padding-left: 0px;
}
#container #body #main #right ul li, #more_news ul li {
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#container #body #main #right ul li a, #more_news ul li a {
	display: block;
	height: 15px;
	padding-left: 15px;
	background: url(/images/bullet.png) no-repeat;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	font-size: 12px;
	color: #000;
}
#container #body #main #right ul li a.active {
	font-weight: bold;
	color: #ff5e00;	
}
#container #body #main #right ul li a:hover, #more_news ul li a:hover {
	background-position: 0px -15px;
	color: #000;
	text-decoration: underline;
}
#container #body #main #contact fieldset {
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-top-color: #696969;
	border-bottom-style: none;
}
#container #body #main #contact fieldset legend {
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	font-style: italic;
}
#container #body #main #contact fieldset p {
	display: block;
	float: left;
	width: 50%;
}
#container #body #main #contact fieldset p.full {
	display: block;
	clear:both;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#container #body #main #contact fieldset p label {
	display: block;
	width: 65px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#container #body #main #contact fieldset p input{
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
#container #body #main #contact fieldset div {
	text-align: center;
	clear: both;
}


#container #body #main #left img, #container #body #main #article img {
	border: 1px solid #ededed;
	padding: 2px;
	background-color: #FFF;
	float: left;
	margin: 5px;
}


#container #body #extra {
	background-color: #f0f0f0;
	clear: both;
	padding: 15px;
	font-family: Verdana, Geneva, sans-serif;
	-moz-border-radius-topleft:15px; /* for mozilla firefox */ 
    -webkit-border-top-left-radius:15px; /* for safari, google chrome */ 
    -moz-border-radius-topright:15px; /* for mozilla firefox */ 
    -webkit-border-top-right-radius:15px; /* for safari, google chrome */ 

}
#container #body #extra p {
	clear: both;
}
#container #body #extra p a {
	color: #C00;
}
#container #body #extra h3 {
	margin: 0px;
	padding: 0px;
	font-family: "Arial Black", Gadget, sans-serif;
	text-transform: uppercase;
	font-style: italic;
}
#container #body #extra .item {
	width: 33%;
	height: 154px;
	float: left;
}
#container #body #extra a {
	text-decoration:none;
	color: #000;
}
#container #body #extra a:hover .item {
	background-color: #FFF;
}
#container #body #extra a:hover .item {
	color: #C00;
}
#container #body #extra a:hover .item span.price{
	color: #000;
	font-weight: bold;
}
#container #body #extra img {
	padding: 0px;
	margin: 5px;
	border: 2px solid #FFF;
	width: 140px;
	height: 140px;
	float: left;
}
#container #footer {
	margin-top: 25px;
}
#container #footer p {
	text-align: center;
	color: #FFF;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
#container #footer #small_nav {
	padding: 0px;
	margin: 0px;
	margin-left: 200px;
	height: 15px;
	list-style-type: none;
}
#container #footer #small_nav li {
	float: left;
	display: block;
	width: 80px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	height: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding: 0px;
	margin: 0px;
}
#container #footer #small_nav li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	text-transform: lowercase;
}
#container #footer #small_nav li a.active {
	text-decoration: underline overline;
}
#container #footer #small_nav li a:hover {
	text-decoration: underline;
}
#container #footer #small_nav #first {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #body #main #left #shop_item {
	width: 100%;
	clear: both;
}
#container #body .roster_item {
	width: 50%;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

#container #body #roster_item img, #container #body .roster_item img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #FFF;
	padding: 5px;
	border: thin solid #CCC;
}
#container #body #roster_item h3, #container #body .roster_item h3 {
	margin: 0px;
	padding: 0px;
	text-transform:uppercase;
	text-decoration: underline;
}
#container #body #roster_item span, #container #body .roster_item span {
	font-weight: bold;
	padding-left: 5px;
}
#container #body #main #roster_item ul, #container #body .roster_item ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#container #body #main #roster_item ul li ul li span, #container #body .roster_item ul li ul li span {
	font-weight: normal;
	padding-left: 10px;
}

#container #body #main img.wrestler {
	float: left;
}
#container #extra_links {
	clear: both;
	width: 455px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-color: #FFF;
	-moz-border-radius-topleft:10px; /* for mozilla firefox */
	-webkit-border-top-left-radius:10px; /* for safari, google chrome */
	-moz-border-radius-topright:10px; /* for mozilla firefox */
	-webkit-border-top-right-radius:10px; /* for safari, google chrome */
}
#container #extra_links #small_nav {
	padding: 0px;
	margin: 0px;
	height: 20px;
	list-style-type: none;
}
#container #extra_links #small_nav li {
	float: left;
	display: block;
	width: 90px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	height: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	padding: 0px;
	margin: 0px;
}
#container #extra_links #small_nav li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
	font-size: 10px;
	text-transform: lowercase;
}
#container #extra_links #small_nav li a.active {
	text-decoration: underline overline;
}
#container #extra_links #small_nav li a:hover {
	text-decoration: underline;
}
#container #extra_links #small_nav #first {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 100%;
}
#container #body #main #left .live_event {
	margin-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #555658;
	padding-bottom: 5px;
	clear: both;
}
#container #body #main #left .live_event h4 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-decoration: underline;
}
#container #body #main #left .live_event p {
	margin-left: 5px;
}
#container #body #main #left .live_event h3 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#container #body #main #left .live_event img {
	float: right;
}
#main > p.clear {
	clear: both;
}
.clear {
	clear: both;
}
#container #body #extra #contact p label {
	display: block;
	width: 250px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#container #body #extra #contact p input, #container #body #extra #contact p textarea  {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
#container #body #extra #contact #submit {
	font-size: 18px;
	margin-left: 210px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
}
#container #body #main #right #filter label {
	display: block;
	font-weight: bold;
}
#container #body #main #right #filter select {
	margin-left: 5px;
}
#container #body #main #right #filter #submit {
	margin-top: 10px;
	font-weight: bold;
	padding: 5px;
}
#container #body #main #left .titleholder {
	padding: 5px;
	height: 115px;
	width: 100%;
}
#container #body #main #left .titleholder img {
	float: left;
}
#container #body #main #mailingList fieldset legend {
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 24px;
}
#container #body #main #mailingList fieldset #instructions {
	width: 150px;
	float: left;
	padding-right: 10px;
}
#container #body #main #mailingList fieldset #buttonsWrapper {
}

#container #body #main #mailingList fieldset #fieldsWrapper {
	width: 324px;
	display: block;
	float: left;
}
#container #body #main #mailingList fieldset #fieldsWrapper label  {
	font-weight: bold;
	width: 70px;
	display: block;
	float: left;
	height: 25px;
}
#container #body #main #mailingList fieldset #fieldsWrapper  input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 250px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	/* [disabled]border: 1px dashed #000; */
}
#container #body #main #mailingList fieldset #buttonsWrapper #submit {
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 36px;
	text-transform: uppercase;
	width: 200px;
	height: 74px;
	margin-top: -1px;
	margin-left: -2px;
}

#container #body #main #mailingList fieldset {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
}

span.moreInfo {
	cursor: hand;
	border-bottom: dotted 1px #333;
	color: #333;	
}
div.moreInfo {
	display: none;
}


.tooltip .roster_item {
	width: 400px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	height: 220px;
}

.tooltip .roster_item img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #FFF;
	padding: 5px;
	border: thin solid #CCC;
}
.tooltip .roster_item h3 {
	margin: 0px;
	padding: 0px;
	text-transform:uppercase;
	text-decoration: underline;
}
.tooltip .roster_item span {
	font-weight: bold;
	padding-left: 5px;
}
.tooltip .roster_item ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.tooltip .roster_item ul li ul li span {
	font-weight: normal;
	padding-left: 10px;
}



