/* CSS Document */

body,td,th {
	font-family: "Copperplate Gothic Bold", "Times New Roman", Times, sans-serif;
	font-size: 16px;
	color: #FF9900;
}
body {
	background-color: #000000;
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
}

/***************************************** index ****************************************/

.indexbg {
	background-image: url(../site/index_bg.jpg);
	background-repeat: no-repeat;
}

.indextext {
	padding-top: 300px;
	padding-left: 270px;
	padding-bottom: 43px;
	text-align: center;
}

.indexenter {
	 color: #CC0000;
	 text-decoration: none;
	 font-size: 26px;
}

.indexenter:hover {
	 color: #FF9900;
	 text-decoration: none;
	 font-size: 26px;
}


/***************************************** main page ****************************************/

.mainpage_bg {	
	background-image: url(../site/mainpage_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #000000;
}

.mainpage_link {
	font-size: 34px;
	color: #FF9900;
	text-decoration: none;
}

.mainpage_link:hover {
	font-size: 34px;
	color: #CC0000;
	text-decoration: none;
}

.mainpage_shop {
	padding-top: 26px;
}

.mainpage_home {
	padding-top: 26px;
	padding-bottom: 296px;
}

/******************************************** main *********************************************/

.mainbg {
	background-image:url(../site/bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color:#000000;
}

.mainpadding {
	padding-left: 82px;
	padding-right: 82px;
	padding-top: 53px;
	padding-bottom: 23px;
}

.mainheight {
	height: 422px;
}

.mainlink {
	font-size: 16px;
	color: #FF9933;
	text-decoration: none;
}

.mainlink:hover {
	font-size: 16px;
	color: #CC0000;
	text-decoration: none;
}

.navigation {
	padding-top: 11px;
}

.navigationcart {
	padding-top: 30px;
}

.viewcart {
	padding-bottom: 5px;
}

.tshirt_link {
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
}

.tshirt_link:hover {
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}

.nextpreviouslink {
	font-size: 18px;
	color: #FF9900;
	text-decoration: none;
	}
	
.nextpreviouslink:hover {
	font-size: 18px;
	color: #CC0000;
	text-decoration: none;
	}

.products {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 24px;
}

.productspandp {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.productsprevious {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.productsprevious:hover {
	font-size: 15px;
	color: #CC0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.headingslarge {
	font-size: 20px;
}

.headingslargered {
	font-size: 20px;
	color: #CC0000;
}