@charset "utf-8";
body {
	font: 62.5% Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 136px 0px 20px;
	background: url(../images/background.jpg) no-repeat center top #000;
}
#container{
	width: 850px;
	background: url(../images/right-bg.gif) repeat-y right #FFF;
	margin: 0px auto;
}
#left{
	display: inline;
	float: left;
	width: 600px;
}
#left ul.nav{
	margin: 0px;
	border-top: 1px solid #b5283a;
	padding: 5px 0px 0px 17px;
	height: 36px;
	background: url(../images/nav-bg.jpg) bottom;
}
#left ul.nav li{
	list-style-type: none;
	margin-right: 10px;
	float: left;
	border-top: 1px solid #59141e;
}
#left ul.nav li a{
	border-top: 1px solid #c32b3e;
	border-right: 1px solid #c32b3e;
	border-left: 1px solid #c32b3e;
	height: 34px;
	width: 72px;
	text-align: center;
	display:block;
	color: #FFF;
	text-decoration: none;
	font-size: 1.2em;
	font-weight:bold;
	background: url(../images/tab-bg.jpg) bottom;
	padding: 0px 4px;
}
#left ul.nav li a:hover,#left ul.nav li a.current{
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	background: url(../images/tab-bg-hover.jpg) bottom;
	color: #e20000;
}

#left ul.nav ul {position:absolute; left:-9999px; top:-9999px; list-style-type:none;}
#left ul.nav li:hover {position:relative;}
#left ul.nav li:hover ul {left:0px; top:30px; background:lavender; padding:3px; border:1px solid grey; width:74px}
#left ul.nav li:hover ul li a {height: 18px; padding:0px; display:block; font-size:11px; width:72px; background-color:lavender; border:1px solid transparent;}

#left #content{
	padding: 17px;
	min-height:545px;
	_height:545px;
}
#left #content p{
	font-size: 1.2em;
	line-height: 1.5em;
	color: #444;
	margin-top: 0px;
	margin-bottom: 14px;
}
#left #content p.message{
	border: 1px solid #FFCC33;
	background-color: #FFFFCC;
	padding: 5px;
	margin-bottom: 14px;
}
#left #content h1{
	color: #e20000;
	font-size: 1.6em;
	margin-top: 0px;
	margin-bottom: 14px;
}
#left #content h2{
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 14px;
	color: #e20000;
}
#left #content ul{
	padding: 0px;
	margin: 0px 0px 14px 14px;
	color: #444;
}
#left #content ul li{
	background: url(../images/bullet-arrow.gif) no-repeat left center;
	list-style-type: none;
	padding-left: 20px;
	font-size: 1.2em;
	line-height: 1.4em;
}
#left #content a:link{
	text-decoration: none;
	color: #e20000;
}
#left #content a:visited{
	text-decoration: none;
}
#left #content a:hover{
	text-decoration: underline;
}
#left #content img{
	border: 1px solid #611319;
}
#left #content img.product{
	float: left;
	margin-right: 10px;
	border-top:none;
	border-left:none;
	border-bottom:none;
	border-right:dotted 1px #999;
	margin-bottom: 20px;
}
#left #content img.noborder{
	border:none;
}
#left #content form{
	width: 320px;
	float: left;
	border: 1px solid #BABABA;
	background-color: #F8F8F8;
	padding: 14px;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
}
#left #content form p{
	padding: 0px 0px 14px;
	margin: 0px;
}
#left #content form label{
	width: 100px;
	float: left;
}
#left #content form input{
	width: 214px;
	font-family: Arial, Helvetica, sans-serif;
	_width:211px;
}
#left #content form textarea{
	width: 314px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	_width:311px;
}
#left #content form input.button{
	width: auto;
}
#right{
	display: inline;
	float: left;
	width: 250px;
	margin-top: -14px;
}
#right h2{
	border-top: 1px solid #d3616f;
	border-left: 1px solid #540f13;
	border-bottom: 1px solid #540f13;
	margin: 0px;
	background: url(../images/right-h2-bg.jpg);
	line-height: 68px;
	text-align: center;
	color: #FFF;
	font-size: 2em;
}
#right ul.catalogue{
	margin: 3px;
	padding: 0px;
}
#right ul.catalogue li{
	list-style-type: none;
	float: left;
	margin: 4px;
	_margin:3px;
}
#right ul.catalogue li a{
	background-color: #F8F8F8;
	border: 1px solid #BEBEBE;
	height: 43px;
	width: 63px;
	display:block;
	text-decoration: none;
	font-weight: bold;
	color: #666;
	text-align: center;
	font-size: 1.1em;
	padding: 14px 4px;
}
#right ul.catalogue li a:hover{
	border: 1px solid #6E6E6E;
}
#right h3{
	border-top: 1px solid #d3616f;
	border-left: 1px solid #540f13;
	border-bottom: 1px solid #540f13;
	background: url(../images/tab-bg.jpg);
	line-height: 33px;
	text-align: center;
	color: #FFF;
	font-size: 1.6em;
	clear: both;
	margin: 10px 0px 16px;
}
#right form{
	font-size: 1.2em;
	color: #444;
	padding: 0px 10px;
	margin: 0px;
}
#right form p{
	padding: 0px 0px 14px;
	margin: 0px;
}
#right form label{
	width: 65px;
	float: left;
}
#right form input{
	width: 159px;
	font-family: Arial, Helvetica, sans-serif;
	_width:156px;
}
#right form textarea{
	width: 159px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	_width:156px;
}
#right form input.button{
	width: auto;
	margin-left: 65px;
}
#footer{
	clear:both;
	border-top: 14px solid #444;
	color: #999;
	background-color: #000;
	height: 40px;
	font-size: 1.1em;
}
#footer p{
	margin-top: 10px;
}
#footer p.left{
	float: left;
}
#footer p.right{
	float: right;
}
#footer p a{
	text-decoration: none;
	color: #999;
}
#footer p a:hover{
	text-decoration: underline;
}

/*This is for the scroller used on the catalogue pages*/
#left #content #products{
	border: 1px solid #BABABA;
	background-color: #E9E9E9;
	padding: 10px;
	margin-bottom: 14px;
}
#left #content #products .sliderGallery {
	overflow: hidden;
	position: relative;
	height: 135px;
	width: 542px;
}
#left #content #products .sliderGallery ul {
	position: absolute;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}
#left #content #products .sliderGallery ul li {
	list-style-type: none;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	padding:0px;
	background:none;
	cursor:pointer;
}
#left #content #products .sliderGallery ul li img {
	border: 1px solid #666;
	height: 100px;
	width: 100px;
}
#left #content #products .slider {
	width: 542px;
	height: 17px;
	margin-top: 115px;
	padding: 1px;
	position: relative;
	background: url(http://www.bmmouldings.ca/images/scrollbar.png) no-repeat;
}
#left #content #products .handle {
	position: absolute;
	cursor: move;
	height: 17px;
	width: 136px;
	top: 0;
	background: url(http://www.bmmouldings.ca/images/scroller.png) no-repeat;
}
