*{
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
body {
	font-family: 'Karla', sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 15px;
}
a {
	color: #570002;
	text-decoration: none;
}
h1,
h2,
.highlight {
	color: #570002 !important;
	font: bold 12px 'Karla', sans-serif !important;
	text-transform: uppercase !important;

	/*
	background: url(images/icon-arrow-red.png) 0 1px no-repeat;
	padding: 0 0 0 12px;
	*/
}
h1,
h2,
p {
	margin-bottom: 20px;
}
li {
	margin-left: 20px;
}
table {
	border-collapse: collapse;
	width: 100%;
}
table td {
	vertical-align: top;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	margin-bottom: 10px;
}
.inline-block {
	display: inline-block;
	vertical-align: top;
}
.section {
	margin-bottom: 20px;
}
.two-column {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}
#headerwrap{
	width: 100%;	
	height: 113px;
	background-color: #6b0000;		
}
#header{
	margin: 0 auto;
	width: 960px;
	height: 113px;
	position: relative;
	z-index: 1999;
}
#wrap{
	width: 960px;
	margin: 0 auto;
	height: 113px;
	position: relative;
}
#header img{
	position: relative;
	top: 20px;	
}
#wrapper{
	position: relative;
	width: 100%;	
	padding-top: 50px;
	padding-bottom: 50px;
}
#highfooter{
	width: 100%;
	height: 65px;
	background: url('/wp-content/themes/canadaglass/i/bg-footer2.jpg') repeat-x;		
}
#footer{
	margin: 0 auto;
	width: 960px;
	height: 65px;
}
#nav1{
	position: relative;
	top: -24px;
	left: 76px;
}
#nav2{
	position: relative;
	top: -24px;
	left: 104px;	
}
#nav3{
	position: relative;
	top: -24px;
	left: 130px;	
}
#nav4{
	position: relative;
	top: -24px;
	left: 530px;	
}
#nav5{
	position: relative;
	top: -24px;
	left: 558px;
}
/* INSIDE WRAP 1 */
#insideWrap{
	width: 100%;
	background: url('/wp-content/themes/canadaglass/i/diagonal-noise.png') repeat 0px 0px;
}
#insideWrap2{
	margin: 0 auto;
	width: 887px;
	background-color: #FFF;
	position: relative;
}
#logos{
	margin-left: 21px;
	width: 843px;
	height: 56px;
	background: url('/wp-content/themes/canadaglass/i/bg-logos.jpg') no-repeat 0px 0px;	
}
/* Slides */
/*
	Load CSS before JavaScript
*/
/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
#slides{
	position: relative;
	margin-left: 21px;
	width: 843px;
	height: 403px;
	background: url('/wp-content/themes/canadaglass/i/bg-slideframe.jpg') no-repeat 0px 0px;	
}
.slides_container {
	width: 794px;
	top: 9px;
	left: 25px;
	display: none;
}
/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
.slides_container div {
	width: 794px;
	height: 382px;
	display: block;
}
/*
	Optional:
	Reset list default style
*/
.pagination {
	list-style: none;
	margin: 0;
	padding: 0;
}
#slides .prev{
	position: absolute;
	top: 178px;
	left: -9px;
	display: block;
	text-indent: -9999px;
	width: 15px;
	height: 31px;
	background: url('/wp-content/themes/canadaglass/i/bg-prevarrow.jpg') no-repeat 0px 0px;	
}
#slides .next{
	position: absolute;
	top: 178px;
	right: -9px;
	display: block;
	text-indent: -9999px;
	width: 15px;
	height: 31px;
	background: url('/wp-content/themes/canadaglass/i/bg-nextarrow.jpg') no-repeat 0px 0px;		
}
/*
	Optional:
	Show the current slide in the pagination
*/
#slides .pagination{
	position: absolute;
	bottom: 26px;
	left: 26px;
	z-index: 700;
}
#slides .pagination li{
	float: left;
	margin-right: -5px;	
}
#slides .pagination li a{
	display: block;
	width: 14px;
	height: 15px;	
	text-indent: -9999px;
	background-color: #cbc1b9;
}
#slides .pagination li.current a {
	background-color: #a69c96;
}
#navhome{
	position: absolute;
	top: -50px;
	left: -30px;	
}
/* DROP DOWN MENU */
/*
	CATEGORY LAYOUT
*/
.colWrap{
	overflow: hidden;
	width: 887px;
	background: url('/wp-content/themes/canadaglass/i/bg-inner.jpg') repeat-y 0px 0px;	
	padding-bottom: 20px;
}
.colOne{
	float: left;
	width: 231px;	
	padding-left: 15px;
}
.colOne a{
	font-size: 12px;
	font-weight: bold;
	font-family: 'Karla', sans-serif;
	color: #463E3F;
	display: block;
	margin-bottom: 5px;
	text-decoration: none;	
}
.colOne a:hover{
	color: #6d0404;	
}
.colTwo{
	float: left;
	width: 581px;	
	padding-left: 30px;
	padding-right: 30px;
}
.colTwo .pageHeader p {
	font-size: 12px;
	font-family: 'Karla', sans-serif;
	font-weight: bold;
	color: #6d0404;
	display: block;
	margin-bottom: 20px;
	padding-right: 30px;
	text-decoration: none;	
}
.bcNav{
	width: 872px;
	height: 26px;
	margin-bottom: 20px;
	background-color: #6b0000;	
	font-family: 'Karla', sans-serif;
	font-size: 12px;
	color: #fff;	
	padding-top: 9px;
	padding-left: 15px;
	text-transform: uppercase;
	cursor: default;
}
.bcNav img{
	margin-right: 8px;	
}
.bcNav a,
.bcNav span{
	font-family: 'Karla';
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;	
	display: inline;
	margin-right: 8px;
	text-decoration: none;
}
.bcNav span {
	cursor: default;
}
/* 
	CATEGORY ITEMS
*/
.itemWrap{
	width: 100px;
	position: relative;
	float: left;	
	margin-right: 10px;
	margin-bottom: 70px;
}
.itemWrap a.theTitle{
	font-family: 'Karla';
	font-weight: bold;
	font-size: 12px;
	color: #463E3F;	
	text-decoration: none;
	line-height: 12px;
	position: absolute;
	top: 132px;
	display: block;
	width: 100px;
	text-align: center;
}
.plus{
	position: absolute;
	top: 113px;
	right: 3px;
	display: block;
	width: 13px;
	height: 12px;
	background: url('/wp-content/themes/canadaglass/i/bg-plus.png') no-repeat 0px 0px;	
	text-indent: -9999px;
}
/*
	FOOTER TEXT 
*/
.fWrap{
	position: relative;
	width: 815px;
	padding-left: 72px;
	padding-top: 8px;
	height: 57px;
	font-size: 11px;
	font-family: 'Karla';
	color: #a3a3a3;
	line-height: 14px;
}
.fWrap a{
	color: #a3a3a3;		
}
.fWrap p{
	font-size: 11px;
	color: #a3a3a3;
}
.fWrap .pulp{
	position: absolute;
	right: 0px;
	bottom: 15px;	
}
/* 
	SEARCH BAR 
*/
.sWrap{
	position: absolute;
	right: 37px;
	top: -36px;	
}
.sb{
	position: relative;
	width: 223px;
	height: 24px;
	background: url('/wp-content/themes/canadaglass/i/bg-search.jpg') no-repeat 0px 0px;	
}
.sb input[type="text"]{
	position: absolute;
	left: 25px;
	top: 2px;
	width: 150px;
	border: 1px solid #fff;
	font-family: tahoma;
	font-size: 12px;
	line-height: 18px;
	height: 18px;
}
.sb input[type="submit"]{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 45px;
	height: 24px;
	background: url('/wp-content/themes/canadaglass/i/bg-searchbutton.jpg') no-repeat 0px 0px;
	border: none;
	cursor: pointer;	
	text-indent: -9999px;
}
/* 
	PAGE CONTENT STYLES 	
*/
.pContent p{
	padding-right: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 18px;
	margin-bottom: 8px;
}
/*
	LIGHTBOX
*/
.box{
	overflow: hidden;
}
.boxA{
	float: left;
	margin-right: 20px;

}
.boxB{
	width: 200px;
	float: left;
	font-family: 'Karla', sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #463E3F;
}
.boxB b,
.boxB strong{
	color: #741d1e;
	font-family: 'Karla', sans-serif;
	font-size: 16px;
}
.boxB > p {
	margin-bottom: 12px;
}
