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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.4em;
	color: black;
	background: black;
	font-family: Tahoma, Helvetica, Arial, serif;
	font-size:10px;
	color: #111;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

h2{font-size:16px;font-weight:bold;}

#container{
	width:780px;
	margin:0 auto;
	}
#header{
	width:780px;
	height:181px;
	float:left;
	background: url(images/header.gif) top left no-repeat;
	}
#nav{
	width:780px;
	height:37px;
	float:left;
	background: url(images/nav_bg.gif) top left repeat-x;
	}
#nav ul{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	}
#nav li{
	float:left;
	font-family: Arial, Helvetica, serif;
	font-size: 11px;
	text-transform: uppercase;
	margin-left:30px;
	}
#nav a{
	float: left;
	display:block;
	color:#000;
	margin-top:11px;
	text-decoration:none;
	}
#nav a:hover{color:#FCA600;}
#nav a.active{color:#FCA600;}

#left_content{
	width:248px;
	float:left;
	}
#left_content_about{
	width:248px;
	height:158px;
	float:left;
	background: #822122 url(images/about_bg.gif) top right repeat-y;
	}
#left_content_about_content{
	width:188px;
	float:left;
	padding-left:30px;
	margin-top:8px;
	color:#fff;
	}
	#left_content_about_content h3.contact{
		display: block;
		height: 38px;
		width:127px;
		background: url(images/contac_image.gif) no-repeat;
		padding-bottom:5px;
		float:right;
		}
		#left_content_about_content h3.contact strong{
			display:none;
			}
#left_content_other{
	width:248px;
	float:left;
	height:323px;
	background: #fff url(images/other_bg.gif) top left no-repeat;
	}
	#left_content_other_content{
		width:228px;
		float:left;
		margin-top:60px;
		padding-left:10px;
		}
		.left_content_other_content_products{
			width:228px;
			float:left;
			margin-bottom:40px;
			}
			.side_image{
				float:left;
				}
			.side_description{
				float:right;
				width:120px;
				}
				
#right_content{
	width:532px;
	float:right;
	}
	#right_content_home_front{
		width:532px;
		float:left;	
		height:232px;
		background: url(images/front.gif) top left no-repeat;
		}
	.right_content_home_bottom{
		width:532px;
		float:left;
		}
		#rightcontenthomeright{
			width:283px;
			height:191px;
			float:right;
			background: url(images/homeright_bg.gif);
			}
		#rightcontent_home_left{
			width:249px;
			height:191px;
			float:left;
			background: url(images/homehistory_bg.gif);
			}
			#right_content_button_right{
				width:283px;
				float:right;
				}
				#right_content_button_right h3.button_right{
					display: block;
					height: 58px;
					width:283px;
					background: url(images/home_bottom_right_button.gif) no-repeat;
					}
					#right_content_button_right h3.button_right strong{
						display:none;
						}
			#right_content_button_left{
				width:249px;
				float:left;
				}
				#right_content_button_left h3.button_left{
					display: block;
					height: 58px;
					width:249px;
					background: url(images/home_bottom_left_button.gif) no-repeat;
					}
					#right_content_button_left h3.button_left strong{
						display:none;
						}
						
#right_content_ribbon{
	width:532px;
	background: #fff url(images/ribbon_page_bg.gif) top left no-repeat;
	height:481px;
	float:left;
	}
	
#content_packaging{
		width:532px;
		background: #fff url(images/packaging_page_bg.gif) top left no-repeat;
		height:481px;
		float:left;
		}	
#bumper_page{
	width:532px;
	background: #fff url(images/bumper_page_bg.gif) top left no-repeat;
	height:481px;
	float:left;
	}
#custom_pages{
	width:532px;
	background: #fff url(images/custom_page_bg.gif) top left no-repeat;
	height:481px;
	float:left;
}
#contactshow{
	width:532px;
	float:left;
	background: #fff url(images/contact_page_bg.gif) top left no-repeat;
	height:481px;
}
#content_right_gameday{
		width:532px;
		background: #fff url(images/gameday_page_bg.gif) top left no-repeat;
		height:481px;
		float:left;
		}
	.page_content{
		width:472px;
		float:left;
		margin-left:30px;
		margin-top:50px;
		}

#footer{
	width:780px;
	height:100px;
	float:left;
	background:#333;
	}
	#footer_content{
		width:550px;
		float:left;
		padding-left:30px;
		margin-top:16px;
		}
	#footer_content li{
		float:left;
		color:#fff;
		font-size:10px;
		}
		#footer_content li a{
			color:#fff;
			text-decoration:none;
			margin-right:15px;
			}
#footer p{
	width:750px;
	float:left;
	padding-left:30px;
	margin-top:10px;
	color:#717171;
}