/* THIS CSS PRODUCES A CENTERED 2 COLUMN LAYOUT WITH HEADER AND HORIZONTAL NAV */
/* ALL PNG BACKGROUND GRAPHICS WILL HAVE ADDITIONAL SELECTORS IN IE6.CSS */

/* BEGIN STRUCTURE */
:focus {-moz-outline-style: none;} /* removes dotted border around FF links */

html, body {
	margin:0;
	padding:0;
	height:100.1%; /* keeps vertical scroll bar visible in browsers so layout doesn't 'bounce' page to page */
	text-align:center; /* combined with container {margin:0 auto 0 auto} this centers a page */
	background-color:#e6e6e6;
}

div#branding_wrapper {
	min-width:900px;
	height:107px; 
	background-color:#00a5e3;
}

div#tagline_wrapper {
	min-width:900px;
	height:20px;
	background-color:#2f2f2f;
	text-align:right;
	color:#fff;
	border-bottom:1px solid #fff;
}
div#tagline {
	position:relative; 
	width:864px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
}
#tagline p {
	font:bold 12px arial, sans-serif;
	margin:0;
	padding-top:2px;	
	padding-right:15px;
}

div#branding {
	position:relative; 
	width:864px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
}

#branding img#logo {
	position:absolute;
	top:0px;
	left:7px;
}

/*ie6.css*/
#branding ul {
	position:absolute;
	top:16px;
	right:15px;
	width:262px;
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}
#branding ul li {float:left;margin-left:5px;}
#branding ul li a {
	display:block;
	padding:2px 18px 2px 5px;
	color:#000;
	font:bold 12px arial, sans-serif;
	background-color:#e6e6e6;
	text-decoration:none;
	border:1px solid black;
}
#branding ul li a:visited {} 
#branding ul li a:hover {background-color:#fff402;}

/*ie.css*/
#branding span#hours {
	position:absolute;
	top:57px;
	right:17px;
	font-size:12px;
	color:#fff;
}
#branding span#phone {
	position:absolute;
	top:45px;
	right:126px;
	font:bold 24px arial, sans-serif;
	color:#fff;
}

div#content_wrapper {
	min-width:900px;
	background-color:#fff;
	padding-bottom:35px;
	border-bottom:1px solid #d5d5d5;
}

div#content {
	position:relative; 
	width:864px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	margin-top:0px;
	text-align:left;
	border:0px solid black;
}

ul#nav {
	width:863px;
	height:39px;
	margin:0;
	margin-top:1px;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	background-repeat:no-repeat;
	background-position:top left;
	background-image:url("http://www.tshirtman.com/img/bg-nav.gif");
	border:0px solid green;
}

/*ie.css*/
#nav a {
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding:12px 18px 11px 16px;
	text-decoration:none;
}
#nav a:visited {}
#nav a:hover {color:#fff402;}

#quote, #order, #catalog, #design_online, #screen_printing, #embroidery {
	float:left;
	height:39px;
}
#order a {padding-left:19px;}
#catalog a {padding-left:20px;}
#design_online a {padding-left:20px;}
#screen_printing a {padding-left:18px;}
#embroidery a {padding-left:17px;padding-right:16px;}

div#content_main_full {
	min-height:300px;
	padding-top:17px;
	padding-left:17px;
	padding-right:17px;
	border:0px solid #000;
}

div#content_main {
	float:left;
	width:570px;
	min-height:300px;
	padding-top:17px;
	padding-left:17px;
	border:0px solid #000;
}

div#content_sub {
	float:right;
	width:220px;
	padding-top:20px;
	padding-right:17px;
	border:0px solid #000;
}

div#brands {
	position:relative; 
	width:864px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	height:130px;
	background-repeat:no-repeat;
	background-position:0px 10px;
	background-image:url("http://www.tshirtman.com/img/brands.gif");
}

#brands p {text-align:center;padding-top:115px;}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family:arial, sans-serif;
	font-size:62.5%;
	color:#000;
}

h1, h2, h3, h4, h5 {
	margin:0px;
	margin-bottom:4px;
}

p, ul, ol {font-size:12px;}

h1 {font-size:22px; margin-left:-1px;} 

h2 {font-size:16px; margin-left:-1px;}


h3 {font-size:14px;}

h4, h5 {font-size:12px;}

p {
	margin:0px;
	margin-bottom:10px;
}

a {}
a:visited {}
a:hover {}

ul {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:url("http://www.tshirtman.com/img/dot.png");
}

ol {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
}
/* END GENERAL TYPOGRAPHY */

/* BEGIN VARIOUS TAGS AND CLASSES */
img {border:0;}
.30px_bottom_margin {margin-top:30px;}
.center {text-align:center;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
.small {font-size:1.1em;}
.no_spacing {margin:0px; padding:0;}
.light, .tableLight {background-color:#f4e2bd;}
.dark, .tableDark {background-color:#ececec;}
.adminBar {background-color:#2d4122;}
.tableHighlight {background-color:#5f4f4b;}
.white {color:#FFFFFF;}
.hidden {display:none;}
.icon {vertical-align:middle;}
a.no_link, a.no_link:visited, a.no_link:hover {color:#000;text-decoration:none;}

.clear {
	clear:both;
	height:0px;
	border:0px solid #000;
}

.photo {
	float:left;
	margin:0 11 11 0px;
	padding:3px;
	background:#fff;
	border:1px solid #acc0a5;
}

ul.striped, ol.striped { 
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
}
ul.striped li, ol.striped li {}
ul.striped li a, ol.striped li a {
	display:block;
	font-weight:bold;
	font-size:14px;
	margin:0;
	padding:0;
	padding-top:6px;
	padding-right:10px;
	padding-bottom:6px;
	padding-left:10px;
	text-decoration:none;
	border:0px solid black;
}
ul.striped li a.indent, ol.striped li a.indent {padding-left:30px;}
ul.striped li a:visited, ol.striped li a:visited {}
ul.striped li a:hover, ol.striped li a:hover, ul.striped li a:hover span.no_link, ol.striped li a:hover span.no_link {
	background-color:#0080ff;
	color:#fff;
}
/* END VARIOUS TAGS AND CLASSES */

/* BEGIN SPECIAL CLASSES (DELETE IF NOT BEING USED ON SITE */
ul.nav_sub {
	margin:0;
	padding:8px 18px 11px 18px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}
.nav_sub li {
	padding-bottom:0px;
}
.nav_sub li a {
	display:block;
	color:#000;
	font-size:12px;
	margin:0;
	margin-top:0px;
	padding:0;
	padding-top:4px;
	padding-right:0px;
	padding-bottom:4px;
	padding-left:12px;
	text-decoration:none;
	background-image:url("http://www.tshirtman.com/img/icon-arrow.gif");
	background-repeat:no-repeat;
	background-position:0px 7px;
	border:0px solid black;
}
.nav_sub li a:visited {}
.nav_sub li a:hover {color:#000;font-weight:bold;}

div.box_highlight {
	position:relative;
	background-color:#00a5e3;
	overflow-y:hidden;
	margin-bottom:10px;
}
.box_highlight div.corner_top_left, .box_highlight div.corner_top_right {
	position:absolute;
	width:10px;
	height:10px;
	background-position:top left;
	background-repeat:no-repeat;
}
.box_highlight div.corner_top_left {
	top:0px;
	left:0px;
	background-image:url("http://www.tshirtman.com/img/corner-left.png");
}
.box_highlight div.corner_top_right {
	top:0px;
	right:0px;
	background-image:url("http://www.tshirtman.com/img/corner-right.png");
}
.box_highlight h2 {
	color:#fff;
	font-size:14px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
}

div.box {
	position:relative;
	background-color:#f2f2f2;
	padding:0px;
	margin:1px;
	overflow-y:hidden;
}
.box img {
	max-width:400px;
}

div.box_dark {
	position:relative;
	background-color:#d6d6d6;
	overflow-y:hidden;
}
.box_dark div.corner_top_left, .box_dark div.corner_top_right, .box_dark div.corner_bottom_right, .box_dark div.corner_bottom_left{
	position:absolute;
	width:10px;
	height:10px;
	background-position:top left;
	background-repeat:no-repeat;
}
.box_dark div.corner_top_left {
	top:0px;
	left:0px;
	background-image:url("http://www.tshirtman.com/img/corner-top-left.png");
}
.box_dark div.corner_top_right {
	top:0px;
	right:0px;
	background-image:url("http://www.tshirtman.com/img/corner-top-right.png");
}
.box_dark div.corner_bottom_right {
	bottom:0px;
	right:0px;
	background-image:url("http://www.tshirtman.com/img/corner-bottom-right.png");
}
.box_dark div.corner_bottom_left {
	bottom:0px;
	left:0px;
	background-image:url("http://www.tshirtman.com/img/corner-bottom-left.png");
}

.box h3 {
	margin:0;
	padding:10px 14px 7px 14px;
	border-bottom:1px dotted #d6d6d6;
}

#news_list {
	padding:0;
	padding-bottom:10px;
	list-style:none;
	list-style-image:none;
}
#news_list li {
	background-image:url("http://www.tshirtman.com/img/bg-rule-dotted.gif");
	background-repeat:repeat-x;
	background-position:bottom left;
	margin-bottom:6px;
}
#news_list h3 {
	font-size:12px;
	margin:0;
}
#news_list p {
	font-size:11px;
	margin-bottom:4px;
}
#news_list p.date {
	font-style:italic;
	padding-bottom:6px;
	text-align:right;
}
/* END SPECIAL CLASSES */

/* BEGIN CUSTOM, SITE SPECIFIC STYLES */
div#design_online_box {
	position:relative;
	background-image:url("http://www.tshirtman.com/img/design-online.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	width:597px;
	height:207px;
	color:#fff;
	margin-top:-4px;
	margin-bottom:8px;
}
#design_online_box h1 {
	position:absolute;
	top:20px;
	right:40px;
	text-align:center;
	font-size:30px;
	width:330px;
	line-height:30px;
	padding-bottom:10px;
	border-bottom:1px dotted #f47867;
}
#design_online_box p {
	position:absolute;
	top:100px;
	right:62px;
	width:290px;
	text-align:center;
}
#design_online_box img {
	position:absolute;
	top:144px;
	right:94px;
}

/*ie6.css*/
table.product_highlights {
	width:100%;
	border:0;
	margin-left:17px;
}
.product_highlights td {
	width:288px;
	padding-right:22px;
	padding-bottom:30px;
	vertical-align:top;
	
}
.product_highlights td.short {
	width:auto;
	padding-right:34px;
}
.product_highlights td div.padding {overflow:hidden;padding:0px 10px 0px 10px;}
.product_highlights td img.left {float:left;margin-right:10px;}
.product_highlights td img.right {float:right;margin-left:10px;}

table.catalog_table {
	width:100%;
	border:0;
	margin-left:0px;
}
.catalog_table td {
	padding-right:22px;
	padding-bottom:30px;
	vertical-align:top;
	
}
.catalog_table td div.padding {overflow:hidden;padding:0px 10px 0px 10px;}
.catalog_table td img.left {float:left;margin-right:10px;}
.catalog_table td img.right {float:right;margin-left:10px;}
/* END CUSTOM, SITE SPECIFIC STYLES */