html {
	overflow:-moz-scrollbars-vertical;
	/*background-color:#ca2e18;*/
	background: transparent url('../images/bg.jpg') top left;
	height:100%;
	margin:0;
}

body {
	height:100%;
	margin:0 auto;
	text-align:left;
	font-family: /*'Tahoma', */'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

h1 {
	display:none;
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	margin:0.7em 0 0 0;
	padding:0;
	text-align:left;
}

h2 {
	margin-top:0;
	text-align:center;
}

#wrap {
	width:960px;
	margin:0 auto;
	height:100%;
}

body > #wrap {height: auto; min-height: 100%;}

#header {
	width:960px;
	margin:0 auto;
	height:275px;
}

#content {
	margin:0;
	min-height:100%;
	position:relative;
	padding:0 30px 160px 30px;
	background-color:#e0e0f0; /*light blue*/
	/*text-align:center;*/
}

#content p {
	/*text-align:center;*/
}

#footer {
	position:relative;
	margin:-160px auto 0 auto;
	height:160px;
	clear:both;
	width:960px;
	background:transparent url('../images/footer2.jpg') top center no-repeat;
}

#footer p {
	position:absolute;
	text-align:left;
	font-size:75%;
	bottom:2em;
	left:2em;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

table.nav {
	position:relative;
	left:350px;
	top:-85px;
	width:60%;
}

table.nav td {
	text-align:center;
	border-top:1px solid #bbb;
	border-left:2px solid #bbb;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
}

td.menuLevel1 a {
	display:block;
	color:#fff;
	padding:6px 0;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	background:transparent url('../images/unselected.png') top left repeat-x;
}

td.menuLevel1 a:hover {
	color:#fff;
	padding:6px 0;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	background:transparent url('../images/selected.png') top left repeat-x;
}

td.menuSelected {
	color:#000;
	padding:6px 0;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	background-color:#e0e0f0; /*light blue*/
}

div.homepage {
	float:right;
	width:600px;
	padding:1em;
	text-align:left;
	background-color:#bdbddd;
}

div.homepage p {
	text-align:left !important;
}

div.category {
	float:left;
	margin:0 0 0.75em 0;
	width:255px;
	text-align:center;
}

div.category p.categoryName {
	margin:0 auto;
	font-size:medium;
	font-weight:bold;
	text-align:center;
}

div.category a img {
	border:none;
}

div.product {
	width:275px;
	height:150px;
	margin:0.25em;
	padding:0;
	float:left;
	text-align:left;
	background-color:#fff;
	border-top:1px solid #ccd;
	border-left:1px solid #ccd;
	border-right:2px solid #889;
	border-bottom:2px solid #889;
}

div.product img {
	float:left;
	border:none;
	margin:0.5em 1em;
}

div.product a {
	text-decoration:none;
	font-weight:bold;
	color:#000;
}

div.product a:hover {
	color:#ca2e18; /*mid red*/
}

div.product a p {
	margin:0.5em 0;
	}

div.detail {
	margin:1em 0;
	text-align:center;
}

div.detail img {
	/*border:none;*/
	vertical-align:middle;
	margin:1em 0;
	padding:1em;
}

.tb_margin {
	margin:3em 0;
}

.centre {
	width:900px;
	margin:0 auto;
}

.clear {
	clear:both;
}

img.float_right {
	float:right;
	margin:0 0 0 1em;
}

img.float_left {
	float:left;
	margin:0 1em 0 0;
}

dl {
	width:600px;
	margin:0 auto 0 50px;
}

dt {
	font-weight:bold;
	color:#ca2e18;
	text-align:left;
	font-size:150%;
	margin:2em 0 0 0;
}

dd {
	text-align:left;
	margin-left:0;
}

.address {
	margin-left:3em;
	font-weight:bold;
}

a.email {
	text-decoration:none;
	color:#ca2e18; /*mid red*/
	font-weight:bold;
}

a.email:hover {
	color:#000;
}

a.general_link {
	text-decoration:none;
	color:#ca2e18; /*mid red*/
}

a.general_link:hover {
	color:#000;
}

a.product_link {
	display:block;
	text-decoration:none;
	color:#ca2e18;
	border-top:1px solid #cce;
	border-left:1px solid #cce;
	border-right:2px solid #88a;
	border-bottom:2px solid #88a;
}

a.product_link:hover {
	display:block;
	text-decoration:none;
	color:#000;
	border-right:1px solid #cce;
	border-bottom:1px solid #cce;
	border-top:2px solid #88a;
	border-left:2px solid #88a;
}

a.credit_link {
	text-decoration:none;
	color:#e0e0f0; /*light blue*/
}

a.credit_link:hover {
	color:#000;
}

/************************************************
***
***         HIGHSLIDE JS IMAGE GALLERY
***
************************************************/
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border-top:1px solid #cce;
	border-left:1px solid #cce;
	border-right:2px solid #88a;
	border-bottom:2px solid #88a;
	background:#fff;
	padding:1em;
}
.highslide:hover img {
	border-right:1px solid #cce;
	border-bottom:1px solid #cce;
	border-top:2px solid #88a;
	border-left:2px solid #88a;
	background:#fff;
	padding:1em;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
	padding:1em;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
	text-align:center;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/************************************************
***
***        END HIGHSLIDE JS IMAGE GALLERY
***
************************************************/
