/* CSS Document */

/* --------------------------------------------- ID TAGS */
body {
	background-color: #000000;
	color: #E6E6E6;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	font-size: 1em;
}

/* --------------------------------------------- WRAPPER */
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 150px;
	background-image: url(images/css/bg_header_2011.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* --------------------------------------------- NAVIGATION */
#navigation {
	float: left;
	width: 800px;
	clear: both;
	font-size: 85%;
	text-align: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B20202;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B20202;
	background-color: #000000;
}
#navigation a:link, #navigation a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	color: #710002;
}
#navigation ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#navigation li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#navigation .anylinkcss{
	position:absolute;
	visibility: hidden;
	z-index: 100;
	color: #CCCCCC;
	text-align: left;
	background-color: #000000;
	top: -20px;
	margin: 0px;
	padding-top: 5px;
	font-size: 90%;
	padding-left: 5px;
	padding-right: 5px;
}

#navigation .anylinkcss a{
	width: 100%;
	display: block;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B20202;
	padding-top: 1px;
	padding-bottom: 1px;
}

#navigation .anylinkcss a:hover{ /*hover background color*/
	color: #710002;
}
/* --------------------------------------------- SPONSORS */
#sponsors {
	float: left;
	width: 170px;
	font-size: 75%;
	margin-top: 30px;
	color: #999999;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px dotted #1B1B1B;
	margin-left: 5px;
	background-color: #000000;
}
#sponsors h6 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-bottom: 4px;
	font-size: 100%;
	font-weight: bold;
	margin-top: -6px;
}
#sponsors h1 {
	font-size: 115%;
	background-color: #B20202;
	text-align: center;
	color: #000000;
}
#sponsors h2 {
	font-size: 100%;
	background-color: #B20202;
	text-align: left;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-bottom: 2px;
}
#sponsors h3 {
	font-size: 100%;
	text-align: left;
	color: #B20202;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B20202;
}
#sponsors ul {
	padding: 0px;
	float: right;
	width: 170px;
	font-size: 110%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#sponsors .banner #adBanner {
	border: 1px solid #1b1b1b;
}
#sponsors li {
	padding: 3px;
	text-align: right;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #710002;
	text-transform: lowercase;
}
#sponsors .banner {
	width: 132px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
#sponsors a:link, #sponsors a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#sponsors a:hover {
	color: #710002;
	text-decoration: none;
}
/* --------------------------------------------- CONTENT */
#content {
	float: right;
	width: 580px;
	font-size: 80%;
	margin-top: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #B20202;
	margin-right: 5px;
	background-color: #000000;
}
#content .clear {
	clear: both;
}
#content strong {
	color: #B20202;
}
#content hr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 4px;
	border-bottom-color: #B20202;
	color: #000000;
	margin: 0px;
	clear: both;
	height: 8px;
}
#content .linklist {
	list-style-type: none;
	font-size: 115%;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content h1 {
	color: #000000;
	font-size: 175%;
	font-family: Impact, Verdana, Arial;
	background-color: #B20202;
	font-style: normal;
	font-weight: normal;
	padding-left: 5px;
	text-transform: uppercase;
}
#content h2 {
	color: #B20202;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B20202;
	font-family: Impact, Verdana, Arial;
	font-size: 150%;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 5px;
	clear: both;
}
#content h3 {
	color: #B20202;
	font-family: Impact, Verdana, Arial;
	font-size: 150%;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 5px;
}
#content h5 {
	color: #FFFFFF;
	font-size: 120%;
	text-transform: uppercase;
	font-weight: normal;
	padding-left: 5px;
	margin-bottom: -10px;
	margin-top: -5px;
	background-image: url(images/css/bg_h5.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content a:link, #content a:visited {
	color: #B20202;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B20202;
}
#content a:hover {
	color: #710002;
	text-decoration: none;
	border-bottom-color: #710002;
}
#content img {
	border: 1px solid #333333;
	color: #333333;
	background-color: #1B1B1B;
	text-align: center;
}
#content p {
	padding-left: 5px;
}
#content .alert {
	font-weight: bold;
	color: #C00;
}
#content .highlight li {
	padding-bottom: 8px;
	font-size: 90%;
	list-style-type: none;
}
#content .highlight {
	border: 1px solid #1b1b1b;
	padding: 5px;
}
#content .quoteright {
	font-size: 100%;
	background-color: #333333;
	color: #B20202;
	text-align: center;
	font-style: italic;
	float: right;
	width: 200px;
	padding: 10px;
	margin: 10px;
	border: 1px dotted #B20202;
	font-weight: bold;
}
#content .quoteleft {
	font-size: 100%;
	background-color: #333333;
	color: #B20202;
	text-align: center;
	font-style: italic;
	float: left;
	width: 200px;
	padding: 10px;
	margin: 10px;
	border: 1px dotted #B20202;
	font-weight: bold;
}
#content .info {
	color: #999999;
	text-align: center;
}
#content .indent {
	padding-left: 20px;
	color: #B20202;
	font-weight: bold;
}
#content #sponsorlist {
	list-style-type: none;
	font-weight: bold;
	margin: 0px;
	padding-right: 0px;
	padding-left: 2px;
}
#content #sponsorlist .noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content #sponsorlist li {
	float: left;
	margin-right: 2px;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 12px;
}
#content #sponsorlist img {
	display: block;
	border: 1px solid #333333;
}
#content .clear {
	clear: both;
	text-align: right;
}
#content .image {
	background-color: #000000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content .titleholder {
	color: #B20202;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B20202;
	font-family: Impact, Verdana, Arial;
	font-size: 150%;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 5px;
	padding-top: 20px;
}
#content .container {
	margin-bottom: 20px;
	border: 1px solid #1b1b1b;
	padding: 5px;
	clear: both;
	background-image: url(images/css/bg_container.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#content .news {
	margin-bottom: 20px;
	border: 1px solid #1b1b1b;
	padding: 5px;
	clear: both;
	background-color: #1b1b1b;
}
#content .leftimg {
	float: left;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 10px;
}
#content .rightimg {
	float: right;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 6px;
}
#content .attention {
	font-size: 110%;
	text-align: center;
	color: #FFFFFF;
}
.prizedonors {
	text-align: center;
}
#sponsors .prizedonors img {
	border: 1px solid #191919;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#content .sponsorlisting li {
	list-style-type: none;
	padding-left: 20px;
}
#content .sponsorlisting {
	width: 300px;
	padding: 0px;
	margin-top: -10px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#content .sponsorlisting h1 {
	margin-bottom: 2px;
	color: #B20202;
	font-size: 120%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B20202;
	background-color: #1B1B1B;
}
#content .container2 {
	margin-bottom: 20px;
	border: 1px solid #1b1b1b;
	padding: 5px;
	clear: both;
	background-image: url(images/css/bg_container2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content .container3 {
	margin-bottom: 20px;
	border: 1px solid #1b1b1b;
	padding: 5px;
	clear: both;
	background-image: url(images/css/bg_container3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content .news2 {
	margin-bottom: 20px;
	border: 1px solid #1b1b1b;
	padding: 5px;
	clear: both;
}
/* --------------------------------------------- FOOTER */
#footer {
	clear: both;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px;
	font-size: 70%;
	width: 800px;
	padding-bottom: 3px;
	color: #B20202;
	padding-top: 10px;
	background-position: center;
	background-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B20202;
	height: 35px;
	margin-right: auto;
	margin-left: auto;
}
.new {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.block {
	width: 172px;
	padding: 5px;
	float: left;
	font-size: 80%;
	margin-right: 3px;
	margin-left: 2px;
	border: 1px solid #191919;
	margin-bottom: 15px;
	overflow: visible;
	height: 445px;
}
.break {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	margin-top: 20px;
	clear: none;
}
.tab   {
	margin: 0px;
	padding-left: 10px;
}

#space {
	height: 10px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: left;
}
#content .listItem {
	width: 270px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
	display: inline;
	float: left;
}
#content .blackborder{
	border: 1px solid #000;
}
#content .smallSponsor {
	width: 150px;
	margin-right: 15px;
	margin-left: 15px;
	display: inline;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
#google_translate_element {
	text-align: center;
	clear: both;
	width: 170px;
}.newsRight {
	float: right;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
	width: 200px;
}
.newsLeft {
	float: left;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 10px;
	width: 200px;
}
.newsRight p {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	font-style: italic;
	text-align: center;
}
.newsLeft p {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	font-style: italic;
	text-align: center;
}
.shirt {
	float: left;
	width: 150px;
	margin: 0px;
	height: 170px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	font-size: 10px;
}
#shirtOrder {
	width: 400px;
	margin: 0px;
	padding: 0px;
	float: right;
}

