/*
Copyright 2005 perige.com. All Rights Reserved.
Author: matt garner, russ roberts
------------------------------------------------------
General Elements
Page Structure
Navigation
Flash Placement
Typography
Links
Images
Forms
------------------------------------------------------ */

/* GENERAL ELEMENTS - Parents. */

body {
	background: url(../images/bkrdRepeat.gif) repeat;
	margin: 0 auto 0 auto;
	padding: 0;
}

/* PAGE STRUCTURE - Framework. */

li {
	list-style-image:  url(../images/bullet.gif);
	background-position: center;
}
.headerTD {
	background: url(../images/hDividerLine.gif) repeat-x;
	vertical-align: top;
	height: 34px;
}
.contentTDa {
	width: 541px;
	background-color: #CCCC99;
	vertical-align: top;
	padding: 50px 0px 25px 25px;
	border-left: 1px solid #FFFFCC;
	border-top: 1px solid #FFFFCC;
}
.woolrichRightCol {
	float: right;
	width: 185px;
	text-align: right;
	padding: 0 16px 0 0;
}
.woolrichRightCol img {
	border: 1px solid #996;
	margin: 0 0 5px 0;
}
.woolrichWoolSwatches {
	float: left;
	width: 102px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #663;
	text-align: center;
	margin: 0 5px 20px 0;
}
.woolrichWoolSwatches img {
	border: 1px solid #996;
	margin: 0 0 5px 0;
}
.woolrichBags {
	float: left;
	width: 160px;
	height: 122px;
	font: 11px arial narrow, helvetica, sans-serif;
	color: #663;
	margin: 0px 6px 25px 6px;
}
.woolrichBags img {
	border: 1px solid #996;
}
.licenseLogo {
	float: right;
	margin: 20px 20px 0 0;
}
.clear,.clearNoPX {
	width: 100%;
	clear: both;
}
.clearNoPX {
	height: 0;
}

/* FLASH PLACEMENT - Containers, no flash styles. */
#noFlashNav {
	float: left;
	width: 127px;
	height: 196px;
	color: #dfdfaf;
	font: 11px arial, helvetica, sans-serif;
	background: #996;
}
#noFlashNav a:link, #noFlash a:visited {
	color: #ffc;
}
#noFlashNav a:hover {
	text-decoration: none;
}
#flashNav {
}
#noFlashHome {
	float: left;
	width: 413px;
	height: 228px;
	color: #dfdfaf;
	font: 11px arial, helvetica, sans-serif;
}
#noFlashHome a {
	color: #ffc;
}
#noFlashHome a:hover {
	text-decoration: none;
}
#flashHome {
}
#noFlashHomeNav {
	float: left;
	width: 425px;
	height: 30px;
	color: #dfdfaf;
	font: 11px arial, helvetica, sans-serif;
}
#noFlashHomeNav a {
	color: #ffc;
}
#noFlashHomeNav a:hover {
	text-decoration: none;
}
#flashHomeNav {
}

/* NAVIGATION - Main level, sub level and footer navigation. */




/* TYPOGRAPHY - Type and spacing. */
.copyRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC9933;
}
.homeBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666633;
	line-height: 400%;
}
.subHead {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #993300;
	line-height: 25px;
}
.bodyCopy,.bodyIndented {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666633;
	line-height: 16px;
}
.bodyIndented {
	padding: 0 0 0 25px;
}
.bodyCopyItalic {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #993300;
}
.red {
	color: #993300;
}




/* LINKS - Appearance of internal & external links. */

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
}
a:hover {
	text-decoration: none;
}
a.pdf {
	background: transparent url(../images/pdfIcon1.gif) 0 0 no-repeat;
	padding: 0 0 4px 22px;
	text-decoration: none;
}
a.pdf:hover {
	color: #663;
	background: transparent url(../images/pdfIcon2.gif) 0 0 no-repeat;
}
.pdfLink {
	top: 6px;
	padding-right: 6px;
	position: relative;
}




/* IMAGES - Visuals, thumbs, dividers. */

.picR {
	float: right;
}
.hidden {
	display: none;
}

/* FORMS - text, fields, inputs. */