@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #cecece;
	line-height: 20px;
}

#overallcontainer
{
	width: 988px;
	margin: 0 auto;		
}

#bgcontainer
{
	width: 960px;
	float: left;;
	background-image: url(images/bgrepeat.jpg);
	background-repeat: repeat-y;
	padding-left: 14px;
	padding-right: 14px;
}

#header
{
	float: left;
	width: 960px;
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	height: 155px;
}

#logo
{
	width: 610px;
	float: left;
}

#breakingnews
{
	width: 200px;
	float: right;
}

#content
{
	width: 918px;
	float: left;
	margin: 21px;
}

#nav
{
	width: 878px;
	float: left;
	background-color: red;
	height: 16px;
	overflow: hidden;
	background-image: url(images/navbg.jpg);
	background-repeat: no-repeat;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-right: 40px;
	margin-bottom: 21px;
}

#nav a
{
	float: right;
	margin-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #a62029;
}

.active
{
 	float: right;
	margin-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #a62029;
	text-decoration: underline;	
}

#nav a:hover, #nav a:active
{
	text-decoration: underline;	
}

a:link, a:visited
{
	color: #a62029;
	text-decoration: underline;
}

a:active, a:hover
{
	color: #a62029;
	text-decoration: none;
}

#tshirthighlight
{
	float: left;
	width: 918px;
	background-image: url(images/tshirthighlight.jpg);
	background-repeat: no-repeat;
	height: 340px;
}

#yellowspot
{
	float: left;
	width: 483px;
	height: 455px;
	background-image: url(images/yellowbg.png);
	background-repeat: no-repeat;
	padding-bottom: 20px;
	padding-top: 40px;
	padding-left: 30px;
	margin-top: -15px;
}

#tshirthighlighttext
{
	float: right;
	text-align: right;
	width: 365px;
	color: #FFF;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 30px;
	margin-top: 30px;
	line-height: 32px;
}

#footer
{
	text-align: center;
	color: #ffffff;
	float: left;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	height: 70px;
	width: 960px;
	line-height: 24px;
	padding-top: 15px;
}

#footer a
{
	text-decoration: none;
	color: #ffffff;
}

#footer a:hover, #footer a:active
{
	text-decoration: underline;	
	color: #FFF;
}

.footeractive
{
	text-decoration: underline;	
	color: #FFF;
}

#contactbutton
{
	margin-top: 50px;
	padding-left: 35px;
	padding-top: 20px;
	float: right;
	width: 337px;
	height: 53px;
	background-image: url(images/contactbutton.jpg);
	background-repeat: no-repeat;
}

#contactbutton2
{
	margin-top: 15px;
	padding-left: 35px;
	padding-top: 20px;
	float: left;
	width: 337px;
	height: 53px;
	background-image: url(images/contactbutton.jpg);
	background-repeat: no-repeat;
}

#contactbutton a, #contactbutton2 a
{
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 22px;
}

#contactbutton a:hover, #contactbutton a:active, #contactbutton2 a:hover, #contactbutton2 a:active
{
	text-decoration: underline;	
}

#bottomcontent
{
	width: 918px;
	float: left;
	margin-top: 50px;
}

#logoexample
{
	float: right;
	width: 359px;
}

#history
{
	float: left;
	width: 500px;
	line-height: 22px;
}

h1
{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 36px;
}

#header img
{
	border: 0;	
}

.longinput
{
	width: 250px;	
}

textarea
{
	width: 400px;
	height: 100px;
}

h2
{
	color: #a62029; 
}

td
{
	vertical-align: top;	
}

.longinput
{
	width: 300px;	
}

#golfshirtdiv, #wearablesdiv, #otherdiv, #tshirtdiv, #uploaddiv
{
	display: none;	
}

hr
{
	margin-bottom: 20px;
	margin-top: 20px;
}

#clear
{
	clear: both;
}

#galleryleft
{
	float: left;
	width: 300px;	
}

#galleryright
{
	float: left;
	width: 581px;
	border-left: 1px solid #a62029;
	margin-left: 18px;
	padding-left: 18px;
}