/* CSS Off June 2007
 * Andrew Jaswa
 * ajaswa@gmail.com
*/
html,  body {
	background-color:#fff;
}
/* reset css by Eric Meyer */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1.1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
h1, h2, h3, h4, h5, h6 {
	color:#561148;
	font-weight:bold;
	font-family:"Trebuchet";
}
#page {
	margin:5px auto;
	width:800px;
	font-family:"Verdana";
}
/* header */
#header {
	height:201px;
	background:url(wrestler.png) bottom center no-repeat #fff;
}
#title {
	height:48px;
	width:800px;
	background:url(title.png) no-repeat #fff;
}
#title h1, #title h2, #upcoming-events .events, #signup-email .signup-email, #merchandise .merchandise {
	display:none;
}
#navigation {
	width:800px;
	height:31px;
	text-align:center;
	background:url(nav-bkg.png) repeat-x;
	font-size:12px;
	text-transform:uppercase;
}
#navigation ul {
	text-align:center;
	list-style:none;
	height:30px;
	padding-left:110px;
width:690px;
}
#navigation ul li{
	text-align:center;
	list-style:none;
	height:21px;
	float:left;
	padding:10px 12px 0px 0px;
	margin:0px 5px 0px 4px;
	background:url(nav.png) bottom right no-repeat;
}
#navigation ul li.home{
	width:63px;
	background:url(nav-home.png) no-repeat;
}

#navigation ul li a {
	color:#fff;
	text-decoration:none;
}
/* right hand side */
#interaction {
	float:left;
	width:240px;
	margin:20px;
}
/* events */
#upcoming-events {
	padding-top:25px;
	width:235px;
	background:url(events.png) top center no-repeat #fff;
}
#upcoming-events .vevent {
	clear:both;
	font-size:10px;
}
#upcoming-events .vevent .date {
	float:left;
	height:42px;
	width:32px;
	background:url(calendar.png) no-repeat #fff;
	color:#fff;
	text-align:center;
	font-size:10px;
	text-transform:uppercase;
	padding-top:9px;
}
#upcoming-events .vevent .date .dtend {
	font-weight:bold;
}
#upcoming-events .vevent .summary {
	font-weight:bold;
}
/* email */
#signup-email {
	clear:both;
	padding-top:25px;
	width:235px;
	background:url(email.png) top center no-repeat #fff;font-size:10px;
}
#signup-email input {
	border:1px solid #561148;
	width:230px;
	font-size:20px;
	font-weight:normal;
}
#signup-email button {
	margin:5px;
	float:right;
	border:1px solid #561148;
	font-weight:bold;
	color:#561148;
	text-transform:uppercase;
	padding:3px;
	background-color:#fff;
}
/* merch */
#merchandise {
	clear:both;
	padding-top:25px;
	width:235px;
	background:url(merch.png) top center no-repeat #fff;
	text-transform:uppercase;
	font-size:11px;
}
#merchandise div {
	float:left;
	width:78px;
	height:90px;
	text-align:center;
}
#merchandise a {
	display:block;
	width:74px;
	height:13px;
	border:2px solid #fff;
	padding-top:77px;
	text-align:center;
	color:#000;
	text-decoration:none;
}
#merchandise a:hover {
	border:2px solid #561148;
}
#merchandise a.men{
	background:url(men.png) top center no-repeat #fff;
}
#merchandise a.women{
	background:url(women.png) top center no-repeat #fff;
}
#merchandise a.kids{
	background:url(kids.png) top center no-repeat #fff;
}
/* left hand side */
#details {
	float:left;
	width:440px;
	margin:18px;
}
#details h2 {
	font-weight:bold;
	font-size:25px;
}
#details h4 {
	margin-top:5px;
	font-weight:bold;
	font-size:14px;
}
#details p {
	font-size:12px;
}
#testimonials {
	float:left;
	width:440px;
	margin-top:10px;
	padding-top:20px;
	background:url(test.png) top center no-repeat #fff;
}
#testimonials .testimonial {
	float:left;
	width:196px;
	margin:5px 9px;
}
#testimonials .testimonial h4 {
	font-size:17px;
	font-weight:bold;
	width:190px;
	padding:5px 1px;
	background:url(line.png) bottom center no-repeat #fff;
}
#testimonials .testimonial p {
	font-size:11px;
}
/* footer */
#footer {
	padding:10px 20px 0px 20px;
	clear:both;
	color:#fff;
	height:184px;
	background:url(footer.png) no-repeat;
	font-size:10px;
}
#customer-support {
	float:right;
}
.copyright .vcard a, #customer-support a.customer-support {
	color:#fff;
	text-decoration:none;
}

