/* CSS Document */

* {
	margin:0px;
	padding:0px;
	}
body {
	background-image: url(images/background-stripe.jpg);
	background-repeat: repeat-x;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	vertical-align: top;
	}
#body {
	background-image: url(images/body-background.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding: 26px 104px 0px 104px;
	}
#content {
	text-align: left;
	width: 792px;
	vertical-align: top;
	}
#content td {
	vertical-align: top;
	}
h1 {
	font-size: 16px;
	color: #9E0907;
	font-weight: bold;
	}

h1 span.contactinfo {
	font-size: 20px;
	color: #000000;
	text-align: center;
	}

h1 span.contactinfo a:link, h1 span.contactinfo a:visited {
	font-size: 20px;
	color: #000000;
	}
	
h1 span.h1-grey {
	font-weight: normal;
	color: #B0B0B0;
	}
	
h2 {
	color:#006EB3;
	font-size: 12px;
	}
h2 a:link, h2 a:visited {
	color:#006EB3;
	}
h2 a:hover {
	color: #9E0907;
	}
h3 {
	font-size: 11px;
	font-style: italic;
	padding-bottom: 8px;
	font-weight: normal;
	}
p {
	padding: 0px 0px 13px 0px;
	}
a:link, a:visited {
	color: #9E0907;
	}
a:hover {
	color: #017DC6;
	}
.red-text {
	color: #9E0907;
	}

#header-links {
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	height: 21px;
	width: 792px;
	}
#header-links a:link, #header-links a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
#header-links a:hover {
	text-decoration: underline;
	}
#navigation {
	background-color: #9E0907;
	width: 792px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding: 0px;
	border-top: solid #FFFFFF 1px;
	}
#navigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: right;
	clear: right;
	display: block;
	}
#navigation ul li {
	padding: 0px;
	display: inline;
	}
#navigation ul li a:link, #navigation ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	padding: 6px 10px 6px 10px;
	}
#navigation ul li a:hover {
	text-decoration: underline;
	}
#navigation ul li.active a:link, #navigation ul li.active a:visited {
	color: #9E0907;
	text-decoration: none;
	display: block;
	float: left;
	padding: 6px 10px 6px 10px;
	background-color: #FFFFFF;
	}
#navigation ul li.active a:hover {
	text-decoration: underline;
	}
#table2 #secondary-nav {
	width:185px;
	background-color: #EBEBEB;
	vertical-align: top;
	}
#table2 #content {
	width:499px;
	padding: 40px 60px 0px 48px;
	vertical-align: top;
	}
#table1 #content {
	width:792px;
	vertical-align: top;
	padding: 40px 0px 0px 0px;
	}
#footer {
	font-size: 11px;
	color: #666666;
	padding: 8px;
	border: solid #E1E1E1 1px;
	width: 774px;
	height: 32px;
	margin-top: 6px;
	}
#footer #address {
	color: #999999;
	width: 400px;
	padding: 4px 0px 0px 0px;
	}
#footer #excellent-image {
	float: right;
	clear: both;
	}
#secondary-nav {
	padding: 32px 0px 20px 0px;
	}
#secondary-nav ul {
	padding: 0px 12px 0px 12px;
	list-style-type: none;
	}
#secondary-nav ul li {
	display: block;
	padding: 10px 0px 10px 8px;
	border-bottom: dotted #CCCCCC 1px;
	}
#secondary-nav ul li a:link, #secondary-nav ul li a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	}
#secondary-nav ul li a:hover {
	color: #9E0907;
	}
#secondary-nav ul li a.active-link:link, #secondary-nav ul li a.active-link:visited {
	color: #9E0907;
	}
#secondary-nav ul li a.active-link:hover {
	}
.site-form {

	}
.site-form td {
	padding: 6px 0px 6px 0px;
	vertical-align: top;
	}
.site-form th {
	padding: 10px 0px 6px 0px;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	width:132px;
	text-align: left;
	}
.line-break {
	padding: 10px 0px 0px 0px;
	border-bottom: dotted #CCCCCC 1px;
	margin: 0px 0px 20px 0px;
	clear: both;
	}
#home-table {
	width:100%;
	}
#home-table td {
	vertical-align: top;
	}
#home-table .general {
	padding: 0px 50px 40px 37px;
	width: 400px;
	}
#home-table .tshirts {
	padding: 0px 37px 40px 0px;
	width: 264px;
	}
.tshirt-thumbnail {
	padding: 0px 2px 2px 0px;
	}
	
/* - - - - - - - - - STYLES FOR IMAGES - - - - - - - - - */
.img-border {
	padding: 1px;
	border: solid #CCCCCC 1px;
	}
.img-float-right-border {
	padding: 1px;
	border: solid #CCCCCC 1px;
	float: right;
	margin: 0px 0px 6px 6px;
	}
.img-float-right {
	float: right;
	}
.img-float-left-border {
	padding: 1px;
	border: solid #CCCCCC 1px;
	float: left;
	}
.img-float-left {
	float: left;
	padding: 0px 6px 6px 0px;
	}

form {
	color: #333333;
	}
#partners-table td {
	width:50%;
	vertical-align: middle;
	text-align: center;
	padding:10px 0px;
	}
td.tshirt-image {
	width: 245px;
	}
td.tshirt-image img {
	border: solid #D3D3D3 1px;
	}
	
	
	
	

.admin-product td {
	padding: 14px 0px;
	border-top: dotted #CCCCCC 1px;
	line-height: 18px;
	}
.admin-product .image {
	width: 148px;
	}
.admin-product .image img {
	border: solid #D3D3D3 1px;
	}
.admin-product .description {
	width: 346px;
	}
	
.shopping-cart th {
	background-color: #EBEBEB;
	color: #333333;
	font-size: 11px;
	padding:7px 0px 7px 0px;
	text-align: left;
	}
.shopping-cart td {
	padding: 17px 0px 21px 0px;
	border-bottom: dotted #CCCCCC 1px;
	}
.shopping-cart td p {
	padding:0px;
	}
.shopping-cart .name {
	width:197px;
	padding-left:7px;
	}
.shopping-cart .qty {
	width:73px;
	text-align: right;
	}
.shopping-cart .price {
	width:87px;
	text-align: right;
	}
.shopping-cart .cost {
	width:110px;
	padding-right:26px;
	text-align: right;
	}
.shopping-cart-total {
	float: right;
	}
.shopping-cart-total .tax {
	width:110px;
	padding-right:26px;
	text-align: right;
	padding-top: 14px;
	padding-bottom: 12px;
	}
.shopping-cart-total .shipping {
	width:110px;
	padding-right:26px;
	text-align: right;
	padding-top: 14px;
	padding-bottom: 12px;
	}
.shopping-cart-total .total {
	width:110px;
	padding-right:26px;
	text-align: right;
	padding-top: 14px;
	padding-bottom: 12px;
	}	
.shopping-cart-total .label {
	width: 150px;
	padding-top: 14px;
	padding-bottom: 12px;
	text-align: right;
	color: #333333;
	}
.shopping-cart-total .buttons {
	padding-right:26px;
	text-align: right;
	padding-top: 30px;
	padding-bottom: 60px;
	}