@charset "utf-8";
/* CSS Document */

/* Container */

html, body {
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-color: #AB2127;
	text-align: center;
}

img {
	border: 0;
}

a:link {
	color: #660000;
}
	
a:visited {
	color: #660000;
}
	
a:hover {
	color: #FF0000;
	text-decoration: none;
}

/* ----- Header - Start ----- */

	/* Layout */

	#pcHeader {
			width: 980px;
			height: 100px;
			background-color: #990000;
			margin: 0 auto;
			padding: 0;
			border: none;
			position: relative;
			vertical-align: top;
		}
			
		#pcHeaderLeft {
				position: absolute;
				top: 0;
				left: 0;
				width: 310px;
			}
			
		#pcHeaderRight {
				position: absolute;
				top: 0;
				right: 0;
				width: auto;
				text-align: right;
				vertical-align: top;
			}
		
	/* Elements */

	#pcHeaderRight .tagLine {
			position: absolute;
			top: 0;
			right: 0;
			width: 670px;
			height: 34px;
		}
		
	#pcHeaderRight .searchArea {
			position: absolute;
			top: 34px;
			right: 0;
			width: 670px;
			height: 66px;
			background-image: url(/images/background_flag.jpg);
			background-repeat: no-repeat;
			vertical-align: top;
		}
		
	#pcHeaderRight .countdown {
			position: absolute;
			top: 10px;
			right: 10px;
			width: 700px;
			height: 15px;
			font-size:11px;
			font-weight: bold;
			color: #fff;
		}
		
	#pcHeaderRight .countdown a {
			color: #fff;
			text-decoration:none;
		}
	
	#pcHeaderRight .countdown a:hover {
			text-decoration:underline;
		}
		
	#pcHeaderRight .searchWrapperFront {
			position: absolute;
			top: 35px;
			right: 380px;
			width: 190px;
			height: 22px;
			vertical-align: top;
		}
	
	#pcHeaderRight .inputWrapperUN {
			position: absolute;
			top: 35px;
			right: 234px;
			width: 146px;
			height: 22px;
			border: 0;
			padding: 0;
			margin: 0;
			background-image: url(/images/Username.jpg);
			background-repeat: no-repeat;
		}
	
	#pcHeaderRight .inputWrapperPW {
			position: absolute;
			top: 35px;
			right: 81px;
			width: 146px;
			height: 22px;
			border: 0;
			padding: 0;
			margin: 0;
			background-image: url(/images/Password.jpg);
			background-repeat: no-repeat;
		}
		
	#pcHeaderRight form input.text { 
			border:0px;
			background-color:transparent;
			position:absolute;
			top:2px;
			left:4px;
			width:136px;
			height:20px;
			font-size:10px;
			color: #666;
		}
	
	#pcHeaderRight form input.password { 
			border:0px;
			background-color:transparent;
			position:absolute;
			top:2px;
			left:4px;
			width:136px;
			height:20px;
			font-size:10px;
			color: #666;
		}
		
	#pcHeaderRight .searchWrapperBack {
			position: absolute;
			top: 35px;
			right: 1px;
			width: 81px;
			height: 31px;
			vertical-align: top;
		}
		
/* ----- Header End ----- */

/* ----- Top Navigation Start ----- */

	#pcTopNav {
			width: 980px;
			height: 45px;
			margin: 0 auto;
			padding: 0;
		}

/* ----- Top Navigation End ----- */

/* ----- Home Push Area Layout ----- */

	/* Main container */
	#pcHomePushArea {
			width: 974px;
			background-color: #990000;
			margin: 0 auto;
			padding: 0 0 4px 4px;
			border-left: 1px solid #fff;
			border-right: 1px solid #fff;
		}
		
	/* Left area */
	#pcHomePushLeft {
			width: 252px;
			float: left;
			vertical-align: top;
			margin: 0 auto;
			padding: 0;
		}
		
	/* Main area */
	#pcHomePushCenter {
			width: 448px;
			float: left;
			vertical-align: top;
			margin: 0 auto;
			padding: 0 4px 0 8px;
		}
		
	/* Right-side column */
	#pcHomePushRight {
			width: 262px;
			float: right;
			text-align: left;
			vertical-align: top;
			margin: 0 auto;
			/* IE 6 double margin fix */
			display: inline;
		}
		
	#pcSponsorsArea {
			clear: both;
		}
		
		/* Left area */
		#pcSponsorsLeft {
			width: 8px;
			float: left;
			vertical-align: top;
			margin: 0 auto;
			padding: 0;
			}
		
		/* Center area */
		#pcSponsorsCenter {
			width: 944px;
			height: 57px;
			float: left;
			background-image: url(/images/sponsors_background.jpg);
			background-repeat: repeat-x;
			vertical-align: middle;
			text-align: center;
			padding: 5px;
			}
		
		/* Right area */
		#pcSponsorsRight {
			width: 12px;
			float: right;
			vertical-align: top;
			margin: 0 auto;
			padding: 0;
			}
	
	/* Elements */
	
	#pcHomePushLeft img {
			border: 1px solid #B6B6B6;
			margin: 0 0 7px 0;
		}
		
	#pcHomePushArea-SPACER {
			clear: both;
		}
		
	#pcSponsorsCenter img {
			vertical-align: middle;
			margin: 0 10px;
		}
		
/* ----- Home Push Layout - END ----- */

/* ----- Home Main Area Layout ----- */
		
	/* Main container */
	#pcHomeMainArea {
			width: 970px;
			background-color: #fff;
			margin: 0 auto;
			padding: 4px;
			border-left: 1px solid #fff;
			border-right: 1px solid #fff;
		}
	
	/* Left-side column */
	#pcHomeMainAreaLeft {
			width: 265px;
			float: left;
			text-align: left;
			vertical-align: top;
			margin: 0 auto;
			padding: 0;
		}
	
	/* Main area */
	#pcHomeMainAreaCenter {
			width: 430px;
			float: left;
			margin: 0 auto;
			padding: 10px;
			text-align: left;
		}
		
	/* Right-side column */
	#pcHomeMainAreaRight {
			width: 255px;
			float: right;
			text-align: left;
			vertical-align: top;
			margin: 0 auto;
			/* IE 6 double margin fix */
			display: inline;
		}
		
	/* Elements */
	
	#pcHomeMainArea-NEWS {
			width: 243px;
			background-image:url(/images/news_background_fade.jpg);
			background-repeat:repeat-x;
			background-position:left bottom;
			background-color: #fff;
			border-left: 1px solid #464646;
			border-right: 1px solid #464646;
			padding: 10px;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
		}
		
	#pcHomeMainArea-PARTICIPANTS {
			width: 233px;
			background-color: #8E0000;
			border-left: 1px solid #464646;
			border-right: 1px solid #464646;
			padding: 0 10px;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
		}
		
	#pcHomeMainArea-PARTICIPANTS_bottom {
			width: 255px;
			height: 30px;
			background-image:url(/images/participants_round_bottom.jpg);
			background-position:left bottom;
			text-align: right;
			margin: 0 auto;
		}
		
	#pcHomeMainArea-PARTICIPANTS_bottom p {
			margin: 0;
			padding: 8px 10px;
		}
		
	#pcHomeMainArea-PARTICIPANTS_bottom a {
			color: #fff;
			text-decoration: underline;
		}
		
	#pcHomeMainArea-PARTICIPANTS_bottom a:hover {
			text-decoration: none;
		}
		
/* ----- Home Main Area Layout - END ----- */

/* ----- Inner Main Area Layout ----- */
		
	/* Main container */
	#pcMainArea {
			width: 974px;
			background-color: #990000;
			margin: 0 auto;
			padding: 0 0 4px 4px;
			border-left: 1px solid #fff;
			border-right: 1px solid #fff;
		}
		
	/* Main area */
	#pcMainAreaCenter {
			width: 707px;
			float: left;
			text-align: left;
			margin: 0 2px 10px 0;
			padding: 0;
		}
		
	/* Right-side column */
	#pcMainAreaRight {
			width: 262px;
			float: right;
			text-align: left;
			vertical-align: top;
			margin: 0 auto;
			/* IE 6 double margin fix */
			display: inline;
		}
		
	/* Elements */
	
	#pcMainAreaCenter-CENTER {
			width: 687px;
			background-color: #fff;
			padding: 10px;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
		}
		
	#pcMainAreaCenter-CENTER-BLACK {
			width: 667px;
			background-color: #000;
			padding: 20px;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
		}
		
	#pcMainArea-BROWSE {
			width: 246px;
			background-image:url(images/pcv4_titleBox_back.jpg);
			background-repeat:repeat-x;
			background-color: #EEEEEE;
			border: 1px solid #606060;
			margin: 0 4px 10px 4px;
			padding: 4px;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
		}
		
	#pcMainArea-BROWSE table {
			margin: 0 0 10px 6px;
		}

	#pcMainArea-BROWSE table td {
			padding: 4px 0 0 0;
		}
		
	#pcMainArea-BROWSE h3 {
			font-size: 14px;
			margin: 2px 0 2px 0;
			padding: 2px;
		}
		
/* ----- Inner Main Area Layout - END ----- */

/* ----- Left Column Elements ----- */
	
	#pcMainArea-SPACER {
			clear: both;
		}

/* ----- Main Area End ----- */

/* ----- Footer Start ----- */

	#pcFooter {
			width: 970px;
			background-color: #fff;
			margin: 0 auto 20px auto;
			padding: 4px;
			border-left: 1px solid #fff;
			border-right: 1px solid #fff;
			border-bottom: 1px solid #fff;
			background-color: #7A0409;
		}

	#pcFooter p {
			margin: 0;
			padding: 10px 0;
			font-size: 11px;
			font-family: Arial, Verdana, Helvetica, sans-serif;
			text-align: center;
			color: #fff;
		}
		
	#pcFooter a {
			color: #fff;
			text-transform:uppercase;
			text-decoration:none;
		}
	
	#pcFooter a:hover {
			text-decoration:underline;
		}


/* ----- Top Navigation End ----- */

/* ----- Other Interface Elements ----- */

	#pcShowCart {
		width: 254px;
		border: 1px solid #464646; 
		margin: 0 4px 10px 4px;
		font-size: 11px;
		background-image:url(/images/cart_background.jpg);
		background-repeat:repeat-x;
		background-position:left bottom;
		background-color: #E9E9E9;
		text-align: center;
	}
