@charset "ISO-8859-1";

/*** BASE STYLES ***/

body, html {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #F9F8CA;
	font-family: "Arial", "Helvetica", "Sans-Serif";
	font-size: 0.8em;
}

a {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

img {
	vertical-align: middle;
}

/*** LAYOUT ***/
#header {
	width: 804px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#logo {
	margin-top: 21px;
}

#madeincanada {
	float: left;
}

#language-select {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#navigation {
	background-image: url('../images/madeincanada.gif');
	background-repeat: no-repeat;
	width: 622px;
	height: 183px;
	margin: 0px auto;
	padding-left: 179px;
	border: 2px solid #FF7800;
	background-color: #FFF;
}

#content {
	width: 800px;
	margin: 8px auto 0px;
	border: 2px solid #FF7800;
	background-color: #FFF;
	background-image: url('../images/submenu-background.gif');
	background-repeat: repeat-y;
}

#left {
	position: relative;
	float: left;
	width: 144px;
	padding: 18px;
}

#right {
	margin-left: 188px;
	padding: 18px;
}

#footer {
	width: 804px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #FF6600;
	font-size: 0.7em;
}

/*** TEXT FONTS AND COLOURS ***/

#language-select {
	color: #FF6600;
	padding-bottom: 5px;
}

#footer {
	color: #FF6600;
	font-size: 0.7em;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*** MENU ***/

#menu {
	width: 615px;
	height: 108px;
	padding: 0px;
	display: block;
	padding: 16px 0px 0px 6px;
	margin: 0px 0px 15px 0px;
}

#menu li {
	width: 115px;
	height: 100px;
	text-align: center;
	margin: 4px;
	list-style: none;
	display: block;
	float: left;
}

/*** SUBNAV ***/

#subnav {
	padding: 0px;
	margin: 0px;
}

#subnav li {
	margin-bottom: 6px;
	margin-top: 6px;
	list-style: none;
	font-weight: bold;
	
}

#left a {
	color: #fff;
}

.subnav_page {
	color: #fff;
	padding-bottom: 6px;
	padding-top: 0px;
	border-bottom: 1px solid #ffffff;
}

.subnav_page a:hover {
	text-decoration: none;
}

.subnav_group {
	color: #fff;
	padding-bottom: 6px;
	padding-top: 0px;
	border-bottom: 1px solid #ffffff;
}

li .subsubnav_page a {
	color: #000 !important; 
}

/*** OTHER ***/

.head{
	background-color: #FF7800;
	font-size: 10pt;
	color: #FFFFFF;
	border: 0px;
}
.head th{
	font-size: 10pt;
	color: #FFFFFF;
}

.oredrtbl-footer {
	font-size: 10pt;
}
#productlist{
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}
.product_list_row{
	margin-bottom: 2px;
}
.product_list_row table{
	position: relative;
}

.product_list_row td{
	font-size: 10pt;
}
.product_list_row .product-img {
	border: 1px solid #FF7800;
}

.move{
	cursor: move;
}

.product_list_row_default {
	background-color: #D5F4EC;
}
.product_list_row_1 {
	background-color: #F1F7C8;
}
.product_list_row_2 {
	background-color: #F3D6DA;
}
.product_list_row_3 {
	background-color: #E0D5F4;
}
.product_list_row_4 {
	background-color: #C8F2D2;
}
.product_list_row_5 {
	background-color: #DFDFDD;
}