@charset "utf-8";
/***CSS BY ENGINES OF CREATION.COM*************************************/
/***LAST EDITED BY Paul Langevin***************************************/
/***DATE EDITED ON June 8th 2008***************************************/
/***HOME PAGE STRUCTURE & LAYOUT ELEMENTS******************************/

/***GLOBAL Links***********************************/

a:link{
	text-decoration:none;
	color:#990000;
}
a:visited{
	text-decoration:none;
	color:#990000;
}
a:hover{
	text-decoration:underline;
	color:#990000;
}
a:active{
	text-decoration:none;
	color:#990000;
}
#cart-links a:link{
	margin-left:20px;
	text-decoration:none;
	color:#fff;
}
#cart-links a:visited{
	margin-left:20px;
	text-decoration:none;
	color:#fff;
}
#cart-links a:hover{
	margin-left:20px;
	text-decoration:underline;
	color:#fff;
}
#cart-links a:active{
	margin-left:20px;
	text-decoration:none;
	color:#fff;
}


#sidebar1 a:link{
	text-decoration:none;
	color:#fff;
}
#sidebar1 a:visited{
	text-decoration:none;
	color:#fff;
}
#sidebar1 a:hover{
	text-decoration:underline;
	color:#fff;
}
#sidebar1 a:active{
	text-decoration:none;
	color:#fff;
}

div.show-link-gallery-link-container a.show-link:link{
	text-decoration:none;
	color:#fff;
}
div.show-link-gallery-link-container a.show-link:visited{
	text-decoration:none;
	color:#fff;
}
div.show-link-gallery-link-container a.show-link:hover{
	text-decoration:underline;
	color:#fff;
}
div.show-link-gallery-link-container a.show-link:active{
	text-decoration:none;
	color:#fff;
}



#footer a:link{
	text-decoration:none;
	color:#555;
}
#footer a:visited{
	text-decoration:none;
	color:#555;
}
#footer a:hover{
	text-decoration:underline;
	color:#990000;
}
#footer a:active{
	text-decoration:none;
	color:#555;
}

/***END GLOBAL Links***********************************/

/***HOME PAGE H3 Links*********************************/
h3 a:link{
	font-size:13px;
	text-decoration:none;
	color:#fff;
}
h3 a:visited{
	font-size:13px;
	text-decoration:none;
	color:#fff;
}
h3 a:hover{
	font-size:13px;
	text-decoration:underline;
	color:#fff;
}
h3 a:active{
	font-size:13px;
	text-decoration:none;
	color:#fff;
}

/***BREADCRUMB TRAIL Links*********************************/
#breadcrumb-trail a:link{
	font-size:10px;
	text-decoration:none;
	color:#fff;
	border-bottom:#fff 1px dotted;
}
#breadcrumb-trail a:visited{
	font-size:10px;
	text-decoration:none;
	color:#fff;
	border-bottom:#fff 1px dotted;
}
#breadcrumb-trail a:hover{
	font-size:10px;
	text-decoration:none;
	color:#699E2E;
	border-bottom:#699E2E 1px dotted;
}
#breadcrumb-trail a:active{
	font-size:10px;
	text-decoration:none;
	color:#fff;
	border-bottom:#fff 1px dotted;
}


.quick-links-box a:link{
	font-size:10px;
	text-decoration:none;
	color:#fff;
	border-bottom:#fff 1px dotted;
}
.quick-links-box a:visited{
	font-size:10px;
	text-decoration:none;
	color:#fff;
	border-bottom:#fff 1px dotted;
}
.quick-links-box a:hover{
	font-size:10px;
	text-decoration:none;
	color:#699E2E;
	border-bottom:#699E2E 1px dotted;
}
.quick-links-box a:active{
	font-size:10px;
	text-decoration:none;
	color:#fff;
	border-bottom:#fff 1px dotted;
}


.back-to-top-box a:link{
	font-size:10px;
	text-decoration:none;
	color:#fff;
	border-bottom:#fff 1px dotted;
}
.back-to-top-box a:visited{
	font-size:10px;
	text-decoration:none;
	color:#fff;
	border-bottom:#fff 1px dotted;
}
.back-to-top-box a:hover{
	font-size:10px;
	text-decoration:none;
	color:#699E2E;
	border-bottom:#699E2E 1px dotted;
}
.back-to-top-box a:active{
	font-size:10px;
	text-decoration:none;
	color:#fff;
	border-bottom:#fff 1px dotted;
}

a.a-click-here-callout:link, .a-click-here-callout:visited{
	padding:4px;
	background-color:#900;
	color:#fff;
	text-decoration:none;
	display:inline-block;
}
a.a-click-here-callout:hover, .a-click-here-callout:active{
	background-color:#D69632;
}