/*--------------------------------------------------------------

Common screen styles that are used in all static pages

--------------------------------------------------------------*/
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, img, ins, 
small, strike, strong, sub, sup,
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;
	}
* {
	margin:0;
	padding:0;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	background:#2f2f2f;	
	color:black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:95%;
  line-height: 1.5; /* Unitless for proper inheritance */
	}
/* This is where you set your desired font size. The line-height 
   and vertical margins are automatically calculated from this. 
   
   You have to add an extra calculation here because of IE, so that 
   all users may resize text manually in their browsers.
   
   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size).

	 percentage / 8.3333333 = font size in px
*/
   
body          { font-size: 75%; }   /* IE */
html > body   { font-size: 12px; }  /* Other browsers */
/*--------------------------------------------------------------
 Main Link Styles 
--------------------------------------------------------------*/
a {text-decoration:underline;outline:none;}
a:hover {text-decoration:none;}
a img {border:0;}
a.download-small {
	background: url(/img/download-small.gif) no-repeat;
	padding-left: 17px;
	}
a.more {
	background: url(/img/more-arrow.gif) no-repeat 0 50%;
	padding-left: 12px;
	}
/*--------------------------------------------------------------
 Common element styles 
--------------------------------------------------------------*/
p, span.prodDesc { margin: 0 0 1.5em 0; font-size: 90%; text-align: left; }
#footer p { color: #fff; font-size: 80%; margin: 0 0 0.5em 0; }
p.more a { color: #C60606; text-decoration: none; }
p.more a:hover { text-decoration: underline; }
ul, ol      { margin: 0 0 1.5em 1.5em; }
ol          { list-style-type: decimal; }
dl          { margin: 1.5em 0; }
dl dt       { font-weight: bold; }

strong      { font-weight: bold; }
em        	{ font-style: italic; }

acronym, dfn, abbr {
	text-decoration:none;
	padding-bottom:2px;
	cursor:help;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0;
	}
caption, th, td {
	text-align:left;
	font-weight:normal;
	}
/*--------------------------------------------------------------
 Heading Styles 
--------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 { 
  font-family: Georgia, "Times New Roman", Times, serif;
  color:#313131;
	font-weight: bold;
	}
h1 { font-size: 2em; padding: 15px 10px 5px; }
h2 { font-size: 1.5em; border-bottom: 1px dotted #afab9d; margin-bottom: 0.3em; color:#c60606; }
#left h2 { border-bottom: 0; color:#313131; }
#footer h2 { border-bottom: 1px dotted #818181; color: #fff; margin-bottom: 0.6em; }
h3 { font-size: 1.4em; line-height:2; }
h4, span.prodTitle { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; font-weight:bold; text-align:left; }
#footer h4 { color: #fff; line-height: normal; margin-bottom: 1em; }
h5 { font-size: 1em; font-weight:bold; }
h6 { font-size: 1em; }
/*--------------------------------------------------------------
 Table Styles 
--------------------------------------------------------------*/
table   { margin-bottom: 1.4em; border-top:0.1em solid #ddd; border-left:0.1em solid #ddd; }
th,td   { height: 1em; padding:0.2em 0.4em; border-bottom:0.1em solid #ddd; border-right:0.1em solid #ddd; }
th      { font-weight:bold; }
/*--------------------------------------------------------------
 Layout element styles 
-------------------------------------------------------------*/
#header-outer {
	background: url(/img/header-bg.gif) repeat-x;
	}
#header {
	width: 960px;
	height: 98px;
	position: relative;
	margin: 0 auto;
	}
.home #content-outer {
	background-image: url(/img/content-bg.gif);
	}
#content-outer {
	background: #f9f2d7;
	background-image: 0;
	}
#content {
	width: 960px;
	margin: 0 auto;
	}
#right {
	width: 240px;
	float: left;
	}
.home #right {
	margin-top: 15px;
	}
#left {
	width: 720px;
	float: left;
	}
#right .padFix {
	padding: 0 10px;
	}
#left .padFix {
	padding: 0 0 0 10px;
	}
#home-flash {
	width: 720px;
	height: 309px;
	position: relative;
	}
#home-flash .wrap {
	position: absolute;
	top: 130px;
	left: 135px;
	}
#home-flash .wrap p {
	float: left;
	padding: 7px 0 0 10px;
	}
a#flash-button {
	display: block;
	background:url(/img/get_flash_player.gif) no-repeat;
	width: 112px;
	height: 33px;
	float: left;
	position: relative;
	}
a#flash-button span {
	display: none;
	}
/*--------------------------------------------------------------
 Header styles 
-------------------------------------------------------------*/
#logo {
	margin:0;
	position:absolute;
	top:16px; left:10px;	
	}
#logo a {
	display:block;
	}
#search-form {
	position: absolute;
	width: 257px;
	height: 26px;
	right: 20px;
	top: 25px;
	}
#search {
	width: 192px;
	height: 16px;
	padding: 5px 10px;
	background: url(/img/search-bg.gif) no-repeat;
	border: 0;
	float: left;
	}
#search-button {
	float: right;
	}
/*--------------------------------------------------------------
 Footer Styles 
--------------------------------------------------------------*/
#footer-outer {
	background: url(/img/footer-bg.gif) repeat-x;
	}
#footer {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0;
	}
#footer a {
	color: #ef9c00;
	text-decoration: none;
	font-weight: bold;
	}
#footer a:hover {
	text-decoration: underline;
	}
#footer .col {
	width: 240px;
	float: left;
	}
#footer .col .padFix {
	padding: 0 10px;
	}
.footer-div {
	height: 2px;
	font-size: 0;
	background: url(/img/footer-div.gif) repeat-x;
	clear: both;
	margin: 0 10px;
	}
#footer .float-left { padding: 0 10px 10px 0; }
#footer .float-right { padding: 0 0 10px 0; }

#color-grid {
	border: 0;
	margin: 0;
	border-spacing: 4px;
	}
#color-grid td {
	border: 0;
	padding: 0;
	}
#color-grid td a {
	display: block;
	height: 12px;
	width: 12px;
	cursor: pointer;
	border: 1px solid #666;
	}
#color-grid td a .one-color span {
	display: block;
	height: 12px;
	width: 12px;
	float: left;
	}
#color-grid td a .two-color span {
	display: block;
	height: 12px;
	width: 6px;
	float: left;
	}
/*#color-grid td a .two-color span.wider {
	width: 7px;
	}*/
#color-grid td a .three-color span {
	display: block;
	height: 12px;
	width: 4px;
	float: left;
	}
#color-grid td a:hover {
	text-decoration: none;
	}
#footer-links {
	margin: 11px 10px;
	list-style: none;
	}
#footer-links li {
	float: left;
	width: 25%;
	}
#footer-links .left { text-align: left; }
#footer-links .center { text-align: center; }
#footer-links .right { text-align: right; }
#footer-links .cotton { padding-top: 4px; }
#footer-links .jb { padding-bottom: 10px; }

#footer p.left {
	margin: 10px 0 0 10px;
	float: left;
	}
#footer ul.right {
	margin: 10px 10px 0 0;
	list-style: none;
	float: right;
	}
#footer ul.right li {
	display: inline;
	color: #fff;
	font-size: 80%;
	background: url(/img/footer-ul-div.gif) no-repeat 100% 50%;
	padding: 0 10px;
	}
#footer ul.right li.last {
	background: 0;
	padding-right: 0;
	}
#footer ul.right li a {
	color: #fff;
	font-weight: normal;
	}
/*--------------------------------------------------------------
 Catalogue Styles 
--------------------------------------------------------------*/
.catalogue {
	border-bottom: 1px dashed #ccc;
	display: block;
	width: 100%;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	}
.catalogue a {
	color: #444;
	font-size: 90%;
	text-decoration: none;
	padding-right: 20px;
	}
.catalogue a:hover {
	text-decoration: underline;
	}
.catalogue img {
	float: left;
	margin-right: 15px;
	}
/*--------------------------------------------------------------
 Product Small Styles 
--------------------------------------------------------------*/
a.product-small {
	display: block;
	width: 100%;
	background: #eae3c3;
	padding: 1px 0;
	margin-bottom: 10px;
	color: #000;
	text-decoration: none;
	line-height: 15px;
	cursor: pointer;
	}
a.product-small:hover {
	background: #bdae88;
	color: #000;
	text-decoration: none;
	}
a.product-small img {
	float: left;
	margin: 0 0 0 1px;
	}
a.product-small span.text {
	padding: 5px 10px 0 10px;
	display: block;
	float: left;
	width: 118px;
	overflow: hidden;
	height: 50px;
	line-height: 1.3;
	}
a.product-small span.text span {
	font-size: 80%;
	}
/*--------------------------------------------------------------
 Product Main Styles 
--------------------------------------------------------------*/
a.product {
	display: block;
	width: 218px;
	height: 285px;
	float: left;
	margin: 0 21px 32px 0;
	text-decoration: none;
	text-align: center;
	color: #2f2f2f;
	cursor: pointer;
	}
a.product.last {
	margin-right: 0;
	}
a.product span {
	display: block;
	}
a.product .top {
	background: url(/img/product-top.gif) no-repeat;
	height: 6px;
	font-size: 0;
	}
a.product .bottom {
	background: url(/img/product-bottom.gif) no-repeat;
	height: 3px;
	font-size: 0;
	}
a.product .main {
	background: url(/img/product-main.gif) repeat-y;
	padding: 0 4px;
	}
a.product .title  {
	font-size: 180%;
	padding: 5px 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	}
a.product h4  {
	text-align: left;
	margin: 0.5em 0 0 2px;
	}
a.product p  {
	text-align: left;
	margin: 0 0 0 2px;
	}
.shirts {
	border-top: 3px solid #ccc;
	float: left;
	min-height:41px;
  height:auto !important;
  height:41px;
	}
.shirts span.one-color,
.shirts span.two-color,
.shirts span.three-color {
	border-bottom: 3px solid #ccc;
	border-right: 3px solid #ccc;
	border-left: 3px solid #ccc;
	padding: 0;
	width: 15px;
	height: 15px;
	overflow: hidden;
	float: left;
	}
.shirts span {
	display: block;
	}
.shirts span.one-color span {
	width: 100%;
	height: 15px;
	float: left;
	}
.shirts span.two-color span {
	padding: 0;
	width: 8px;
	height: 15px;
	float: left;
	}
.shirts span.two-color span.wider {
	width: 7px;
	}
.shirts span.three-color span {
	padding: 0;
	width: 5px;
	height: 15px;
	float: left;
	}
.shirts span.float-fix {
	border: 0;
	background: 0;
	width: auto;
	height: auto;
	float: none;
	}
/*--------------------------------------------------------------
 Product Detail Styles 
--------------------------------------------------------------*/
#product-detail {
	float: left;
	width: 220px;
	margin: 0 25px 20px 0;
	}
#product-info {
	float: left;
	width: 455px;
	margin: 0 0 20px 0;
	}
a.download {
	display: block;
	width: 220px;
	height: 23px;
	background: url(/img/download.gif) no-repeat;
	}
a.download-var {
	display: block;
	width: 126px;
	height: 23px;
	background: url(/img/download-var.gif) no-repeat;
	margin-bottom: 10px;
	}
a.download-var span, a.download span {
	display: none;
	}
#product-info p {
	font-size: 100%;
	}
p.code {
	color: #cf1616;
	margin: 0 0 1em 0;
	line-height: 1.8;
	}
p.fabric {
	margin: 0 0 1em 0;
	}
.icon {
	width: 63px;
	height: 63px;
	float: left;
	margin: 0 9px 15px 0;
	}
.icon.two-in-one { background: url(/img/icons/2-in-1.gif) no-repeat; }
.icon.three-m { width: 115px; background: url(/img/icons/threem.gif) no-repeat; }
.icon.anti-pill { background: url(/img/icons/anti-pill.gif) no-repeat; }
.icon.breathable { background: url(/img/icons/breathable.gif) no-repeat; }
.icon.crease-resistant { background: url(/img/icons/crease-resistant.gif) no-repeat; }
.icon.dri { background: url(/img/icons/dri.gif) no-repeat; }
.icon.embroided-zip { background: url(/img/icons/embroided-zip.gif) no-repeat; }
.icon.hi-visibility-day { width: 93px; background: url(/img/icons/hi-visibility-day.gif) no-repeat; }
.icon.hi-visibility-night { width: 93px; background: url(/img/icons/hi-visibility-night.gif) no-repeat; }
.icon.hi-visibility-day-night { width: 93px; background: url(/img/icons/hi-visibility-day-night.gif) no-repeat; }
.icon.hood { background: url(/img/icons/hood.gif) no-repeat; }
.icon.showerproof { background: url(/img/icons/showerproof.gif) no-repeat; }
.icon.upf { background: url(/img/icons/upf.gif) no-repeat; }
.icon.waterproof { background: url(/img/icons/waterproof.gif) no-repeat; }
.icon.vented { background: url(/img/icons/vented.gif) no-repeat; }
.icon.podium-cool { background: url(/img/icons/podium-cool.gif) no-repeat; }

.sizes {
	border-left: 1px solid #313131;
	border-top: 1px solid #313131;
	}
.sizes td,
.sizes th {
	border-right: 1px solid #313131;
	border-bottom: 1px solid #313131;
	color: #313131;
	font-size: 9px;
	text-align: center;
	padding: 3px 12px;
	}
.sizes td.label,
.sizes th.label {
	text-align: left;
	}
.sizes thead {
	background: #313131;
	}
.sizes thead th, .sizes thead td {
	color: #fff;
	font-weight: normal;
	}
.additional {
	float: left;
	margin-right: 26px;
	width: 126px;
	}
.additional.last {
	margin-right: 0;
	}
.additional img {
	border: 1px solid #e3dcc4;
	}
.additional p {
	font-weight: bold;
	color: #2f2f2f;
	}
.additional p span {
	font-weight: normal;
	color: #2f2f2f;
	}
p.note {
	font-size: 80%;
	}
p.note span {
	color: #cf1616;
	}
#zoomer-cont {
	border: 1px solid #E3DCC4;
	background: #fff;
	width: 100%;
	margin-bottom: 12px;
	padding: 3px 0;
	position: relative;
	text-align: center;
	}
#zoomer-cont a {
	margin: 0 auto;
	text-align: center;
	}
/*--------------------------------------------------------------
 Breadcrumb Styles 
--------------------------------------------------------------*/
#breadcrumbs {
	margin-left: 10px;
	padding: 10px 0 5px;
	border-bottom: 1px dashed #959184;
	}
#breadcrumbs a {
	color: #313131;
	text-decoration: none;
	}
#breadcrumbs a:hover {
	text-decoration: underline;
	}
#breadcrumbs.search {
	margin-bottom: 20px;
	}
/*--------------------------------------------------------------
 Side Nav Styles 
--------------------------------------------------------------*/
#side-nav {
	list-style: none;
	margin: 0;
	padding: 0 4px 0 2px;
	background: url(/img/side-main.gif) repeat-y;
	}
.side-top {
	background: url(/img/side-top.gif) no-repeat;
	font-size: 0;
	height: 2px;
	}
.side-bottom {
	background: url(/img/side-bottom.gif) no-repeat;
	font-size: 0;
	height: 2px;
	margin-bottom: 20px;
	}
#side-nav li {
	border-bottom: 1px dotted #7a7a7a;
	}
#side-nav li.last {
	border-bottom: 0;
	}
#side-nav li ul {
	margin: 0;
	list-style: none;
	}
#side-nav li ul li {
	background: #6a6a6a;
	}
#side-nav li ul li a {
	font-size: 90%;
	padding: 5px 10px 5px 20px;
	/*height: 15px;*/
	font-weight: normal;
	overflow: hidden;
	width: 184px;
	}
#side-nav li a {
	display: block;
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	width: 194px;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
	/*text-indent: 10px;*/
	}
#side-nav li a:hover {
	background: url(/img/side-over.gif) no-repeat 0 50%;
	}
#side-nav li a.current {
	background: #c52929 url(/img/side-hit.gif) no-repeat;
	}
/*--------------------------------------------------------------
 Icon styles 
--------------------------------------------------------------*/
#icon-left {
	float: left;
	padding: 0 30px 0 10px;
	width: 330px;
	}
#icon-right {
	float: left;
	padding: 0;
	width: 330px;
	}
.icon-desc {
	background: url(/img/icon-div.gif) repeat-x bottom;
	margin-bottom: 13px;
	}
.icon-img {
	float: left;
	margin: 0 13px 13px 0;
	}
.icon-text {
	float: left;
	width: 254px;
	}
.icon-set {
	margin: 0 5px 5px 0;
	}
/*--------------------------------------------------------------
 Top Nav styles 
--------------------------------------------------------------
ul#top-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 8px;
	left: 10px;
	}
#top-nav li {
	float: left;
	}
#top-nav li a {
	display: block;
	height: 33px;
	}
#top-nav li a span {
	display: none;
	}
#top-nav li a:hover {
	background-position: 0 -33px;
	}
#top-nav li a.current {
	background-position: 0 -66px;
	}
#home a {
	width: 66px;
	background: url(/img/nav/home.gif) no-repeat;
	}
#tees a {
	width: 57px;
	background: url(/img/nav/tees.gif) no-repeat;
	}
#polos a {
	width: 62px;
	background: url(/img/nav/polos.gif) no-repeat;
	}
#outerwear a {
	width: 96px;
	background: url(/img/nav/outerwear.gif) no-repeat;
	}
#woven-shirts a {
	width: 118px;
	background: url(/img/nav/woven-shirts.gif) no-repeat;
	}
#hospitality a {
	width: 102px;
	background: url(/img/nav/hospitality.gif) no-repeat;
	}
#safety a {
	width: 75px;
	background: url(/img/nav/safety.gif) no-repeat;
	}
#workwear a {
	width: 95px;
	background: url(/img/nav/workwear.gif) no-repeat;
	}
#teamwear a {
	width: 93px;
	background: url(/img/nav/teamwear.gif) no-repeat;
	}
#schoolwear a {
	width: 101px;
	background: url(/img/nav/schoolwear.gif) no-repeat;
	}
#coc a {
	width: 59px;
	background: url(/img/nav/coc.gif) no-repeat;
	}
*/
/*--------------------------------------------------------------
 styles 
-------------------------------------------------------------*/


/*--------------------------------------------------------------
 Miscellaneous styles 
--------------------------------------------------------------*/
.text-align-right {text-align:right;}
.text-align-left{text-align:left;}
.center {text-align:center;}
.float-right {float:right;padding:0 0 15px 15px;}
.float-left {float:left;padding:0 15px 15px 0;}
.float-fix {display: block; overflow:hidden;clear:both;height:0;}
.bold {font-weight:bold;}
.hide {display:none;}
/*--------------------------------------------------------------
 sIFR Replacements
--------------------------------------------------------------*/
.sIFR-active h1,
.sIFR-active h2,
.sIFR-active span.title {
	visibility:hidden;
	font-family:Verdana;
	line-height:1em;
	}
.sIFR-active h1 {
	font-size:32px;
	}
.sIFR-active h2 {
	font-size:22px;
	}
.sIFR-active span.title {
	font-size:28px;
	}