body {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

form {
	margin: 0;
	padding: 0;
}

/* MAIN NAVIGATION */

#globalnav {
	width: 758px;
	background-image: url(/images/nav_bg.gif);
	background-repeat: repeat-x;
	height: 31px;
}

#globalnav img {
	border: 0;
}

#globalnav .francais {
	font-size: 10px;
	font-weight: bold;
	padding-left: 18px;
	vertical-align: top;
	padding-top: 2px;
	width: 161px;
	color: #f00;
}

#globalnav .francais a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #f00;
}

#globalnav .tab {
	/* background-image: none;
	background-color: #fff; */
	width: 145px;
	border-right: 1px solid #fff;
}

/* HEADER */

#header {
	width: 758px;
	color: #666;
	font-size: 10px;
	margin-bottom: 20px;
}

#header .logo {
	margin: 0 17px;
}

#header .options {
	border-left: 1px solid #E6E6E6;
	text-align: center;
	padding: 0 10px;
}

#header .options:hover {
	background-color: #E6E6E6;
}

#header a {
	 text-decoration: none; 
	 font-weight: bold; 
	 color: #666;
}

/* FOOTER */

#footer {
	width: 758px;
	text-align: center;
	background-color: #E6E6E6;
	padding: 3px 0;
	color: #666;
	font-size: 10px;
	margin-top: 2px;
}

#footer a {
	color: #666;
	text-decoration: none;
}


/* DROPDOWNS */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
}

#nav li li a {
	display: block;
	width: 135px;
	color: #ffffff;
	text-decoration: none;
	background: #9A0000;
	padding: 5px;
}

#nav li li a:hover {
	display: block;
	width: 135px;
	color: #ffffff;
	text-decoration: none;
	background: #C56D6C;
	padding: 5px;
}


#nav li { /* all list items */
	float: left;
	width: 146px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #9A0000;
	width: 145px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-top: 1px solid #fff;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li li { /* all list items */
	padding: 0;
	font-size: 11px;
	border-bottom: 1px solid #fff;
}

/* IE 7 SUCKERFISH FREAKOUT FIX */

#nav li:hover, #menu li.hover {
    position: static;
}


/* HOMEPAGE */

#homepage .leftnav {
	vertical-align: top;
	padding-top: 2px;
	width: 138px;
	/*border-right: 1px solid #fff;*/
}

#homepage .bigpromo {
	vertical-align: top;
	padding-top: 2px;
	width: 620px;
}


/* HEADER AREA */

#headerarea {
	width: 758px;
	height: 23px;
	border-bottom: 1px solid #000;
}

#headerarea td {
	vertical-align: middle;
}

#headerarea .category {
	font-weight: bold;
	color: #9A0000;
	font-size: 13px;
	padding-left: 18px;
	width: 120px;
}

#headerarea .category a {
	color: #9A0000;
	text-decoration: none;
}

#headerarea .subcategory {
	font-weight: normal;
	color: #9A0000;
	font-size: 13px;
	padding-left: 18px;
	width: 300px;
}

#headerarea .subcategory a {
	color: #9A0000;
	text-decoration: none;
}

#headerarea .totalitems {
	font-weight: normal;
	font-size: 11px;
	padding-right: 18px;
	text-align: right;
}

#headerarea .pages {
	font-weight: normal;
	font-size: 11px;
	padding-right: 18px;
	text-align: right;
}

#headerarea .pages a {
	color: #9A0000;
}

/* MAIN AREA */

#main {
	width: 758px;
}

#main td.contentarea {
	vertical-align: top;
	padding: 6px 0 10px 10px;
}

#amex {
	width: 758px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	padding-top: 15px;
}

#amex p {
	margin-top: 3px;
	padding-top: 0;
}

/* LEFT NAV AREA */

#main .leftnav {
	vertical-align: top;
	padding-top: 5px;
	width: 138px;
	border-right: 1px solid #000;
}

#main .leftnav ul { 
	list-style: none;
	text-indent: 0;
	margin: 0 0 70px 18px;
	padding: 0;
}

#main .leftnav ul li { 
	padding: 0 5px 10px 0;
}

#main .leftnav a {
	color: #333;
	text-decoration: underline;
}

#main .leftnav a.selected {
	color: #9A0000;
	text-decoration: underline;
}

#main .promos {
	margin: 0;
}

#main .promos img {
	border: 0;
}

/* PRODUCT CATALOG */

#main table.productcatalog {
	width: 600px;
}

#main table.productcatalog td {
	width: 110px;
	padding-right: 10px;
	vertical-align: top;
	padding-bottom: 10px;
}

#main table.productcatalog p {
	margin-top: 4px;
}

#main table.productcatalog a {
	color: #333;
	text-decoration: underline;
}

#main table.productcatalog img {
	border: 0;
}

#main .backtotop {
	color: #9A0000;
	text-align: right;
	padding: 2px 0;
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
}

#main .backtotop a.toplink {
	color: #9A0000;
	text-decoration: none;
	margin: 0 10px 0 3px;
}

#main .subcategory {
	font-weight: normal;
	color: #9A0000;
	font-size: 13px;
	padding-left: 2px;
	border-bottom: 1px solid #9A0000;
	margin-bottom: 6px;
	padding-bottom: 2px;
}

/* PRODUCT PAGE */

#main table.product {
	width: 608px;
}

#main td.swatches {
	vertical-align: top;
	/* width: 37px; */
}

#main td.swatches {
	vertical-align: top;
	width: 37px;
	/*width: 112px*/
}

#main td.swatches img {
	border: 1px solid #000;
	/*display: block;*/
	/*margin-bottom: 2px;
	margin-top: 2px;*/
	margin-right: 3px;
}

#main td.swatches p {
	margin: 0 0 3px 0;
}

#main td.swatches .note {
	padding-top: 10px;
	font-style: italic;
}

#main td.swatches .swatchtable td {
	padding: 2px 0;
	font-size: 10px;
}

#main td.swatches .swatchtable a {
	text-decoration: none;
	color: #000;
}

#main td.swatches .swatchtable .colorgroup {
	font-size: 12px;
}

#main td.swatches .swatchtable .notes {
	color: #666;
}

#main td.productimage {
	text-align: center;
	width: 320px;
}

#main td.productdescription {
	/* width: 251px; */
	vertical-align: top;
}

#main #itemactions {
	margin-left: 6px;
}

#main #itemactions td {
	padding-right: 6px;
	padding-bottom: 10px;
	vertical-align: middle;
}

#main #itemactions a {
	color: #666;
	text-decoration: underline;
}

#main .itemnumber {
	font-weight: bold;
	color: #f00;
}

#main .productname {
	font-weight: bold;
	color: #333;
	font-size: 12px;
}


/* TEXT CONTENT */

#main h1.mapleleaf {
	border-bottom: 1px solid #666;
	color: #9A0000;
	font-size: 13px;
	font-weight: bold;
	padding: 0 20px 2px 20px;
	margin-top: 0;
	line-height: normal;
}

#main h1.mapleleaf {
	background-image: url(/images/minimapleleaf.gif);
	background-repeat: no-repeat;
}

#main h2 {
	font-size: 12px;
	font-weight: bold;
	color: #555;
}

#main h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#main .contentarea {
	line-height: 15px;
}

#main .contentarea a {
	color: #423489;
}


/* ONLINE ORDERING LAYOUTS AND STYLES */

#onlineordering {
	width: 100%;
	font-size: 11px;
}

#onlineordering td {
	font-size: 11px;
}

#onlineordering p {
	font-size: 11px;
}

#onlineordering table.productgrid {
	width: 100%;
	font-size: 11px;
}


#onlineordering table.productgrid td {
	padding: 3px;
	text-align: center;
	font-size: 11px;
}

#onlineordering table.productgrid .header td {
	font-size: 12px;
	background-color: #999;
	color: #fff;
	font-weight: bold;
	text-align: left;
}

#onlineordering table.productgrid td.sizelabel {
	/*font-style: italic;*/
	text-align: center;
}

#onlineordering table.productgrid td.colorname {
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}

#onlineordering table.productgrid td.colorswatch {
	width: 23px;
	text-align: left;
}

#onlineordering table.productgrid td.colorswatch img {
	border: 1px solid #000;
}

#onlineordering table.productgrid td.plusminus  {
        width: 23px;
        text-align: left;
}

#onlineordering table.productgrid td.plusminus img {
        border: 1px solid #fff;
}

#onlineordering .na {
	color: #666;
}

#onlineordering .lowstock {
	color: #cc0000;
}

#onlineordering .error {
	color: #ff0000;
}

#onlineordering table.productgrid td.warehouse {
	vertical-align: middle;
	text-align: left;
}

#onlineordering table.productgrid td.expand {
	vertical-align: bottom;
	text-align: left;
}

#onlineordering table.productgrid td.hr {
	background-image: url(/images/stripe.gif);
	background-repeat: repeat-x;
    height: 11px;
	font-size: 5px;
}

#onlineordering .buttons {
	text-align: center;
	padding: 10px 0;
}

#onlineordering .buttons table {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#onlineordering table.search {
	font-size: 11px;
}

#onlineordering table.search td {
	padding: 3px;
	font-size: 11px;
}

#onlineordering table.address {
	font-size: 11px;
	margin-bottom: 30px;
}


#onlineordering table.address td {
	padding: 3px;
	text-align: left;
	font-size: 11px;
}


#onlineordering h1 {
	border-top: 1px solid #666;
	color: #9A0000;
	font-size: 13px;
	font-weight: bold;
	padding: 2px;
	margin-top: 0;
	margin-bottom: 20px;
	line-height: normal;
}

#onlineordering table.cartcontents td {
	padding: 3px;
	text-align: center;
	font-size: 11px;
}


#onlineordering table.cartcontents .header td {
	background-color: #999;
	color: #fff;
	font-weight: bold;
	border-right: 1px solid #fff;
}

#onlineordering table.cartcontents .warehouse {
	font-size: 12px;
	font-weight: bold;
	color: #555;
	margin: 0;
	text-align: left;
}

#onlineordering table.cartcontents td.shortage {
	font-weight: bold;
	color: #ff0000;
	background-color: #FFFFCC;
}

#onlineordering table.cartcontents td.money {
	text-align: right;
}

#onlineordering table.cartcontents td.labelright {
	text-align: right;
}

#onlineordering table.cartcontents td.labelleft {
	text-align: left;
}

#onlineordering table.cartcontents td.hr {
	background-image: url(/images/stripe.gif);
	background-repeat: repeat-x;
    height: 11px;
	font-size: 5px;
}

#onlineordering table.warehouseship {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

#onlineordering table.warehouseship td {
	padding: 3px 6px;
	text-align: center;
	font-size: 11px;
}

