/*
	Langford Canoe & Kayak
	By: Chris Lopes
	http://www.gocactus.com
*/

/* BASIC PAGE SETUP & RESET */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 62.5% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; background: url(images/BG-Main.jpg) repeat-x #f8f1d5; }

ul { list-style: none inside; }
p { font: 1.3em/1.3em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; margin-bottom: 1.3em; }
p a { color: #ed1c24; }
a { outline: none; text-decoration: none; }
img, a img { border: none; }
/* END RESET */

/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/* END TOOLBOX */


/* STRUCTURE */
.page-wrap {
	margin: 0 auto;
	width: 920px;
}
/* END STRUCTURE */


/* START CSS */
	
#flash {
	margin: 0 10px;
	}
	

				
/* GREEN BAR */

#green-bar {
	background: url(images/BG-greenbar.gif) repeat-x bottom;
	position:relative;
	bottom: 25px;
	z-index: 100;
	}

#green-bar-info {
	height: 200px;
	background: url(images/green-bar.gif) no-repeat;
	width: 920px;
	margin: 0 auto;
	}
	
	.quick-link {
		width: 270px;
		float: left;
		color: #f4e9bb;
		margin: 10px 0 0 30px;
		}
		
		.quick-link h1 {
			font-size: 16px;
			font-weight: bold;
			margin-bottom: 15px;
			}
			
		.quick-link p {
			font-size: 12px;
			line-height: 150%;
			}
		
		.quick-link h3 a:link, .quick-link h3 a:visited {
			font-size: 16px;
			font-weight: bold;
			color: #ed1c24;
			}
		
		.quick-link h3 a:hover {
			margin-left: 5px;
			}
			
/* CONTENT */

#sidebar {
	width: 270px;
	margin-left: 25px;
	padding-right: 15px;
	}

.sidebar {
	background: url(images/BG-sidebar.gif) repeat-y right;
	}
	
	#sidebar img {
		margin-top: 20px;
		}
		
#content-area {
	width: 565px;
	}
	
#content {
	margin: -25px 10px -25px 0;
	padding: 50px 0 50px 30px;
	}
	
	#content h1.langford {
		display: block;
		background: url(images/langford-canoe-kayak-toronto.gif) no-repeat;
		width: 435px; height: 24px;
		text-indent: -9999px;
		margin-bottom: 20px;
		}
		
	#content h1 {
		margin-bottom: 20px;
		}
		
	#content h3 {
		font-size: 16px;
		margin-bottom: 10px;
		}
		
	#content h4 {
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 5px;
		}
		
	#content p {
		font-size: 12px;
		line-height: 150%;
		color: #000000;
		}
		
.caption {
	width: 450px;
	margin: 0 auto;
	}
	
ul.bullets {
	font-size: 12px;
	margin-bottom: 10px;
	list-style: inside disc;
	}
	
.description {
	background: #eae1bd;
	padding: 10px 10px;
	vertical-align: middle;
	margin-bottom: 10px;
	}
	
.divider {
	border-bottom: 1px dotted #000000;
	padding-bottom: 3px;
	margin-bottom: 10px;
	}
	
p.nomargin {
	margin: 0 0;
	padding: 0 0;
	}
	
	td p {
		margin: 0 0;
		padding: 0 0;
		}
		
/* PRODUCTS NAVIGATION */

ul#subnav {
	font-size: 16px;
	}
	
	ul#subnav li {
		margin-top: 10px;
		}
	
	ul#subnav li a {
		margin-top: 20px;
		color: #000000;
		}
		
		ul#subnav li a:hover {
			color: #ed1c24;
			}
	
	ul.subnav2 {
		font-size: 14px;
		margin-left: 20px;
		}
		
		ul.subnav2 li a {
			margin: 0 0;
			}
			
	ul.subnav3 {
		margin-left: 20px;
		font-size: 12px;
		}
		
		ul.subnav3 li.ital {
			font-style: italic;
			font-weight: bold;
			}
			
/* CLEARANCE */

.clearance {
	background: url(images/clearance/BG-clearance.jpg) no-repeat;
	display: block;
	width: 405px;
	height: 330px;
	margin: 0 10px 10px 0;
	padding: 10px 10px;
	}
	
	.clearance h1 {
		font-size: 12px;
		margin-bottom: 10px;
		}
		
	.sale {
		font-size: 20px;
		font-weight: bold;
		color:#FF0000;
		}
			
/* FOOTER */

	#footer {
		background: #000000;
		color: #ffffff;
		text-align: center;
		height: 50px;
		padding-top: 10px;
		}ar
		