

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* block-level elements: <div> <pre> <p> <ul> <ol> <li> */
/* block-level have 5 spacing properties: height, width, margin, padding, border */

/* inline elements: <img> <em> <strong> <a> <span> */


/* basic element reset */
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;
	color: black;
	background: white;
	}
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: "" "";
	}
/* end basic element reset */


/* modified basic elements */
body {
	font: 12px courier,helvetica,sans-serif;
	height: 100%;
	max-height: 100%;
	overflow: hidden;
}
li {
	display: inline;
}
a {
	font: courier,helvetica,sans-serif;
	text-decoration: none;
}
a:link {
	color: #ff6600;
}
a:visited {
	color: #ff6600;
}
a:active {
	color: #ff6600;
}
a:hover {
	color: #339999;
}
/* end modified basic elements */



/* specific divs */
h1 {
	font: 20px courier,helvetica,sans-serif; 
}

#container {
	background: #fff;
	padding: 0;  
	margin: 0;
}
#header {
	background: url(bkgd_top.gif) repeat-x top left;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	border: 0; 
	width: 100%;
	min-width: 900px;
	height: 100px;
	overflow: auto;
}
/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#header h1,h2,h3,h4,h5,h6 {
	font: 14px courier,helvetica,sans-serif; 
	color: #333;
	margin-left: 30px;
	float: left;
}
#header h1 { 
	background: transparent url(logo_deadstok.gif) no-repeat top left;
	width: 300px; 
	height: 75px; 
	}
#header h1 span {
	display: none;
}
#header li {
	font: 12px courier,helvetica,sans-serif;
	padding-left: 30px;
}
#header form {
	display: inline;
}
/* footer styles for links */
#footer a:link {
	color: #333;
}
#footer a:visited {
	color: #333;
}
#footer a:active {
	color: #333;
}
#footer a:hover {
	color: #ff6600;
}
/* header styles for links */
#header a:link {
	color: #333;
}
#header a:visited {
	color: #333;
}
#header a:active {
	color: #333;
}
#header a:hover {
	color: #ff6600;
}

.inputFormat {
	margin: 0;
	padding: 0;
	border: 1;
	outline: 0;
	display: inline;
}
#toolbarRight {
	padding-top: 15px;
	padding-right: 15px;
	text-align: right;
	width: 500px;
	height: 62px;
	float: right;
}	
#toolbarLeft {
	width: 100%;
	height: 20px;
	float: left;
}
#wrapper {
	background: #fff;
	position: fixed;
	top: 100px;
	left: 0;
	bottom: 80px;
	right: 0;
	border: 0;
	margin: 0;
	padding: 0;
	overflow: auto;
}
#content {
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 2px;
	padding-bottom: 2px;
	min-width: 875px;
}
#content td {
	padding: 3px;
}
#mainShirts td {
	border: 0;
	margin: 0;
	padding: 0;
	padding-right: 20px;
}
#product {
	border: 0;
	margin: 0;
	padding: 0; 
}
#footer {
	background: url(bkgd_bottom.gif) repeat-x top left;
	position: absolute;
	bottom: 0;
	left: 0;
	border: 0;
	margin: 0;
	padding: 0; 
	color: #333;
	text-align: left;
	width: 100%;
	min-width: 900px;
	height: 80px;
	overflow: auto;
}
#footer li {
	margin-right: 30px;
}
#footer td {
	padding-right: 10px;
	text-align: right;
}
.stayRight {
	text-align: right;
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}
.stayLeft {
	text-align: left;
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}
.thumbnail {
	border: 0;
	margin: 0;
	padding: 0;
}
/* column container */
.colmask {
	position: relative;	/* This fixes the IE7 overflow hidden bug */
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;			/* width of whole page */
	overflow: hidden;		/* This chops off any overhanging divs */
	clear: both;
}
.colmask02 {
	position: relative;	/* This fixes the IE7 overflow hidden bug */
	border: 0;
	margin: 0;
	padding: 0;			/* width of whole page */
	overflow: hidden;		/* This chops off any overhanging divs */
	clear: both;
}
.col0, .col1, .col2, .col3, .col4, .col5{
	float: left;
	position: relative;
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.col0{
	padding-right: 10px;
	float: left;
}
.col1{
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 55px;
	float: left;
}
.col2, .col3, .col4 {
	padding-top: 15px;
	padding-right: 55px;
}
.col5{
	float: right;
	padding-top: 10px;
	padding-right: 20px;
}
.copy {
	border: 0;
	margin: 0;
	padding: 0;
	padding-top: 10px;
}
#dMessage {
	width: 700px;
	border: 0;
	margin: 0;
	padding-left: 20px;
}
#content p {
	padding-top: 5px;
	padding-bottom: 5px;
}
#deadstokCart {
	border: 0;
	margin: 0;
	padding: 0;
}
#deadstokCart td {
	vertical-align: bottom;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right:20px;
}
.spacer20 {
	height: 20px;
	clear: both;
}
.spacer30 {
	height: 30px;
	clear: both;
}
#moreTablePadding td {
	padding: 7px;
}
