@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - CONTACT : 	BLACK NUMBERS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		bn_contact.css
	Date:			September 1, 2009
	Author:			David Frenson
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#navBar Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#navBar li.contact a {
		background-position:-312px -11px;
	}
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#contact Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#contact {
		padding:0 0 0 19px;
	}
		#contact h1 {
			width:942px; height:49px;
			background:url(../../images/h1_contact.png) 0 0 no-repeat;
		}
		#contact .content {
			border:solid 1px #1d1a1b;
			width:937px;
			margin:9px 0 0 0; padding:13px 0 0 0;
			background:#3e3b3c;
		}
			#contact .content .emails {
				padding:0 0 0 6px;
			}
			#contact .content ul li {
				margin:0 0 10px 0;
			}
			#contact .content a {
				width:150px;
				margin:0 0 0 10px; padding:0 0 4px 14px;
				background:url(../../images/linkArrow.png) 0 4px no-repeat;
				display:block;
			}
			#contact .content .about {
				padding:0 0 25px 6px;
			}
				#contact .content .about h3 {
					margin:10px 0 5px 0;
					font:bold 18px Arial, Helvetica, sans-serif;
					color:#fff;
				
				}
				#contact .content .about p {
					width:912px;
					margin:0 0 5px 15px;
					font:normal 14px Arial, Helvetica, sans-serif;
					color:#fff;
				}
					#contact .content .about ul.retailers {
						margin:0 0 0 16px;
					}
						#contact .content .about ul.retailers li {
							margin:0 0 3px 0;
						}
			#contact .content a.btn_ILC {
				width:300px; height:108px;
				padding:0;
				margin:20px 0 30px 40px;
				background:url(../../images/btn_ILC.png) 0 0 no-repeat;
				display:block;
			}
				#contact .content a.btn_ILC:hover {
					background-position:0 -108px;
				}